Class OrderEntryComponentComparator
java.lang.Object
de.hybris.platform.configurablebundlefacades.order.converters.comparator.AbstractBundleOrderEntryComparator<OrderEntryData>
de.hybris.platform.configurablebundlefacades.order.converters.comparator.OrderEntryComponentComparator
- All Implemented Interfaces:
Serializable,Comparator<OrderEntryData>
@Deprecated(since="1905",
forRemoval=true)
public class OrderEntryComponentComparator
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 OrderEntryComponentComparator.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleancomparable(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
-
OrderEntryComponentComparator
public OrderEntryComponentComparator()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>
-
comparable
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
comparablein classAbstractBundleOrderEntryComparator<OrderEntryData>
-