|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
gov.nih.nci.system.client.proxy.ListProxy
org.LexGrid.LexBIG.caCore.client.proxy.LexEVSListProxy
public class LexEVSListProxy
Nested Class Summary | |
---|---|
private class |
LexEVSListProxy.ListChunk
|
Field Summary | |
---|---|
private LexEVSApplicationService |
lexevsappService
|
private static org.apache.log4j.Logger |
log
|
QueryOptions |
queryOptions
|
private static long |
serialVersionUID
|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
LexEVSListProxy()
|
Method Summary | |
---|---|
boolean |
contains(Object o)
|
boolean |
containsAll(Collection c)
|
Object |
get(int index)
|
LexEVSApplicationService |
getAppService()
|
QueryOptions |
getQueryOptions()
|
boolean |
isEmpty()
|
void |
setAppService(gov.nih.nci.system.applicationservice.ApplicationService appService)
|
void |
setAppService(LexEVSApplicationService appService)
|
void |
setQueryOptions(QueryOptions queryOptions)
|
int |
size()
Returns the number of elements in this list. |
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 |
---|
private static final long serialVersionUID
public QueryOptions queryOptions
private static org.apache.log4j.Logger log
private transient LexEVSApplicationService lexevsappService
Constructor Detail |
---|
public LexEVSListProxy()
Method Detail |
---|
public int size()
size
in interface Collection
size
in interface List
size
in interface Set
size
in class gov.nih.nci.system.client.proxy.ListProxy
public boolean isEmpty()
isEmpty
in interface Collection
isEmpty
in interface List
isEmpty
in interface Set
isEmpty
in class gov.nih.nci.system.client.proxy.ListProxy
public boolean contains(Object o)
contains
in interface Collection
contains
in interface List
contains
in interface Set
contains
in class gov.nih.nci.system.client.proxy.ListProxy
public Object[] toArray()
toArray
in interface Collection
toArray
in interface List
toArray
in interface Set
toArray
in class gov.nih.nci.system.client.proxy.ListProxy
public boolean containsAll(Collection c)
containsAll
in interface Collection
containsAll
in interface List
containsAll
in interface Set
containsAll
in class gov.nih.nci.system.client.proxy.ListProxy
List.containsAll(java.util.Collection)
public Object get(int index)
get
in interface List
get
in class gov.nih.nci.system.client.proxy.ListProxy
index
-
public QueryOptions getQueryOptions()
public void setQueryOptions(QueryOptions queryOptions)
public LexEVSApplicationService getAppService()
public void setAppService(LexEVSApplicationService appService)
public void setAppService(gov.nih.nci.system.applicationservice.ApplicationService appService)
setAppService
in class gov.nih.nci.system.client.proxy.ListProxy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |