psdi.webclient.beans.workorder

Class WOLinearSearchBean

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


    public class WOLinearSearchBean
    extends WMMatchBean
    • Constructor Detail

      • WOLinearSearchBean

        public WOLinearSearchBean()
    • Method Detail

      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Construct the sql format needed to filter the list by looping through the WOLinearSearch mbos. Keep track of the original qbe so that we can return to it on resetWhere.
        Overrides:
        execute in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • resetwhere

        public int resetwhere()
                       throws MXException,
                              java.rmi.RemoteException
        Clear the userWhere and set the QBE back to the original QBE.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException