|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.java.util.collections.AbstractCollection com.sun.java.util.collections.AbstractList oracle.jbo.server.QueryCollection
The QueryCollection represents the result of executing a
ViewRow
.
The QueryCollection object will use the meta-data provided to
"pull-apart" the rows of data that come back and locate/construct
the appropriate Entity
row definition.
In essense, it is a collection of ViewRow
's.
Field Summary |
Fields inherited from class com.sun.java.util.collections.AbstractList |
modCount |
Method Summary | |
void |
add(int index,
java.lang.Object row)
Add a row to the QueryCollection at the specified index. |
void |
afterActivateElement(oracle.jbo.pcoll.PCollection pcoll,
oracle.jbo.pcoll.PCollPersistable elem)
|
protected void |
afterRemove(EntityImpl entity)
Removes the ViewRow from cache and collection |
void |
beforePassivateElement(oracle.jbo.pcoll.PCollection pcoll,
oracle.jbo.pcoll.PCollPersistable elem)
|
boolean |
equals(java.lang.Object qc)
|
protected void |
finalize()
|
java.lang.Object |
get(int index)
Return the data at the index. |
java.lang.Object[] |
getFilterParamValues(ViewRowImpl viewRow,
java.lang.Object[] newVals,
int[] newValIndices)
|
protected int[] |
getIndexes(EntityImpl row)
|
java.lang.String |
getName(java.lang.Object accessKey)
|
long |
getNextObjId()
|
int |
getNumUserParams()
|
RowFilter |
getRowFilter()
|
protected Row[] |
getRows(EntityImpl row)
|
protected Row[] |
getRows(Key ky)
|
oracle.jbo.server.ViewRowStorage |
getRowStorageFromId(long id)
|
int |
hashCode()
|
int |
indexOf(java.lang.Object row)
|
void |
printActiveObjsTab(java.io.PrintWriter pw)
|
void |
printColl(java.io.PrintWriter pw,
int printFlag)
|
void |
printRUChain(java.io.PrintWriter pw)
|
java.lang.Object |
remove(int index)
Remove a row from the QueryCollection at the specified index. |
java.lang.Object |
removeAndRetain(int index)
|
java.lang.Object |
removeFromCollection(int index)
|
protected void |
removeReference(ViewRowImpl row,
EntityImpl entity)
Remove entity references, i.e, set references to null |
java.lang.Object |
set(int index,
java.lang.Object element)
Set the data at the index. |
int |
size()
The size of the Collection. |
protected void |
updateReference(ViewRowImpl row,
EntityImpl entity,
int entityIndex)
Set reference entity based on foreign keys |
Methods inherited from class com.sun.java.util.collections.AbstractList |
add, addAll, clear, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList |
Methods inherited from class com.sun.java.util.collections.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.java.util.collections.List |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
Method Detail |
public void beforePassivateElement(oracle.jbo.pcoll.PCollection pcoll, oracle.jbo.pcoll.PCollPersistable elem)
beforePassivateElement
in interface oracle.jbo.pcoll.PCollListener
public void afterActivateElement(oracle.jbo.pcoll.PCollection pcoll, oracle.jbo.pcoll.PCollPersistable elem)
afterActivateElement
in interface oracle.jbo.pcoll.PCollListener
public long getNextObjId()
getNextObjId
in interface oracle.jbo.pcoll.PCollListener
public int size()
--Calling this method will result in the entire Collection being --brought into memory (in order to give an accurate count of the --rows in it). THIS HAS CHANGED. THE NEW BEHAVIOR IS : We're currently returning only the fetched size of the query collection We could return the correct size, if atleast one row is fetched, however we should NOT return correct size if no rows are fetched (and thereby getting all rows in memory as AbstractList.hash() performs hasNext() that performs size() leading to fetching all row at the very beginning of iteration). - modified during move to AbstractList from Vector.
size
in interface com.sun.java.util.collections.List
public java.lang.Object get(int index)
get
in interface com.sun.java.util.collections.List
index
- the row index to use.
public oracle.jbo.server.ViewRowStorage getRowStorageFromId(long id)
public java.lang.Object set(int index, java.lang.Object element)
set
in interface com.sun.java.util.collections.List
index
- the row index to use.element
- the value to put there.public void add(int index, java.lang.Object row)
add
in interface com.sun.java.util.collections.List
index
- the insertion index or -ve to insert at the end.row
- a ViewRow row to be inserted into the QueryCollection.public java.lang.Object remove(int index)
remove
in interface com.sun.java.util.collections.List
index
- the deletion index.
public java.lang.Object removeFromCollection(int index)
public java.lang.Object removeAndRetain(int index)
protected int[] getIndexes(EntityImpl row)
row
- to locate view rows which reference it.
public int indexOf(java.lang.Object row)
indexOf
in interface com.sun.java.util.collections.List
protected void afterRemove(EntityImpl entity)
protected Row[] getRows(EntityImpl row)
protected Row[] getRows(Key ky)
protected void removeReference(ViewRowImpl row, EntityImpl entity)
protected void updateReference(ViewRowImpl row, EntityImpl entity, int entityIndex)
public RowFilter getRowFilter()
public int getNumUserParams()
public java.lang.String getName(java.lang.Object accessKey)
public java.lang.Object[] getFilterParamValues(ViewRowImpl viewRow, java.lang.Object[] newVals, int[] newValIndices)
public void printActiveObjsTab(java.io.PrintWriter pw)
public void printRUChain(java.io.PrintWriter pw)
public void printColl(java.io.PrintWriter pw, int printFlag)
protected void finalize()
public int hashCode()
hashCode
in interface com.sun.java.util.collections.List
public boolean equals(java.lang.Object qc)
equals
in interface com.sun.java.util.collections.List
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.