]> git.mxchange.org Git - pizzaservice-war.git/commit
Split of shop controller into category and product
authorRoland Haeder <roland@mxchange.org>
Wed, 13 Apr 2016 20:10:40 +0000 (22:10 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 13 Apr 2016 20:12:22 +0000 (22:12 +0200)
commitd4f94b4ea1e24f87958c170341eeebd7f4a50788
tree7ff521a780e216673f1ef7e173b71559ccdb755c
parent1660515fc6d91b9933dd260ec22ba75bfb792e5e
Split of shop controller into category and product
src/java/org/mxchange/pizzaapplication/beans/category/PizzaCategoryWebApplicationBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/category/PizzaCategoryWebApplicationController.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/product/PizzaProductWebApplicationBean.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/product/PizzaProductWebApplicationController.java [new file with mode: 0644]
src/java/org/mxchange/pizzaapplication/beans/shop/PizzaShopWebApplicationBean.java [deleted file]
src/java/org/mxchange/pizzaapplication/beans/shop/PizzaShopWebApplicationController.java [deleted file]
web/WEB-INF/templates/admin/admin_category_selection_box.tpl
web/WEB-INF/templates/admin/admin_parent_category_selection_box.tpl
web/admin/admin_category_list.xhtml
web/index.xhtml