Examples of dropOld()


Examples of org.jresearch.gossip.dao.ForumDAO.dropOld()

      HttpServletRequest request, HttpServletResponse response)
      throws SystemException {
    ForumDAO dao = ForumDAO.getInstance();
    try {
     
      int[] wasDeleted = dao
          .dropOld(((DropOldMessForm) form).getIntime());
      log(request, "logs.LOG16");
      setStatusMessage(request, "mails.DONE", Integer
          .toString(wasDeleted[0]), Integer.toString(wasDeleted[1]));
    } catch (SQLException sqle) {
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.