public class SegmentsExperienceServiceWrapper extends java.lang.Object implements SegmentsExperienceService, com.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceService>
SegmentsExperienceService
.SegmentsExperienceService
Constructor and Description |
---|
SegmentsExperienceServiceWrapper(SegmentsExperienceService segmentsExperienceService) |
Modifier and Type | Method and Description |
---|---|
SegmentsExperience |
addSegmentsExperience(long segmentsEntryId,
long classNameId,
long classPK,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
SegmentsExperience |
deleteSegmentsExperience(long segmentsExperienceId) |
SegmentsExperience |
fetchSegmentsExperience(long groupId,
java.lang.String segmentsExperienceKey) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
SegmentsExperience |
getSegmentsExperience(long segmentsExperienceId) |
java.util.List<SegmentsExperience> |
getSegmentsExperiences(long groupId,
long classNameId,
long classPK,
boolean active) |
java.util.List<SegmentsExperience> |
getSegmentsExperiences(long groupId,
long classNameId,
long classPK,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) |
int |
getSegmentsExperiencesCount(long groupId,
long classNameId,
long classPK,
boolean active) |
SegmentsExperienceService |
getWrappedService() |
void |
setWrappedService(SegmentsExperienceService segmentsExperienceService) |
SegmentsExperience |
updateSegmentsExperience(long segmentsExperienceId,
long segmentsEntryId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
boolean active) |
void |
updateSegmentsExperiencePriority(long segmentsExperienceId,
int newPriority) |
public SegmentsExperienceServiceWrapper(SegmentsExperienceService segmentsExperienceService)
public SegmentsExperience addSegmentsExperience(long segmentsEntryId, long classNameId, long classPK, java.util.Map<java.util.Locale,java.lang.String> nameMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
SegmentsExperienceServiceUtil
to access the segments experience remote service. Add custom service methods to com.liferay.segments.service.impl.SegmentsExperienceServiceImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.addSegmentsExperience
in interface SegmentsExperienceService
com.liferay.portal.kernel.exception.PortalException
public SegmentsExperience deleteSegmentsExperience(long segmentsExperienceId) throws com.liferay.portal.kernel.exception.PortalException
deleteSegmentsExperience
in interface SegmentsExperienceService
com.liferay.portal.kernel.exception.PortalException
public SegmentsExperience fetchSegmentsExperience(long groupId, java.lang.String segmentsExperienceKey) throws com.liferay.portal.kernel.exception.PortalException
fetchSegmentsExperience
in interface SegmentsExperienceService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface SegmentsExperienceService
public SegmentsExperience getSegmentsExperience(long segmentsExperienceId) throws com.liferay.portal.kernel.exception.PortalException
getSegmentsExperience
in interface SegmentsExperienceService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<SegmentsExperience> getSegmentsExperiences(long groupId, long classNameId, long classPK, boolean active) throws com.liferay.portal.kernel.exception.PortalException
getSegmentsExperiences
in interface SegmentsExperienceService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<SegmentsExperience> getSegmentsExperiences(long groupId, long classNameId, long classPK, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SegmentsExperience> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getSegmentsExperiences
in interface SegmentsExperienceService
com.liferay.portal.kernel.exception.PortalException
public int getSegmentsExperiencesCount(long groupId, long classNameId, long classPK, boolean active) throws com.liferay.portal.kernel.exception.PortalException
getSegmentsExperiencesCount
in interface SegmentsExperienceService
com.liferay.portal.kernel.exception.PortalException
public SegmentsExperience updateSegmentsExperience(long segmentsExperienceId, long segmentsEntryId, java.util.Map<java.util.Locale,java.lang.String> nameMap, boolean active) throws com.liferay.portal.kernel.exception.PortalException
updateSegmentsExperience
in interface SegmentsExperienceService
com.liferay.portal.kernel.exception.PortalException
public void updateSegmentsExperiencePriority(long segmentsExperienceId, int newPriority) throws com.liferay.portal.kernel.exception.PortalException
updateSegmentsExperiencePriority
in interface SegmentsExperienceService
com.liferay.portal.kernel.exception.PortalException
public SegmentsExperienceService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceService>
public void setWrappedService(SegmentsExperienceService segmentsExperienceService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<SegmentsExperienceService>