Class DeviceInterfaceIndexDao
java.lang.Object
ru.bitel.oss.systems.inventory.resource.server.bean.DeviceInterfaceIndexDao
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected DeviceInterfaceIndex
getIfaceIndexMap
(DeviceInterfaceIndexDao interfaceIndexDao, Map<Integer, Map<Integer, List<DeviceInterfaceIndexDao.DeviceInterfaceIndexItem>>> deviceInterfaceIndexMap, int deviceId) void
update
(int deviceId, int interfaceId, List<DeviceInterfaceIndex> interfaceIndexList)
-
Constructor Details
-
DeviceInterfaceIndexDao
-
-
Method Details
-
getFromRS
protected DeviceInterfaceIndex getFromRS(ResultSet rs) throws SQLException, ru.bitel.bgbilling.common.BGException - Throws:
SQLException
ru.bitel.bgbilling.common.BGException
-
update
public void update(int deviceId, int interfaceId, List<DeviceInterfaceIndex> interfaceIndexList) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
list
public List<DeviceInterfaceIndex> list(int deviceId, Integer interfaceId, Date time) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getIfaceIndexMap
public static Map<Integer,List<DeviceInterfaceIndexDao.DeviceInterfaceIndexItem>> getIfaceIndexMap(DeviceInterfaceIndexDao interfaceIndexDao, Map<Integer, Map<Integer, throws ru.bitel.bgbilling.common.BGExceptionList<DeviceInterfaceIndexDao.DeviceInterfaceIndexItem>>> deviceInterfaceIndexMap, int deviceId) - Throws:
ru.bitel.bgbilling.common.BGException
-