public class DeviceInterfaceIndexDao
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DeviceInterfaceIndexDao.DeviceInterfaceIndexItem |
Constructor and Description |
---|
DeviceInterfaceIndexDao(java.sql.Connection con,
int moduleId) |
Modifier and Type | Method and Description |
---|---|
protected DeviceInterfaceIndex |
getFromRS(java.sql.ResultSet rs) |
static java.util.Map<java.lang.Integer,java.util.List<DeviceInterfaceIndexDao.DeviceInterfaceIndexItem>> |
getIfaceIndexMap(DeviceInterfaceIndexDao interfaceIndexDao,
java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.List<DeviceInterfaceIndexDao.DeviceInterfaceIndexItem>>> deviceInterfaceIndexMap,
int deviceId) |
java.util.List<DeviceInterfaceIndex> |
list(int deviceId,
java.lang.Integer interfaceId,
java.util.Date time) |
void |
update(int deviceId,
int interfaceId,
java.util.List<DeviceInterfaceIndex> interfaceIndexList) |
public DeviceInterfaceIndexDao(java.sql.Connection con, int moduleId)
protected DeviceInterfaceIndex getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
public void update(int deviceId, int interfaceId, java.util.List<DeviceInterfaceIndex> interfaceIndexList) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<DeviceInterfaceIndex> list(int deviceId, java.lang.Integer interfaceId, java.util.Date time) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public static java.util.Map<java.lang.Integer,java.util.List<DeviceInterfaceIndexDao.DeviceInterfaceIndexItem>> getIfaceIndexMap(DeviceInterfaceIndexDao interfaceIndexDao, java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.List<DeviceInterfaceIndexDao.DeviceInterfaceIndexItem>>> deviceInterfaceIndexMap, int deviceId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException