Class ServerCustomerCreator
java.lang.Object
ru.bgcrm.plugin.bgbilling.creator.ServerCustomerCreator
Создатель контрагентов из одной базы.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcreateCustomer(int contractId, String contractNumber, String customerTitle) voidcreateCustomer(String billingId, Connection con, int contractId, int customerId) void 
- 
Constructor Details
- 
ServerCustomerCreator
 
 - 
 - 
Method Details
- 
getBillingId
 - 
createCustomer
public void createCustomer(String billingId, Connection con, int contractId, int customerId) throws BGMessageException - Throws:
 BGMessageException
 - 
createCustomers
 - 
createCustomer
public void createCustomer(int contractId, String contractNumber, String customerTitle) throws Exception - Throws:
 Exception
 
 -