Rev 414 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 414 | Rev 446 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | package br.com.ec.domain.service; |
1 | package br.com.ec.domain.service; |
| 2 | 2 | ||
| 3 | import org.primefaces.model.StreamedContent; |
3 | import org.primefaces.model.StreamedContent; |
| 4 | 4 | ||
| 5 | public interface EmissorRelatorioService { |
5 | public interface EmissorRelatorioService { |
| - | 6 | ||
| - | 7 | StreamedContent gerarRelatorioJasperPdf(Object filtro, String nomeRelatorio); |
|
| 6 | 8 | ||
| 7 | StreamedContent gerarRelatorioJasperImagemPng(Object filtro, String nomeRelatorio); |
9 | StreamedContent gerarRelatorioJasperImagemPng(Object filtro, String nomeRelatorio); |
| 8 | 10 | ||
| 9 | }
|
11 | }
|