Package com.liferay.depot.service
Class DepotEntryPinServiceWrapper
java.lang.Object
com.liferay.depot.service.DepotEntryPinServiceWrapper
- All Implemented Interfaces:
DepotEntryPinService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryPinService>
public class DepotEntryPinServiceWrapper
extends Object
implements DepotEntryPinService, com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryPinService>
Provides a wrapper for
DepotEntryPinService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDepotEntryPin(long userId, long depotEntryId) deleteDepotEntryPin(long userId, long depotEntryId) Returns the OSGi service identifier.voidsetWrappedService(DepotEntryPinService depotEntryPinService)
-
Constructor Details
-
DepotEntryPinServiceWrapper
public DepotEntryPinServiceWrapper() -
DepotEntryPinServiceWrapper
-
-
Method Details
-
addDepotEntryPin
public DepotEntryPin addDepotEntryPin(long userId, long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addDepotEntryPinin interfaceDepotEntryPinService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteDepotEntryPin
public DepotEntryPin deleteDepotEntryPin(long userId, long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteDepotEntryPinin interfaceDepotEntryPinService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceDepotEntryPinService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryPinService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryPinService>
-