public class VoiceCostMapDao extends ru.bitel.common.dao.AbstractIdDao<VoiceCostMap>
Constructor and Description |
---|
VoiceCostMapDao(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
protected VoiceCostMap |
getFromRS(java.sql.ResultSet rs) |
java.util.List<VoiceCostMap> |
list(int operatorId) |
protected void |
updateImpl(VoiceCostMap b) |
delete, get, getAndDelete, getAndUpdate
protected VoiceCostMap getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<VoiceCostMap>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(VoiceCostMap b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<VoiceCostMap>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
public java.util.List<VoiceCostMap> list(int operatorId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException