]> git.mxchange.org Git - pizzaservice-war.git/commit
Continued with splitting/cleanup: (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Mon, 8 Aug 2016 15:43:11 +0000 (17:43 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 8 Aug 2016 17:48:09 +0000 (19:48 +0200)
commitad451b4b965bdc956b24f1b39084cd5ed8eecf58
tree0e7057907374fc8fc31f451a6250d5ac71caa2d2
parente50ed6ddbac23972a98fe754b417a542d425e40f
Continued with splitting/cleanup: (please cherry-pick)
- removed all boolean hasFoos() methods as isEmpty() works the same way
- got rid of many Collections.unmodifiableList() calls as they may confuse the developer, please watch out!
- splitted contact's special phone stuff out to own controller (bean)

Signed-off-by: Roland Häder <roland@mxchange.org>
14 files changed:
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaContactWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaContactWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionController.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/country/PizzaCountryWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/country/PizzaCountryWebApplicationController.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebSessionController.java
web/admin/cellphone/admin_cellphone_show.xhtml
web/admin/contact/admin_contact_export.xhtml
web/admin/contact/admin_contact_list.xhtml
web/admin/country/admin_country_list.xhtml
web/admin/user/admin_user_export.xhtml
web/admin/user/admin_user_list.xhtml