Package | Description |
---|---|
lumis.service.analytics.eventanalytics.bean | |
lumis.service.analytics.usersegmentation.manager | |
lumis.service.analytics.usersegmentation.rest |
Modifier and Type | Method and Description |
---|---|
UserSegmentation |
EventAnalyticsDashboard.getUserSegmentationRef()
Returns the user segmentation reference.
|
UserSegmentation |
EventAnalyticsReport.getUserSegmentationRef()
Returns the user segmentation reference.
|
Modifier and Type | Method and Description |
---|---|
void |
EventAnalyticsDashboard.setUserSegmentationRef(UserSegmentation userSegmentationRef)
Sets the user segmentation reference.
|
void |
EventAnalyticsReport.setUserSegmentationRef(UserSegmentation userSegmentationRef)
Sets the user segmentation reference.
|
Modifier and Type | Method and Description |
---|---|
static UserSegmentation |
UserSegmentationManager.getById(String id)
Returns the segmentation with the given identifier or
null if no segmentation exists with the given identifier. |
static UserSegmentation |
UserSegmentationManager.updateSegmentation(String id,
String serviceInstanceId,
org.json.JSONObject filter)
Updates the given segmentation with the given filters.
|
Modifier and Type | Method and Description |
---|---|
static List<UserSegmentation> |
UserSegmentationManager.findByServiceInstanceAndLikeName(String name,
String serviceInstanceId)
Returns the segmentations of the given service instance that matches the given
name parameter. |
static List<UserSegmentation> |
UserSegmentationManager.getByServiceInstance(String serviceInstanceId)
Returns the segmentations of the given service instance.
|
Modifier and Type | Method and Description |
---|---|
static org.json.JSONObject |
UserSegmentationRestAPI.parseToJsonObject(UserSegmentation userSegmentation)
Receives a entity and returns a json client format.
|
Lumisportal 11.1.0.181218 - Copyright © 2006–2018 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.