psdi.app.signature.virtual

Class UserProfileTreeNodeMap



  • public class UserProfileTreeNodeMap
    extends TreeNodeMap
    • Constructor Detail

      • UserProfileTreeNodeMap

        public UserProfileTreeNodeMap()
    • Method Detail

      • getNextSequence

        protected long getNextSequence()
        Description copied from class: TreeNodeMap
        Returns a new unique sequence
        Overrides:
        getNextSequence in class TreeNodeMap
        Returns:
      • getTreeUniqueID

        public long getTreeUniqueID(MboRemote mbo)
                             throws java.rmi.RemoteException,
                                    MXException
        Description copied from class: TreeNodeMap
        This method returns a unique id for the passed node (mbo) Sub Classes need to implement this abstract method.
        Specified by:
        getTreeUniqueID in class TreeNodeMap
        Returns:
        Throws:
        java.rmi.RemoteException
        MXException
      • addSite

        public void addSite(java.lang.String site)
      • mapUniqueIdToSite

        public void mapUniqueIdToSite(long parentid,
                                      long currentid)
      • getCurrentSiteId

        public java.lang.String getCurrentSiteId(long currentid)
      • mapUniqueIdToSite

        public void mapUniqueIdToSite(long uniqueid,
                                      java.lang.String site)