psdi.app.report

Interface ReportRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    Report


    public interface ReportRemote
    extends MboRemote
    • Method Detail

      • getBaseReportXML

        java.lang.String getBaseReportXML()
                                   throws MXException,
                                          java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • generateAndReplaceAllXML

        java.lang.String generateAndReplaceAllXML()
                                           throws MXException,
                                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • generateXML

        java.lang.String generateXML(MboRemote appfolder,
                                     MboSetRemote lookupset,
                                     java.lang.String presentationXML)
                              throws MXException,
                                     java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • setFieldsReadOnly

        void setFieldsReadOnly(boolean state)
                        throws MXException,
                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • isLimitedType

        boolean isLimitedType(java.lang.String runType)
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • isQuickPrintable

        boolean isQuickPrintable()
                          throws MXException,
                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • canLimitRecords

        boolean canLimitRecords()
                         throws MXException,
                                java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • assembleRequestPage

        java.lang.String assembleRequestPage(MboRemote report,
                                             MboSetRemote lookupset,
                                             int reportnum,
                                             java.lang.String reporttype)
                                      throws MXException,
                                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException