psdi.webclient.beans.contsfw

Class CreateRelPOBean

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


    public class CreateRelPOBean
    extends DataBean
    • Constructor Detail

      • CreateRelPOBean

        public CreateRelPOBean()
    • Method Detail

      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Cann the createRelease(MboSet) on PurchView which creates the Release PO.
        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 Release' page is clicked. This method in turn calls the setPOAutoKey() on the Object side.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        CreateRelInput.setPOAutoKey()