psdi.webclient.beans.report

Class ReportExpressionsBean

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


    public class ReportExpressionsBean
    extends DataBean
    • Constructor Detail

      • ReportExpressionsBean

        public ReportExpressionsBean()
    • Method Detail

      • editExpression

        public int editExpression()
                           throws MXException,
                                  java.rmi.RemoteException
        Brings the expression, expression name and expression order to the text boxes in the calculate tab to be modified by the user.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • deleteExpression

        public int deleteExpression()
                             throws MXException,
                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • isEditMode

        public boolean isEditMode()
        Returns whether or not the expression is in edit mode.
        Returns:
      • setEditMode

        public void setEditMode(boolean mode)
        Sets whether or not an expression is currently being edited.
        Parameters:
        mode -
      • updateExpression

        public void updateExpression(java.lang.String expression,
                                     java.lang.String expName,
                                     java.lang.String expOrder,
                                     java.lang.String dataType)
                              throws MXException,
                                     java.rmi.RemoteException
        Updates the expression, expression name and expression order for the expression table on the calculate tab.
        Parameters:
        expression -
        expName -
        expOrder -
        dataType -
        targetId -
        Throws:
        MXException
        java.rmi.RemoteException