Examples of TaskProcess


Examples of com.acelet.s.task.TaskProcess

   * @return the number of rows changed. It is 1, if successful, 0 otherwise.
   * @see com.acelet.s.task.Holiday
   * @see #selectAllHolidays
   */
  public static int deleteHoliday(Connection connection, long id) throws Exception {
    return new TaskProcess(connection).deleteHoliday(id);
  }
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.