Package de.hybris.platform.b2b.occ.util
Class SearchUtils
java.lang.Object
de.hybris.platform.b2b.occ.util.SearchUtils
Utility class for helper methods related to search
-
Method Summary
Modifier and TypeMethodDescriptionstatic PageableDatacreatePageableData(int currentPage, int pageSize, String sort) Creates a pageable data based on the given parameters
-
Method Details
-
createPageableData
Creates a pageable data based on the given parameters- Parameters:
currentPage- is the current page which is returnedpageSize- is the page sizesort- is the sorting method- Returns:
- pageable data
-