クラス FileAuthPager
java.lang.Object
org.codelibs.fess.app.pager.FileAuthPager
- すべての実装されたインタフェース:
java.io.Serializable
public class FileAuthPager
extends java.lang.Object
implements java.io.Serializable
- 関連項目:
- 直列化された形式
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 java.lang.String
createdBy
java.lang.String
createdTime
static int
DEFAULT_CURRENT_PAGE_NUMBER
static int
DEFAULT_PAGE_SIZE
java.lang.String
fileConfigId
java.lang.String
id
java.lang.String
port
java.lang.String
username
java.lang.String
versionNo
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FileAuthPager()
-
メソッドの概要
修飾子とタイプ メソッド 説明 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
-
フィールド詳細
-
DEFAULT_PAGE_SIZE
public static final int DEFAULT_PAGE_SIZE- 関連項目:
- 定数フィールド値
-
DEFAULT_CURRENT_PAGE_NUMBER
public static final int DEFAULT_CURRENT_PAGE_NUMBER- 関連項目:
- 定数フィールド値
-
id
public java.lang.String id -
port
public java.lang.String port -
username
public java.lang.String username -
fileConfigId
public java.lang.String fileConfigId -
createdBy
public java.lang.String createdBy -
createdTime
public java.lang.String createdTime -
versionNo
public java.lang.String versionNo
-
-
コンストラクタの詳細
-
FileAuthPager
public FileAuthPager()
-
-
メソッドの詳細
-
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()
-