Child - the entity that is held by the ListHolderpublic interface ListHolder<Child extends ListSubject>
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
The number of child entities (ListSubjects) that are being held by the ListHolder
|
int |
getMaxPageSize()
The ObjectStore server will force a maximum page size.
|
PaginationMap |
getPaginationMap(int pageSize)
Returns a PaginationMap of a listing of Containers.
|
PaginationMap |
getPaginationMap(java.lang.String prefix,
int pageSize)
Returns a PaginationMap of a listing of Containers.
|
java.util.Collection<Child> |
list()
Returns all the containers in an Account.
|
java.util.Collection<Child> |
list(PaginationMap paginationMap,
int page)
Returns a number equal to pageSize of Container elements, starting with the first element
after the Container named the same as marker.
|
java.util.Collection<Child> |
list(java.lang.String prefix,
java.lang.String marker,
int pageSize)
Returns a number equal to pageSize of Container elements, starting with the first element
after the Container named the same as marker.
|
java.util.Collection<Child> list()
java.util.Collection<Child> list(java.lang.String prefix, java.lang.String marker, int pageSize)
prefix - show only the results starting with prefixmarker - the last element on the previous pagepageSize - the number of elements to returnjava.util.Collection<Child> list(PaginationMap paginationMap, int page)
paginationMap - the map that is fetched with getPaginationMap and maps from page to markerpage - the page to return the Containers forPaginationMap getPaginationMap(int pageSize)
pageSize - number of elements on a single pagePaginationMap getPaginationMap(java.lang.String prefix, int pageSize)
prefix - the names must start with the prefix or else will be filtered outpageSize - number of elements on a single pageint getCount()
int getMaxPageSize()
Copyright © 2012-2020 42 BV. All Rights Reserved.