Package com.cloudimpl.outstack.runtime
Class ResultSet<T>
java.lang.Object
com.cloudimpl.outstack.runtime.ResultSet<T>
public class ResultSet<T>
extends java.lang.Object
- Author:
- nuwan
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description intgetCurrentPage()java.util.Collection<T>getItems()Deprecated.java.util.Collection<T>getItems(java.lang.Class<T> cls)longgetTotalItems()intgetTotalPages()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ResultSet
-
-
Method Details
-
getTotalItems
public long getTotalItems() -
getTotalPages
public int getTotalPages() -
getCurrentPage
public int getCurrentPage() -
getItems
Deprecated. -
getItems
-