Package de.hybris.platform.b2b.occ.util
Class SearchUtils
- java.lang.Object
-
- de.hybris.platform.b2b.occ.util.SearchUtils
-
public final class SearchUtils extends java.lang.ObjectUtility class for helper methods related to search
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PageableDatacreatePageableData(int currentPage, int pageSize, java.lang.String sort)Creates a pageable data based on the given parameters
-
-
-
Method Detail
-
createPageableData
public static PageableData createPageableData(int currentPage, int pageSize, java.lang.String sort)
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
-
-