public interface IdManager
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getIdForObject(java.lang.Object pSDKObject)
Deprecated.
Returns the id for a particular object.
|
java.lang.Object |
getObjectForId(java.lang.Object pId)
Deprecated.
Returns the object for a particular id.
|
void |
registerIdForObject(java.lang.Object pSDKObject,
java.lang.Object pId)
Deprecated.
Registers the object and id relationship.
|
java.lang.Object getIdForObject(java.lang.Object pSDKObject)
pSDKObject - the actual objectjava.lang.Object getObjectForId(java.lang.Object pId)
pId - the idvoid registerIdForObject(java.lang.Object pSDKObject,
java.lang.Object pId)
throws DuplicateIdException
pSDKObject - the actual objectpId - the idDuplicateIdException