Class DeviceInterfaceIndexDao

java.lang.Object
ru.bitel.oss.systems.inventory.resource.server.bean.DeviceInterfaceIndexDao

public class DeviceInterfaceIndexDao
extends java.lang.Object
  • Constructor Details

    • DeviceInterfaceIndexDao

      public DeviceInterfaceIndexDao​(java.sql.Connection con, int moduleId)
  • Method Details

    • getFromRS

      protected DeviceInterfaceIndex getFromRS​(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
      Throws:
      java.sql.SQLException
      ru.bitel.bgbilling.common.BGException
    • update

      public void update​(int deviceId, int interfaceId, java.util.List<DeviceInterfaceIndex> interfaceIndexList) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • list

      public java.util.List<DeviceInterfaceIndex> list​(int deviceId, java.lang.Integer interfaceId, java.util.Date time) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getIfaceIndexMap

      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
      Throws:
      ru.bitel.bgbilling.common.BGException