Subversion Repositories Integrator Subversion

Rev

Rev 330 | Rev 596 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 330 Rev 344
Line 603... Line 603...
603
       
603
       
604
        public void adicionarPagamentoEmPix() {
604
        public void adicionarPagamentoEmPix() {
605
                new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
605
                new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
606
                        public void execute() {
606
                        public void execute() {
607
                                adicionarPagamento(new FormaPagamento(ConstantesSEC.FormasDePagamento.FORMAPAGAMENTO_PIX));
607
                                adicionarPagamento(new FormaPagamento(ConstantesSEC.FormasDePagamento.FORMAPAGAMENTO_PIX));
-
 
608
                        }
-
 
609
                });
-
 
610
        }
-
 
611
       
-
 
612
        public void adicionarPagamentoEmTransferencia() {
-
 
613
                new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
-
 
614
                        public void execute() {
-
 
615
                                adicionarPagamento(new FormaPagamento(ConstantesSEC.FormasDePagamento.FORMAPAGAMENTO_TRANSFERENCIA));
608
                        }
616
                        }
609
                });
617
                });
610
        }
618
        }
611
       
619
       
612
        public void adicionarPagamentoComOutros() {
620
        public void adicionarPagamentoComOutros() {