psdi.webclient.beans.invusage

Class ValidateIssuedItemForReturnDataBean

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


    public class ValidateIssuedItemForReturnDataBean
    extends DataBean
    This bean handles the Return validation.
    • Constructor Detail

      • ValidateIssuedItemForReturnDataBean

        public ValidateIssuedItemForReturnDataBean()
    • Method Detail

      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        This method is called on dialog ok. It queues the last event before the return validation dialog.
        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 close. It queues the last event before the return validation dialog.
        Overrides:
        cancelDialog in class DataBean
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • cleanup

        protected void cleanup()
        This method sets the current event to null.
        Overrides:
        cleanup in class DataBean