|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<GlueRow<String,Object>>
com.poscoict.glueframework.dao.vo.GlueRowSetImpl
com.poscoict.glueframework.dao.vo.GluePageSetImpl
public class GluePageSetImpl

Database 테이블의 복수 개의 레코드를 표현하는 Value Object. 복수 개의 레코드는 하나의 GlueRowSetImpl 오브젝트로 표현된다.
| Field Summary | |
|---|---|
protected int |
currentPage
current page number |
protected int |
pageSize
Page Size |
protected int |
totalRowCount
Total Row Count |
| Fields inherited from class com.poscoict.glueframework.dao.vo.GlueRowSetImpl |
|---|
columndefs |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
GluePageSetImpl()
생성자(constructor). |
|
GluePageSetImpl(List<GlueRow<String,Object>> rows)
생성자(constructor). |
|
| 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 class com.poscoict.glueframework.dao.vo.GlueRowSetImpl |
|---|
count, getAllRow, getColumnDefs, hasNext, hasPrevious, next, previous, reset, setColumnDefs |
| Methods inherited from class java.util.ArrayList |
|---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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 |
| Field Detail |
|---|
protected int totalRowCount
protected int pageSize
protected int currentPage
| Constructor Detail |
|---|
public GluePageSetImpl()
public GluePageSetImpl(List<GlueRow<String,Object>> rows)
rows - | Method Detail |
|---|
public int getCurrentPage()
GluePageSet
getCurrentPage in interface GluePageSetpublic void setCurrentPage(int currentPage)
GluePageSet
setCurrentPage in interface GluePageSetcurrentPage - 현재 page 번호public int getPageSize()
GluePageSet
getPageSize in interface GluePageSetpublic void setPageSize(int pageSize)
GluePageSet
setPageSize in interface GluePageSetpageSize - Page 단위public int getTotalRowCount()
GluePageSet
getTotalRowCount in interface GluePageSetpublic void setTotalRowCount(int size)
GluePageSet
setTotalRowCount in interface GluePageSetsize - 총 레코드 개수
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||