Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | 2 | ||
| 3 | import javax.servlet.ServletContext; |
3 | import javax.servlet.ServletContext; |
| 4 | 4 | ||
| 5 | import org.primefaces.model.StreamedContent; |
5 | import org.primefaces.model.StreamedContent; |
| 6 | 6 | ||
| - | 7 | import br.com.ec.core.generic.GenericService; |
|
| 7 | import br.com.ec.domain.dto.ArquivoDTO; |
8 | import br.com.ec.domain.dto.ArquivoDTO; |
| 8 | import br.edu.cesmac.core.generic.GenericService; |
- | |
| 9 | 9 | ||
| 10 | public interface ArquivoService extends GenericService<ArquivoDTO> { |
10 | public interface ArquivoService extends GenericService<ArquivoDTO> { |
| 11 | 11 | ||
| 12 | StreamedContent gerarRecibos(ArquivoDTO arquivoDTO, ServletContext contexto); |
12 | StreamedContent gerarRecibos(ArquivoDTO arquivoDTO, ServletContext contexto); |
| 13 | 13 | ||