Class ServerCustomerCreator
java.lang.Object
ru.bgcrm.plugin.bgbilling.creator.ServerCustomerCreator
Создатель контрагентов из одной базы.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createCustomer
(int contractId, String contractNumber, String customerTitle) void
createCustomer
(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
-