Package com.liferay.segments.service
Class SegmentsExperienceServiceWrapper
java.lang.Object
com.liferay.segments.service.SegmentsExperienceServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceService>,SegmentsExperienceService
public class SegmentsExperienceServiceWrapper
extends Object
implements SegmentsExperienceService, com.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceService>
Provides a wrapper for
SegmentsExperienceService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionSegmentsExperienceServiceWrapper(SegmentsExperienceService segmentsExperienceService) -
Method Summary
Modifier and TypeMethodDescriptionaddSegmentsExperience(String externalReferenceCode, long groupId, long segmentsEntryId, long plid, Map<Locale, String> nameMap, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) addSegmentsExperience(String externalReferenceCode, long groupId, long segmentsEntryId, String segmentsExperienceKey, long plid, Map<Locale, String> nameMap, int priority, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) appendSegmentsExperience(long groupId, long segmentsEntryId, long plid, Map<Locale, String> nameMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) appendSegmentsExperience(long groupId, long segmentsEntryId, long plid, Map<Locale, String> nameMap, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteSegmentsExperience(long segmentsExperienceId) deleteSegmentsExperience(String externalReferenceCode, long groupId) fetchSegmentsExperience(long groupId, String segmentsExperienceKey, long plid) fetchSegmentsExperienceByExternalReferenceCode(String externalReferenceCode, long groupId) Returns the OSGi service identifier.getSegmentsExperience(long segmentsExperienceId) getSegmentsExperience(long groupId, String segmentsExperienceKey, long plid) getSegmentsExperienceByExternalReferenceCode(String externalReferenceCode, long groupId) getSegmentsExperiences(long groupId, long plid, boolean active) getSegmentsExperiences(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) intgetSegmentsExperiencesCount(long groupId, long plid, boolean active) voidsetWrappedService(SegmentsExperienceService segmentsExperienceService) updateSegmentsExperience(long segmentsExperienceId, long segmentsEntryId, Map<Locale, String> nameMap, boolean active) updateSegmentsExperience(long segmentsExperienceId, long segmentsEntryId, Map<Locale, String> nameMap, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) updateSegmentsExperiencePriority(long segmentsExperienceId, int newPriority)
-
Constructor Details
-
SegmentsExperienceServiceWrapper
public SegmentsExperienceServiceWrapper() -
SegmentsExperienceServiceWrapper
-
-
Method Details
-
addSegmentsExperience
public SegmentsExperience addSegmentsExperience(String externalReferenceCode, long groupId, long segmentsEntryId, long plid, Map<Locale, String> nameMap, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addSegmentsExperiencein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addSegmentsExperience
public SegmentsExperience addSegmentsExperience(String externalReferenceCode, long groupId, long segmentsEntryId, String segmentsExperienceKey, long plid, Map<Locale, String> nameMap, int priority, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addSegmentsExperiencein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
appendSegmentsExperience
public SegmentsExperience appendSegmentsExperience(long groupId, long segmentsEntryId, long plid, Map<Locale, String> nameMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
appendSegmentsExperiencein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
appendSegmentsExperience
public SegmentsExperience appendSegmentsExperience(long groupId, long segmentsEntryId, long plid, Map<Locale, String> nameMap, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
appendSegmentsExperiencein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSegmentsExperience
public SegmentsExperience deleteSegmentsExperience(long segmentsExperienceId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSegmentsExperiencein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSegmentsExperience
public SegmentsExperience deleteSegmentsExperience(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSegmentsExperiencein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSegmentsExperience
public SegmentsExperience fetchSegmentsExperience(long groupId, String segmentsExperienceKey, long plid) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchSegmentsExperiencein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSegmentsExperienceByExternalReferenceCode
public SegmentsExperience fetchSegmentsExperienceByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchSegmentsExperienceByExternalReferenceCodein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceSegmentsExperienceService- Returns:
- the OSGi service identifier
-
getSegmentsExperience
public SegmentsExperience getSegmentsExperience(long segmentsExperienceId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsExperiencein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsExperience
public SegmentsExperience getSegmentsExperience(long groupId, String segmentsExperienceKey, long plid) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsExperiencein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsExperienceByExternalReferenceCode
public SegmentsExperience getSegmentsExperienceByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsExperienceByExternalReferenceCodein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsExperiences
public List<SegmentsExperience> getSegmentsExperiences(long groupId, long plid, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsExperiencesin interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsExperiences
public List<SegmentsExperience> getSegmentsExperiences(long groupId, long plid, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsExperiencesin interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsExperiencesCount
public int getSegmentsExperiencesCount(long groupId, long plid, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsExperiencesCountin interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSegmentsExperience
public SegmentsExperience updateSegmentsExperience(long segmentsExperienceId, long segmentsEntryId, Map<Locale, String> nameMap, boolean active) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
updateSegmentsExperiencein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSegmentsExperience
public SegmentsExperience updateSegmentsExperience(long segmentsExperienceId, long segmentsEntryId, Map<Locale, String> nameMap, boolean active, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
updateSegmentsExperiencein interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSegmentsExperiencePriority
public SegmentsExperience updateSegmentsExperiencePriority(long segmentsExperienceId, int newPriority) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateSegmentsExperiencePriorityin interfaceSegmentsExperienceService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceService>
-