public class DealerManager
extends java.lang.Object
Constructor and Description |
---|
DealerManager(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
void |
deleteDealer(int id) |
Dealer |
getDealer(int id) |
java.util.List<Dealer> |
getDealerList()
Список дилеров отсортированный по заголовкам.
|
java.util.List<Dealer> |
getDealerList(java.lang.String title,
java.util.Date start,
java.util.Date end) |
void |
updateDealer(Dealer dealer) |
public java.util.List<Dealer> getDealerList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.List<Dealer> getDealerList(java.lang.String title, java.util.Date start, java.util.Date end) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void deleteDealer(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public Dealer getDealer(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void updateDealer(Dealer dealer) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException