Package com.liferay.segments.service
Interface SegmentsExperienceService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
SegmentsExperienceServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface SegmentsExperienceService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for SegmentsExperience. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
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) 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)
-
Method Details
-
addSegmentsExperience
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- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addSegmentsExperience
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- Throws:
com.liferay.portal.kernel.exception.PortalException
-
appendSegmentsExperience
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- Throws:
com.liferay.portal.kernel.exception.PortalException
-
appendSegmentsExperience
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- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSegmentsExperience
SegmentsExperience deleteSegmentsExperience(long segmentsExperienceId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteSegmentsExperience
SegmentsExperience deleteSegmentsExperience(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSegmentsExperience
@Transactional(propagation=SUPPORTS, readOnly=true) SegmentsExperience fetchSegmentsExperience(long groupId, String segmentsExperienceKey, long plid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchSegmentsExperienceByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) SegmentsExperience fetchSegmentsExperienceByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getSegmentsExperience
@Transactional(propagation=SUPPORTS, readOnly=true) SegmentsExperience getSegmentsExperience(long segmentsExperienceId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsExperience
@Transactional(propagation=SUPPORTS, readOnly=true) SegmentsExperience getSegmentsExperience(long groupId, String segmentsExperienceKey, long plid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsExperienceByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) SegmentsExperience getSegmentsExperienceByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsExperiences
@Transactional(propagation=SUPPORTS, readOnly=true) List<SegmentsExperience> getSegmentsExperiences(long groupId, long plid, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsExperiences
@Transactional(propagation=SUPPORTS, readOnly=true) 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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSegmentsExperiencesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getSegmentsExperiencesCount(long groupId, long plid, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSegmentsExperience
SegmentsExperience updateSegmentsExperience(long segmentsExperienceId, long segmentsEntryId, Map<Locale, String> nameMap, boolean active) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSegmentsExperience
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- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSegmentsExperiencePriority
SegmentsExperience updateSegmentsExperiencePriority(long segmentsExperienceId, int newPriority) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-