Rev 569 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 569 | Rev 574 | ||
|---|---|---|---|
| Line 18... | Line 18... | ||
| 18 | @Scope("view") |
18 | @Scope("view") |
| 19 | public class FornecedorBean extends AbstractBean<FornecedorDTO> implements Serializable { |
19 | public class FornecedorBean extends AbstractBean<FornecedorDTO> implements Serializable { |
| 20 | 20 | ||
| 21 | private static final long serialVersionUID = 1L; |
21 | private static final long serialVersionUID = 1L; |
| 22 | 22 | ||
| 23 | private FornecedorService transferenciaService; |
- | |
| - | 23 | private FornecedorService fornecedorService; |
|
| 24 | 24 | ||
| 25 | @Inject |
25 | @Inject |
| 26 | public FornecedorBean(TransferenciaService transferenciaService) { |
- | |
| 27 | this.transferenciaService = transferenciaService; |
- | |
| - | 26 | public FornecedorBean(FornecedorService fornecedorService) { |
|
| - | 27 | this.fornecedorService = fornecedorService; |
|
| 28 | }
|
28 | }
|
| 29 | 29 | ||
| 30 | @Override |
30 | @Override |
| 31 | public GenericService<FornecedorDTO> getService() { |
31 | public GenericService<FornecedorDTO> getService() { |
| 32 | return null; |
32 | return null; |