Package org.codelibs.fess.app.pager
Class SynonymPager
java.lang.Object
org.codelibs.fess.app.pager.SynonymPager
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intintintprotected intprotected intintbooleanbooleanvoidsetAllPageCount(int allPageCount) voidsetAllRecordCount(int allRecordCount) voidsetCurrentPageNumber(int currentPageNumber) voidsetExistNextPage(boolean existNextPage) voidsetExistPrePage(boolean existPrePage) voidsetPageNumberList(List<Integer> pageNumberList) voidsetPageSize(int pageSize)
-
Field Details
-
id
-
-
Constructor Details
-
SynonymPager
public SynonymPager()
-
-
Method Details
-
clear
public void clear() -
getDefaultPageSize
protected int getDefaultPageSize() -
getDefaultCurrentPageNumber
protected int getDefaultCurrentPageNumber() -
getAllRecordCount
public int getAllRecordCount() -
setAllRecordCount
public void setAllRecordCount(int allRecordCount) -
getAllPageCount
public int getAllPageCount() -
setAllPageCount
public void setAllPageCount(int allPageCount) -
isExistPrePage
public boolean isExistPrePage() -
setExistPrePage
public void setExistPrePage(boolean existPrePage) -
isExistNextPage
public boolean isExistNextPage() -
setExistNextPage
public void setExistNextPage(boolean existNextPage) -
getPageSize
public int getPageSize() -
setPageSize
public void setPageSize(int pageSize) -
getCurrentPageNumber
public int getCurrentPageNumber() -
setCurrentPageNumber
public void setCurrentPageNumber(int currentPageNumber) -
getPageNumberList
-
setPageNumberList
-