Class DeviceDao<D extends Device<D,T>,T extends DeviceType>
java.lang.Object
ru.bitel.common.dao.AbstarctDaoConstant
ru.bitel.common.dao.AbstractDao<B>
ru.bitel.common.dao.AbstractIdDao<E>
ru.bitel.oss.kernel.entity.server.bean.AbstractEntityAttrDao<E>
ru.bitel.oss.kernel.entity.server.bean.AbstractEntityDao<D>
ru.bitel.oss.systems.inventory.resource.server.bean.DeviceDao<D,T>
- All Implemented Interfaces:
java.lang.AutoCloseable
- Direct Known Subclasses:
InvDeviceDao
,TvDeviceDao
,VoiceDeviceDao
public abstract class DeviceDao<D extends Device<D,T>,T extends DeviceType> extends AbstractEntityDao<D>
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.oss.kernel.entity.server.bean.AbstractEntityAttrDao
AbstractEntityAttrDao.AddressItemModifiedEventListener
Nested classes/interfaces inherited from class ru.bitel.common.dao.AbstractDao
ru.bitel.common.dao.AbstractDao.ResultSetIterator
-
Field Summary
Fields inherited from class ru.bitel.oss.kernel.entity.server.bean.AbstractEntityDao
insertEntityPS, updateEntityPS, updateEntityPS2
Fields inherited from class ru.bitel.oss.kernel.entity.server.bean.AbstractEntityAttrDao
CONTRACT_OBJECT_SUPPORT, CONTRACT_SUPPORT, ENTITY_SUPPORT, entitySpecAttrDirectory, entitySpecDirectory, entityTableSuffix, filterWeightComparator, userId
Fields inherited from class ru.bitel.common.dao.AbstractDao
cacheFilter, cacheJoin, cacheOrderBy, cachePaged, cachePS, cacheWhat, con, getByIdPS, moduleId, orderByPattern, tableName
Fields inherited from class ru.bitel.common.dao.AbstarctDaoConstant
ERROR, fields, SQL_CALC_FOUND_ROWS, SQL_DELETE, SQL_DISTINCT, SQL_EQ, SQL_EQCS, SQL_FROM, SQL_GROUP, SQL_IN, SQL_INSERT, SQL_LIMIT, SQL_ON_DUPLICATE_KEY_UPDATE, SQL_ORDER, SQL_SELECT, SQL_SET, SQL_UPDATE, SQL_VALUES, SQL_WHERE
-
Constructor Summary
Constructors Constructor Description DeviceDao(java.sql.Connection con, int moduleId, int userId, java.lang.String tableName, EntityAttrDaoSupport entityAttrDaoSupport)
-
Method Summary
Modifier and Type Method Description protected int
deleteImpl(int id)
static <T extends DeviceType, D extends Device<D, T>>
voidgetFromRS(java.sql.ResultSet rs, Directory<T> deviceTypeDir, T folderType, java.sql.PreparedStatement getGroupsPS, D result)
protected D
getFromRSImpl(java.sql.ResultSet rs)
protected D
getTreeFromList(java.util.List<D> deviceList, int deviceId)
protected abstract Directory<T>
getTypeDir()
protected java.util.List<java.lang.String>
getValues()
java.util.List<D>
list(int deviceTypeId, boolean loadDeviceGroupLink)
java.util.List<D>
list(java.util.List<FilterEntityAttr> entityFilter, boolean loadDeviceGroupLink)
java.util.List<D>
listByType(int deviceTypeId, boolean loadDeviceGroupLink)
java.util.List<D>
listByUptimeTime(java.util.Date uptimeTime, java.lang.String orderBy, Page page)
void
move(int newParentId, java.util.Set<java.lang.Integer> children)
protected abstract D
newDevice()
protected abstract T
newDeviceType(int id, java.lang.String title)
D
node(java.util.List<FilterEntityAttr> entityFilter, int deviceId, boolean loadDeviceGroupLink)
D
node(java.util.List<FilterEntityAttr> entityFilter, int deviceId, java.lang.String filter, boolean loadDeviceGroupLink)
D
root(java.lang.String identifier, java.lang.String host, int deviceType, java.util.Set<java.lang.Integer> deviceGroupIds, java.util.List<FilterEntityAttr> entityFilter)
Deprecated.D
root(java.lang.String identifier, java.lang.String host, java.util.Set<java.lang.Integer> deviceTypeIds, java.util.Set<java.lang.Integer> deviceGroupIds, java.util.Date dateFrom, java.util.Date dateTo, java.util.Date intersectDateFrom, java.util.Date intersectDateTo, java.util.List<FilterEntityAttr> entityFilter, boolean loadDeviceGroupLink)
protected int
setExtraParams(D device, java.sql.PreparedStatement ps, int idx)
void
update(D b)
protected void
updateImpl(D b)
void
updateUptime(int id, java.lang.String uptime, java.util.Date uptimeTime)
Methods inherited from class ru.bitel.oss.kernel.entity.server.bean.AbstractEntityDao
delete, getFromRS, getFromRS, linkEntity, list, list, listImpl, recycle, unlinkEntity
Methods inherited from class ru.bitel.oss.kernel.entity.server.bean.AbstractEntityAttrDao
checkEntityAttribute, checkEntitySpecAttrDelete, deleteEntityAttributes, filterInit, filterJoin, filterToPS, getAllEntityAttributes, getAttribute, getEntityAttribute, getEntityAttributes, getEntitySpecAttrDirectory, getEntitySpecDirectory, getEntityTableName, getEntityTableSuffix, getEntityValueForIds, listImpl, onAddressItemUpdate, updateEntityAttribute, updateEntityAttributes
Methods inherited from class ru.bitel.common.dao.AbstractIdDao
get, getAndDelete, getAndUpdate
Methods inherited from class ru.bitel.common.dao.AbstractDao
close, delete, eq, get, getById, getImpl, getListFromRS, getPeriod, getQueryById, getSQLOrder, getTableName, list, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, ormUpdateImpl, ormUpdateImpl, processException, setStatementParam
Methods inherited from class ru.bitel.common.dao.AbstarctDaoConstant
getSQLOrder
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeviceDao
public DeviceDao(java.sql.Connection con, int moduleId, int userId, java.lang.String tableName, EntityAttrDaoSupport entityAttrDaoSupport) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
-
Method Details
-
newDevice
-
newDeviceType
-
getTypeDir
- Throws:
ru.bitel.bgbilling.common.BGException
-
getFromRSImpl
protected D getFromRSImpl(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException- Specified by:
getFromRSImpl
in classAbstractEntityDao<D extends Device<D,T>>
- Throws:
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
-
getFromRS
public static <T extends DeviceType, D extends Device<D, T>> void getFromRS(java.sql.ResultSet rs, Directory<T> deviceTypeDir, T folderType, java.sql.PreparedStatement getGroupsPS, D result) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException- Throws:
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
-
update
-
updateImpl
-
setExtraParams
protected int setExtraParams(D device, java.sql.PreparedStatement ps, int idx) throws java.sql.SQLException- Throws:
java.sql.SQLException
-
getValues
protected java.util.List<java.lang.String> getValues() -
list
public java.util.List<D> list(java.util.List<FilterEntityAttr> entityFilter, boolean loadDeviceGroupLink) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
list
public java.util.List<D> list(int deviceTypeId, boolean loadDeviceGroupLink) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
root
@Deprecated public D root(java.lang.String identifier, java.lang.String host, int deviceType, java.util.Set<java.lang.Integer> deviceGroupIds, java.util.List<FilterEntityAttr> entityFilter) throws ru.bitel.bgbilling.common.BGExceptionDeprecated.- Throws:
ru.bitel.bgbilling.common.BGException
-
root
public D root(java.lang.String identifier, java.lang.String host, java.util.Set<java.lang.Integer> deviceTypeIds, java.util.Set<java.lang.Integer> deviceGroupIds, java.util.Date dateFrom, java.util.Date dateTo, java.util.Date intersectDateFrom, java.util.Date intersectDateTo, java.util.List<FilterEntityAttr> entityFilter, boolean loadDeviceGroupLink) throws ru.bitel.bgbilling.common.BGException- Parameters:
identifier
-host
-deviceType
- -1 - любой, 0-папка или код типа устройстваdeviceGroupIds
-entityFilter
-- Returns:
- Throws:
ru.bitel.bgbilling.common.BGException
-
node
public D node(java.util.List<FilterEntityAttr> entityFilter, int deviceId, boolean loadDeviceGroupLink) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
node
public D node(java.util.List<FilterEntityAttr> entityFilter, int deviceId, java.lang.String filter, boolean loadDeviceGroupLink) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
getTreeFromList
-
move
public void move(int newParentId, java.util.Set<java.lang.Integer> children) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
updateUptime
public void updateUptime(int id, java.lang.String uptime, java.util.Date uptimeTime) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
listByUptimeTime
public java.util.List<D> listByUptimeTime(java.util.Date uptimeTime, java.lang.String orderBy, Page page) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
listByType
public java.util.List<D> listByType(int deviceTypeId, boolean loadDeviceGroupLink) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
deleteImpl
protected int deleteImpl(int id) throws ru.bitel.bgbilling.common.BGException
-