Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Codecrew / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 30
  • Merge Requests 2
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • ..
  • cdiview
  • IPaginationView.java
  • Tuomas Riihimäki's avatar
    Massive rename. We have finally a name · 34debee2
    Tuomas Riihimäki committed Nov 18, 2012
    34debee2
IPaginationView.java 201 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package fi.insomnia.bortal.web.cdiview;

public interface IPaginationView {

	public Integer getPage();

	public Integer getPagesize();

	public Long getResultcount();

	public Long getPagecount();

}