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 Details

    • OnPremiseCockpitUserPropertiesService

      public OnPremiseCockpitUserPropertiesService()
  • Method Details

    • getUserProperties

      public Map<String,String> getUserProperties(String userId)
      Specified by:
      getUserProperties in interface com.hybris.cockpitng.core.user.CockpitUserPropertiesService
    • valueToString

      protected String valueToString(Object value)
      Converts given value to its string representation.
      Parameters:
      value - value to convert to string
      Returns:
      string representation of the given value
    • setPropertyMap

      public void setPropertyMap(Map<String,String> propertyMap)
    • setUserService

      public void setUserService(UserService userService)
    • setObjectValueService

      public void setObjectValueService(com.hybris.cockpitng.type.ObjectValueService objectValueService)