Class AbstractBundleOrderEntryComparator<T extends OrderEntryData>
- java.lang.Object
-
- de.hybris.platform.configurablebundlefacades.order.converters.comparator.AbstractBundleOrderEntryComparator<T>
-
- 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.
-
-
-
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 interfacejava.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.
-
-