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) int
getSegmentsExperiencesCount
(long groupId, long plid, boolean active) void
setWrappedService
(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:
addSegmentsExperience
in 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:
addSegmentsExperience
in 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:
appendSegmentsExperience
in 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:
appendSegmentsExperience
in interfaceSegmentsExperienceService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSegmentsExperience
public SegmentsExperience deleteSegmentsExperience(long segmentsExperienceId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteSegmentsExperience
in 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:
deleteSegmentsExperience
in 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:
fetchSegmentsExperience
in 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:
fetchSegmentsExperienceByExternalReferenceCode
in interfaceSegmentsExperienceService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceSegmentsExperienceService
- Returns:
- the OSGi service identifier
-
getSegmentsExperience
public SegmentsExperience getSegmentsExperience(long segmentsExperienceId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getSegmentsExperience
in 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:
getSegmentsExperience
in 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:
getSegmentsExperienceByExternalReferenceCode
in 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:
getSegmentsExperiences
in 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:
getSegmentsExperiences
in 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:
getSegmentsExperiencesCount
in 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:
updateSegmentsExperience
in 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:
updateSegmentsExperience
in 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:
updateSegmentsExperiencePriority
in interfaceSegmentsExperienceService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceService>
-