]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 19 May 2016 11:42:54 +0000 (13:42 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 21 May 2016 10:48:25 +0000 (12:48 +0200)
commit195c605d1efa0fdb1d9692c3b5570c57e31f37cd
tree407eca666ba4d0ba6885b24544be19263952c201
parent7ab7aa833490cc9fa13c4adac407ca385a016927
Continued:
- renamed adminHelper to beanHelp as this is a really generic bean helper
- renames same class/interface, too
- added JSF page for confirming accounts with optional parameter confirmKey. If this is not set, a message will be shown
- added i18n keys for above new page
- added controller bean for above page to handle the confirmation + calling proper EJB business method

Signed-off-by: Roland Häder <roland@mxchange.org>
27 files changed:
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
src/java/org/mxchange/pizzaapplication/beans/confirmlink/PizzaConfirmationLinkWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/confirmlink/PizzaConfirmationLinkWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaAdminContactWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaAdminCustomerWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/helper/PizzaAdminWebRequestController.java [deleted file]
src/java/org/mxchange/pizzaapplication/beans/helper/PizzaAdminWebRequestHelper.java [deleted file]
src/java/org/mxchange/pizzaapplication/beans/helper/PizzaWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/helper/PizzaWebRequestHelper.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebRequestBean.java
web/WEB-INF/templates/admin/contact/admin_contact_data.tpl
web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl [new file with mode: 0644]
web/WEB-INF/templates/guest/user/register/guest_form_register_single.tpl
web/admin/contact/admin_contact_delete.xhtml
web/admin/contact/admin_contact_edit.xhtml
web/admin/contact/admin_contact_list.xhtml
web/admin/contact/admin_contact_show.xhtml
web/admin/country/admin_country_list.xhtml
web/admin/mobile_provider/admin_mobile_provider_list.xhtml
web/admin/user/admin_user_delete.xhtml
web/admin/user/admin_user_edit.xhtml
web/admin/user/admin_user_list.xhtml
web/admin/user/admin_user_show.xhtml
web/admin/user/admin_user_unlock.xhtml
web/customer/empty_basket.xhtml
web/guest/user/confirm_account.xhtml [new file with mode: 0644]