public class IpResourceSubscriptionRealDao extends ru.bitel.common.dao.AbstractIdDao<IpResourceSubscriptionReal>
| Constructor and Description |
|---|
IpResourceSubscriptionRealDao(java.sql.Connection con,
int mid) |
| Modifier and Type | Method and Description |
|---|---|
IpResourceSubscriptionReal |
findFromDate(int subscriberId,
byte[] addressFrom,
byte[] addressTo,
java.util.Date dateFrom) |
protected IpResourceSubscriptionReal |
getFromRS(java.sql.ResultSet rs) |
protected void |
updateImpl(IpResourceSubscriptionReal 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 IpResourceSubscriptionRealDao(java.sql.Connection con,
int mid)
protected IpResourceSubscriptionReal getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<IpResourceSubscriptionReal>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(IpResourceSubscriptionReal b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<IpResourceSubscriptionReal>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic IpResourceSubscriptionReal findFromDate(int subscriberId, byte[] addressFrom, byte[] addressTo, java.util.Date dateFrom) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException