Uses of Interface
de.hybris.platform.cockpit.services.values.ObjectAttributeComparator
-
Packages that use ObjectAttributeComparator Package Description de.hybris.platform.cockpit.services.values de.hybris.platform.cockpit.services.values.impl de.hybris.platform.productcockpit.services.impl -
-
Uses of ObjectAttributeComparator in de.hybris.platform.cockpit.services.values
Methods in de.hybris.platform.cockpit.services.values with parameters of type ObjectAttributeComparator Modifier and Type Method Description java.util.Map<PropertyDescriptor,PropertyComparisonInfo>ObjectCompareService. getComparedAttributes(TypedObject referenceObject, java.util.List<TypedObject> compareObjects, ObjectAttributeComparator comparator)java.util.Map<PropertyDescriptor,PropertyComparisonInfo>ObjectCompareService. getComparedAttributes(ObjectValueContainer referenceValueContainer, java.util.List<ObjectValueContainer> compareValueContainers, ObjectAttributeComparator comparator) -
Uses of ObjectAttributeComparator in de.hybris.platform.cockpit.services.values.impl
Classes in de.hybris.platform.cockpit.services.values.impl that implement ObjectAttributeComparator Modifier and Type Class Description classDefaultObjectAttributeComparatorMethods in de.hybris.platform.cockpit.services.values.impl that return ObjectAttributeComparator Modifier and Type Method Description ObjectAttributeComparatorDefaultObjectCompareService. getAttributeComparator()Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type ObjectAttributeComparator Modifier and Type Method Description java.util.Map<PropertyDescriptor,PropertyComparisonInfo>DefaultObjectCompareService. getComparedAttributes(TypedObject referenceObject, java.util.List<TypedObject> compareObjects, ObjectAttributeComparator comparator)java.util.Map<PropertyDescriptor,PropertyComparisonInfo>DefaultObjectCompareService. getComparedAttributes(ObjectValueContainer referenceValueContainer, java.util.List<ObjectValueContainer> compareValueContainers, ObjectAttributeComparator comparator)voidDefaultObjectCompareService. setAttributeComparator(ObjectAttributeComparator attributeComparator) -
Uses of ObjectAttributeComparator in de.hybris.platform.productcockpit.services.impl
Classes in de.hybris.platform.productcockpit.services.impl that implement ObjectAttributeComparator Modifier and Type Class Description classProductAwareAttributeComparator
-