psdi.app.integration

Class MXCollab

  • java.lang.Object
    • Method Detail

      • init

        public void init()
                  throws MXException
        Description copied from class: Mbo
        Called by the framework when the Mbo has been constructed and the MboValues have been initialized. This can be overridden by the programmer to provide any custom initialization they would like to do.
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • getValidateOrder

        public java.lang.String[] getValidateOrder()
        Validate Order for MXCollab attributes.
        Overrides:
        getValidateOrder in class Mbo
      • save

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        update the database and our hashtable of mxcollab values.
        Overrides:
        save in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        Checks to see if this object can be deleted throws MXException if it cannot be deleted
        Overrides:
        canDelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException