public class ServerCustomerCreator
extends java.lang.Object
Constructor and Description |
---|
ServerCustomerCreator(Config config,
ParameterMap params) |
Modifier and Type | Method and Description |
---|---|
void |
createCustomer(int contractId,
java.lang.String title) |
void |
createCustomer(java.lang.String billingId,
java.sql.Connection con,
int contractId,
int customerId) |
void |
createCustomers(java.sql.Connection con) |
java.lang.String |
getBillingId() |
public ServerCustomerCreator(Config config, ParameterMap params) throws BGException
BGException
public java.lang.String getBillingId()
public void createCustomer(java.lang.String billingId, java.sql.Connection con, int contractId, int customerId) throws BGException
BGException
public void createCustomers(java.sql.Connection con) throws BGException
BGException
public void createCustomer(int contractId, java.lang.String title) throws java.lang.Exception
java.lang.Exception