public class ContractParameterGroupNameDao extends ru.bitel.common.dao.AbstractIdDao<ContractParameterGroupName>
| Constructor and Description |
|---|
ContractParameterGroupNameDao(java.sql.Connection con) |
| Modifier and Type | Method and Description |
|---|---|
int |
delete(int id) |
ContractParameterGroupName |
get(int id) |
protected ContractParameterGroupName |
getFromRS(java.sql.ResultSet rs) |
java.util.List<ContractParameterGroupName> |
list() |
void |
reset() |
protected void |
updateImpl(ContractParameterGroupName contractParameterGroupName) |
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updatepublic ContractParameterGroupNameDao(java.sql.Connection con)
public void reset()
protected ContractParameterGroupName getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<ContractParameterGroupName>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(ContractParameterGroupName contractParameterGroupName) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<ContractParameterGroupName>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic ContractParameterGroupName get(int id) throws ru.bitel.bgbilling.common.BGException
get in class ru.bitel.common.dao.AbstractIdDao<ContractParameterGroupName>ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<ContractParameterGroupName> list() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic int delete(int id)
throws ru.bitel.bgbilling.common.BGException
delete in class ru.bitel.common.dao.AbstractIdDao<ContractParameterGroupName>ru.bitel.bgbilling.common.BGException