Package br.gov.serpro.ouvidoria.controller.andamento

Examples of br.gov.serpro.ouvidoria.controller.andamento.AvaliarRespostaCtrl.save()


      // resposta e repita a avaliação
      if (acionamento.getRespostaAcionamento().getTipoAvaliacaoResposta() != null) {
        errors.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage(
            "error.resposta.avaliada"));
      } else {
        avaliarRespostaCtrl.save(acionamento, idTipoAvaliacao);

        request
            .setAttribute("textoAvaliacaoResposta", this.getOrgao(
                request).getConfiguracoes()
                .getTextoAvaliacaoResposta());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.