IPaginationView.java 199 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 package fi.codecrew.moya.web.cdiview; public interface IPaginationView { public Integer getPage(); public Integer getPagesize(); public Long getResultcount(); public Long getPagecount(); }