com.ibm.tivoli.maximo.fdmbo

Class JSONMapAppBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class JSONMapAppBean
    extends AppBean
    Manage JSON resource bean
    • Constructor Detail

      • JSONMapAppBean

        public JSONMapAppBean()
    • Method Detail

      • DELETE

        public int DELETE()
                   throws MXException,
                          java.rmi.RemoteException
        Method to delete selected messages in the IntError set. EVENT: DELETE
        Overrides:
        DELETE in class AppBean
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • testjson

        public int testjson()
                     throws MXException,
                            java.rmi.RemoteException
        Test JSON Mapping
        Returns:
        EVENT_HANDLED
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • cancelDialog

        public int cancelDialog()
                         throws MXException,
                                java.rmi.RemoteException
        Called by the dialog control when the dialog is canceled. Override this method if any special processing needs to be done when the user closes a dialog.
        Overrides:
        cancelDialog in class DataBean
        Returns:
        EVENT_HANDLED
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception