com.ibm.tivoli.maximo.fdmbo.app.manageres

Class JSONAttributeMap

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.fdmbo.app.manageres.JSONAttributeMap
    • Constructor Detail

      • JSONAttributeMap

        public JSONAttributeMap(MboSet ms)
                         throws MXException,
                                java.rmi.RemoteException
        Constructor
        Parameters:
        ms - The JSONAttributeMap MboSet.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • 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
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Default value for some of the fields of the new JSONAttributeMap table.
        Specified by:
        add in interface MboRemote
        Overrides:
        add 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 JSONAttributeMap. When any field related to JSONAttributeMap is changed, changedate and changeby is updated.
        Overrides:
        modify in class Mbo
        Throws:
        MXException - throws MXException
        java.rmi.RemoteException - throws RemoteException