@ProviderType
public interface SegmentsExperienceRequestProcessor
SegmentsExperiment
s.Modifier and Type | Method and Description |
---|---|
long[] |
getSegmentsExperienceIds(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
long groupId,
long classNameId,
long classPK,
long[] segmentsExperienceIds)
Returns the processed IDs of segments experiences that will be actually
applied in the current request.
|
long[] |
getSegmentsExperienceIds(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
long groupId,
long classNameId,
long classPK,
long[] segmentsEntryIds,
long[] segmentsExperienceIds)
Returns the processed IDs of segments experiences that will be actually
applied in the current request.
|
long[] getSegmentsExperienceIds(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, long groupId, long classNameId, long classPK, long[] segmentsExperienceIds) throws com.liferay.portal.kernel.exception.PortalException
httpServletRequest
- the servlet requesthttpServletResponse
- the servlet responsegroupId
- the primary key of the groupclassNameId
- the entity's class name IDclassPK
- the primary key of the entitysegmentsExperienceIds
- the primary keys of the user's active
segment experiencescom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredlong[] getSegmentsExperienceIds(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, long groupId, long classNameId, long classPK, long[] segmentsEntryIds, long[] segmentsExperienceIds) throws com.liferay.portal.kernel.exception.PortalException
httpServletRequest
- the servlet requesthttpServletResponse
- the servlet responsegroupId
- the primary key of the groupclassNameId
- the entity's class name IDclassPK
- the primary key of the entitysegmentsEntryIds
- the primary keys of the user's active segment
entriessegmentsExperienceIds
- the primary keys of the user's active
segment experiencescom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurred