psdi.app.bim.loader

Class ClassificationBase

  • java.lang.Object
    • psdi.app.bim.loader.ClassificationBase
    • Constructor Detail

      • ClassificationBase

        public ClassificationBase()
                           throws java.rmi.RemoteException,
                                  MXException
        Throws:
        java.rmi.RemoteException
        MXException
    • Method Detail

      • getClassStrctSet

        public static MboRemote getClassStrctSet(java.lang.String classStructId,
                                                 UserInfo userInfo)
                                          throws java.rmi.RemoteException,
                                                 MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • fixupUseWith

        protected int fixupUseWith(MboRemote classStrucMbo,
                                   java.lang.String objectValue,
                                   java.lang.String objectName)
                            throws java.rmi.RemoteException,
                                   MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • fixupUseWith

        protected int fixupUseWith(MboRemote classStrucMbo,
                                   java.util.Hashtable useWithSet)
                            throws java.rmi.RemoteException,
                                   MXException
        Walks up a classifications ancestors and add the specified useWithList to every ancestor
        Parameters:
        classStrucMbo -
        useWithList -
        Throws:
        java.rmi.RemoteException
        MXException