Package org.codelibs.fess.app.pager
Class KuromojiPager
- java.lang.Object
-
- org.codelibs.fess.app.pager.KuromojiPager
-
- All Implemented Interfaces:
java.io.Serializable
public class KuromojiPager extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringid
-
Constructor Summary
Constructors Constructor Description KuromojiPager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intgetAllPageCount()intgetAllRecordCount()intgetCurrentPageNumber()protected intgetDefaultCurrentPageNumber()protected intgetDefaultPageSize()java.util.List<java.lang.Integer>getPageNumberList()intgetPageSize()booleanisExistNextPage()booleanisExistPrePage()voidsetAllPageCount(int allPageCount)voidsetAllRecordCount(int allRecordCount)voidsetCurrentPageNumber(int currentPageNumber)voidsetExistNextPage(boolean existNextPage)voidsetExistPrePage(boolean existPrePage)voidsetPageNumberList(java.util.List<java.lang.Integer> pageNumberList)voidsetPageSize(int pageSize)
-
-
-
Method Detail
-
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
public java.util.List<java.lang.Integer> getPageNumberList()
-
setPageNumberList
public void setPageNumberList(java.util.List<java.lang.Integer> pageNumberList)
-
-