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 © 2013–2016 POSCO ICT. All rights reserved.