Class AudiencesEntryServiceWrapper

java.lang.Object
com.liferay.audiences.service.AudiencesEntryServiceWrapper
All Implemented Interfaces:
AudiencesEntryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<AudiencesEntryService>

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

    • AudiencesEntryServiceWrapper

      public AudiencesEntryServiceWrapper()
    • AudiencesEntryServiceWrapper

      public AudiencesEntryServiceWrapper(AudiencesEntryService audiencesEntryService)
  • Method Details

    • addAudiencesEntry

      public AudiencesEntry addAudiencesEntry(String externalReferenceCode, String json, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAudiencesEntry in interface AudiencesEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAudiencesEntry

      public AudiencesEntry deleteAudiencesEntry(long audiencesEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAudiencesEntry in interface AudiencesEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAudiencesEntries

      public List<AudiencesEntry> getAudiencesEntries(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AudiencesEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAudiencesEntries in interface AudiencesEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAudiencesEntries

      public List<AudiencesEntry> getAudiencesEntries(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AudiencesEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAudiencesEntries in interface AudiencesEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAudiencesEntriesCount

      public int getAudiencesEntriesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAudiencesEntriesCount in interface AudiencesEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAudiencesEntriesCount

      public int getAudiencesEntriesCount(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAudiencesEntriesCount in interface AudiencesEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAudiencesEntry

      public AudiencesEntry getAudiencesEntry(long audiencesEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAudiencesEntry in interface AudiencesEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface AudiencesEntryService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.ServiceWrapper<AudiencesEntryService>
      Returns:
      the OSGi service identifier
    • updateAudiencesEntry

      public AudiencesEntry updateAudiencesEntry(long audiencesEntryId, String json, String name) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateAudiencesEntry in interface AudiencesEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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