Subversion Repositories Integrator Subversion

Rev

Rev 323 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 323 Rev 415
Line 141... Line 141...
141
                                }
141
                                }
142
                        }
142
                        }
143
                });
143
                });
144
        }
144
        }
145
       
145
       
146
        public String seguir(FlowEvent evento) {
-
 
-
 
146
        public String seguir(final FlowEvent evento) {
147
                setProximoPasso(evento.getOldStep());
147
                setProximoPasso(evento.getOldStep());
148
                new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
148
                new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
149
                        public void execute() {
149
                        public void execute() {
150
                                pessoaService.cadastroExterno(evento, getPessoaSelecionada(), getFuncionarioSelecionado(), getEnderecoSelecionado());
150
                                pessoaService.cadastroExterno(evento, getPessoaSelecionada(), getFuncionarioSelecionado(), getEnderecoSelecionado());
151
                                setFuncionarioSelecionado(getPessoaSelecionada().getFuncionario());
151
                                setFuncionarioSelecionado(getPessoaSelecionada().getFuncionario());