|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Type
com.ail.core.persistence.jdo.QueryResults
public class QueryResults
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
QueryResults()
|
|
| Method Summary | |
|---|---|
void |
addResult(java.lang.Object result)
Add an instance of Object to the list associated with this object. |
java.util.Collection<java.lang.Object> |
getResult()
Get the collection of instances of Object associated with this object. |
java.lang.Object |
getResult(int i)
Fetch a spacific Object from the collection by index number. |
int |
getResultCount()
Get a count of the number of Object instances associated with this object |
void |
removeResult(int i)
Remove the element specified from the list. |
void |
removeResult(java.lang.Object result)
Remove the specified instance of Object from the list. |
void |
setResult(java.util.Collection<java.lang.Object> result)
Set the collection of instances of Object associated with this object. |
| Methods inherited from class com.ail.core.Type |
|---|
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryResults()
| Method Detail |
|---|
public java.util.Collection<java.lang.Object> getResult()
setResult(java.util.Collection) public void setResult(java.util.Collection<java.lang.Object> result)
result - A collection of instances of ExcessgetResult()public int getResultCount()
public java.lang.Object getResult(int i)
i - Index of element to returnpublic void removeResult(int i)
i - Index of element to removepublic void removeResult(java.lang.Object result)
result - Instance to be removedpublic void addResult(java.lang.Object result)
result - Instance to add to list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||