public class FifoMemoryPagingProvider extends Object implements IPagingProvider
| Constructor and Description |
|---|
FifoMemoryPagingProvider(int theSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultPageSize() |
int |
getMaximumPageSize() |
IBundleProvider |
retrieveResultList(String theId)
Retrieve a result list by ID
|
FifoMemoryPagingProvider |
setDefaultPageSize(int theDefaultPageSize) |
FifoMemoryPagingProvider |
setMaximumPageSize(int theMaximumPageSize) |
String |
storeResultList(IBundleProvider theList)
Stores a result list and returns an ID with which that list can be returned
|
public FifoMemoryPagingProvider(int theSize)
public int getDefaultPageSize()
getDefaultPageSize in interface IPagingProviderpublic int getMaximumPageSize()
getMaximumPageSize in interface IPagingProviderpublic IBundleProvider retrieveResultList(String theId)
IPagingProviderretrieveResultList in interface IPagingProviderpublic FifoMemoryPagingProvider setDefaultPageSize(int theDefaultPageSize)
public FifoMemoryPagingProvider setMaximumPageSize(int theMaximumPageSize)
public String storeResultList(IBundleProvider theList)
IPagingProviderstoreResultList in interface IPagingProviderCopyright © 2014–2016 University Health Network. All rights reserved.