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

Examples of br.gov.serpro.ouvidoria.controller.andamento.EnviarEmailCtrl.enviarEmail()


            log.info("ERRO:::" + e.getCause());
            log.info("ERRO:::" + e.getStackTrace());
            return (mapping.findForward("failure"));
          }

          boolean emailOK = envioEmail.enviarEmail(acionamento,
              orgao, lsEnderecoUrl);

          // Passa atributo ao request comunicando o envio do email
          if (emailOK == true) {
            request.setAttribute("EnvioEmail", "OK");
View Full Code Here


                enviarEmailCtrl.salvarAcionamento(acionamento);

                //enviar email
        String enderecoUrl = (String) request.getSession().getAttribute("enderecoUrl");

                if (!enviarEmailCtrl.enviarEmail(acionamento, this
                        .getOrgao(request),enderecoUrl))
                    errors.add(ActionMessages.GLOBAL_MESSAGE,
                            new ActionMessage("error.envioEmail"));

                //Gerar histórico
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.