E - Element type of the collectionpublic interface SCOCollection<T,E> extends SCOContainer<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
remove(E element,
boolean allowCascadeDelete)
Method to remove an element from the collection, and observe the flag for whether to allow
cascade delete.
|
void |
updateEmbeddedElement(E element,
int fieldNumber,
Object value,
boolean makeDirty)
Method to update an embedded element stored in the collection
|
isLoaded, load, setValueattachCopy, clone, detachCopy, getFieldName, getOwner, getValue, initialise, initialise, initialise, unsetOwnervoid updateEmbeddedElement(E element, int fieldNumber, Object value, boolean makeDirty)
element - The elementfieldNumber - Number of field in the elementvalue - the new value for this fieldmakeDirty - Whether to make the SCO field dirty.boolean remove(E element, boolean allowCascadeDelete)
element - The elementallowCascadeDelete - Whether to allow cascade deleteCopyright © 2020. All rights reserved.