Package org.codelibs.fess.app.pager
Class UserPager
- java.lang.Object
-
- org.codelibs.fess.app.pager.UserPager
-
- All Implemented Interfaces:
Serializable
public class UserPager extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intgetAllPageCount()intgetAllRecordCount()intgetCurrentPageNumber()protected intgetDefaultCurrentPageNumber()protected intgetDefaultPageSize()List<Integer>getPageNumberList()intgetPageSize()booleanisExistNextPage()booleanisExistPrePage()voidsetAllPageCount(int allPageCount)voidsetAllRecordCount(int allRecordCount)voidsetCurrentPageNumber(int currentPageNumber)voidsetExistNextPage(boolean existNextPage)voidsetExistPrePage(boolean existPrePage)voidsetPageNumberList(List<Integer> pageNumberList)voidsetPageSize(int pageSize)
-
-
-
Field Detail
-
DEFAULT_PAGE_SIZE
public static final int DEFAULT_PAGE_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_CURRENT_PAGE_NUMBER
public static final int DEFAULT_CURRENT_PAGE_NUMBER
- See Also:
- Constant Field Values
-
id
public String id
-
name
public String name
-
roles
public String[] roles
-
groups
public String[] groups
-
versionNo
public String versionNo
-
-
Method Detail
-
clear
public void clear()
-
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)
-
getDefaultPageSize
protected int getDefaultPageSize()
-
-