psdi.webclient.beans.contsfw

Class CreateRFQBean

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


    public class CreateRFQBean
    extends DataBean
    • Constructor Detail

      • CreateRFQBean

        public CreateRFQBean()
    • Method Detail

      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Call the createRFQ(MboSet) on PurchView which creates the RFQ.
        Overrides:
        execute in class DataBean
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • autonumber

        public int autonumber()
                       throws MXException,
                              java.rmi.RemoteException
        Called when the 'Autonumber' button on the 'Create RFQ' page is clicked. This method in turn calls the setRFQAutoKey() on the Object side.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        CreateRelInput.setRFQAutoKey()