Rev 344 | Rev 686 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 344 | Rev 596 | ||
|---|---|---|---|
| Line 587... | Line 587... | ||
| 587 | 587 | ||
| 588 | public void adicionarPagamentoEmDinheiro() { |
588 | public void adicionarPagamentoEmDinheiro() { |
| 589 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
589 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
| 590 | public void execute() { |
590 | public void execute() { |
| 591 | adicionarPagamento(new FormaPagamento(ConstantesSEC.FormasDePagamento.FORMAPAGAMENTO_DINHEIRO)); |
591 | adicionarPagamento(new FormaPagamento(ConstantesSEC.FormasDePagamento.FORMAPAGAMENTO_DINHEIRO)); |
| 592 | }
|
- | |
| 593 | }); |
- | |
| 594 | }
|
- | |
| 595 | - | ||
| 596 | public void adicionarPagamentoEmPagseguro() { |
- | |
| 597 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
- | |
| 598 | public void execute() { |
- | |
| 599 | adicionarPagamento(new FormaPagamento(ConstantesSEC.FormasDePagamento.FORMAPAGAMENTO_PAGSEGURO)); |
- | |
| 600 | }
|
592 | }
|
| 601 | }); |
593 | }); |
| 602 | }
|
594 | }
|
| 603 | 595 | ||
| 604 | public void adicionarPagamentoEmPix() { |
596 | public void adicionarPagamentoEmPix() { |