Class SortByProductNameStrategy
java.lang.Object
de.hybris.platform.customerinterestsfacades.strategies.impl.SortByProductNameStrategy
- All Implemented Interfaces:
CollectionSortStrategy<List<ProductInterestRelationData>>
public class SortByProductNameStrategy
extends Object
implements CollectionSortStrategy<List<ProductInterestRelationData>>
Default implementation of
CollectionSortStrategy-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidascending order of a given attributeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.customerinterestsfacades.strategies.CollectionSortStrategy
descendingSort
-
Constructor Details
-
SortByProductNameStrategy
public SortByProductNameStrategy()
-
-
Method Details
-
ascendingSort
Description copied from interface:CollectionSortStrategyascending order of a given attribute- Specified by:
ascendingSortin interfaceCollectionSortStrategy<List<ProductInterestRelationData>>
-