br.gov.mj.frameworkprocessos.processo.testes
Class TesteRelatorios

java.lang.Object
  extended by br.gov.mj.frameworkprocessos.processo.testes.TesteRelatorios

public class TesteRelatorios
extends java.lang.Object


Constructor Summary
TesteRelatorios()
           
 
Method Summary
 JasperPrint getReportAndamentos()
           
 JasperPrint getReportDadosTramite()
           
 JasperPrint getReportDocumentoDetalhado()
           
 JasperPrint getReportDocumentoResumido()
           
 JasperPrint getReportDocumentosAreaTrabalho()
           
 JasperPrint getReportDocumentosCaixaEntrada()
           
 JasperPrint getReportDocumentosCaixaSaida()
           
 JasperPrint getReportDocumentosDocumentosEnviados()
           
 JasperPrint getReportGuia()
           
 JasperPrint getReportLocalizacaoDocumento(java.lang.String numeroProtocolo, java.lang.String caixa, java.lang.String unidadeTramite, java.lang.String responsavel, java.lang.String ultimoTramite, java.lang.String destino, java.lang.String importadoPor, java.lang.String importadoDia, java.lang.String localImportado)
           
 JasperPrint getReportQuadroDemonstrativoPrazos()
           
 JasperPrint getReportReciboResponsavelTecnico()
           
 JasperPrint getReportTermoDesmembramento()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TesteRelatorios

public TesteRelatorios()
Method Detail

main

public static void main(java.lang.String[] args)

getReportLocalizacaoDocumento

public JasperPrint getReportLocalizacaoDocumento(java.lang.String numeroProtocolo,
                                                 java.lang.String caixa,
                                                 java.lang.String unidadeTramite,
                                                 java.lang.String responsavel,
                                                 java.lang.String ultimoTramite,
                                                 java.lang.String destino,
                                                 java.lang.String importadoPor,
                                                 java.lang.String importadoDia,
                                                 java.lang.String localImportado)
                                          throws ParametroInvalidoException,
                                                 ErroInternoException,
                                                 DocumentoNaoEncontradoException
Throws:
ParametroInvalidoException
ErroInternoException
DocumentoNaoEncontradoException

getReportAndamentos

public JasperPrint getReportAndamentos()
                                throws java.lang.Exception
Throws:
java.lang.Exception

getReportDocumentosAreaTrabalho

public JasperPrint getReportDocumentosAreaTrabalho()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getReportDocumentosCaixaEntrada

public JasperPrint getReportDocumentosCaixaEntrada()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getReportDocumentosCaixaSaida

public JasperPrint getReportDocumentosCaixaSaida()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

getReportDocumentosDocumentosEnviados

public JasperPrint getReportDocumentosDocumentosEnviados()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

getReportGuia

public JasperPrint getReportGuia()
                          throws java.lang.Exception
Throws:
java.lang.Exception

getReportReciboResponsavelTecnico

public JasperPrint getReportReciboResponsavelTecnico()
                                              throws java.lang.Exception
Throws:
java.lang.Exception

getReportTermoDesmembramento

public JasperPrint getReportTermoDesmembramento()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

getReportQuadroDemonstrativoPrazos

public JasperPrint getReportQuadroDemonstrativoPrazos()
                                               throws java.lang.Exception
Throws:
java.lang.Exception

getReportDocumentoResumido

public JasperPrint getReportDocumentoResumido()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

getReportDocumentoDetalhado

public JasperPrint getReportDocumentoDetalhado()
                                        throws java.lang.Exception
Throws:
java.lang.Exception

getReportDadosTramite

public JasperPrint getReportDadosTramite()
                                  throws java.lang.Exception
Throws:
java.lang.Exception