クラス StopwordsPager
java.lang.Object
org.codelibs.fess.app.pager.StopwordsPager
- すべての実装されたインタフェース:
java.io.Serializable
public class StopwordsPager
extends java.lang.Object
implements java.io.Serializable
- 関連項目:
- 直列化された形式
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 java.lang.String
id
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 StopwordsPager()
-
メソッドの概要
修飾子とタイプ メソッド 説明 void
clear()
int
getAllPageCount()
int
getAllRecordCount()
int
getCurrentPageNumber()
protected int
getDefaultCurrentPageNumber()
protected int
getDefaultPageSize()
java.util.List<java.lang.Integer>
getPageNumberList()
int
getPageSize()
boolean
isExistNextPage()
boolean
isExistPrePage()
void
setAllPageCount(int allPageCount)
void
setAllRecordCount(int allRecordCount)
void
setCurrentPageNumber(int currentPageNumber)
void
setExistNextPage(boolean existNextPage)
void
setExistPrePage(boolean existPrePage)
void
setPageNumberList(java.util.List<java.lang.Integer> pageNumberList)
void
setPageSize(int pageSize)
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
フィールド詳細
-
id
public java.lang.String id
-
-
コンストラクタの詳細
-
StopwordsPager
public StopwordsPager()
-
-
メソッドの詳細
-
clear
public void clear() -
getDefaultPageSize
protected int getDefaultPageSize() -
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)
-