Methods Summary |
---|
public void | addAllInternal(java.util.Collection c)Adds objects of the given Collection to this Collection without recording
the event. Used internaly to initially populate the Collection
|
public void | addInternal(java.lang.Object o)Adds object to the Collection without recording
the event. Used internaly to initially populate the Collection
|
public void | addToBaseCollection(java.lang.Object o)Adds an object to the list without recording changes.
|
public void | applyDeferredUpdates(java.util.Collection c)
|
public void | clearInternal()Clears Collection without recording
the event. Used internaly to clear the Collection
|
public java.util.Collection | getAdded()Returns the Collection of added elements
|
public java.util.Collection | getRemoved()Returns the Collection of removed elements
|
public boolean | isDeferred()
|
public void | markDeferred()
|
public void | removeAllInternal(java.util.Collection c)Removes objects of the given Collection from this Collection without recording
the event. Used internaly to remove a collection of elements from this collection.
|
public void | removeInternal(java.lang.Object o)Removes element from the Collection without recording
the event. Used internaly to update the Collection
|
public void | reset()Resets removed and added lists after flush
|
public void | setOwner(java.lang.Object owner, java.lang.String fieldName, java.lang.Class elementType)Sets a new owner for the SCO instance that is not owned
by any other object.
|