Interface TmaProductSortFacade
- All Known Implementing Classes:
DefaultTmaProductSortFacade
public interface TmaProductSortFacade
Facade handling product sort operations.
- Since:
- 1907
-
Method Summary
Modifier and TypeMethodDescriptiondecodeSortOption(List<String> sortOption) Returns the code of the sort option based on the parameter provided.
-
Method Details
-
decodeSortOption
Returns the code of the sort option based on the parameter provided.- Parameters:
sortOption- list of sort option- Returns:
- the sort option code
-