Package ecar.dao

Examples of ecar.dao.ConfiguracaoDao.alterar()


          }

        } // fim do while (dias)
      }
      configuracao.setUltimoEnvioEmailCfg(Data.getDataAtual());   
      confDao.alterar(configuracao);
      org.apache.log4j.Logger.getLogger(this.getClass()).info("E-mails enviados em " + Data.getDataAtual() + " " + Data.getHoraAtual(true));
    } catch(Exception e) {
      org.apache.log4j.Logger.getLogger(this.getClass()).error(e);
      this.enviarEmailExcecao("AgendadorEmail.run()", e);
    } finally
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.