| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PropertyDescriptor,PropertyComparisonInfo> |
CompareView.getComparedAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompareView.setComparedAttributes(java.util.Map<PropertyDescriptor,PropertyComparisonInfo> comparedAttributes) |
| Constructor and Description |
|---|
CompareView(TypedObject sourceObject,
java.util.List<TypedObject> allItems,
java.util.Map<PropertyDescriptor,PropertyComparisonInfo> comparedAttributes,
CompareView.CompareViewListener listener) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyComparisonInfoImpl |
| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
Copyright © 2018 SAP SE. All Rights Reserved.