Class CustomerExperienceHelper
- java.lang.Object
-
- lumis.portal.presentation.mode.customerexperience.CustomerExperienceHelper
-
public abstract class CustomerExperienceHelper extends Object
Class to help calculate information regarding Customer Experience.- Since:
- 11.0.0
- Version:
- $Revision: 24143 $ $Date: 2020-09-14 19:21:23 -0300 (Mon, 14 Sep 2020) $
-
-
Constructor Summary
Constructors Constructor Description CustomerExperienceHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<CustomerExperienceApp,ServiceInstanceConfig>
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.
-
-
-
Method Detail
-
findCurrentAnalyticsServiceInstance
public static Map<CustomerExperienceApp,ServiceInstanceConfig> findCurrentAnalyticsServiceInstance(SessionConfig sessionConfig, String channelId, Collection<String> serviceInstanceIds, ITransaction transaction) throws PortalException
Tries to find the best Customer Experience service instances the user has access to based on the given channel.- Parameters:
sessionConfig
-channelId
-serviceInstanceIds
-transaction
-- Returns:
- Throws:
PortalException
- Since:
- 12.5.0
-
-