Class PropertyComparisonInfoImpl
- java.lang.Object
-
- de.hybris.platform.cockpit.services.values.impl.PropertyComparisonInfoImpl
-
- All Implemented Interfaces:
PropertyComparisonInfo
public class PropertyComparisonInfoImpl extends java.lang.Object implements PropertyComparisonInfo
-
-
Constructor Summary
Constructors Constructor Description PropertyComparisonInfoImpl(PropertyDescriptor descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValueHolderEntry(java.lang.String langIso, ObjectValueContainer.ObjectValueHolder referenceValueHolder, TypedObject compareObject, ObjectValueContainer.ObjectValueHolder compareValueHolder, boolean different)ObjectValueContainer.ObjectValueHoldergetCompareValueHolder(TypedObject item, java.lang.String langIso)java.util.Collection<TypedObject>getItemsWithDifferences(java.lang.String langIso)PropertyDescriptorgetPropertyDescriptor()ObjectValueContainer.ObjectValueHoldergetReferenceValueHolder(java.lang.String langIso)booleanhasDifferences()
-
-
-
Constructor Detail
-
PropertyComparisonInfoImpl
public PropertyComparisonInfoImpl(PropertyDescriptor descriptor)
-
-
Method Detail
-
getCompareValueHolder
public ObjectValueContainer.ObjectValueHolder getCompareValueHolder(TypedObject item, java.lang.String langIso)
- Specified by:
getCompareValueHolderin interfacePropertyComparisonInfo
-
getPropertyDescriptor
public PropertyDescriptor getPropertyDescriptor()
- Specified by:
getPropertyDescriptorin interfacePropertyComparisonInfo
-
getReferenceValueHolder
public ObjectValueContainer.ObjectValueHolder getReferenceValueHolder(java.lang.String langIso)
- Specified by:
getReferenceValueHolderin interfacePropertyComparisonInfo
-
hasDifferences
public boolean hasDifferences()
- Specified by:
hasDifferencesin interfacePropertyComparisonInfo
-
addValueHolderEntry
public void addValueHolderEntry(java.lang.String langIso, ObjectValueContainer.ObjectValueHolder referenceValueHolder, TypedObject compareObject, ObjectValueContainer.ObjectValueHolder compareValueHolder, boolean different)
-
getItemsWithDifferences
public java.util.Collection<TypedObject> getItemsWithDifferences(java.lang.String langIso)
- Specified by:
getItemsWithDifferencesin interfacePropertyComparisonInfo
-
-