Uses of Interface
de.hybris.platform.cockpit.services.values.ObjectValueHandlerRegistry
Packages that use ObjectValueHandlerRegistry
Package
Description
-
Uses of ObjectValueHandlerRegistry in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that return ObjectValueHandlerRegistryMethods in de.hybris.platform.cockpit.services.impl with parameters of type ObjectValueHandlerRegistryModifier and TypeMethodDescriptionvoidNewItemServiceImpl.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 ObjectValueHandlerRegistryModifier and TypeMethodDescriptionvoidSynchronizationServiceImpl.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 ObjectValueHandlerRegistryMethods in de.hybris.platform.cockpit.services.values.impl that return ObjectValueHandlerRegistryModifier and TypeMethodDescriptionprotected ObjectValueHandlerRegistryDefaultValueService.getValueHandlerRegistry()Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type ObjectValueHandlerRegistryModifier and TypeMethodDescriptionvoidDefaultValueService.setValueHandlerRegistry(ObjectValueHandlerRegistry valueHandlerRegistry) -
Uses of ObjectValueHandlerRegistry in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return ObjectValueHandlerRegistryModifier and TypeMethodDescriptionDummyUISession.getValueHandlerRegistry()UISession.getValueHandlerRegistry() -
Uses of ObjectValueHandlerRegistry in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return ObjectValueHandlerRegistryModifier and TypeMethodDescriptionEditorArea.getValueHandlerRegistry()UISessionImpl.getValueHandlerRegistry()Methods in de.hybris.platform.cockpit.session.impl with parameters of type ObjectValueHandlerRegistryModifier and TypeMethodDescriptionvoidEditorArea.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 ObjectValueHandlerRegistryModifier and TypeMethodDescriptionstatic ObjectValueContainerTypeTools.createValueContainer(ObjectValueHandlerRegistry valueHandlerRegistry, TypedObject typedObject, Set<PropertyDescriptor> propertyDescriptors, Set<String> langIsos, boolean lazyLoad) Creates the value container.