Class DealerManager
java.lang.Object
ru.bitel.bgbilling.modules.cerbercrypt.server.bean.DealerManager
Менеджер дилеров.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteDealer(int id) getDealer(int id) Список дилеров отсортированный по заголовкам.getDealerList(String title, Date start, Date end) voidupdateDealer(Dealer dealer)  
- 
Constructor Details
- 
DealerManager
 
 - 
 - 
Method Details
- 
getDealerList
Список дилеров отсортированный по заголовкам.- 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
- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
updateDealer
- Throws:
 ru.bitel.bgbilling.common.BGException
 
 -