@StableMinor(version="12.4", sinceVersion="11.2") public interface IUserSegmentationManager
Modifier and Type | Method and Description |
---|---|
IUserSegmentation |
getByNameAndServiceInstance(String name,
String serviceInstanceId)
Returns the segmentation of the given name and service instance.
|
void |
updateSegmentationMembership(IUserSegmentation segmentation)
Updates the given segmentation memberships cache.
|
void |
updateSegmentationMembership(IUserSegmentation segmentation,
String monitorUserId)
Updates the given segmentation membership cache for the given user.
|
IUserSegmentation getByNameAndServiceInstance(String name, String serviceInstanceId) throws PortalException
name
- the segmentation name.serviceInstanceId
- the service instance identifier.PortalObjectNotFoundException
- if no such segmentation could be found.PortalException
void updateSegmentationMembership(IUserSegmentation segmentation) throws PortalException
segmentation
- the segmentation.PortalException
void updateSegmentationMembership(IUserSegmentation segmentation, String monitorUserId) throws PortalException
segmentation
- the segmentation.monitorUserId
- the monitor user identifier.PortalException
LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.