Class ListTypeEntryServiceWrapper

java.lang.Object
com.liferay.list.type.service.ListTypeEntryServiceWrapper
All Implemented Interfaces:
ListTypeEntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<ListTypeEntryService>

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

    • ListTypeEntryServiceWrapper

      public ListTypeEntryServiceWrapper()
    • ListTypeEntryServiceWrapper

      public ListTypeEntryServiceWrapper(ListTypeEntryService listTypeEntryService)
  • Method Details

    • addListTypeEntry

      public ListTypeEntry addListTypeEntry(String externalReferenceCode, long listTypeDefinitionId, String key, Map<Locale,String> nameMap) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addListTypeEntry in interface ListTypeEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteListTypeEntry

      public ListTypeEntry deleteListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteListTypeEntry in interface ListTypeEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getListTypeEntries

      public List<ListTypeEntry> getListTypeEntries(long listTypeDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getListTypeEntries in interface ListTypeEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getListTypeEntriesCount

      public int getListTypeEntriesCount(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getListTypeEntriesCount in interface ListTypeEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getListTypeEntry

      public ListTypeEntry getListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getListTypeEntry in interface ListTypeEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getListTypeEntryByExternalReferenceCode

      public ListTypeEntry getListTypeEntryByExternalReferenceCode(String externalReferenceCode, long companyId, long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getListTypeEntryByExternalReferenceCode in interface ListTypeEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public ListTypeEntry updateListTypeEntry(String externalReferenceCode, long listTypeEntryId, Map<Locale,String> nameMap) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateListTypeEntry in interface ListTypeEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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