Uses of Class
lumis.portal.presentation.mode.customerexperience.CustomerExperienceApp
-
Packages that use CustomerExperienceApp Package Description lumis.portal.monitor.impl Implementation of theportal monitoring framework
.lumis.portal.presentation.mode.customerexperience lumis.service.analytics -
-
Uses of CustomerExperienceApp in lumis.portal.monitor.impl
Fields in lumis.portal.monitor.impl declared as CustomerExperienceApp Modifier and Type Field Description protected CustomerExperienceApp
AbstractMonitorResource. app
Methods in lumis.portal.monitor.impl with parameters of type CustomerExperienceApp Modifier and Type Method Description ServiceInstanceConfig
AbstractMonitorResource. checkModeManagePermission(CustomerExperienceApp app, String serviceInstanceId)
Checks user has the required manage permissions.static ServiceInstanceConfig
MonitorUtilInternal. checkModeManagePermission(CustomerExperienceApp app, String serviceInstanceId)
Checks user has the required manage permissions.ServiceInstanceConfig
AbstractMonitorResource. checkModeViewPermission(CustomerExperienceApp app, String serviceInstanceId)
Checks user has the required view permissions.static ServiceInstanceConfig
MonitorUtilInternal. checkModeViewPermission(CustomerExperienceApp app, String serviceInstanceId)
Checks user has the required view permissions.Constructors in lumis.portal.monitor.impl with parameters of type CustomerExperienceApp Constructor Description AbstractMonitorResource(CustomerExperienceApp app)
-
Uses of CustomerExperienceApp in lumis.portal.presentation.mode.customerexperience
Methods in lumis.portal.presentation.mode.customerexperience that return CustomerExperienceApp Modifier and Type Method Description static CustomerExperienceApp
CustomerExperienceApp. getAnalyticsApp(HttpServletRequest httpServletRequest)
Get App enum from the given request.static CustomerExperienceApp
CustomerExperienceApp. valueOf(String name)
Returns the enum constant of this type with the specified name.static CustomerExperienceApp[]
CustomerExperienceApp. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.presentation.mode.customerexperience that return types with arguments of type CustomerExperienceApp Modifier and Type Method Description static Map<CustomerExperienceApp,ServiceInstanceConfig>
CustomerExperienceHelper. findCurrentAnalyticsServiceInstance(SessionConfig sessionConfig, String channelId, Collection<String> serviceInstanceIds, ITransaction transaction)
Tries to find the best Customer Experience service instances the user has access to based on the given channel.Methods in lumis.portal.presentation.mode.customerexperience with parameters of type CustomerExperienceApp Modifier and Type Method Description static String
CustomerExperienceSubHeader. buildTargetUrlInternal(SessionConfig sessionConfig, HttpServletRequest httpServletRequest, ServiceInstanceConfig serviceInstanceConfig, CustomerExperienceApp analyticsApp)
Builds the target url for the current service instance to use the customer experience functionality.static void
CustomerExperienceApp. setCustomerExperienceAppOnRequestAttr(CustomerExperienceApp analyticsApp, HttpServletRequest httpServletRequest)
Set analytics APP on request. -
Uses of CustomerExperienceApp in lumis.service.analytics
Constructors in lumis.service.analytics with parameters of type CustomerExperienceApp Constructor Description AbstractResourceForDouiAdministrations(CustomerExperienceApp app)
Default constructor.AbstractResourceForDouiAdministrations(CustomerExperienceApp app, String serviceInstanceId)
Constructor for test.
-