public class TimerDAO extends CommonDAO
con, dateFormat_DDMMYYYY, dateFormat_DDMMYYYY_HHMM, SQL_AND, SQL_DELETE, SQL_DESC, SQL_FROM, SQL_GROUP_BY, SQL_INNER_JOIN, SQL_INSERT, SQL_LEFT_JOIN, SQL_LIMIT, SQL_ORDER_BY, SQL_REPLACE, SQL_SELECT, SQL_SELECT_ALL_FROM, SQL_SELECT_COUNT_ROWS, SQL_SET, SQL_UPDATE, SQL_WHERE
Constructor and Description |
---|
TimerDAO(java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
void |
addTimer(Timer timer) |
void |
deleteTimers(int entityType,
int entityId,
java.util.List<java.lang.String> names) |
void |
deleteTimers(java.util.Set<java.lang.Integer> ids) |
java.util.List<Timer> |
getReadyTimerList() |
addLikeSql, convertDateToSqlDate, convertDateToTimestamp, deleteById, getFoundRows, getGroupedIds, getGroupedIds, getIds, getIds, getLikePattern, getMySQLLimit, getPeriodSql, lastInsertId, setPeriodParamValue, setRecordCount, sqlToBgException, updateColumn, updateIds, updateIds
public void addTimer(Timer timer) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<Timer> getReadyTimerList() throws java.sql.SQLException
java.sql.SQLException
public void deleteTimers(java.util.Set<java.lang.Integer> ids) throws java.sql.SQLException
java.sql.SQLException
public void deleteTimers(int entityType, int entityId, java.util.List<java.lang.String> names) throws java.sql.SQLException
java.sql.SQLException