KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: michaelwechner on July 20, 2010, 10:44:38 pm

Title: Using the CustomerRegistrationIf
Post by: michaelwechner on July 20, 2010, 10: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
Title: Re: Using the CustomerRegistrationIf
Post by: michaelwechner on July 21, 2010, 08: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