|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| 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 childDataObject)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, isLogging, 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)
RowSetListenerrangeRefreshed in interface RowSetListenerevent - a description of the new ranges.public void rangeScrolled(ScrollEvent event)
RowSetListenerrangeScrolled in interface RowSetListenerevent - a description of the new range.public void rowInserted(InsertEvent event)
RowSetListenerrowInserted in interface RowSetListenerevent - a description of the new Row object.public void rowDeleted(DeleteEvent event)
RowSetListenerrowDeleted in interface RowSetListenerevent - a description of the deleted Row object.public void rowUpdated(UpdateEvent event)
RowSetListenerrowUpdated in interface RowSetListenerevent - a description of the modified Row object.public void navigated(NavigationEvent event)
RowSetListenernavigated in interface RowNavigationListenernavigated in interface RowSetListenerevent - 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.Collectionadd in interface java.util.Listadd in class org.eclipse.persistence.sdo.helper.ListWrapperdataobject -public boolean add(commonj.sdo.DataObject childDataObject)
dataobject -
public boolean addAll(java.util.Collection sources,
boolean updateSequence)
addAll in class org.eclipse.persistence.sdo.helper.ListWrapperpublic boolean addAll(java.util.Collection sources)
addAll in interface java.util.CollectionaddAll in interface java.util.ListaddAll in class org.eclipse.persistence.sdo.helper.ListWrapper
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||