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, getAndUpdate
public void searchContractLimitLog(SearchResult<ContractLimitLog> searchResult, int contractId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void addContractLimitLog(ContractLimitLog contractLimitLog) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void deleteContractLimitLog(int contractId, int userId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
protected 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.SQLException
ru.bitel.bgbilling.common.BGException
protected 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.BGException
java.sql.SQLException