Class SearchUtils

java.lang.Object
de.hybris.platform.b2b.occ.util.SearchUtils

public final class SearchUtils extends Object
Utility class for helper methods related to search
  • Method Details

    • createPageableData

      public static PageableData createPageableData(int currentPage, int pageSize, String sort)
      Creates a pageable data based on the given parameters
      Parameters:
      currentPage - is the current page which is returned
      pageSize - is the page size
      sort - is the sorting method
      Returns:
      pageable data