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
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