public class UserProfileTreeNodeMap extends TreeNodeMap
| Constructor and Description | 
|---|
| UserProfileTreeNodeMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addSite(java.lang.String site) | 
| java.lang.String | getCurrentSiteId(long currentid) | 
| 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, getMboUniqueIDpublic 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)