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.ClienteConsultaPorDemanda; |
11 | import br.com.ec.controller.managedbean.consultademanda.ClienteConsultaPorDemanda; |
| - | 12 | import br.com.ec.core.generic.GenericService; |
|
| 12 | import br.com.ec.domain.dto.ParametrosConsultaClienteDTO; |
13 | import br.com.ec.domain.dto.ParametrosConsultaClienteDTO; |
| 13 | import br.com.ec.domain.model.Cliente; |
14 | import br.com.ec.domain.model.Cliente; |
| 14 | import br.com.ec.domain.model.tipos.TipoRelatorioCliente; |
15 | import br.com.ec.domain.model.tipos.TipoRelatorioCliente; |
| 15 | import br.com.ec.domain.service.cliente.ClienteService; |
16 | import br.com.ec.domain.service.cliente.ClienteService; |
| 16 | import br.edu.cesmac.core.generic.GenericService; |
- | |
| 17 | import br.edu.cesmac.web.exception.VerificadorLancamentoException; |
- | |
| 18 | import br.edu.cesmac.web.exception.VerificadorLancamentoException.CommandRelatorioStreamedContent; |
- | |
| 19 | import br.edu.cesmac.web.generic.AbstractBean; |
- | |
| - | 17 | import br.com.ec.web.exception.VerificadorLancamentoException; |
|
| - | 18 | import br.com.ec.web.exception.VerificadorLancamentoException.CommandRelatorioStreamedContent; |
|
| - | 19 | import br.com.ec.web.generic.AbstractBean; |
|
| 20 | 20 | ||
| 21 | @Named |
21 | @Named |
| 22 | @Scope("view") |
22 | @Scope("view") |
| 23 | public class ClienteConsultaBean extends AbstractBean<Cliente> implements Serializable { |
23 | public class ClienteConsultaBean extends AbstractBean<Cliente> implements Serializable { |
| 24 | 24 | ||