public class ContractLimitLogManager extends ru.bitel.common.dao.AbstractIdDao<ContractLimitLog>
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
fields |
| Constructor and Description |
|---|
ContractLimitLogManager(java.sql.Connection con) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContractLimitLog(ContractLimitLog contractLimitLog) |
void |
deleteContractLimitLog(int contractId,
int userId) |
protected ContractLimitLog |
getFromRS(java.sql.ResultSet rs) |
void |
searchContractLimitLog(SearchResult<ContractLimitLog> searchResult,
int contractId) |
protected void |
updateImpl(ContractLimitLog b) |
delete, get, getAndDelete, getAndUpdateclose, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updatepublic void searchContractLimitLog(SearchResult<ContractLimitLog> searchResult, int contractId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic void addContractLimitLog(ContractLimitLog contractLimitLog) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic void deleteContractLimitLog(int contractId,
int userId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected ContractLimitLog getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<ContractLimitLog>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(ContractLimitLog b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<ContractLimitLog>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLException