Rev 545 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 545 | Rev 606 | ||
|---|---|---|---|
| Line 523... | Line 523... | ||
| 523 | }
|
523 | }
|
| 524 | 524 | ||
| 525 | public void excluirTransferencia(final Transferencia transferencia) { |
525 | public void excluirTransferencia(final Transferencia transferencia) { |
| 526 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
526 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
| 527 | public void execute() { |
527 | public void execute() { |
| 528 | excluir(transferencia); |
- | |
| - | 528 | transferenciaService.excluir(transferencia); |
|
| 529 | LancadorMensagem.lancarSucesso("RANSFERÊNCIA EXCLUÍDA COM SUCESSO"); |
529 | LancadorMensagem.lancarSucesso("RANSFERÊNCIA EXCLUÍDA COM SUCESSO"); |
| 530 | }
|
530 | }
|
| 531 | }); |
531 | }); |
| 532 | }
|
532 | }
|
| 533 | 533 | ||