psdi.webclient.beans.sla

Class SelectContractBean

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


    public class SelectContractBean
    extends DataBean
    This is the data bean that handles the Select Contracts dialog from Asscociate Contract dialog in the SLA app The Select Contract dialog provides the capability to select multiple contracts in one shot.
    • Constructor Detail

      • SelectContractBean

        public SelectContractBean()
    • Method Detail

      • initialize

        public void initialize()
                        throws MXException,
                               java.rmi.RemoteException
        If the SLA has vendor defined, set it to the filter when the dialog opens.
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Add the selected contracts to the slacontract mbo set when OK button is clicked
        Overrides:
        execute in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException