
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 
 | 
columndefsmodCount| 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, setColumnDefsadd, 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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcount, getAllRow, getColumnDefs, hasNext, hasPrevious, next, previous, reset, setColumnDefsadd, 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, toArrayparallelStream, removeIf, streamprotected int totalRowCount
protected int pageSize
protected int currentPage
public int getCurrentPage()
GluePageSetgetCurrentPage in interface GluePageSetpublic void setCurrentPage(int currentPage)
GluePageSetsetCurrentPage in interface GluePageSetcurrentPage - 현재 page 번호public int getPageSize()
GluePageSetgetPageSize in interface GluePageSetpublic void setPageSize(int pageSize)
GluePageSetsetPageSize in interface GluePageSetpageSize - Page 단위public int getTotalRowCount()
GluePageSetgetTotalRowCount in interface GluePageSetpublic void setTotalRowCount(int size)
GluePageSetsetTotalRowCount in interface GluePageSetsize - 총 레코드 개수Copyright © 2013–2021 POSCO ICT. All rights reserved.