org.exoplatform.community.brandadvocacy.portlet.backend.models
Class Pagination
java.lang.Object
org.exoplatform.community.brandadvocacy.portlet.backend.models.Pagination
public class Pagination
- extends Object
Created by exoplatform on 11/2/14.
|
Constructor Summary |
Pagination(int total,
int nbRecordsPerPage,
String currentPage)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pagination
public Pagination(int total,
int nbRecordsPerPage,
String currentPage)
getTotal
public double getTotal()
setTotal
public void setTotal(int total)
getCurrentPage
public int getCurrentPage()
setCurrentPage
public void setCurrentPage(String currentPage)
getFirstPage
public int getFirstPage()
setFirstPage
public void setFirstPage(int firstPage)
getNbRecordsPerPage
public int getNbRecordsPerPage()
setNbRecordsPerPage
public void setNbRecordsPerPage(int nbRecordsPerPage)
generatePagination
public String generatePagination(String params)
getTotalPages
public int getTotalPages()
setTotalPages
public void setTotalPages(double totalPages)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.