]> git.mxchange.org Git - pizzaservice-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 13:36:04 +0000 (15:36 +0200)
commit6e6ad43ceab9578b7178934d97258d6b1c025847
treee5746fb3e936a7753684b574a93fb70247a0888d
parent1649fae488b5c5d6a4ae595be3f7412be7c455be
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
19 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/country/PizzaAdminCountryWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/country/PizzaCountryWebApplicationBean.java
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]
src/java/org/mxchange/pizzaapplication/converter/mobileprovider/PizzaMobileProviderConverter.java
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]