Class SortUtil

java.lang.Object
com.skava.helper.search.SortUtil
All Implemented Interfaces:
Serializable

public class SortUtil extends Object implements Serializable
This class is used to hold the check sort values which is used for performing search operations.
Author:
Infosys Equinox
See Also:
  • Field Details

  • Constructor Details

    • SortUtil

      public SortUtil()
  • Method Details

    • buildSort

      public static org.springframework.data.domain.Sort buildSort(String sortStr)
      Gets the sortStr name from request.
      Parameters:
      sortStr - a String object. which contains sort field and sort order.
      Returns:
      sort a Sort object.