psdi.app.assetcatalog

Interface ClassStructureSetRemote

    • Method Detail

      • reSetForNewUniqueId

        void reSetForNewUniqueId(java.lang.String key)
                          throws MXException,
                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.assetcatalog.ClassStructureSet#reSetForNewUniqueId()
      • setOriginatingObjectAndAttribute

        void setOriginatingObjectAndAttribute(java.lang.String origObjectName,
                                              java.lang.String origAttribute,
                                              MboRemote origMbo)
                                       throws MXException,
                                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.assetcatalog.ClassStructureSet#setOriginatingObjectAndAttribute()
      • setOriginatingObject

        void setOriginatingObject(MboRemote origObject)
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.assetcatalog.ClassStructureSet#setOriginatingObject()
      • setOriginatingObject

        void setOriginatingObject(java.lang.String actualObjectForUseWith)
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.assetcatalog.ClassStructureSet#setOriginatingObject()
      • getUseWithSql

        java.lang.String getUseWithSql()
                                throws MXException,
                                       java.rmi.RemoteException
        07-14326
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • setIsLookup

        void setIsLookup(boolean is)
                  throws java.rmi.RemoteException
        This method is used to inform the MBO set that the objects are used in a classification drill down UI. This method should be called in the bean.
        Throws:
        java.rmi.RemoteException
      • isLookup

        boolean isLookup()
                  throws MXException,
                         java.rmi.RemoteException
        Whether this MBO set is used in a drill down type of lookup UI.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • getMboValueDataForNoTreeNodes

        MboValueData[][] getMboValueDataForNoTreeNodes(java.lang.String[] attribute,
                                                       java.lang.String reason)
                                                throws MXException,
                                                       java.rmi.RemoteException
        07-22938: added remote
        Parameters:
        attribute -
        reason -
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • setCheckIfClassUsedByObject

        void setCheckIfClassUsedByObject(boolean toSet)
                                  throws MXException,
                                         java.rmi.RemoteException
        08-22804: Search Classification: some objects may want to display the classifications which are defined as used with object but also have been used by the objects
        Parameters:
        toSet -
        Throws:
        MXException
        java.rmi.RemoteException
      • reprocessSortOrder

        void reprocessSortOrder()
                         throws MXException,
                                java.rmi.RemoteException
        set default sort order
        Throws:
        MXException
        java.rmi.RemoteException