public class InetServRestrictionDao extends ru.bitel.common.dao.AbstractDao<InetServRestriction>
| Modifier and Type | Class and Description |
|---|---|
static interface |
InetServRestrictionDao.Reader |
| Constructor and Description |
|---|
InetServRestrictionDao(java.sql.Connection con,
int mid) |
| Modifier and Type | Method and Description |
|---|---|
protected InetServRestriction |
getFromRS(java.sql.ResultSet rs) |
java.util.List<InetServRestriction> |
list(int servId) |
void |
update(int inetServId,
java.util.List<InetServRestriction> servRestrictionList) |
protected void |
updateImpl(InetServRestriction b) |
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, updatepublic InetServRestrictionDao(java.sql.Connection con,
int mid)
protected InetServRestriction getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<InetServRestriction>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionpublic java.util.List<InetServRestriction> list(int servId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic void update(int inetServId,
java.util.List<InetServRestriction> servRestrictionList)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(InetServRestriction b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<InetServRestriction>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLException