psdi.webclient.beans.workorder

Class QuickRepAppBean

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


    public class QuickRepAppBean
    extends WOAppBean
    Custom Application bean for Quick Rep application. The methods in this bean represent the custom handling required for the Quick Rep application. This bean needs to be specified in the beanclass attribute of the Quick Rep application presentation.
    • Constructor Detail

      • QuickRepAppBean

        public QuickRepAppBean()
    • Method Detail

      • initializeApp

        public void initializeApp()
                           throws MXException,
                                  java.rmi.RemoteException
        Set the initial query to woclass = WORKORDER,ACTIVITY and istask=N and historyflag=N
        Overrides:
        initializeApp in class AppBean
        Throws:
        MXException
        java.rmi.RemoteException
      • cancelDialog

        public int cancelDialog()
                         throws java.rmi.RemoteException,
                                MXException
        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:
        java.rmi.RemoteException
        MXException