public interface IPagingProvider
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultPageSize() |
int |
getMaximumPageSize() |
IBundleProvider |
retrieveResultList(String theId)
Retrieve a result list by ID
|
String |
storeResultList(IBundleProvider theList)
Stores a result list and returns an ID with which that list can be returned
|
int getDefaultPageSize()
int getMaximumPageSize()
String storeResultList(IBundleProvider theList)
IBundleProvider retrieveResultList(String theId)
Copyright © 2014–2016 University Health Network. All rights reserved.