psdi.app.assetcatalog.virtual

Class SearchAttribute

    • Constructor Detail

      • SearchAttribute

        public SearchAttribute(MboSet ms)
                        throws MXException,
                               java.rmi.RemoteException
        Construct the SearchAttribute Mbo.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: Mbo
        This is called when a new Mbo is added to the Mboset collection. It is called AFTER user defaults have been set from the data dictionary. Programmer should usually override this to set some defaults. Default behavior is to do nothing.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • setInternalDataType

        public void setInternalDataType(java.lang.String internalDataType)
                                 throws MXException,
                                        java.rmi.RemoteException
        set internal type to be used in SpecValue
        Throws:
        MXException
        java.rmi.RemoteException
      • getInternalDataType

        public java.lang.String getInternalDataType()
                                             throws MXException,
                                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getTableDomainObject

        public MboRemote getTableDomainObject()
                                       throws MXException,
                                              java.rmi.RemoteException
        getTableDomainObject
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • getFirstTableAttribute

        public java.lang.String getFirstTableAttribute()
                                                throws MXException,
                                                       java.rmi.RemoteException
        Find the first table attribute
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException