]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued with rewrite: (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Mon, 8 Aug 2016 14:51:58 +0000 (16:51 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 8 Aug 2016 17:43:49 +0000 (19:43 +0200)
commit39961a917034b3d3cd5612a19d53547d0e3327b2
treec7c87260a06600d7ff8d859ce9b0f687153ccf75
parentc005bfc9c3788e1a1693927fb01f47e31c1a4b10
Continued with rewrite: (please cherry-pick)
- renamed some admin_contact_cellphone_???.xhtml to admin_cellphone_???.xhtml as they are generic enough (not depending on contact)
- moved phone-contact stuff to adminContactController
- renamed i18n strings properly
- no need to have contact in adminPhoneController, better is the obvious one: beanHelper
- started with listing all cell phone numbers (similar JSF will follow for land-line and fax numbers)
- the contact stuff in adminPhoneHelper was deprecated anyway

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
16 files changed:
nbproject/faces-config.NavData
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaContactWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaContactWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaAdminPhoneWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaAdminPhoneWebRequestController.java
web/WEB-INF/faces-config.xml
web/admin/cellphone/admin_cellphone_delete.xhtml [new file with mode: 0644]
web/admin/cellphone/admin_cellphone_edit.xhtml [new file with mode: 0644]
web/admin/cellphone/admin_cellphone_show.xhtml [new file with mode: 0644]
web/admin/cellphone/admin_contact_cellphone_delete.xhtml [deleted file]
web/admin/cellphone/admin_contact_cellphone_edit.xhtml [deleted file]
web/admin/cellphone/admin_contact_cellphone_list.xhtml
web/admin/cellphone/admin_contact_cellphone_show.xhtml [deleted file]
web/admin/cellphone/admin_contact_cellphone_unlink.xhtml