Class ListPaging

java.lang.Object
org.cxbox.core.util.ListPaging

public final class ListPaging extends Object
  • Constructor Details

    • ListPaging

      public ListPaging()
  • Method Details

    • getResultPage

      public static <T extends org.cxbox.api.data.dto.DataResponseDTO> org.cxbox.api.data.ResultPage<T> getResultPage(List<T> list, QueryParameters queryParameters)