org.LexGrid.LexBIG.caCore.client.proxy
Class LexEVSListProxy
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
gov.nih.nci.system.client.proxy.ListProxy
org.LexGrid.LexBIG.caCore.client.proxy.LexEVSListProxy
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess, java.util.Set
public class LexEVSListProxy
- extends ListProxy
- See Also:
- Serialized Form
Fields inherited from class java.util.AbstractList |
modCount |
Methods inherited from class gov.nih.nci.system.client.proxy.ListProxy |
add, add, addAll, addAll, calculateRealSize, clear, getListChunk, getMaxRecordsPerQuery, getOriginalCriteria, getOriginalStart, getRealSize, getTargetClassName, indexOf, isHasAllRecords, lastIndexOf, remove, remove, removeAll, retainAll, set, setHasAllRecords, setListChunk, setMaxRecordsPerQuery, setOriginalCriteria, setOriginalStart, setRealSize, setTargetClassName, subList, toArray |
Methods inherited from class java.util.ArrayList |
clone, ensureCapacity, removeRange, trimToSize |
Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator |
Methods inherited from class java.util.AbstractCollection |
toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
equals, hashCode, iterator |
Methods inherited from interface java.util.List |
equals, hashCode, iterator, listIterator, listIterator |
queryOptions
public QueryOptions queryOptions
LexEVSListProxy
public LexEVSListProxy()
size
public int size()
- Returns the number of elements in this list.
- Specified by:
size
in interface java.util.Collection
- Specified by:
size
in interface java.util.List
- Specified by:
size
in interface java.util.Set
- Overrides:
size
in class ListProxy
- Returns:
- size of the List
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface java.util.Collection
- Specified by:
isEmpty
in interface java.util.List
- Specified by:
isEmpty
in interface java.util.Set
- Overrides:
isEmpty
in class ListProxy
- See Also:
java.util.#isEmpty()
contains
public boolean contains(java.lang.Object o)
- Specified by:
contains
in interface java.util.Collection
- Specified by:
contains
in interface java.util.List
- Specified by:
contains
in interface java.util.Set
- Overrides:
contains
in class ListProxy
- See Also:
java.util.#contains(java.lang.Object)
toArray
public java.lang.Object[] toArray()
- Specified by:
toArray
in interface java.util.Collection
- Specified by:
toArray
in interface java.util.List
- Specified by:
toArray
in interface java.util.Set
- Overrides:
toArray
in class ListProxy
- See Also:
java.util.#toArray()
containsAll
public boolean containsAll(java.util.Collection c)
- Specified by:
containsAll
in interface java.util.Collection
- Specified by:
containsAll
in interface java.util.List
- Specified by:
containsAll
in interface java.util.Set
- Overrides:
containsAll
in class ListProxy
- See Also:
List.containsAll(java.util.Collection)
get
public java.lang.Object get(int index)
- Specified by:
get
in interface java.util.List
- Overrides:
get
in class ListProxy
- Parameters:
index
-
- Returns:
- Object at this index
getQueryOptions
public QueryOptions getQueryOptions()
setQueryOptions
public void setQueryOptions(QueryOptions queryOptions)
getAppService
public LexEVSApplicationService getAppService()
setAppService
public void setAppService(LexEVSApplicationService appService)
setAppService
public void setAppService(ApplicationService appService)
- Overrides:
setAppService
in class ListProxy