psdi.webclient.beans.po

Class POAppBean

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


    public class POAppBean
    extends StatefulAppBean
    • Constructor Detail

      • POAppBean

        public POAppBean()
    • Method Detail

      • CREATECHG

        public int CREATECHG()
                      throws java.rmi.RemoteException,
                             MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • COPYPRLNPO

        public int COPYPRLNPO()
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • CREATECONT

        public int CREATECONT()
                       throws java.rmi.RemoteException,
                              MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • COMPLRECPT

        public int COMPLRECPT()
                       throws java.rmi.RemoteException,
                              MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • initializeApp

        public void initializeApp()
                           throws MXException,
                                  java.rmi.RemoteException
        Description copied from class: AppBean
        This method is called when the presentations "main" page is initalized and before the page is rendered. It can be called multiple times to "reinitialize" the applicaiton, for example when the existing query is reset.

        Only on the first initialize the method also checks for these mutually exclusiive special conditions:

      • if there is a particular record the app needs to jump to (using uniqueid from the loadapp or gotoapp event) the result set is restricted to that record only
      • if there is a startup query sent through the launch in context as a startup where clause it is set as a user where clause
      • if there is an additional ecent "insert" a new record is inserted

        A subsequent call to initializeApp() will not check for these conditions, causing the default reset to happen

Overrides:
initializeApp in class AppBean
Throws:
MXException
java.rmi.RemoteException
  • REVPO

    public int REVPO()
              throws java.rmi.RemoteException,
                     MXException
    Throws:
    java.rmi.RemoteException
    MXException
  • ROUTEWF

    public int ROUTEWF()
                throws MXException,
                       java.rmi.RemoteException
    10-10246: when in work flow, the user interactive should be turned off after it is done, it is turned on.
    Overrides:
    ROUTEWF in class AppBean
    Throws:
    MXException
    java.rmi.RemoteException
  • CREATECOMM

    public int CREATECOMM()
                   throws MXException,
                          java.rmi.RemoteException
    Throws:
    MXException
    java.rmi.RemoteException