KonaKart Community Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
KonaKart v6.0.0.0 - Released Jan-2012 - see KonaKart website for details
Home
Help
Search
Login
Register
KonaKart Community Forum
»
Installation / Configuration
»
Programming of KonaKart
»
Using the CustomerRegistrationIf
« previous
next »
Print
Pages: [
1
]
Author
Topic: Using the CustomerRegistrationIf (Read 358 times)
michaelwechner
Sr. Member
Posts: 110
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
Logged
michaelwechner
Sr. Member
Posts: 110
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
Logged
Print
Pages: [
1
]
« previous
next »
KonaKart Community Forum
»
Installation / Configuration
»
Programming of KonaKart
»
Using the CustomerRegistrationIf