Class SegmentsEntryServiceWrapper

java.lang.Object
com.liferay.segments.service.SegmentsEntryServiceWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<SegmentsEntryService>, SegmentsEntryService

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

    • SegmentsEntryServiceWrapper

      public SegmentsEntryServiceWrapper()
    • SegmentsEntryServiceWrapper

      public SegmentsEntryServiceWrapper(SegmentsEntryService segmentsEntryService)
  • Method Details

    • addSegmentsEntry

      public SegmentsEntry addSegmentsEntry(String segmentsEntryKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, String criteria, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addSegmentsEntry in interface SegmentsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addSegmentsEntry

      public SegmentsEntry addSegmentsEntry(String segmentsEntryKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, String criteria, String source, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addSegmentsEntry in interface SegmentsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addSegmentsEntryClassPKs

      public void addSegmentsEntryClassPKs(long segmentsEntryId, long[] classPKs, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addSegmentsEntryClassPKs in interface SegmentsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteSegmentsEntry

      public SegmentsEntry deleteSegmentsEntry(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteSegmentsEntry in interface SegmentsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteSegmentsEntryClassPKs

      public void deleteSegmentsEntryClassPKs(long segmentsEntryId, long[] classPKs) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteSegmentsEntryClassPKs in interface SegmentsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public List<SegmentsEntry> getSegmentsEntries(long groupId)
      Specified by:
      getSegmentsEntries in interface SegmentsEntryService
    • getSegmentsEntries

      public List<SegmentsEntry> getSegmentsEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsEntry> orderByComparator)
      Specified by:
      getSegmentsEntries in interface SegmentsEntryService
    • getSegmentsEntriesCount

      public int getSegmentsEntriesCount(long groupId)
      Specified by:
      getSegmentsEntriesCount in interface SegmentsEntryService
    • getSegmentsEntry

      public SegmentsEntry getSegmentsEntry(long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSegmentsEntry in interface SegmentsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • searchSegmentsEntries

      public com.liferay.portal.kernel.search.BaseModelSearchResult<SegmentsEntry> searchSegmentsEntries(long companyId, long groupId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      searchSegmentsEntries in interface SegmentsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateSegmentsEntry

      public SegmentsEntry updateSegmentsEntry(long segmentsEntryId, String segmentsEntryKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, String criteria, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateSegmentsEntry in interface SegmentsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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