Class BackofficeObjectAttributeComparator

java.lang.Object
com.hybris.cockpitng.compare.impl.DefaultObjectAttributeComparator
de.hybris.platform.platformbackoffice.widgets.compare.model.impl.BackofficeObjectAttributeComparator
All Implemented Interfaces:
com.hybris.cockpitng.compare.ObjectAttributeComparator<Object>

public class BackofficeObjectAttributeComparator extends com.hybris.cockpitng.compare.impl.DefaultObjectAttributeComparator
  • Constructor Details

    • BackofficeObjectAttributeComparator

      public BackofficeObjectAttributeComparator()
  • Method Details

    • compareSingleObjects

      protected boolean compareSingleObjects(Object object1, Object object2)
      Overrides:
      compareSingleObjects in class com.hybris.cockpitng.compare.impl.DefaultObjectAttributeComparator
    • compareFeatureValues

      protected boolean compareFeatureValues(FeatureValue featureValue1, FeatureValue featureValue2)
    • compareRangeValues

      protected boolean compareRangeValues(com.hybris.cockpitng.util.Range range1, com.hybris.cockpitng.util.Range range2)