Class DepotEntryServiceWrapper

java.lang.Object
com.liferay.depot.service.DepotEntryServiceWrapper
All Implemented Interfaces:
DepotEntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryService>

public class DepotEntryServiceWrapper extends Object implements DepotEntryService, com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryService>
Provides a wrapper for DepotEntryService.
See Also:
Generated:
  • Constructor Details

    • DepotEntryServiceWrapper

      public DepotEntryServiceWrapper()
    • DepotEntryServiceWrapper

      public DepotEntryServiceWrapper(DepotEntryService depotEntryService)
  • Method Details

    • addDepotEntry

      public DepotEntry addDepotEntry(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addDepotEntry in interface DepotEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteDepotEntry

      public DepotEntry deleteDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteDepotEntry in interface DepotEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCurrentAndGroupConnectedDepotEntries

      public List<DepotEntry> getCurrentAndGroupConnectedDepotEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCurrentAndGroupConnectedDepotEntries in interface DepotEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDepotEntry

      public DepotEntry getDepotEntry(long depotEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDepotEntry in interface DepotEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupConnectedDepotEntries

      public List<DepotEntry> getGroupConnectedDepotEntries(long groupId, boolean ddmStructuresAvailable, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getGroupConnectedDepotEntries in interface DepotEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupConnectedDepotEntries

      public List<DepotEntry> getGroupConnectedDepotEntries(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getGroupConnectedDepotEntries in interface DepotEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupConnectedDepotEntriesCount

      public int getGroupConnectedDepotEntriesCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getGroupConnectedDepotEntriesCount in interface DepotEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupDepotEntry

      public DepotEntry getGroupDepotEntry(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getGroupDepotEntry in interface DepotEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public DepotEntry updateDepotEntry(long depotEntryId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, Map<String,Boolean> depotAppCustomizationMap, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateDepotEntry in interface DepotEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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