Package wt.facade.persistedcollection
Class PersistedCollectionDelegateData
java.lang.Object
wt.facade.persistedcollection.PersistedCollectionDelegateData
- All Implemented Interfaces:
Serializable
Class used to pass data to and from methods in
Supported API: true
Extendable: false
PersistedCollectionDelegate.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet a map of holders being modified and their seeds or members being added or removed.
-
Method Details
-
getCollectionMap
Get a map of holders being modified and their seeds or members being added or removed. The set of seeds or members from this map can be modified by a custom delegate to control modification of holders.
Supported API: true- Returns:
- WTKeyedMap where the key is a PersistedCollectionHolder holder being modified and the value is a WTSet of seeds or members being added or removed.
-