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, getAndUpdate
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, update
public 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.SQLException
ru.bitel.bgbilling.common.BGException
protected 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.BGException
java.sql.SQLException
public IpResourceSubscriptionReal findFromDate(int subscriberId, byte[] addressFrom, byte[] addressTo, java.util.Date dateFrom) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException