com.ibm.ism.script.webclient.beans.autoscript

Class ScrSQLExpressionBldrBean

    • Constructor Detail

      • ScrSQLExpressionBldrBean

        public ScrSQLExpressionBldrBean()
    • Method Detail

      • initialize

        protected void initialize()
                           throws MXException,
                                  java.rmi.RemoteException
        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 SQLExpressionBuilderBean
        Throws:
        MXException
        java.rmi.RemoteException
      • expressionbuildereventinvalue

        public void expressionbuildereventinvalue()
                                           throws java.lang.Throwable
        Hadle whatever the event the expression builder receives from one of its buttons. The button action is in the value of the currrent event
        Overrides:
        expressionbuildereventinvalue in class ExpressionBuilderBean
        Throws:
        java.lang.Throwable
      • validateExp

        public void validateExp()
                         throws java.rmi.RemoteException,
                                MXException,
                                java.sql.SQLException
        Throws:
        java.rmi.RemoteException
        MXException
        java.sql.SQLException
      • validateCustomClass

        public void validateCustomClass(java.lang.String customClass)
                                 throws MXSystemException,
                                        java.rmi.RemoteException
        Throws:
        MXSystemException
        java.rmi.RemoteException