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

public class ChannelManager extends Object
Менеджер каналов.
  • Constructor Details

    • ChannelManager

      public ChannelManager(Connection con, int mid)
  • Method Details

    • updateChannel

      public void updateChannel(Channel channel) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getChannelList

      public List<Channel> getChannelList() throws ru.bitel.bgbilling.common.BGException
      Список каналов отсортированный по заголовку.
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getChannelMap

      public Map<Integer,Channel> getChannelMap() throws ru.bitel.bgbilling.common.BGException
      Мэп (ид=>канал) каналов отсортированный по заголовку.
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getChannelById

      public Channel getChannelById(int id) throws ru.bitel.bgbilling.common.BGException
      Канал по его ид.
      Throws:
      ru.bitel.bgbilling.common.BGException
    • deleteChannel

      public void deleteChannel(int id) throws ru.bitel.bgbilling.common.BGException
      Удаление канала по его id.
      Throws:
      ru.bitel.bgbilling.common.BGException