Uses of Class
br.gov.mj.frameworkprocessos.processo.servicos.Relatorios.TipoTermo

Packages that use Relatorios.TipoTermo
br.gov.mj.frameworkprocessos.processo.ejb   
br.gov.mj.frameworkprocessos.processo.servicos   
 

Uses of Relatorios.TipoTermo in br.gov.mj.frameworkprocessos.processo.ejb
 

Methods in br.gov.mj.frameworkprocessos.processo.ejb with parameters of type Relatorios.TipoTermo
 net.sf.jasperreports.engine.JasperPrint RelatoriosFacade.getReportTermoAberturaEncerramentoVolume(Relatorios.TipoTermo tipoTermo, java.lang.String nomeProcesso, java.util.Date data, java.lang.String numeroProcesso, java.lang.String numeroFolhas, java.lang.String numeroVolumeAbertura, java.lang.String numeroVolumeFechamento, java.lang.String numeroFolhaInicial, java.lang.String nome, java.lang.String emissor)
           
 JasperPrint RelatoriosDelegate.getReportTermoAberturaEncerramentoVolume(Relatorios.TipoTermo tipoTermo, java.lang.String nomeProcesso, java.util.Date data, java.lang.String numeroProcesso, java.lang.String numeroFolhas, java.lang.String numeroVolumeAbertura, java.lang.String numeroVolumeFechamento, java.lang.String numeroFolhaInicial, java.lang.String nome, java.lang.String emissor)
           
 JasperPrint RelatorioHelper.getReportTermoAberturaEncerramentoVolume(Relatorios.TipoTermo tipoTermo, java.lang.String nomeProcesso, java.util.Date data, java.lang.String numeroProcesso, java.lang.String numeroFolhas, java.lang.String numeroVolumeAbertura, java.lang.String numeroVolumeFechamento, java.lang.String numeroFolhaInicial, java.lang.String nome, java.lang.String emissor)
           
 JasperPrint RelatoriosBenchmarkDelegate.getReportTermoAberturaEncerramentoVolume(Relatorios.TipoTermo tipoTermo, java.lang.String nomeProcesso, java.util.Date data, java.lang.String numeroProcesso, java.lang.String numeroFolhas, java.lang.String numeroVolumeAbertura, java.lang.String numeroVolumeFechamento, java.lang.String numeroFolhaInicial, java.lang.String nome, java.lang.String emissor)
           
 JasperPrint AbstractRelatoriosFacade.getReportTermoAberturaEncerramentoVolume(Relatorios.TipoTermo tipoTermo, java.lang.String nomeProcesso, java.util.Date data, java.lang.String numeroProcesso, java.lang.String numeroFolhas, java.lang.String numeroVolumeAbertura, java.lang.String numeroVolumeFechamento, java.lang.String numeroFolhaInicial, java.lang.String nome, java.lang.String emissor)
           
 

Uses of Relatorios.TipoTermo in br.gov.mj.frameworkprocessos.processo.servicos
 

Methods in br.gov.mj.frameworkprocessos.processo.servicos that return Relatorios.TipoTermo
static Relatorios.TipoTermo Relatorios.TipoTermo.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Relatorios.TipoTermo[] Relatorios.TipoTermo.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in br.gov.mj.frameworkprocessos.processo.servicos with parameters of type Relatorios.TipoTermo
 JasperPrint Relatorios.getReportTermoAberturaEncerramentoVolume(Relatorios.TipoTermo tipoTermo, java.lang.String nomeProcesso, java.util.Date data, java.lang.String numeroProcesso, java.lang.String numeroFolhas, java.lang.String numeroVolumeAbertura, java.lang.String numeroVolumeFechamento, java.lang.String numeroFolhaInicial, java.lang.String nome, java.lang.String emissor)
          Este métdo retorna o termo de abertura ou fechamento de um Volume Utilizado por sistemas que não utilizam o Framework de Processos.