public class LexEVSListProxy extends ListProxy
Modifier and Type | Field and Description |
---|---|
QueryOptions |
queryOptions |
Constructor and Description |
---|
LexEVSListProxy() |
Modifier and Type | Method and Description |
---|---|
LexEVSApplicationService |
getAppService() |
QueryOptions |
getQueryOptions() |
boolean |
isEmpty() |
void |
setAppService(ApplicationService appService) |
void |
setAppService(LexEVSApplicationService appService) |
void |
setQueryOptions(QueryOptions queryOptions) |
java.lang.Object[] |
toArray() |
add, add, addAll, addAll, calculateRealSize, clear, contains, containsAll, get, getListChunk, getMaxRecordsPerQuery, getOriginalCriteria, getOriginalStart, getRealSize, getTargetClassName, indexOf, isHasAllRecords, lastIndexOf, remove, remove, removeAll, retainAll, set, setHasAllRecords, setListChunk, setMaxRecordsPerQuery, setOriginalCriteria, setOriginalStart, setRealSize, setTargetClassName, size, subList, toArray
clone, ensureCapacity, forEach, iterator, listIterator, listIterator, removeIf, removeRange, replaceAll, sort, spliterator, trimToSize
public QueryOptions queryOptions
public boolean isEmpty()
public java.lang.Object[] toArray()
public QueryOptions getQueryOptions()
public void setQueryOptions(QueryOptions queryOptions)
public LexEVSApplicationService getAppService()
public void setAppService(LexEVSApplicationService appService)
public void setAppService(ApplicationService appService)
setAppService
in class ListProxy