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 Details

    • DepotEntryPinServiceWrapper

      public DepotEntryPinServiceWrapper()
    • DepotEntryPinServiceWrapper

      public DepotEntryPinServiceWrapper(DepotEntryPinService depotEntryPinService)
  • Method Details

    • addDepotEntryPin

      public DepotEntryPin addDepotEntryPin(long userId, long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addDepotEntryPin in interface DepotEntryPinService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteDepotEntryPin

      public DepotEntryPin deleteDepotEntryPin(long userId, long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteDepotEntryPin in interface DepotEntryPinService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface DepotEntryPinService
      Returns:
      the OSGi service identifier
    • getWrappedService

      public DepotEntryPinService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryPinService>
    • setWrappedService

      public void setWrappedService(DepotEntryPinService depotEntryPinService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryPinService>