psdi.webclient.beans.ecommadapt

Class ECommAdaptAppBean

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


    public class ECommAdaptAppBean
    extends AppBean
    • Constructor Detail

      • ECommAdaptAppBean

        public ECommAdaptAppBean()
    • Method Detail

      • initializeApp

        public void initializeApp()
                           throws MXException,
                                  java.rmi.RemoteException
        Fetch and save the catalog to look up
        Overrides:
        initializeApp in class AppBean
        Throws:
        MXException
        java.rmi.RemoteException
      • lookupcatalog

        public int lookupcatalog()
                          throws MXException,
                                 java.rmi.RemoteException
        Event handling function that looks up the catalog. That event is triggered by the catalog lookup.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • rtnecomm

        public int rtnecomm()
                     throws MXException,
                            java.rmi.RemoteException
        Event that is called by the returning ecomm system
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • returncart

        public int returncart()
                       throws MXException,
                              java.rmi.RemoteException
        Handler to try and return the cart
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • doAppLinkReturn

        public int doAppLinkReturn()
                            throws MXException,
                                   java.rmi.RemoteException
        Do the applinkreturn, based on what the normal AppBean functionality is
        Throws:
        MXException
        java.rmi.RemoteException
      • retrytask

        public int retrytask()
                      throws MXException,
                             java.rmi.RemoteException
        Handler for when the user clicks the retry button on the error dialog
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • canceltask

        public int canceltask()
                       throws MXException,
                              java.rmi.RemoteException
        Handler for when the user clicks the cancel button on the error dialog
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • getURI

        public java.lang.String getURI()