Uses of Class
de.hybris.platform.cockpit.services.values.ObjectValueContainer.ObjectValueHolder
-
-
Uses of ObjectValueContainer.ObjectValueHolder in de.hybris.platform.cmscockpit.components.contentbrowser
Methods in de.hybris.platform.cmscockpit.components.contentbrowser that return ObjectValueContainer.ObjectValueHolder Modifier and Type Method Description protected static ObjectValueContainer.ObjectValueHolderComponentInjectorHelper. getObjectValueHolder(ObjectValueContainer valueContainer, PropertyDescriptor descr, java.lang.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.ObjectValueHolder Modifier and Type Method Description voidCompareView.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.ObjectValueHolder Modifier and Type Method Description ObjectValueContainer.ObjectValueHolderObjectValueContainer. addValue(PropertyDescriptor propertyDescriptor, java.lang.String languageIso, java.lang.Object originalValue)protected ObjectValueContainer.ObjectValueHolderObjectValueContainer.ObjectValueHolder. clone()ObjectValueContainer.ObjectValueHolderPropertyComparisonInfo. getCompareValueHolder(TypedObject item, java.lang.String langIso)ObjectValueContainer.ObjectValueHolderPropertyComparisonInfo. getReferenceValueHolder(java.lang.String langIso)ObjectValueContainer.ObjectValueHolderObjectValueContainer. getValue(PropertyDescriptor propertyDescriptor, java.lang.String languageIso)Methods in de.hybris.platform.cockpit.services.values that return types with arguments of type ObjectValueContainer.ObjectValueHolder Modifier and Type Method Description java.util.Set<ObjectValueContainer.ObjectValueHolder>ObjectValueContainer. getAllValues()java.util.Set<ObjectValueContainer.ObjectValueHolder>ObjectValueContainer. getConflicts()java.util.Set<ObjectValueContainer.ObjectValueHolder>ObjectValueContainer. getModifiedValues()Returns modified value holders.Methods in de.hybris.platform.cockpit.services.values with parameters of type ObjectValueContainer.ObjectValueHolder Modifier and Type Method Description booleanObjectValueContainer. 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.ObjectValueHolder Modifier and Type Method Description ObjectValueContainer.ObjectValueHolderPropertyComparisonInfoImpl. getCompareValueHolder(TypedObject item, java.lang.String langIso)ObjectValueContainer.ObjectValueHolderPropertyComparisonInfoImpl. getReferenceValueHolder(java.lang.String langIso)ObjectValueContainer.ObjectValueHolderObjectValuePair. getValueHolder()Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type ObjectValueContainer.ObjectValueHolder Modifier and Type Method Description voidPropertyComparisonInfoImpl. addValueHolderEntry(java.lang.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.ObjectValueHolder Constructor Description ObjectValuePair(TypedObject object, ObjectValueContainer.ObjectValueHolder valueHolder)
-