Package org.codelibs.fess.app.pager
Class SearchLogPager
- java.lang.Object
-
- org.codelibs.fess.app.pager.SearchLogPager
-
- All Implemented Interfaces:
java.io.Serializable
public class SearchLogPager extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringaccessTypestatic intDEFAULT_CURRENT_PAGE_NUMBERstatic intDEFAULT_PAGE_SIZEstatic java.lang.StringLOG_TYPE_CLICKstatic java.lang.StringLOG_TYPE_CLICK_COUNTstatic java.lang.StringLOG_TYPE_FAVORITEstatic java.lang.StringLOG_TYPE_FAVORITE_COUNTstatic java.lang.StringLOG_TYPE_SEARCHstatic java.lang.StringLOG_TYPE_SEARCH_COUNT_DAYstatic java.lang.StringLOG_TYPE_SEARCH_COUNT_HOURstatic java.lang.StringLOG_TYPE_SEARCH_KEYWORDstatic java.lang.StringLOG_TYPE_SEARCH_REQTIMEAVG_DAYstatic java.lang.StringLOG_TYPE_SEARCH_REQTIMEAVG_HOURstatic java.lang.StringLOG_TYPE_SEARCH_USER_DAYstatic java.lang.StringLOG_TYPE_SEARCH_USER_HOURstatic java.lang.StringLOG_TYPE_SEARCH_ZEROCLICKstatic java.lang.StringLOG_TYPE_SEARCH_ZEROHITstatic java.lang.StringLOG_TYPE_USERINFOjava.lang.StringlogTypejava.lang.StringqueryIdjava.lang.StringrequestedTimeRangejava.lang.StringuserSessionId
-
Constructor Summary
Constructors Constructor Description SearchLogPager()
-
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)
-
-
-
Field Detail
-
LOG_TYPE_SEARCH
public static final java.lang.String LOG_TYPE_SEARCH
- See Also:
- Constant Field Values
-
LOG_TYPE_SEARCH_COUNT_HOUR
public static final java.lang.String LOG_TYPE_SEARCH_COUNT_HOUR
- See Also:
- Constant Field Values
-
LOG_TYPE_SEARCH_COUNT_DAY
public static final java.lang.String LOG_TYPE_SEARCH_COUNT_DAY
- See Also:
- Constant Field Values
-
LOG_TYPE_SEARCH_USER_HOUR
public static final java.lang.String LOG_TYPE_SEARCH_USER_HOUR
- See Also:
- Constant Field Values
-
LOG_TYPE_SEARCH_USER_DAY
public static final java.lang.String LOG_TYPE_SEARCH_USER_DAY
- See Also:
- Constant Field Values
-
LOG_TYPE_SEARCH_REQTIMEAVG_HOUR
public static final java.lang.String LOG_TYPE_SEARCH_REQTIMEAVG_HOUR
- See Also:
- Constant Field Values
-
LOG_TYPE_SEARCH_REQTIMEAVG_DAY
public static final java.lang.String LOG_TYPE_SEARCH_REQTIMEAVG_DAY
- See Also:
- Constant Field Values
-
LOG_TYPE_SEARCH_KEYWORD
public static final java.lang.String LOG_TYPE_SEARCH_KEYWORD
- See Also:
- Constant Field Values
-
LOG_TYPE_SEARCH_ZEROHIT
public static final java.lang.String LOG_TYPE_SEARCH_ZEROHIT
- See Also:
- Constant Field Values
-
LOG_TYPE_SEARCH_ZEROCLICK
public static final java.lang.String LOG_TYPE_SEARCH_ZEROCLICK
- See Also:
- Constant Field Values
-
LOG_TYPE_CLICK
public static final java.lang.String LOG_TYPE_CLICK
- See Also:
- Constant Field Values
-
LOG_TYPE_CLICK_COUNT
public static final java.lang.String LOG_TYPE_CLICK_COUNT
- See Also:
- Constant Field Values
-
LOG_TYPE_FAVORITE
public static final java.lang.String LOG_TYPE_FAVORITE
- See Also:
- Constant Field Values
-
LOG_TYPE_FAVORITE_COUNT
public static final java.lang.String LOG_TYPE_FAVORITE_COUNT
- See Also:
- Constant Field Values
-
LOG_TYPE_USERINFO
public static final java.lang.String LOG_TYPE_USERINFO
- See Also:
- Constant Field Values
-
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
-
logType
public java.lang.String logType
-
queryId
public java.lang.String queryId
-
userSessionId
public java.lang.String userSessionId
-
requestedTimeRange
public java.lang.String requestedTimeRange
-
accessType
public java.lang.String accessType
-
-
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)
-
getPageNumberList
public java.util.List<java.lang.Integer> getPageNumberList()
-
setPageNumberList
public void setPageNumberList(java.util.List<java.lang.Integer> pageNumberList)
-
getDefaultPageSize
protected int getDefaultPageSize()
-
-