Rev 106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 6... | Line 6... | ||
| 6 | import javax.inject.Inject; |
6 | import javax.inject.Inject; |
| 7 | import javax.inject.Named; |
7 | import javax.inject.Named; |
| 8 | 8 | ||
| 9 | import org.springframework.context.annotation.Scope; |
9 | import org.springframework.context.annotation.Scope; |
| 10 | 10 | ||
| - | 11 | import br.com.ec.core.consulta.ParametrosConsulta; |
|
| - | 12 | import br.com.ec.core.generic.GenericService; |
|
| 11 | import br.com.ec.domain.model.ContaBancaria; |
13 | import br.com.ec.domain.model.ContaBancaria; |
| 12 | import br.com.ec.domain.service.contabancaria.ContaBancariaService; |
14 | import br.com.ec.domain.service.contabancaria.ContaBancariaService; |
| 13 | import br.edu.cesmac.core.consulta.ParametrosConsulta; |
- | |
| 14 | import br.edu.cesmac.core.generic.GenericService; |
- | |
| 15 | import br.edu.cesmac.web.generic.AbstractBean; |
- | |
| - | 15 | import br.com.ec.web.generic.AbstractBean; |
|
| 16 | 16 | ||
| 17 | @Named |
17 | @Named |
| 18 | @Scope("view") |
18 | @Scope("view") |
| 19 | public class ContaBancariaBean extends AbstractBean<ContaBancaria> implements Serializable { |
19 | public class ContaBancariaBean extends AbstractBean<ContaBancaria> implements Serializable { |
| 20 | 20 | ||