|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GluePageSet
Database Å×À̺íÀÇ º¹¼ö °³ÀÇ ·¹Äڵ带 Ç¥ÇöÇÏ´Â Value Object ÆÐÅÏÀÇ ÀÎÅÍÆäÀ̽º.
GlueRowSetÀ» »ó¼Ó¹Þ¾ÒÀ¸¹Ç·Î ¸ðµç ±â´ÉÀ» »ç¿ëÇÒ ¼ö ÀÖ´Ù. Page Navigation ±â´É(ÀÏÁ¾ÀÇ °Ô½ÃÆÇ ÇüÅÂÀÇ
ȸé)À» Áö¿øÇϱâ À§Çؼ ½ÇÁ¦ ÃÑ ·¹ÄÚµå °³¼ö¸¦ È®ÀÎÇÒ ¼ö ÀÖ´Â ¸Þ¼Òµå¸¦ Á¸ÀçÇÑ´Ù.
Method Summary | |
---|---|
int |
getCurrentPage()
ÇöÀç Page ¹øÈ£¸¦ ³Ñ°Ü ÁØ´Ù. |
int |
getPageSize()
Page Size¸¦ Return ÇÑ´Ù. |
int |
getTotalRowCount()
Á¶È¸µÈ ½ÇÁ¦ÀûÀÎ ÃÑ ·¹ÄÚµå °³¼ö¸¦ È®ÀÎÇÑ´Ù. |
void |
setCurrentPage(int currentPage)
currentPage ¸¦ ¼³Á¤ÇÑ´Ù. |
void |
setPageSize(int pageSize)
Page Size¸¦ ¼³Á¤ÇÑ´Ù. |
void |
setTotalRowCount(int size)
ÃÑ ·¹ÄÚµå °³¼ö¸¦ ¼³Á¤ÇÑ´Ù. |
Methods inherited from interface com.poscoict.glueframework.dao.vo.GlueRowSet |
---|
count, getAllRow, getColumnDefs, hasNext, hasPrevious, next, previous, reset, setColumnDefs |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
int getCurrentPage()
void setCurrentPage(int currentPage)
currentPage
- ÇöÀç page ¹øÈ£int getPageSize()
void setPageSize(int pageSize)
pageSize
- Page ´ÜÀ§int getTotalRowCount()
void setTotalRowCount(int size)
size
- ÃÑ ·¹ÄÚµå °³¼ö
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |