psdi.webclient.beans.common

Class ViewItemAvailabilityBean

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


    public class ViewItemAvailabilityBean
    extends DataBean
    • Constructor Detail

      • ViewItemAvailabilityBean

        public ViewItemAvailabilityBean()
    • Method Detail

      • initialize

        protected void initialize()
                           throws MXException,
                                  java.rmi.RemoteException
        Overridden to get handle of the control that fired this dialog and then get ITEMNUM set on it. Set Default Qbe manually. Defaultvalue control inside XML will work automatically for child tables of this dialog.
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        DataBean.initialize()
      • getMboSetRemote

        protected MboSetRemote getMboSetRemote()
                                        throws MXException,
                                               java.rmi.RemoteException
        IV30930/60768:overrides getMboSetRemote() to set up a method for the child Mboset such as INVENTORY, purchase know that we need to consider security(ex, site authority which the main mbo ITEM does not apply)
        Overrides:
        getMboSetRemote in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException