]> git.mxchange.org Git - pizzaservice-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:37:32 +0000 (17:37 +0200)
commitada0db60b4e854f31403f5104b8b92a23755aa4e
tree1e3791d7b77db037e9aaed2c7f75b5ef8526b3f1
parent174600b4bd71ee38d6d6a31d232088b5aa12d58e
Continued:
- renamed bean/controller as they are session-scoped, else all admins will use the same
- fixed object->id converting (opps, forgot it)
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaAdminContactPhoneWebRequestBean.java [deleted file]
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaAdminContactPhoneWebRequestController.java [deleted file]
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaAdminContactPhoneWebSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaAdminContactPhoneWebSessionController.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/converter/contact/PizzaContactConverter.java