]> git.mxchange.org Git - jfinancials-war.git/commit
Product-only:
authorRoland Häder <roland@mxchange.org>
Fri, 6 Apr 2018 21:32:15 +0000 (23:32 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 6 Apr 2018 21:34:22 +0000 (23:34 +0200)
commitd17385f8c30ad8d82f275ab62d0f16386e7b74da
tree53cabbdeaead277f479fba10d93adb50d3a53248
parentd64d6f9a4ab647d227865bb5d78c6c906b708654
Product-only:
- created product helper bean and moved all product-related methods from generic
  to this bean
- added view stubs for edit, delete and show of a generic product
- fixed imports as "add events" now have own package

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jfinancials/beans/generic_product/FinancialAdminProductWebRequestBean.java
src/java/org/mxchange/jfinancials/beans/generic_product/list/FinancialsProductListWebViewBean.java
src/java/org/mxchange/jfinancials/beans/helper/product/FinancialsProductWebViewHelperBean.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/helper/product/FinancialsProductWebViewHelperController.java [new file with mode: 0644]
web/WEB-INF/templates/admin/generic_product/admin_form_product_data.tpl
web/WEB-INF/templates/admin/product_category/admin_form_category_data.tpl
web/admin/generic_product/admin_generic_product_delete.xhtml [new file with mode: 0644]
web/admin/generic_product/admin_generic_product_edit.xhtml [new file with mode: 0644]
web/admin/generic_product/admin_generic_product_list.xhtml
web/admin/generic_product/admin_generic_product_show.xhtml [new file with mode: 0644]
web/admin/product_category/admin_product_category_list.xhtml