psdi.webclient.beans.invusage

Class InvUseLineShipmentBean

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


    public class InvUseLineShipmentBean
    extends DataBean
    This bean is used for create shipment dialog. It is used to display shipment and shipment lines.
    • Constructor Detail

      • InvUseLineShipmentBean

        public InvUseLineShipmentBean()
    • Method Detail

      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        This method is called on dialog ok and saves into shipment and shipmentline tables.
        Overrides:
        execute in class DataBean
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • cancelDialog

        public int cancelDialog()
                         throws MXException,
                                java.rmi.RemoteException
        This method is called on dialog cancel. It resets the app bean mboset.
        Overrides:
        cancelDialog in class DataBean
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException