T - specifies the return type of the follwing methodspublic interface BaseQuery<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
list()
This method will return a list of defined
T objects. |
List<T> |
list(int offset,
int limit)
This method will return a list of defined
T objects with specified
offset and an limit. |
T |
single()
This method will return a single object of
T. |
List<T> list() throws NotAuthorizedException
T objects.NotAuthorizedException - TODOList<T> list(int offset, int limit) throws NotAuthorizedException
T objects with specified
offset and an limit.offset - TODOlimit - TODONotAuthorizedException - TODOT single() throws NotAuthorizedException
T.NotAuthorizedException - TODOCopyright © 2017. All rights reserved.