public class SDOValueStore.RowSetList extends org.eclipse.persistence.sdo.helper.ListWrapper implements RowSetListener
| Constructor and Description |
|---|
SDOValueStore.RowSetList(commonj.sdo.Property property,
RowSet rowset,
boolean composition) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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, writeReplacepublic SDOValueStore.RowSetList(commonj.sdo.Property property,
RowSet rowset,
boolean composition)
property - rowset - 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