Class ChannelMappingManager

java.lang.Object
ru.bitel.bgbilling.modules.cerbercrypt.server.bean.ChannelMappingManager

public class ChannelMappingManager
extends java.lang.Object
Менеджер маппинга каналов.
  • Constructor Details

    • ChannelMappingManager

      public ChannelMappingManager​(java.sql.Connection con, int mid)
  • Method Details

    • updateMapping

      public void updateMapping​(ChannelMapping mapping) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getMappingById

      public ChannelMapping getMappingById​(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getChannelMappingList

      public java.util.List<ChannelMapping> getChannelMappingList​(int channelId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getChannelMappingList

      public java.util.List<ChannelMapping> getChannelMappingList​(java.util.Date date) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • deleteMapping

      public void deleteMapping​(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • deleteChannelMappings

      public void deleteChannelMappings​(int channelId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • findConflictMapping

      public ChannelMapping findConflictMapping​(ChannelMapping mapping) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException