]> git.mxchange.org Git - jjobs-war.git/commit
Continued with cell phone: (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Tue, 9 Aug 2016 10:51:04 +0000 (12:51 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 17 Aug 2016 19:27:13 +0000 (21:27 +0200)
commitee77d492df84046cb48397b21b208e4ebe88d1c1
treeaadf112987fd0c3be294c08a9c2cc0351ce5fad5
parentc861d55e5ec479dec8b30d2b5cee3438c2bc414b
Continued with cell phone: (please cherry-pick)
- completed listing of all cellphone number data
- renamed method to allCellphoneNumbers() to have it nicer named
- renamed admin_contact_cellphone_list.xhtml to admin_cellphone_list.xhtml as this is generic
- removed _contact from cellphone navigation rules
- introduced new general phone controller (not administrative) with application-scope to have all cellphone, land-line and fax numbers being cached
- moved proper attributes (fields) and methods to that new controller
- added missing navigation case for  admin_cellphone_list.xhtml
- added missing i18n strings

Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/faces-config.NavData
src/java/de/chotime/landingpage/beans/phone/LandingPhoneWebApplicationBean.java [new file with mode: 0644]
src/java/de/chotime/landingpage/beans/phone/LandingPhoneWebApplicationController.java [new file with mode: 0644]
src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionBean.java
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/WEB-INF/faces-config.xml
web/WEB-INF/templates/admin/admin_menu.tpl
web/admin/cellphone/admin_cellphone_list.xhtml [new file with mode: 0644]
web/admin/cellphone/admin_contact_cellphone_list.xhtml [deleted file]