All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.paginationspring.service.PaginationService Maven / Gradle / Ivy

Go to download

An implementation of Pagination with Spring Framework that will provide full features of pagination, search option and column sorting.

The newest version!
package com.github.paginationspring.service;

import java.util.List;

import com.github.paginationspring.bo.BoPaginationColumn;
import com.github.paginationspring.bo.BoPaginationParam;
import com.github.paginationspring.bo.BoPaginationResult;

public interface PaginationService

{ public BoPaginationResult loadBoPaginationResult(P pparam) throws Exception; public void assignColumnsDefinition(final List columns) throws Exception; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy