public class UserProfileTreeNodeMap extends TreeNodeMap
nextSeq| Constructor and Description |
|---|
UserProfileTreeNodeMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSite(java.lang.String site) |
java.lang.String |
getCurrentSiteId(long currentid) |
protected long |
getNextSequence()
Returns a new unique sequence
|
long |
getTreeUniqueID(MboRemote mbo)
This method returns a unique id for the passed node (mbo)
Sub Classes need to implement this abstract method.
|
void |
mapUniqueIdToSite(long parentid,
long currentid) |
void |
mapUniqueIdToSite(long uniqueid,
java.lang.String site) |
addNew, addNew, clear, containsMbo, getCurrentSequence, getMboName, getMboUniqueIDprotected long getNextSequence()
TreeNodeMapgetNextSequence in class TreeNodeMappublic long getTreeUniqueID(MboRemote mbo) throws java.rmi.RemoteException, MXException
TreeNodeMapgetTreeUniqueID in class TreeNodeMapjava.rmi.RemoteExceptionMXExceptionpublic void addSite(java.lang.String site)
public void mapUniqueIdToSite(long parentid,
long currentid)
public java.lang.String getCurrentSiteId(long currentid)
public void mapUniqueIdToSite(long uniqueid,
java.lang.String site)