Class PropertyComparisonInfoImpl
java.lang.Object
de.hybris.platform.cockpit.services.values.impl.PropertyComparisonInfoImpl
- All Implemented Interfaces:
PropertyComparisonInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddValueHolderEntry(String langIso, ObjectValueContainer.ObjectValueHolder referenceValueHolder, TypedObject compareObject, ObjectValueContainer.ObjectValueHolder compareValueHolder, boolean different) getCompareValueHolder(TypedObject item, String langIso) getItemsWithDifferences(String langIso) getReferenceValueHolder(String langIso) boolean
-
Constructor Details
-
PropertyComparisonInfoImpl
-
-
Method Details
-
getCompareValueHolder
public ObjectValueContainer.ObjectValueHolder getCompareValueHolder(TypedObject item, String langIso) - Specified by:
getCompareValueHolderin interfacePropertyComparisonInfo
-
getPropertyDescriptor
- Specified by:
getPropertyDescriptorin interfacePropertyComparisonInfo
-
getReferenceValueHolder
- Specified by:
getReferenceValueHolderin interfacePropertyComparisonInfo
-
hasDifferences
public boolean hasDifferences()- Specified by:
hasDifferencesin interfacePropertyComparisonInfo
-
addValueHolderEntry
public void addValueHolderEntry(String langIso, ObjectValueContainer.ObjectValueHolder referenceValueHolder, TypedObject compareObject, ObjectValueContainer.ObjectValueHolder compareValueHolder, boolean different) -
getItemsWithDifferences
- Specified by:
getItemsWithDifferencesin interfacePropertyComparisonInfo
-