Uses of Interface
de.hybris.platform.cockpit.services.values.ObjectValueHandler
-
Packages that use ObjectValueHandler Package Description de.hybris.platform.cockpit.services.values de.hybris.platform.cockpit.services.values.impl -
-
Uses of ObjectValueHandler in de.hybris.platform.cockpit.services.values
Methods in de.hybris.platform.cockpit.services.values that return types with arguments of type ObjectValueHandler Modifier and Type Method Description java.util.List<ObjectValueHandler>ObjectValueHandlerRegistry. getValueHandlerChain(ObjectType type) -
Uses of ObjectValueHandler in de.hybris.platform.cockpit.services.values.impl
Classes in de.hybris.platform.cockpit.services.values.impl that implement ObjectValueHandler Modifier and Type Class Description classClassificationObjectValueHandlerResponsible for loading and storing of classification values.classGenericItemObjectValueHandlerObject value handler implementation based upon generic item attribute access viaItem.getAttribute(String)andItem.setAttribute(String, Object).classWidgetParamObjectValueHandlerclassWorkflowGenericItemObjectHandlerTriggers the wokflow activation script after storing the values in addition to GenericItemObjectValueHandler.Methods in de.hybris.platform.cockpit.services.values.impl that return ObjectValueHandler Modifier and Type Method Description ObjectValueHandlerObjectValueHandlerMapping. getValueHandler()Methods in de.hybris.platform.cockpit.services.values.impl that return types with arguments of type ObjectValueHandler Modifier and Type Method Description java.util.List<ObjectValueHandler>DefaultObjectValueHandlerRegistry. getValueHandlerChain(ObjectType type)Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type ObjectValueHandler Modifier and Type Method Description voidObjectValueHandlerMapping. setValueHandler(ObjectValueHandler valueHandler)
-