public class ContractObjectParamDao extends ru.bitel.common.dao.AbstractIdDao<ContractObjectParam> implements ru.bitel.bgbilling.kernel.directory.api.common.Directory<ContractObjectParam>
Constructor and Description |
---|
ContractObjectParamDao(java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
ContractObjectParam |
get(java.lang.String title) |
protected ContractObjectParam |
getFromRS(java.sql.ResultSet rs) |
java.util.List<ContractObjectParam> |
list() |
protected void |
updateImpl(ContractObjectParam b) |
delete, get, getAndDelete, getAndUpdate
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, processException, recycle, setStatementParam, update
protected ContractObjectParam getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<ContractObjectParam>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(ContractObjectParam b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<ContractObjectParam>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
public ContractObjectParam get(java.lang.String title) throws ru.bitel.bgbilling.common.BGException
get
in interface ru.bitel.bgbilling.kernel.directory.api.common.Directory<ContractObjectParam>
ru.bitel.bgbilling.common.BGException
public java.util.List<ContractObjectParam> list() throws ru.bitel.bgbilling.common.BGException
list
in interface ru.bitel.bgbilling.kernel.directory.api.common.Directory<ContractObjectParam>
ru.bitel.bgbilling.common.BGException