psdi.iface.app.intobject

Class MaxIntObjectApp

  • java.lang.Object
    • Constructor Detail

      • MaxIntObjectApp

        public MaxIntObjectApp(MboSet ms)
                        throws java.rmi.RemoteException
        Construct the MaxIntObjApp object
        Parameters:
        ms - MboSet
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • init

        public void init()
                  throws MXException
        Initialize the MaxIntObjApp. Sets certain fields on the MaxIntObjApp to be always read-only.
        Overrides:
        init in class Mbo
        Throws:
        MXException - throws MXApplicationException if
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Sets default values for a new MaxIntObjApp object.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException - throws MXException
        java.rmi.RemoteException - throws RemoteException
      • propagateKeyValue

        public void propagateKeyValue(java.lang.String keyName,
                                      java.lang.String keyValue)
                               throws MXException,
                                      java.rmi.RemoteException
        Set value for intobjectname.
        Specified by:
        propagateKeyValue in interface MboRemote
        Overrides:
        propagateKeyValue in class Mbo
        Parameters:
        keyName - Should equal "intobjectname" or else nothing will be propagated.
        keyValue - The new value of intobjectname.
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        Save method. Will generate all artifacts.
        Overrides:
        save in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • modify

        public void modify()
                    throws MXException,
                           java.rmi.RemoteException
        This is called whenever a change is made to the attributes of MaxIntObjApp. When any field related to MaxIntObjdetail is changed, changedate and changeby is updated.
        Overrides:
        modify in class Mbo
        Throws:
        MXException - throws MXException
        java.rmi.RemoteException - throws RemoteException