psdi.plusc.webclient.beans.datasheet

Class PlusCDSConfigDataBean

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


    public class PlusCDSConfigDataBean
    extends DataBean
    • Constructor Detail

      • PlusCDSConfigDataBean

        public PlusCDSConfigDataBean()
    • Method Detail

      • initialize

        protected void initialize()
                           throws java.rmi.RemoteException,
                                  MXException
        Description copied from class: DataBean
        Typically called after the DataBean gets a new MboSetRemote On the MboSetRemote it sets the app, the app defaults, user defaults If the remote is an instanceof NonPersistentMboSetRemote then setup is called on it and sets the current row to 0. If the DataBean isn't bound to a table then initialize fetches the first mbo (sets the current row to 0). If this method is overridden under most case you will want to call super.initalize at the end of the the new initialize method.
        Overrides:
        initialize in class DataBean
        Throws:
        java.rmi.RemoteException
        MXException
      • setValue

        public void setValue(int nRow,
                             java.lang.String attribute,
                             java.lang.String value,
                             long accessModifier)
                      throws MXException
        This method was override because of Issue 08-20397 . dsBean.save() is called twice to avoid refetch issues . tol"+ count + "lower_np was used to set inputvalue_np to start validate() process . tol"+ count + "lower_np values was used because we need a value that we can guarantee is valid, is not the same used for inputvalue_np and is not out of any range
        Overrides:
        setValue in class DataBean
        Throws:
        MXException