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

public class DealerManager extends Object
Менеджер дилеров.
  • Constructor Details

    • DealerManager

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

    • getDealerList

      public List<Dealer> getDealerList() throws ru.bitel.bgbilling.common.BGException
      Список дилеров отсортированный по заголовкам.
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getDealerList

      public List<Dealer> getDealerList(String title, Date start, Date end) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • deleteDealer

      public void deleteDealer(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getDealer

      public Dealer getDealer(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateDealer

      public void updateDealer(Dealer dealer) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException