]> git.mxchange.org Git - jfinancials-war.git/commit
Continued:
authorRoland Haeder <roland@mxchange.org>
Sun, 17 Apr 2016 15:37:32 +0000 (17:37 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 17 Apr 2016 15:39:54 +0000 (17:39 +0200)
commit799f8beffff66848e76e342892e7694f9d094e0d
tree85d02f4ffb7bdb7e677cda51dff03a330737c2bc
parent24b739057af0e2b748ea63c233c68c090f729397
Continued:
- renamed bean/controller as they are session-scoped, else all admins will use the same
- fixed object->id converting (opps, forgot it)

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/addressbook/beans/phone/AddressbookAdminContactPhoneWebRequestBean.java [deleted file]
src/java/org/mxchange/addressbook/beans/phone/AddressbookAdminContactPhoneWebRequestController.java [deleted file]
src/java/org/mxchange/addressbook/beans/phone/AddressbookAdminContactPhoneWebSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/addressbook/beans/phone/AddressbookAdminContactPhoneWebSessionController.java [new file with mode: 0644]
src/java/org/mxchange/addressbook/converter/contact/AddressbookContactConverter.java