Rev 415 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 415 | Rev 713 | ||
|---|---|---|---|
| Line 116... | Line 116... | ||
| 116 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
116 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
| 117 | public void execute() { |
117 | public void execute() { |
| 118 | if (VerificadorUtil.estaNulo(getEntidade().getVigenciaDTO())) { |
118 | if (VerificadorUtil.estaNulo(getEntidade().getVigenciaDTO())) { |
| 119 | throw new NegocioException("SELECIONE A VIGÊNCIA"); |
119 | throw new NegocioException("SELECIONE A VIGÊNCIA"); |
| 120 | }
|
120 | }
|
| 121 | conciliacaoBancariaService.preencherValores(getEntidade()); |
- | |
| - | 121 | conciliacaoBancariaService.preencherValoresFinanceiro(getEntidade()); |
|
| 122 | }
|
122 | }
|
| 123 | }); |
123 | }); |
| 124 | }
|
124 | }
|
| 125 | 125 | ||
| 126 | public void uploadArquivoExtratoBancario() { |
126 | public void uploadArquivoExtratoBancario() { |