Package lumis.portal.customerexperience
Class CustomerExperienceUtil
- java.lang.Object
-
- lumis.portal.customerexperience.CustomerExperienceUtil
-
public final class CustomerExperienceUtil extends java.lang.Object
Customer Experience related utilities.- Since:
- 16.0.0
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Optional<ServiceInstanceConfig>
getClosestCustomerExperienceServiceInstance(java.lang.String originServiceInstanceId)
Returns the Customer Experience service instance closest to the given service instance's project.
-
-
-
Method Detail
-
getClosestCustomerExperienceServiceInstance
public static java.util.Optional<ServiceInstanceConfig> getClosestCustomerExperienceServiceInstance(java.lang.String originServiceInstanceId) throws PortalException
Returns the Customer Experience service instance closest to the given service instance's project. Uses it's own transaciton.- Parameters:
originServiceInstanceId
- origin service instance identifier- Returns:
- the Customer Experience service instance closest to the given service instance's project
- Throws:
PortalException
- Since:
- 16.0.0
-
-