Class DefaultTmaProductSortFacade
java.lang.Object
de.hybris.platform.b2ctelcofacades.product.impl.DefaultTmaProductSortFacade
- All Implemented Interfaces:
TmaProductSortFacade
Default implementation of
TmaProductSortFacade.- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeSortOption(List<String> sortOption) Returns the code of the sort option based on the parameter provided.voidsetSortOptionMap(Map<String, String> sortOptionMap)
-
Constructor Details
-
DefaultTmaProductSortFacade
public DefaultTmaProductSortFacade()
-
-
Method Details
-
decodeSortOption
Description copied from interface:TmaProductSortFacadeReturns the code of the sort option based on the parameter provided.- Specified by:
decodeSortOptionin interfaceTmaProductSortFacade- Parameters:
sortOption- list of sort option- Returns:
- the sort option code
-
getSortOptionMap
-
setSortOptionMap
-