|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes a namespace service for multiple object administration.
Method Summary | |
MODObject |
getMODDetails(ObjectEntryCollection oeCollection,
java.lang.Object key)
Returns an Empty NSObject model (MODObject) to be used as the model for a collection of objects. |
void |
updateMultipleObjects(ObjectEntryCollection collection,
MODObject referenceObj,
MultiObjModificationCallBack callBack)
Given an NSObject model, apply its changes to all items in an ObjectEntryCollection and write those changes to NDS. |
Method Detail |
public MODObject getMODDetails(ObjectEntryCollection oeCollection, java.lang.Object key)
oeCollection
- The ObjectEntryCollection to get details for.key
- The key into the hash table where the NSObject model is stored.
public void updateMultipleObjects(ObjectEntryCollection collection, MODObject referenceObj, MultiObjModificationCallBack callBack)
collection
- The ObjectEntryCollection to apply the changes to,
which must be of the same class type.referenceObj
- The NSObject model.callBack
- The Callback object that is called just before each object
in "objects" is updated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |