Uses of Class
de.hybris.platform.cockpit.services.values.ObjectValueContainer.ObjectValueHolder
Packages that use ObjectValueContainer.ObjectValueHolder
Package
Description
-
Uses of ObjectValueContainer.ObjectValueHolder in de.hybris.platform.cmscockpit.components.contentbrowser
Methods in de.hybris.platform.cmscockpit.components.contentbrowser that return ObjectValueContainer.ObjectValueHolderModifier and TypeMethodDescriptionprotected static ObjectValueContainer.ObjectValueHolderComponentInjectorHelper.getObjectValueHolder(ObjectValueContainer valueContainer, PropertyDescriptor descr, String langIso) -
Uses of ObjectValueContainer.ObjectValueHolder in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents
Methods in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents with parameters of type ObjectValueContainer.ObjectValueHolderModifier and TypeMethodDescriptionvoidCompareView.CompareViewListener.valueChanged(TypedObject object, ObjectValueContainer.ObjectValueHolder holder) -
Uses of ObjectValueContainer.ObjectValueHolder in de.hybris.platform.cockpit.services.values
Methods in de.hybris.platform.cockpit.services.values that return ObjectValueContainer.ObjectValueHolderModifier and TypeMethodDescriptionObjectValueContainer.addValue(PropertyDescriptor propertyDescriptor, String languageIso, Object originalValue) protected ObjectValueContainer.ObjectValueHolderObjectValueContainer.ObjectValueHolder.clone()PropertyComparisonInfo.getCompareValueHolder(TypedObject item, String langIso) PropertyComparisonInfo.getReferenceValueHolder(String langIso) ObjectValueContainer.getValue(PropertyDescriptor propertyDescriptor, String languageIso) Methods in de.hybris.platform.cockpit.services.values that return types with arguments of type ObjectValueContainer.ObjectValueHolderModifier and TypeMethodDescriptionObjectValueContainer.getAllValues()ObjectValueContainer.getConflicts()ObjectValueContainer.getModifiedValues()Returns modified value holders.Methods in de.hybris.platform.cockpit.services.values with parameters of type ObjectValueContainer.ObjectValueHolderModifier and TypeMethodDescriptionbooleanObjectValueContainer.removeValue(ObjectValueContainer.ObjectValueHolder holder) -
Uses of ObjectValueContainer.ObjectValueHolder in de.hybris.platform.cockpit.services.values.impl
Methods in de.hybris.platform.cockpit.services.values.impl that return ObjectValueContainer.ObjectValueHolderModifier and TypeMethodDescriptionPropertyComparisonInfoImpl.getCompareValueHolder(TypedObject item, String langIso) PropertyComparisonInfoImpl.getReferenceValueHolder(String langIso) ObjectValuePair.getValueHolder()Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type ObjectValueContainer.ObjectValueHolderModifier and TypeMethodDescriptionvoidPropertyComparisonInfoImpl.addValueHolderEntry(String langIso, ObjectValueContainer.ObjectValueHolder referenceValueHolder, TypedObject compareObject, ObjectValueContainer.ObjectValueHolder compareValueHolder, boolean different) Constructors in de.hybris.platform.cockpit.services.values.impl with parameters of type ObjectValueContainer.ObjectValueHolderModifierConstructorDescriptionObjectValuePair(TypedObject object, ObjectValueContainer.ObjectValueHolder valueHolder)