Uses of Class
xyz.juandiii.commons.utils.Pagination
-
Packages that use Pagination Package Description xyz.juandiii.commons.utils -
-
Uses of Pagination in xyz.juandiii.commons.utils
Methods in xyz.juandiii.commons.utils that return Pagination Modifier and Type Method Description PaginationPaginationData. getPagination()static PaginationPagination. paginationObject(Integer page, Integer limit, boolean more)PaginationPagination. setLimit(Integer limit)PaginationPagination. setMore(boolean more)PaginationPagination. setPage(Integer page)Methods in xyz.juandiii.commons.utils with parameters of type Pagination Modifier and Type Method Description PaginationDataPaginationData. setPagination(Pagination pagination)Constructors in xyz.juandiii.commons.utils with parameters of type Pagination Constructor Description PaginationData(T data, Integer recordsTotal, Integer recordsFiltered, Pagination pagination)
-