|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.jbo.common.PropertiesHelper
oracle.jbo.common.RowSetHelper
oracle.jbo.server.ViewRowSetImpl
oracle.jbo.server.EntityRowSetImpl
public class EntityRowSetImpl
| Field Summary | |
|---|---|
static byte |
ENTITYROWSET_INCONSISTENT
|
static byte |
ENTITYROWSET_NEW_AND_MODIFIED
|
static byte |
ENTITYROWSET_UNINITIALIZED
|
static byte |
mDefaultMode
|
| Fields inherited from class oracle.jbo.server.ViewRowSetImpl |
|---|
CLASS_INSTANCE, mDefaultView, mDefaultViewLinkMode, mMasterViews, mParamValues, mQRef, mUserParams, mViewMap, mViews, mWhereParams, VIEWLINK_MODE_CONSISTENT, VIEWLINK_MODE_DEFAULT, VIEWLINK_MODE_INCONSISTENT, VIEWLINK_MODE_UNINITIALIZED |
| Fields inherited from class oracle.jbo.common.RowSetHelper |
|---|
listeners, mMgmtListeners |
| Fields inherited from class oracle.jbo.common.PropertiesHelper |
|---|
mProperties |
| Fields inherited from interface oracle.jbo.RowSet |
|---|
COPY_OPT_ALL_ROWS, COPY_OPT_LIMIT_RANGE, FORWARD_ONLY, RANGE_PAGING, RANGE_PAGING_AUTO_POST, RANGE_PAGING_INCR, SCROLLABLE |
| Fields inherited from interface oracle.jbo.RowIterator |
|---|
ITER_MODE_LAST_PAGE_FULL, ITER_MODE_LAST_PAGE_PARTIAL, SLOT_BEFORE_FIRST, SLOT_BEYOND_LAST, SLOT_DELETED, SLOT_VALID |
| Constructor Summary | |
|---|---|
|
EntityRowSetImpl()
|
protected |
EntityRowSetImpl(ViewObjectImpl vo,
AssociationDefImpl assocDesc,
java.lang.Object[] paramValues)
Constructs a EntityRowSetImpl for a ViewRowSetImpl. |
| Method Summary | |
|---|---|
boolean |
add(java.lang.Object o)
Adds the specified object to this Set. |
boolean |
addAll(Collection c)
Adds the objects in the specified Collection which do not exist in this Set. |
void |
clear()
Removes all elements from this Set, leaving it empty. |
boolean |
contains(java.lang.Object o)
Searches this Set for the specified object. |
boolean |
containsAll(Collection c)
Searches this Set for all objects in the specified Collection. |
java.util.Enumeration |
getElements()
|
java.lang.String |
getElementTagName()
|
boolean |
isEmpty()
Answers if this Set has no elements, a size of zero. |
Iterator |
iterator()
Answers an Iterator on the elements of this Set. |
boolean |
remove(java.lang.Object key)
Removes any occurrence of the specified object from this Set. |
boolean |
removeAll(Collection c)
Removes all objects in the specified Collection from this Set. |
boolean |
retainAll(Collection c)
Removes all objects from this Set that are not contained in the specified Collection. |
int |
size()
Answers the number of elements in this Set. |
java.lang.Object[] |
toArray()
Answers an array containing all elements contained in this Set. |
java.lang.Object[] |
toArray(java.lang.Object[] arr)
Answers an array containing all elements contained in this Set. |
| Methods inherited from class oracle.jbo.common.RowSetHelper |
|---|
fireMgmtIteratorClosed, fireMgmtIteratorReset, fireNavigationEvent, fireRangeRefreshed, fireRangeScrolled, fireRowDeleted, fireRowInserted, fireRowUpdate, fireRowUpdated, getListenersList, getName, hasListeners, hasManagementListeners, setName |
| Methods inherited from class oracle.jbo.common.PropertiesHelper |
|---|
closeObject, getImageLoc, getProperty, isReadOnly, refreshProperties, refreshProperty, setProperty |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.adfnmc.java.util.Set |
|---|
equals, hashCode |
| Methods inherited from interface oracle.jbo.RowSet |
|---|
getName |
| Methods inherited from interface oracle.jbo.Properties |
|---|
getProperty, refreshProperty |
| Field Detail |
|---|
public static final byte ENTITYROWSET_UNINITIALIZED
public static final byte ENTITYROWSET_INCONSISTENT
public static final byte ENTITYROWSET_NEW_AND_MODIFIED
public static byte mDefaultMode
| Constructor Detail |
|---|
public EntityRowSetImpl()
protected EntityRowSetImpl(ViewObjectImpl vo,
AssociationDefImpl assocDesc,
java.lang.Object[] paramValues)
vo - the ViewObjectImplassocDesc - the associationparamValues - parameters| Method Detail |
|---|
public boolean add(java.lang.Object o)
Set
add in interface Collectionadd in interface Seto - the object to add
public boolean contains(java.lang.Object o)
Set
contains in interface Collectioncontains in interface Seto - the object to search for
public java.util.Enumeration getElements()
public boolean remove(java.lang.Object key)
Set
remove in interface Collectionremove in interface Setkey - the object to remove
public int size()
Set
size in interface Collectionsize in interface Setpublic java.lang.Object[] toArray()
Set
toArray in interface CollectiontoArray in interface Setpublic java.lang.Object[] toArray(java.lang.Object[] arr)
Set
toArray in interface CollectiontoArray in interface Setarr - the array
public boolean isEmpty()
Set
isEmpty in interface CollectionisEmpty in interface SetSet.size()public boolean addAll(Collection c)
Set
addAll in interface CollectionaddAll in interface Setc - the Collection of objects
public void clear()
Set
clear in interface Collectionclear in interface SetSet.isEmpty(),
Set.size()public boolean containsAll(Collection c)
Set
containsAll in interface CollectioncontainsAll in interface Setc - the Collection of objects
public Iterator iterator()
Set
iterator in interface Iterableiterator in interface Collectioniterator in interface SetIteratorpublic boolean removeAll(Collection c)
Set
removeAll in interface CollectionremoveAll in interface Setc - the Collection of objects to remove
public boolean retainAll(Collection c)
Set
retainAll in interface CollectionretainAll in interface Setc - the Collection of objects to retain
public java.lang.String getElementTagName()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||