Package com.liferay.audiences.service
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAudiencesEntry(String externalReferenceCode, String json, String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteAudiencesEntry(long audiencesEntryId) getAudiencesEntries(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AudiencesEntry> orderByComparator) getAudiencesEntries(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AudiencesEntry> orderByComparator) intgetAudiencesEntriesCount(long companyId) intgetAudiencesEntriesCount(long companyId, String name) getAudiencesEntry(long audiencesEntryId) Returns the OSGi service identifier.voidsetWrappedService(AudiencesEntryService audiencesEntryService) updateAudiencesEntry(long audiencesEntryId, String json, String name)
-
Constructor Details
-
AudiencesEntryServiceWrapper
public AudiencesEntryServiceWrapper() -
AudiencesEntryServiceWrapper
-
-
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:
addAudiencesEntryin interfaceAudiencesEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAudiencesEntry
public AudiencesEntry deleteAudiencesEntry(long audiencesEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAudiencesEntryin interfaceAudiencesEntryService- 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:
getAudiencesEntriesin interfaceAudiencesEntryService- 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:
getAudiencesEntriesin interfaceAudiencesEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAudiencesEntriesCount
public int getAudiencesEntriesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAudiencesEntriesCountin interfaceAudiencesEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAudiencesEntriesCount
public int getAudiencesEntriesCount(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAudiencesEntriesCountin interfaceAudiencesEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAudiencesEntry
public AudiencesEntry getAudiencesEntry(long audiencesEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAudiencesEntryin interfaceAudiencesEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAudiencesEntryService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Specified by:
getOSGiServiceIdentifierin interfacecom.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:
updateAudiencesEntryin interfaceAudiencesEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AudiencesEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AudiencesEntryService>
-