public class SynonymPager extends Object implements Serializable
Constructor and Description |
---|
SynonymPager() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
getAllPageCount() |
int |
getAllRecordCount() |
int |
getCurrentPageNumber() |
protected int |
getDefaultCurrentPageNumber() |
protected int |
getDefaultPageSize() |
List<Integer> |
getPageNumberList() |
int |
getPageSize() |
boolean |
isExistNextPage() |
boolean |
isExistPrePage() |
void |
setAllPageCount(int allPageCount) |
void |
setAllRecordCount(int allRecordCount) |
void |
setCurrentPageNumber(int currentPageNumber) |
void |
setExistNextPage(boolean existNextPage) |
void |
setExistPrePage(boolean existPrePage) |
void |
setPageNumberList(List<Integer> pageNumberList) |
void |
setPageSize(int pageSize) |
public String id
public void clear()
protected int getDefaultPageSize()
protected int getDefaultCurrentPageNumber()
public int getAllRecordCount()
public void setAllRecordCount(int allRecordCount)
public int getAllPageCount()
public void setAllPageCount(int allPageCount)
public boolean isExistPrePage()
public void setExistPrePage(boolean existPrePage)
public boolean isExistNextPage()
public void setExistNextPage(boolean existNextPage)
public int getPageSize()
public void setPageSize(int pageSize)
public int getCurrentPageNumber()
public void setCurrentPageNumber(int currentPageNumber)
Copyright © 2009–2019 CodeLibs. All rights reserved.