]> git.mxchange.org Git - addressbook-war.git/commit
Continued with adding features:
authorRoland Haeder <roland@mxchange.org>
Thu, 14 Apr 2016 13:36:04 +0000 (15:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 14 Apr 2016 14:41:59 +0000 (16:41 +0200)
commitc3dee930ae8f0e2ba905f7f24f54dd3314101dc9
treee489ec6e90eb8095a0529e15c249cd3d64c151c3
parent8c37d9bec8f81638c270a0755bc31b66049d6899
Continued with adding features:
- merged add_user into list_user as other admin pages are constructed same way
- introduced mobile selection "box" template with target controller to not have the same form all over again
- added both regular and administrative controller with interface for administrative functionality for mobile providers
- rewrote try-catch block: only the actual method call that throws the checked exception should be included in the try block
- return actual list and not an unmodifiable version
- added templates for list/edit/delete mobile providers (admin area)
- listing of mobile providers should be okay now ("basicly finished")
- renamed variable to make it more clear (mobile provider)
- adding new mobile providers "basicly finished", still some improvements (avoid ugly exception output) may be required
- added a lot new language strings + removed "add_user" from merger

Signed-off-by: Roland Häder <roland@mxchange.org>
19 files changed:
nbproject/faces-config.NavData
src/java/org/mxchange/addressbook/beans/country/AddressbookAdminCountryWebApplicationBean.java
src/java/org/mxchange/addressbook/beans/country/AddressbookCountryWebApplicationBean.java
src/java/org/mxchange/addressbook/converter/mobileprovider/AddressbookMobileProviderConverter.java
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaAdminMobileProviderWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaAdminMobileProviderWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaMobileProviderWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaMobileProviderWebRequestController.java [new file with mode: 0644]
web/WEB-INF/faces-config.xml
web/WEB-INF/templates/admin/admin_form_mobile_provider.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/admin_form_personal_data.tpl
web/WEB-INF/templates/admin/admin_menu.tpl
web/WEB-INF/templates/generic/form_personal_data.tpl
web/WEB-INF/templates/generic/mobile_selection_box.tpl [new file with mode: 0644]
web/admin/admin_mobile_provider_delete.xhtml [new file with mode: 0644]
web/admin/admin_mobile_provider_edit.xhtml [new file with mode: 0644]
web/admin/admin_mobile_provider_list.xhtml [new file with mode: 0644]