psdi.webclient.beans.workman

Class AMDispatchBean

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


    public class AMDispatchBean
    extends AMBaseBean
    • Constructor Detail

      • AMDispatchBean

        public AMDispatchBean()
    • Method Detail

      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Description copied from class: AMBaseBean
        This.save() is called explicitly here because we do **not** want to save the parent bean, which may be either WorkmanAppBean or AMTableBean. The LaborCraftRate mboset never changes and we wish to actively prevent the WMAssignmentSet from being saved.
        Overrides:
        execute in class AMBaseBean
        Throws:
        MXException
        java.rmi.RemoteException
      • cancelDialog

        public int cancelDialog()
                         throws MXException,
                                java.rmi.RemoteException
        Description copied from class: DataBean
        Called by the dialog control when the dialog is cancled. Override this method if any special processing needs to be done when the user closes a dialog.
        Overrides:
        cancelDialog in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException