Class OnPremiseCockpitUserPropertiesService
java.lang.Object
com.hybris.backoffice.cockpitng.core.user.impl.OnPremiseCockpitUserPropertiesService
- All Implemented Interfaces:
com.hybris.cockpitng.core.user.CockpitUserPropertiesService
public class OnPremiseCockpitUserPropertiesService
extends Object
implements com.hybris.cockpitng.core.user.CockpitUserPropertiesService
Provides cockpit user properties of an on-premise user.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUserProperties(String userId) voidsetObjectValueService(com.hybris.cockpitng.type.ObjectValueService objectValueService) voidsetPropertyMap(Map<String, String> propertyMap) voidsetUserService(UserService userService) protected StringvalueToString(Object value) Converts given value to its string representation.
-
Constructor Details
-
OnPremiseCockpitUserPropertiesService
public OnPremiseCockpitUserPropertiesService()
-
-
Method Details
-
getUserProperties
- Specified by:
getUserPropertiesin interfacecom.hybris.cockpitng.core.user.CockpitUserPropertiesService
-
valueToString
Converts given value to its string representation.- Parameters:
value- value to convert to string- Returns:
- string representation of the given value
-
setPropertyMap
-
setUserService
-
setObjectValueService
public void setObjectValueService(com.hybris.cockpitng.type.ObjectValueService objectValueService)
-