Subversion Repositories Integrator Subversion

Rev

Rev 414 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
414 espaco 1
package br.com.ec.domain.service;
2
 
3
import org.primefaces.model.StreamedContent;
4
 
5
public interface EmissorRelatorioService {
6
 
446 blopes 7
        StreamedContent gerarRelatorioJasperPdf(Object filtro, String nomeRelatorio);
8
 
414 espaco 9
        StreamedContent gerarRelatorioJasperImagemPng(Object filtro, String nomeRelatorio);
10
 
11
}