public class VlanResourceDao extends ru.bitel.common.dao.AbstractIdDao<VlanResource>
Constructor and Description |
---|
VlanResourceDao(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
protected VlanResource |
getFromRS(java.sql.ResultSet rs) |
java.util.List<VlanResource> |
list() |
java.util.List<VlanResource> |
list(int categoryId) |
java.util.List<VlanResource> |
list(java.util.Set<java.lang.Integer> categoryIds) |
java.util.List<VlanResource> |
list(java.util.Set<java.lang.Integer> categoryIds,
java.util.Date dateFrom,
java.util.Date dateTo) |
protected void |
updateImpl(VlanResource 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
protected VlanResource getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<VlanResource>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(VlanResource b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<VlanResource>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
public java.util.List<VlanResource> list() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<VlanResource> list(int categoryId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<VlanResource> list(java.util.Set<java.lang.Integer> categoryIds) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<VlanResource> list(java.util.Set<java.lang.Integer> categoryIds, java.util.Date dateFrom, java.util.Date dateTo) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException