]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued with customer:
authorRoland Häder <roland@mxchange.org>
Thu, 28 Apr 2016 09:15:29 +0000 (11:15 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 28 Apr 2016 17:43:32 +0000 (19:43 +0200)
commit61c7ad8eb569de12dbad99ce9e37b78de291ec3b
treeca3ab1525be15086f818a7f6bdfd6228e3626afa
parenta9bfd4992117336b9bf47fe6610538ce327ac368
Continued with customer:
- added converter for customerId <-> Customer object
- used this in administrative customer pages
- added method copyCustomerToController()
- added getter/setter for customer in helper bean
- some messages fixed (copy-paste)

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaAdminCustomerWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaAdminCustomerWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/helper/PizzaAdminWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/helper/PizzaAdminWebRequestHelper.java
src/java/org/mxchange/pizzaapplication/converter/contact/PizzaContactConverter.java
src/java/org/mxchange/pizzaapplication/converter/customer/PizzaCustomerConverter.java [new file with mode: 0644]
web/admin/customer/admin_customer_delete.xhtml
web/admin/customer/admin_customer_edit.xhtml
web/admin/customer/admin_customer_show.xhtml