Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 7... | Line 7... | ||
| 7 | 7 | ||
| 8 | import org.primefaces.model.StreamedContent; |
8 | import org.primefaces.model.StreamedContent; |
| 9 | import org.springframework.context.annotation.Scope; |
9 | import org.springframework.context.annotation.Scope; |
| 10 | 10 | ||
| 11 | import br.com.ec.controller.managedbean.consultademanda.TransmissaoSngpcConsultaPorDemanda; |
11 | import br.com.ec.controller.managedbean.consultademanda.TransmissaoSngpcConsultaPorDemanda; |
| - | 12 | import br.com.ec.core.consulta.ParametrosConsulta; |
|
| - | 13 | import br.com.ec.core.generic.GenericService; |
|
| - | 14 | import br.com.ec.core.util.VerificadorUtil; |
|
| 12 | import br.com.ec.domain.dto.anvisa.MensagemSNGPC; |
15 | import br.com.ec.domain.dto.anvisa.MensagemSNGPC; |
| 13 | import br.com.ec.domain.model.TransmissaoSngpc; |
16 | import br.com.ec.domain.model.TransmissaoSngpc; |
| 14 | import br.com.ec.domain.service.anvisa.TransmissaoSngpcService; |
17 | import br.com.ec.domain.service.anvisa.TransmissaoSngpcService; |
| 15 | import br.edu.cesmac.core.consulta.ParametrosConsulta; |
- | |
| 16 | import br.edu.cesmac.core.generic.GenericService; |
- | |
| 17 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| 18 | import br.edu.cesmac.web.exception.VerificadorLancamentoException; |
- | |
| 19 | import br.edu.cesmac.web.exception.VerificadorLancamentoException.CommandRelatorioStreamedContent; |
- | |
| 20 | import br.edu.cesmac.web.generic.AbstractBean; |
- | |
| - | 18 | import br.com.ec.web.exception.VerificadorLancamentoException; |
|
| - | 19 | import br.com.ec.web.exception.VerificadorLancamentoException.CommandRelatorioStreamedContent; |
|
| - | 20 | import br.com.ec.web.generic.AbstractBean; |
|
| 21 | 21 | ||
| 22 | @Named |
22 | @Named |
| 23 | @Scope("view") |
23 | @Scope("view") |
| 24 | public class TransmissaoSngpcBean extends AbstractBean<TransmissaoSngpc> implements Serializable { |
24 | public class TransmissaoSngpcBean extends AbstractBean<TransmissaoSngpc> implements Serializable { |
| 25 | 25 | ||