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

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


                errors.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage(
                        "error.acionamento.notFound"));
            } else {
                //salvar email informado na tela
                acionamento.getAcionador().setEmail(lsEmail);
                enviarEmailCtrl.salvarAcionamento(acionamento);

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

                if (!enviarEmailCtrl.enviarEmail(acionamento, this
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.