Class OnPremiseCockpitUserPropertiesService

  • All Implemented Interfaces:
    com.hybris.cockpitng.core.user.CockpitUserPropertiesService

    public class OnPremiseCockpitUserPropertiesService
    extends java.lang.Object
    implements com.hybris.cockpitng.core.user.CockpitUserPropertiesService
    Provides cockpit user properties of an on-premise user.
    • Constructor Detail

      • OnPremiseCockpitUserPropertiesService

        public OnPremiseCockpitUserPropertiesService()
    • Method Detail

      • getUserProperties

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

        protected java.lang.String valueToString​(java.lang.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​(java.util.Map<java.lang.String,​java.lang.String> propertyMap)
      • setUserService

        public void setUserService​(UserService userService)
      • setObjectValueService

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