Subversion Repositories Integrator Subversion

Rev

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

Rev 628 Rev 629
Line 116... Line 116...
116
        }
116
        }
117
       
117
       
118
        public void efetivarNps() {
118
        public void efetivarNps() {
119
                new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
119
                new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
120
                        public void execute() {
120
                        public void execute() {
121
                                getNpsPosVendaSelecionado().setDataFinalizacao(DataUtils.getDataAtual());
-
 
122
                                npsPosVendaService.alterar(getNpsPosVendaSelecionado());
-
 
-
 
121
                                npsPosVendaService.efetivarNpsAtendimento(getNpsPosVendaSelecionado());
123
                        }
122
                        }
124
                });
123
                });
125
        }
124
        }
126
       
125
       
127
}
126
}