This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Quote from: kate on November 06, 2008, 05:51:00 am
Hi,
No, getCustomerForId is called all over the place to retrieve a customer from an Id.
You should probably look at the registerCustomer call in the application server API:
http://www.konakart.com/javadoc/server/com/konakart/appif/KKEngIf.html#registerCustomer(com.konakart.appif.CustomerRegistrationIf)
You should also be aware that the Admin API has a similar register Customer interface:
http://www.konakart.com/javadoc/admin/com/konakartadmin/appif/KKAdminIf.html#registerCustomer(java.lang.String, com.konakartadmin.app.AdminCustomerRegistration)
Kate