Uses of Interface
de.hybris.platform.cockpit.services.values.PropertyComparisonInfo
-
-
Uses of PropertyComparisonInfo in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents
Methods in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents that return types with arguments of type PropertyComparisonInfo Modifier and Type Method Description java.util.Map<PropertyDescriptor,PropertyComparisonInfo>CompareView. getComparedAttributes()Method parameters in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents with type arguments of type PropertyComparisonInfo Modifier and Type Method Description voidCompareView. setComparedAttributes(java.util.Map<PropertyDescriptor,PropertyComparisonInfo> comparedAttributes)Constructor parameters in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents with type arguments of type PropertyComparisonInfo Constructor Description CompareView(TypedObject sourceObject, java.util.List<TypedObject> allItems, java.util.Map<PropertyDescriptor,PropertyComparisonInfo> comparedAttributes, CompareView.CompareViewListener listener) -
Uses of PropertyComparisonInfo in de.hybris.platform.cockpit.services.values
Methods in de.hybris.platform.cockpit.services.values that return types with arguments of type PropertyComparisonInfo Modifier and Type Method Description java.util.Map<PropertyDescriptor,PropertyComparisonInfo>ObjectCompareService. getComparedAttributes(TypedObject referenceObject, java.util.List<TypedObject> compareObjects)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)java.util.Map<PropertyDescriptor,PropertyComparisonInfo>ObjectCompareService. getComparedAttributes(ObjectValueContainer referenceValueContainer, java.util.List<ObjectValueContainer> compareValueContainers, ObjectAttributeComparator comparator) -
Uses of PropertyComparisonInfo in de.hybris.platform.cockpit.services.values.impl
Classes in de.hybris.platform.cockpit.services.values.impl that implement PropertyComparisonInfo Modifier and Type Class Description classPropertyComparisonInfoImplMethods in de.hybris.platform.cockpit.services.values.impl that return types with arguments of type PropertyComparisonInfo Modifier and Type Method Description java.util.Map<PropertyDescriptor,PropertyComparisonInfo>DefaultObjectCompareService. getComparedAttributes(TypedObject referenceObject, java.util.List<TypedObject> compareObjects)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)java.util.Map<PropertyDescriptor,PropertyComparisonInfo>DefaultObjectCompareService. getComparedAttributes(ObjectValueContainer referenceValueContainer, java.util.List<ObjectValueContainer> compareValueContainers, ObjectAttributeComparator comparator)
-