psdi.webclient.beans.report

Class ReportAppBean

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


    public class ReportAppBean
    extends AppBean
    • Constructor Detail

      • ReportAppBean

        public ReportAppBean()
    • Method Detail

      • generateallxmlLongOp

        public int generateallxmlLongOp()
                                 throws MXException,
                                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        public void save()
                  throws MXException
        Description copied from class: AppBean
        Needs it's own version of save to insure the proper record is set. If the current row is a new record then before saving, it stores the key attributes and their values. Calls save then resets the qbe and to the stored values. This insures that the inserted record stays as the current record after saving.
        Overrides:
        save in class AppBean
        Throws:
        MXException
      • generateallxml

        public int generateallxml()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • importXML

        public void importXML(java.lang.String presentationXML)
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • generatexmlLongOp

        public int generatexmlLongOp()
                              throws MXException,
                                     java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • generatexml

        public int generatexml()
                        throws MXException,
                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • previewxml

        public int previewxml()
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • COGNOSADM

        public void COGNOSADM()
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • UPDREPORT

        public int UPDREPORT()
                      throws java.rmi.RemoteException,
                             MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • REPEXPREP

        public int REPEXPREP()
                      throws java.rmi.RemoteException,
                             MXException
        Exports the current report and its properties in a zip file for download. EVENT: REPEXPREP
        Throws:
        MXException
        java.rmi.RemoteException
      • VIEWREPDEP

        public int VIEWREPDEP()
                       throws java.rmi.RemoteException,
                              MXException
        Shows dependencies of current report. This olny checks if it is not a BIRT report. In that case it throws Exception.
        Throws:
        MXException
        java.rmi.RemoteException