com.ibm.tivoli.maximo.interaction.app.manageint

Class MaxInteraction

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.interaction.app.manageint.MaxInteraction
    • Constructor Detail

      • MaxInteraction

        public MaxInteraction(MboSet ms)
                       throws MXException,
                              java.rmi.RemoteException
        Constructor
        Parameters:
        ms - The MaxIfaceLoad MboSet.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Default value for some of the fields of the new MaxIntMapping table.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • getParentTbName

        public java.lang.String getParentTbName(MboRemote mapObject)
                                         throws MXException,
                                                java.rmi.RemoteException
        Get parent tables name
        Returns:
        name of the parent table
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • checkMappingObject

        public void checkMappingObject(MboRemote mapObject,
                                       java.lang.String colsRelation)
                                throws MXException,
                                       java.rmi.RemoteException
        Called to perform an action when field set to a value Sets iface table name to null
        Throws:
        MXException
        java.rmi.RemoteException
      • validateInteraction

        public boolean validateInteraction()
                                    throws MXException,
                                           java.rmi.RemoteException
        Valiudate Interaction
        Specified by:
        validateInteraction in interface MaxInteractionRemote
        Returns:
        sucess or failure
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • delete

        public void delete(long accessModifier)
                    throws MXException,
                           java.rmi.RemoteException
        Overwitten for ifaceproc's MBO. Delete any columns in MAXIFACECOND and conditions in MAXIFACECOND referenced by the proc to be deleted.
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        accessModifier - accessModifier
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.delete(long)
      • undelete

        public void undelete()
                      throws MXException,
                             java.rmi.RemoteException
        Overwitten for ifaceproc's MBO. Delete any columns in MAXRULECOND and conditions in MAXRULECOND referenced by the proc to be deleted.
        Specified by:
        undelete in interface MboRemote
        Overrides:
        undelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException