Author Topic: Using the CustomerRegistrationIf  (Read 358 times)

michaelwechner

  • Sr. Member
  • ****
  • Posts: 110
    • View Profile
Using the CustomerRegistrationIf
« on: July 20, 2010, 04:44:38 PM »
Hi

In order to register a new customer one can use

http://www.konakart.com/javadoc/server/com/konakart/appif/KKEngIf.html#registerCustomer(com.konakart.appif.CustomerRegistrationIf)

but how does one get an instance/implementation of CustomerRegistrationIf?

Is the assumption that one does her/his own implementation of this interface or did I miss
some utility class to generate such an instance, because within KKEngIf I did not find any method
to get such an instance?

Thanks for your help

Michael

michaelwechner

  • Sr. Member
  • ****
  • Posts: 110
    • View Profile
Re: Using the CustomerRegistrationIf
« Reply #1 on: July 21, 2010, 02:02:34 AM »
I think I have found an example within

custom/appn/src/com/konakart/actions/CustomerRegistrationSubmitAction.java

or rather

com.konakart.app.CustomerRegistration

Will give it a try and let you in case it didn't work ;-)

Cheers

Michael