Subversion Repositories Integrator Subversion

Rev

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

Rev 375 Rev 376
Line 101... Line 101...
101
        public void consultarConciliacaoBancaria() {
101
        public void consultarConciliacaoBancaria() {
102
                new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
102
                new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
103
                        public void execute() {
103
                        public void execute() {
104
                                if (VerificadorUtil.estaNulo(getEntidade().getVigenciaDTO())) {
104
                                if (VerificadorUtil.estaNulo(getEntidade().getVigenciaDTO())) {
105
                                        throw new NegocioException("SELECIONE A VIGÊNCIA");
105
                                        throw new NegocioException("SELECIONE A VIGÊNCIA");
106
                                }
-
 
-
 
106
                                }      
107
                                setEntidade(conciliacaoBancariaService.preencherValores(getEntidade()));
107
                                setEntidade(conciliacaoBancariaService.preencherValores(getEntidade()));
108
                        }
108
                        }
109
                });
109
                });
110
        }
110
        }
111
       
111