Package nablarch.common.dao
Class Pagination
java.lang.Object
nablarch.core.db.support.ListSearchInfo
nablarch.common.dao.Pagination
- All Implemented Interfaces:
Serializable
ページネーションのための値をもつクラス。
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionString[]
本実装では、サポートしない。 呼び出した場合UnsupportedOperationException
を送出する。Methods inherited from class nablarch.core.db.support.ListSearchInfo
getConfigValue, getEndPosition, getFirstPageNumber, getHasNextPage, getHasPrevPage, getLastPageNumber, getMax, getMaxResultCount, getNextPageNumber, getPageCount, getPageNumber, getPrevPageNumber, getResultCount, getSortId, getStartPosition, setMax, setMaxResultCount, setPageNumber, setResultCount, setSortId
-
Method Details
-
getSearchConditionProps
本実装では、サポートしない。 呼び出した場合UnsupportedOperationException
を送出する。- Specified by:
getSearchConditionProps
in classListSearchInfo
- Returns:
- 検索条件のプロパティ名
- Throws:
UnsupportedOperationException
-