com.ibm.tivoli.maximo.amcrew.workman.beans

Class WMMatchCrewBean

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


    public class WMMatchCrewBean
    extends WMMatchBean
    • Constructor Detail

      • WMMatchCrewBean

        public WMMatchCrewBean()
    • Method Detail

      • initialize

        protected void initialize()
                           throws MXException,
                                  java.rmi.RemoteException
        For every selected mbo, add a new WMMatch NP mbo.
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Construct the sql format needed to filter the list by looping through the WMMatch 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