public class GluePageSetImpl extends GlueRowSetImpl implements GluePageSet
Modifier and Type | Field and Description |
---|---|
protected int |
currentPage
current page number
|
protected int |
pageSize
Page Size
|
protected int |
totalRowCount
Total Row Count
|
columndefs
modCount
Constructor and Description |
---|
GluePageSetImpl()
생성자(constructor).
|
GluePageSetImpl(List<GlueRow<String,Object>> rows)
생성자(constructor).
|
Modifier and Type | Method and Description |
---|---|
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)
총 레코드 개수를 설정한다.
|
count, getAllRow, getColumnDefs, hasNext, hasPrevious, next, previous, reset, setColumnDefs
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
count, getAllRow, getColumnDefs, hasNext, hasPrevious, next, previous, reset, setColumnDefs
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
protected int totalRowCount
protected int pageSize
protected int currentPage
public int getCurrentPage()
GluePageSet
getCurrentPage
in interface GluePageSet
public void setCurrentPage(int currentPage)
GluePageSet
setCurrentPage
in interface GluePageSet
currentPage
- 현재 page 번호public int getPageSize()
GluePageSet
getPageSize
in interface GluePageSet
public void setPageSize(int pageSize)
GluePageSet
setPageSize
in interface GluePageSet
pageSize
- Page 단위public int getTotalRowCount()
GluePageSet
getTotalRowCount
in interface GluePageSet
public void setTotalRowCount(int size)
GluePageSet
setTotalRowCount
in interface GluePageSet
size
- 총 레코드 개수Copyright © 2023–2024 POSCO DX. All rights reserved.