Class OrderEntryProductComparator
java.lang.Object
de.hybris.platform.configurablebundlefacades.order.converters.comparator.AbstractBundleOrderEntryComparator<OrderEntryData>
de.hybris.platform.configurablebundlefacades.order.converters.comparator.OrderEntryProductComparator
- All Implemented Interfaces:
Serializable,Comparator<OrderEntryData>
@Deprecated(since="1905",
forRemoval=true)
public class OrderEntryProductComparator
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 OrderEntryProductComparator.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected 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.protected ProductServiceDeprecated, for removal: This API element is subject to removal in a future version.voidsetProductService(ProductService productService) 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
-
OrderEntryProductComparator
public OrderEntryProductComparator()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>
-
getProductService
Deprecated, for removal: This API element is subject to removal in a future version. -
setProductService
Deprecated, for removal: This API element is subject to removal in a future version.
-