Package org.codelibs.fess.app.pager
Class DataConfigPager
java.lang.Object
org.codelibs.fess.app.pager.DataConfigPager
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
int
int
protected int
protected int
int
boolean
boolean
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)
-
Field Details
-
DEFAULT_PAGE_SIZE
public static final int DEFAULT_PAGE_SIZE- See Also:
-
DEFAULT_CURRENT_PAGE_NUMBER
public static final int DEFAULT_CURRENT_PAGE_NUMBER- See Also:
-
id
-
name
-
handlerName
-
boost
-
available
-
sortOrder
-
createdBy
-
createdTime
-
versionNo
-
description
-
-
Constructor Details
-
DataConfigPager
public DataConfigPager()
-
-
Method Details
-
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) -
getPageNumberList
-
setPageNumberList
-
getDefaultPageSize
protected int getDefaultPageSize()
-