Package br.gov.serpro.ouvidoria.controller.aprendizado

Examples of br.gov.serpro.ouvidoria.controller.aprendizado.HistoricoEnvioCtrl.save()


      if (Utilitario.enviarEmail(boletimCtrl.getParametrosGerais()
          .getServidorSMTP(), this.getOrgao(request)
          .getConfiguracoes().getRemetenteEmail(), this.getOrgao(
          request).getConfiguracoes().getRemetenteEmail(), "",
          listaBCC, "Boletim: " + boletim.getNome(), htmlText)) {
        defaultCtrl.save(itemHistorico);
      } else {
        request.setAttribute("erro", "true");
      }

    } catch (Exception e) {
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.