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 void
addValueHolderEntry(java.lang.String langIso, ObjectValueContainer.ObjectValueHolder referenceValueHolder, TypedObject compareObject, ObjectValueContainer.ObjectValueHolder compareValueHolder, boolean different)
ObjectValueContainer.ObjectValueHolder
getCompareValueHolder(TypedObject item, java.lang.String langIso)
java.util.Collection<TypedObject>
getItemsWithDifferences(java.lang.String langIso)
PropertyDescriptor
getPropertyDescriptor()
ObjectValueContainer.ObjectValueHolder
getReferenceValueHolder(java.lang.String langIso)
boolean
hasDifferences()
-
-
-
Constructor Detail
-
PropertyComparisonInfoImpl
public PropertyComparisonInfoImpl(PropertyDescriptor descriptor)
-
-
Method Detail
-
getCompareValueHolder
public ObjectValueContainer.ObjectValueHolder getCompareValueHolder(TypedObject item, java.lang.String langIso)
- Specified by:
getCompareValueHolder
in interfacePropertyComparisonInfo
-
getPropertyDescriptor
public PropertyDescriptor getPropertyDescriptor()
- Specified by:
getPropertyDescriptor
in interfacePropertyComparisonInfo
-
getReferenceValueHolder
public ObjectValueContainer.ObjectValueHolder getReferenceValueHolder(java.lang.String langIso)
- Specified by:
getReferenceValueHolder
in interfacePropertyComparisonInfo
-
hasDifferences
public boolean hasDifferences()
- Specified by:
hasDifferences
in 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:
getItemsWithDifferences
in interfacePropertyComparisonInfo
-
-