Uses of Interface
de.hybris.platform.cockpit.services.values.ObjectValueHandlerRegistry
-
-
Uses of ObjectValueHandlerRegistry in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that return ObjectValueHandlerRegistry Modifier and Type Method Description ObjectValueHandlerRegistryNewItemServiceImpl. getValueHandlerRegistry()Methods in de.hybris.platform.cockpit.services.impl with parameters of type ObjectValueHandlerRegistry Modifier and Type Method Description voidNewItemServiceImpl. setValueHandlerRegistry(ObjectValueHandlerRegistry valueHandlerRegistry) -
Uses of ObjectValueHandlerRegistry in de.hybris.platform.cockpit.services.sync.impl
Methods in de.hybris.platform.cockpit.services.sync.impl with parameters of type ObjectValueHandlerRegistry Modifier and Type Method Description voidSynchronizationServiceImpl. setValueHandlerRegistry(ObjectValueHandlerRegistry valueHandlerRegistry) -
Uses of ObjectValueHandlerRegistry in de.hybris.platform.cockpit.services.values.impl
Classes in de.hybris.platform.cockpit.services.values.impl that implement ObjectValueHandlerRegistry Modifier and Type Class Description classDefaultObjectValueHandlerRegistryMethods in de.hybris.platform.cockpit.services.values.impl that return ObjectValueHandlerRegistry Modifier and Type Method Description protected ObjectValueHandlerRegistryDefaultValueService. getValueHandlerRegistry()Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type ObjectValueHandlerRegistry Modifier and Type Method Description voidDefaultValueService. setValueHandlerRegistry(ObjectValueHandlerRegistry valueHandlerRegistry) -
Uses of ObjectValueHandlerRegistry in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return ObjectValueHandlerRegistry Modifier and Type Method Description ObjectValueHandlerRegistryDummyUISession. getValueHandlerRegistry()ObjectValueHandlerRegistryUISession. getValueHandlerRegistry() -
Uses of ObjectValueHandlerRegistry in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return ObjectValueHandlerRegistry Modifier and Type Method Description ObjectValueHandlerRegistryEditorArea. getValueHandlerRegistry()ObjectValueHandlerRegistryUISessionImpl. getValueHandlerRegistry()Methods in de.hybris.platform.cockpit.session.impl with parameters of type ObjectValueHandlerRegistry Modifier and Type Method Description voidEditorArea. setValueHandlerRegistry(ObjectValueHandlerRegistry valueHandlerRegistry)voidUISessionImpl. setValueHandlerRegistry(ObjectValueHandlerRegistry objectValueRegistry) -
Uses of ObjectValueHandlerRegistry in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util with parameters of type ObjectValueHandlerRegistry Modifier and Type Method Description static ObjectValueContainerTypeTools. createValueContainer(ObjectValueHandlerRegistry valueHandlerRegistry, TypedObject typedObject, java.util.Set<PropertyDescriptor> propertyDescriptors, java.util.Set<java.lang.String> langIsos, boolean lazyLoad)Creates the value container.
-