org.LexGrid.LexBIG.caCore.client.proxy
Class LexEVSListProxy

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by gov.nih.nci.system.client.proxy.ListProxy
                  extended by 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

Field Summary
 QueryOptions queryOptions
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
LexEVSListProxy()
           
 
Method Summary
 boolean contains(java.lang.Object o)
           
 boolean containsAll(java.util.Collection c)
           
 java.lang.Object get(int index)
           
 LexEVSApplicationService getAppService()
           
 QueryOptions getQueryOptions()
           
 boolean isEmpty()
           
 void setAppService(ApplicationService appService)
           
 void setAppService(LexEVSApplicationService appService)
           
 void setQueryOptions(QueryOptions queryOptions)
           
 int size()
          Returns the number of elements in this list.
 java.lang.Object[] toArray()
           
 
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
 

Field Detail

queryOptions

public QueryOptions queryOptions
Constructor Detail

LexEVSListProxy

public LexEVSListProxy()
Method Detail

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