|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.1.0) E10653-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.sdo.helper.ListWrapper oracle.jbo.common.sdo.SDOValueStore.RowSetList
public class SDOValueStore.RowSetList
Wrapper class for RowSet attribute (1toM property)
Field Summary |
---|
Fields inherited from class org.eclipse.persistence.sdo.helper.ListWrapper |
---|
currentElements, dataObject |
Constructor Summary | |
---|---|
SDOValueStore.RowSetList(commonj.sdo.Property property,
RowSet rowset,
boolean composition)
|
Method Summary | |
---|---|
boolean |
add(commonj.sdo.DataObject dataobject)
Appends the specified element to the end of this list. |
boolean |
add(java.lang.Object value)
Appends the specified element to the end of this list. |
boolean |
addAll(java.util.Collection sources)
|
boolean |
addAll(java.util.Collection sources,
boolean updateSequence)
|
void |
addDataObjectToList(commonj.sdo.DataObject child)
|
void |
navigated(NavigationEvent event)
Invoked when the current-row designation changes. |
void |
printRowSetList()
|
void |
rangeRefreshed(RangeRefreshEvent event)
Invoked when the range changes. |
void |
rangeScrolled(ScrollEvent event)
Invoked when the range is scrolled. |
void |
rowDeleted(DeleteEvent event)
Invoked when a row has been deleted. |
void |
rowInserted(InsertEvent event)
Invoked when a row has been inserted. |
void |
rowUpdated(UpdateEvent event)
Invoked when an attribute of the row has been changed. |
Methods inherited from class org.eclipse.persistence.sdo.helper.ListWrapper |
---|
add, add, add, addAll, addAll, clear, clear, clone, contains, containsAll, copyElements, get, getCurrentElements, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, remove, remove, removeAll, removeAll, removeContainment, removeContainment, retainAll, set, setCurrentElements, size, subList, toArray, toArray, undoChanges, updateContainment, updateContainment, updateSequence, writeReplace |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
equals, hashCode |
Constructor Detail |
---|
public SDOValueStore.RowSetList(commonj.sdo.Property property, RowSet rowset, boolean composition)
property
- rowset
- Method Detail |
---|
public void rangeRefreshed(RangeRefreshEvent event)
RowSetListener
rangeRefreshed
in interface RowSetListener
event
- a description of the new ranges.public void rangeScrolled(ScrollEvent event)
RowSetListener
rangeScrolled
in interface RowSetListener
event
- a description of the new range.public void rowInserted(InsertEvent event)
RowSetListener
rowInserted
in interface RowSetListener
event
- a description of the new Row object.public void rowDeleted(DeleteEvent event)
RowSetListener
rowDeleted
in interface RowSetListener
event
- a description of the deleted Row object.public void rowUpdated(UpdateEvent event)
RowSetListener
rowUpdated
in interface RowSetListener
event
- a description of the modified Row object.public void navigated(NavigationEvent event)
RowSetListener
navigated
in interface RowNavigationListener
navigated
in interface RowSetListener
event
- a description of the new and previous current rows.public void printRowSetList()
public void addDataObjectToList(commonj.sdo.DataObject child)
public boolean add(java.lang.Object value)
add
in interface java.util.Collection
add
in interface java.util.List
add
in class org.eclipse.persistence.sdo.helper.ListWrapper
dataobject
-
public boolean add(commonj.sdo.DataObject dataobject)
dataobject
-
public boolean addAll(java.util.Collection sources, boolean updateSequence)
addAll
in class org.eclipse.persistence.sdo.helper.ListWrapper
public boolean addAll(java.util.Collection sources)
addAll
in interface java.util.Collection
addAll
in interface java.util.List
addAll
in class org.eclipse.persistence.sdo.helper.ListWrapper
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.1.0) E10653-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |