]> git.mxchange.org Git - pizzaservice-war.git/commit
The customer is now differently created, first you need to get the contact-relevant...
authorRoland Haeder <roland@mxchange.org>
Fri, 29 Apr 2016 20:16:04 +0000 (22:16 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 29 Apr 2016 20:16:04 +0000 (22:16 +0200)
commite110954a2a8143be075d646dfe03d7ba964c3dbd
tree1b1ff4f973f2853ae60120f6705d4a28efbcfeac
parent4d1b65eb0032d632f9504a53a95ae997295b8eab
The customer is now differently created, first you need to get the contact-relevant data from the contact controller, then you need to generate a customer number and attach the contact instance to it.

Method addCustomer(customer) was no need for calling external as the event does the same job.

Remove event from general customer controller.
src/java/org/mxchange/pizzaapplication/beans/checkout/PizzaCheckoutWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaCustomerWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaCustomerWebSessionController.java