Rev 625 | Rev 629 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 625 | Rev 627 | ||
|---|---|---|---|
| Line 110... | Line 110... | ||
| 110 | public void selecionarPosVenda(PosVendaDTO posVenda/* , TipoPosVendaAtivacao tipoAtivacao */) { |
110 | public void selecionarPosVenda(PosVendaDTO posVenda/* , TipoPosVendaAtivacao tipoAtivacao */) { |
| 111 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
111 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
| 112 | public void execute() { |
112 | public void execute() { |
| 113 | // CONSULTAR DETALHES BASEANDO-SE NO TIPO DE ATIVACAO
|
113 | // CONSULTAR DETALHES BASEANDO-SE NO TIPO DE ATIVACAO
|
| 114 | posVenda.getVendaDTO().setListaLancamentos(lancamentoService.consultarLancamentosDaVenda(posVenda.getVendaDTO().getSequencial())); |
114 | posVenda.getVendaDTO().setListaLancamentos(lancamentoService.consultarLancamentosDaVenda(posVenda.getVendaDTO().getSequencial())); |
| - | 115 | // CONSULTAR NPS PÓS-VENDA
|
|
| 115 | setPosVendaSelecionado(posVenda); |
116 | setPosVendaSelecionado(posVenda); |
| 116 | }
|
117 | }
|
| 117 | }); |
118 | }); |
| 118 | }
|
119 | }
|
| 119 | 120 | ||