@ProviderType
public interface SegmentsExperienceRequestProcessorRegistry
| Modifier and Type | Method and Description |
|---|---|
long[] |
getSegmentsExperienceIds(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
long groupId,
long plid) |
long[] |
getSegmentsExperienceIds(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
long groupId,
long plid,
long[] segmentsEntryIds) |
java.util.List<SegmentsExperienceRequestProcessor> |
getSegmentsExperienceRequestProcessors() |
long[] getSegmentsExperienceIds(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
long groupId,
long plid)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong[] getSegmentsExperienceIds(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
long groupId,
long plid,
long[] segmentsEntryIds)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<SegmentsExperienceRequestProcessor> getSegmentsExperienceRequestProcessors()