Class OrderEntryBundleNoComparator
java.lang.Object
de.hybris.platform.configurablebundlefacades.order.converters.comparator.AbstractBundleOrderEntryComparator<OrderEntryData>
de.hybris.platform.configurablebundlefacades.order.converters.comparator.OrderEntryBundleNoComparator
- All Implemented Interfaces:
Serializable,Comparator<OrderEntryData>
@Deprecated(since="1905",
forRemoval=true)
public class OrderEntryBundleNoComparator
extends AbstractBundleOrderEntryComparator<OrderEntryData>
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 OrderEntryBundleComparator.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbundleNumberIsZero(OrderEntryData orderEntryData) Deprecated, for removal: This API element is subject to removal in a future version.booleancomparable(OrderEntryData o1, OrderEntryData o2) Deprecated, for removal: This API element is subject to removal in a future version.protected intdoCompare(OrderEntryData o1, OrderEntryData o2) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.configurablebundlefacades.order.converters.comparator.AbstractBundleOrderEntryComparator
compare, getBundleTemplateService, setBundleTemplateServiceMethods 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
-
OrderEntryBundleNoComparator
public OrderEntryBundleNoComparator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
doCompare
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
doComparein classAbstractBundleOrderEntryComparator<OrderEntryData>
-
bundleNumberIsZero
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.- Specified by:
comparablein classAbstractBundleOrderEntryComparator<OrderEntryData>
-