Package org.codelibs.fess.app.pager
Class SearchLogPager
java.lang.Object
org.codelibs.fess.app.pager.SearchLogPager
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
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
-
LOG_TYPE_SEARCH
- See Also:
-
LOG_TYPE_SEARCH_COUNT_HOUR
- See Also:
-
LOG_TYPE_SEARCH_COUNT_DAY
- See Also:
-
LOG_TYPE_SEARCH_USER_HOUR
- See Also:
-
LOG_TYPE_SEARCH_USER_DAY
- See Also:
-
LOG_TYPE_SEARCH_REQTIMEAVG_HOUR
- See Also:
-
LOG_TYPE_SEARCH_REQTIMEAVG_DAY
- See Also:
-
LOG_TYPE_SEARCH_KEYWORD
- See Also:
-
LOG_TYPE_SEARCH_ZEROHIT
- See Also:
-
LOG_TYPE_SEARCH_ZEROCLICK
- See Also:
-
LOG_TYPE_CLICK
- See Also:
-
LOG_TYPE_CLICK_COUNT
- See Also:
-
LOG_TYPE_FAVORITE
- See Also:
-
LOG_TYPE_FAVORITE_COUNT
- See Also:
-
LOG_TYPE_USERINFO
- See Also:
-
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:
-
logType
-
queryId
-
userSessionId
-
requestedTimeRange
-
accessType
-
-
Constructor Details
-
SearchLogPager
public SearchLogPager()
-
-
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()
-