Package org.cxbox.core.util
Class ListPaging
java.lang.Object
org.cxbox.core.util.ListPaging
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends org.cxbox.api.data.dto.DataResponseDTO>
org.cxbox.api.data.ResultPage<T>getResultPage(List<T> list, QueryParameters queryParameters)
-
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)
-