|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.crm.business.demand.PaginationPropertiesImpl
public class PaginationPropertiesImpl
Pagination properties
Constructor Summary | |
---|---|
PaginationPropertiesImpl()
Creates a new PaginationPropertiesImpl.java object. |
|
PaginationPropertiesImpl(int firstResult,
int pageSize,
int itemsPerPage,
int pageIndex)
Creates a new PaginationPropertiesImpl.java object. |
Method Summary | |
---|---|
int |
getFirstResult()
Returns index of the first result requested |
int |
getItemsPerPage()
|
int |
getPageIndex()
|
int |
getPageSize()
Returns number of results per page requested |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaginationPropertiesImpl()
public PaginationPropertiesImpl(int firstResult, int pageSize, int itemsPerPage, int pageIndex)
firstResult
- pageSize
- Method Detail |
---|
public int getFirstResult()
IPaginationProperties
getFirstResult
in interface IPaginationProperties
public int getPageSize()
IPaginationProperties
getPageSize
in interface IPaginationProperties
public int getItemsPerPage()
getItemsPerPage
in interface IPaginationProperties
public int getPageIndex()
getPageIndex
in interface IPaginationProperties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |