public class ParamGroupDAO extends CommonDAO
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DIRECTORY_TYPE_PARAMETER_GROUP |
con, dateFormat_DDMMYYYY, dateFormat_DDMMYYYY_HHMM, log, 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 |
---|
ParamGroupDAO(java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
void |
deleteParameterGroup(int id) |
ParameterGroup |
getParameterGroup(int parameterGroupId) |
java.util.List<ParameterGroup> |
getParameterGroupList(java.lang.String object) |
java.util.Set<java.lang.Integer> |
getParameterIdsForGroup(int parameterGroupId) |
void |
updateParameterGroup(ParameterGroup parameterGroup) |
addLikeSql, convertDateToSqlDate, convertDateToTimestamp, deleteById, getFoundRows, getGroupedIds, getGroupedIds, getIds, getIds, getLikePattern, getMySQLLimit, getPeriodSql, lastInsertId, setPeriodParamValue, setRecordCount, sqlToBgException, updateColumn, updateIds, updateIds
public static final java.lang.String DIRECTORY_TYPE_PARAMETER_GROUP
public java.util.List<ParameterGroup> getParameterGroupList(java.lang.String object) throws java.sql.SQLException
java.sql.SQLException
public ParameterGroup getParameterGroup(int parameterGroupId) throws java.sql.SQLException
java.sql.SQLException
public java.util.Set<java.lang.Integer> getParameterIdsForGroup(int parameterGroupId) throws java.sql.SQLException
java.sql.SQLException
public void updateParameterGroup(ParameterGroup parameterGroup) throws java.sql.SQLException
java.sql.SQLException
public void deleteParameterGroup(int id) throws BGException
BGException