|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.admin.ns.nds.MultiObjModificationNamespaceImpl
This class provides the utility to modify multiple objects.
Constructor Summary | |
MultiObjModificationNamespaceImpl(NDSNamespace namespace,
NSObjectCache nsObjectLookupTable)
Constructor |
Method Summary | |
MODObject |
getMODDetails(ObjectEntryCollection oeCollection,
java.lang.Object key)
Returns the details for a specified object. |
void |
updateMultipleObjects(ObjectEntryCollection collection,
MODObject referenceObj,
MultiObjModificationCallBack callBack)
Given a NSObject, applies its changes to all items in an ObjectEntry array and writes those changes to NDS. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MultiObjModificationNamespaceImpl(NDSNamespace namespace, NSObjectCache nsObjectLookupTable)
namespace
- The NDS namespace.nsObjectLookupTable
- The cache of MODObjects.Method Detail |
public MODObject getMODDetails(ObjectEntryCollection oeCollection, java.lang.Object key)
getMODDetails
in interface MultiObjModificationNamespace
oeCollection
- The collection of ObjectEntry objects to get details for.key
- The key into the hash table where the NSObject is stored.
public void updateMultipleObjects(ObjectEntryCollection collection, MODObject referenceObj, MultiObjModificationCallBack callBack)
updateMultipleObjects
in interface MultiObjModificationNamespace
collection
- These are the objects to apply the changes to
and must be of the same class type even though this
will not be checked.referenceObj
- The MODObject to apply to 'objects'callBack
- The MultiObjModificationCallBack method to tell function
how to handle exceptions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |