Class AbstractBundleOrderEntryComparator<T extends OrderEntryData>

java.lang.Object
de.hybris.platform.configurablebundlefacades.order.converters.comparator.AbstractBundleOrderEntryComparator<T>
All Implemented Interfaces:
Serializable, Comparator<T>
Direct Known Subclasses:
OrderEntryBundleNoComparator, OrderEntryComponentComparator, OrderEntryProductComparator

@Deprecated(since="1905", forRemoval=true) public abstract class AbstractBundleOrderEntryComparator<T extends OrderEntryData> extends Object implements Comparator<T>, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
since 1905: The comparator compares only deprecated fields, so it is deprecated, too.
The class of BundleOrderEntryComparator.
See Also:
  • Constructor Details

    • AbstractBundleOrderEntryComparator

      public AbstractBundleOrderEntryComparator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • compare

      public int compare(T o1, T o2)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      compare in interface Comparator<T extends OrderEntryData>
    • doCompare

      protected abstract int doCompare(T o1, T o2)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • comparable

      protected abstract boolean comparable(T o1, T o2)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBundleTemplateService

      protected BundleTemplateService getBundleTemplateService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setBundleTemplateService

      public void setBundleTemplateService(BundleTemplateService bundleTemplateService)
      Deprecated, for removal: This API element is subject to removal in a future version.