Rev 671 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 671 | Rev 679 | ||
|---|---|---|---|
| Line 91... | Line 91... | ||
| 91 | setEntidade(conciliacaoBancariaService.importarArquivoAntecipacao(getEntidade().getDataAntecipacao(), getArquivoParaAntecipacao())); |
91 | setEntidade(conciliacaoBancariaService.importarArquivoAntecipacao(getEntidade().getDataAntecipacao(), getArquivoParaAntecipacao())); |
| 92 | LancadorMensagem.lancarSucesso("ARQUIVO IMPORTADO COM SUCESSO!"); |
92 | LancadorMensagem.lancarSucesso("ARQUIVO IMPORTADO COM SUCESSO!"); |
| 93 | }
|
93 | }
|
| 94 | }); |
94 | }); |
| 95 | }
|
95 | }
|
| - | 96 | ||
| - | 97 | public void conciliarAntecipacao() { |
|
| - | 98 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
|
| - | 99 | public void execute() { |
|
| - | 100 | conciliacaoBancariaService.conciliarAntecipacao(getEntidade()); |
|
| - | 101 | LancadorMensagem.lancarSucesso("CONCILIAÇÃO REALIZADA COM SUCESSO!"); |
|
| - | 102 | }
|
|
| - | 103 | }); |
|
| - | 104 | }
|
|
| - | 105 | ||
| 96 | 106 | ||
| 97 | public void removerArquivoExtratoBancarioAnexado(final ExtratoBancarioArquivoDTO extratoBancarioArquivoDTO) { |
107 | public void removerArquivoExtratoBancarioAnexado(final ExtratoBancarioArquivoDTO extratoBancarioArquivoDTO) { |
| 98 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
108 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
| 99 | public void execute() { |
109 | public void execute() { |
| 100 | // extratoBancarioArquivoDTO.setDadosExtratoBancoSemCategoriaDTO(new ArrayList<ExtratoBancoDTO>());
|
110 | // extratoBancarioArquivoDTO.setDadosExtratoBancoSemCategoriaDTO(new ArrayList<ExtratoBancoDTO>());
|