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 Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract booleancomparable(T o1, T o2) Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.protected abstract intDeprecated, for removal: This API element is subject to removal in a future version.protected BundleTemplateServiceDeprecated, for removal: This API element is subject to removal in a future version.voidsetBundleTemplateService(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, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
AbstractBundleOrderEntryComparator
public AbstractBundleOrderEntryComparator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
compare
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
comparein interfaceComparator<T extends OrderEntryData>
-
doCompare
Deprecated, for removal: This API element is subject to removal in a future version. -
comparable
Deprecated, for removal: This API element is subject to removal in a future version. -
getBundleTemplateService
Deprecated, for removal: This API element is subject to removal in a future version. -
setBundleTemplateService
Deprecated, for removal: This API element is subject to removal in a future version.
-