psdi.webclient.beans.inventory

Class InvConsignmentBean

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


    public class InvConsignmentBean
    extends DataBean
    This bean is for View/Edit Consignment details dialog.
    • Constructor Detail

      • InvConsignmentBean

        public InvConsignmentBean()
    • Method Detail

      • initialize

        public void initialize()
                        throws MXException,
                               java.rmi.RemoteException
        This method initializes the dialog and sets the editability flags.
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • cancelDialog

        public int cancelDialog()
                         throws MXException,
                                java.rmi.RemoteException
        Called by the dialog control when the dialog is cancelled. It resets the inventoryset when user clicks cancel.
        Overrides:
        cancelDialog in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException