Package org.codelibs.fess.app.pager
Class FailureUrlPager
java.lang.Object
org.codelibs.fess.app.pager.FailureUrlPager
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
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
-
url
-
errorCountMin
-
errorCountMax
-
errorName
-
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
-
threadName
-
errorCount
-
lastAccessTime
-
-
Constructor Details
-
FailureUrlPager
public FailureUrlPager()
-
-
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()
-