Class AbstractBundleOrderEntryComparator<T extends OrderEntryData>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator<T>
    Direct Known Subclasses:
    OrderEntryBundleNoComparator, OrderEntryComponentComparator, OrderEntryProductComparator

    @Deprecated(since="1905",
                forRemoval=true)
    public abstract class AbstractBundleOrderEntryComparator<T extends OrderEntryData>
    extends java.lang.Object
    implements java.util.Comparator<T>, java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractBundleOrderEntryComparator()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected abstract boolean comparable​(T o1, T o2)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      int compare​(T o1, T o2)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected abstract int doCompare​(T o1, T o2)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected BundleTemplateService getBundleTemplateService()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setBundleTemplateService​(BundleTemplateService bundleTemplateService)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • AbstractBundleOrderEntryComparator

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

      • 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 java.util.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.