Rev 404 | Rev 544 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 404 | Rev 448 | ||
|---|---|---|---|
| Line 428... | Line 428... | ||
| 428 | }
|
428 | }
|
| 429 | 429 | ||
| 430 | public void iniciarContagem() { |
430 | public void iniciarContagem() { |
| 431 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
431 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
| 432 | public void execute() { |
432 | public void execute() { |
| 433 | setUsuarioParaContagem(usuarioService.consultarUsuarioPorSenha(getSenhaUsuario())); |
- | |
| - | 433 | Usuario usuarioContagem = usuarioService.consultarUsuarioPorSenha(getSenhaUsuario()); |
|
| - | 434 | usuarioService.naoPermitirPerfilLoja(usuarioContagem); |
|
| - | 435 | setUsuarioParaContagem(usuarioContagem); |
|
| 434 | setSenhaUsuario(""); |
436 | setSenhaUsuario(""); |
| 435 | }
|
437 | }
|
| 436 | }); |
438 | }); |
| 437 | }
|
439 | }
|
| 438 | 440 | ||