com.ibm.tivoli.maximo.interaction.beans.createint

Class IntGeneratorAppBean

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


    public class IntGeneratorAppBean
    extends AppBean
    Create Interaction bean
    • Constructor Detail

      • IntGeneratorAppBean

        public IntGeneratorAppBean()
    • Method Detail

      • nexttab

        public int nexttab()
                    throws MXException,
                           java.rmi.RemoteException
        Event fired when user click Next button on the screen.
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • getNextTabOrder

        public int getNextTabOrder(int currentTabOrder)
                            throws MXException,
                                   java.rmi.RemoteException
        Get next tab order.
        Parameters:
        currentTabOrder - - current tab number
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • prevtab

        public int prevtab()
                    throws MXException,
                           java.rmi.RemoteException
        Event fired when user click Previous button on the screen.
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • getPreviousTabOrder

        public int getPreviousTabOrder(int currentTabOrder)
                                throws MXException,
                                       java.rmi.RemoteException
        Get previous tab order.
        Parameters:
        currentTabOrder - - current tab number
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • complete

        public int complete()
                     throws MXException,
                            java.rmi.RemoteException
        Event fired when user click Complete button on the screen.
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • manageint

        public int manageint()
                      throws MXException,
                             java.rmi.RemoteException
        The "Manage Interaction Details" button from the Create Interaction confirmation dialog launches this.
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • optimizereq

        public int optimizereq()
                        throws MXException,
                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • optimizeresp

        public int optimizeresp()
                         throws MXException,
                                java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • deletenodereq

        public int deletenodereq()
                          throws MXException,
                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • deletenoderesp

        public int deletenoderesp()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • deletenode

        public int deletenode(java.lang.String id,
                              boolean isRequest)
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • undeletenodereq

        public int undeletenodereq()
                            throws MXException,
                                   java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • undeletenoderesp

        public int undeletenoderesp()
                             throws MXException,
                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • undeleteallreq

        public int undeleteallreq()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • undeleteallresp

        public int undeleteallresp()
                            throws MXException,
                                   java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • processnode

        public int processnode(WSIOTreeBean treeBean,
                               java.util.LinkedHashMap removeMap,
                               boolean isRequest)
                        throws MXException,
                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • removeMbo

        public boolean removeMbo(MboRemote currentMbo,
                                 java.lang.String removeID)
                          throws MXException,
                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • importXML

        public void importXML(java.lang.String presentationXML)
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • cancelchanges

        public int cancelchanges()
                          throws MXException,
                                 java.rmi.RemoteException
        Cancels the changes to the interaction. Removes the current start center from the set and refreshs the app.
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException