Interface DealerService
public interface DealerService
Дилеры в админке.
- 
Method SummaryModifier and TypeMethodDescriptionСписок дилеров.dealerTable(String title, Date date1, Date date2) Список всех дилеров.voiddeleteDealer(int id) Удаление дилера.get(int id) Получение дилера.intОбновление дилера.
- 
Method Details- 
dealerTableList<Dealer> dealerTable(String title, Date date1, Date date2) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException Список всех дилеров. Модуль церберкрипт -> дилеры.- Returns:
- список.
- Throws:
- ru.bitel.bgbilling.common.BGMessageException
- ru.bitel.bgbilling.common.BGException
 
- 
deleteDealervoid deleteDealer(int id) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException Удаление дилера. Модуль церберкрипт -> дилеры.- Parameters:
- id-
- Throws:
- ru.bitel.bgbilling.common.BGException
- ru.bitel.bgbilling.common.BGMessageException
 
- 
getDealer get(int id) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException Получение дилера. Модуль церберкрипт -> дилеры.- Parameters:
- id-
- Throws:
- ru.bitel.bgbilling.common.BGException
- ru.bitel.bgbilling.common.BGMessageException
 
- 
updateint update(Dealer dealer) throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGException Обновление дилера. Модуль церберкрипт -> дилеры.- Parameters:
- dealer-
- Throws:
- ru.bitel.bgbilling.common.BGException
- ru.bitel.bgbilling.common.BGMessageException
 
- 
dealerListList<Dealer> dealerList() throws ru.bitel.bgbilling.common.BGMessageException, ru.bitel.bgbilling.common.BGExceptionСписок дилеров.- Returns:
- список.
- Throws:
- ru.bitel.bgbilling.common.BGException
- ru.bitel.bgbilling.common.BGMessageException
 
 
-