]> git.mxchange.org Git - jfinancials-war.git/commit
Product-only:
authorRoland Häder <roland@mxchange.org>
Thu, 30 Apr 2020 21:38:27 +0000 (23:38 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 30 Apr 2020 21:38:27 +0000 (23:38 +0200)
commit4a1db98d8b930c5c90591519f46a3c7b973e6c2a
treee2b945622a0308a47228712c2a318b45463a1a44
parent3231125ac54fd951d69bd99ccb5d4d10ef2db82f
Product-only:
- added administrative action backing bean for product categories and moved
  addProductCategory() method over there.
- added admin-edit-product-category view
- implemented editProductCategory()
- renamed backing bean property allCategories to allProductCategories
- added missing i18n strings

Signed-off-by: Roland Häder <roland@mxchange.org>
20 files changed:
src/java/org/mxchange/jfinancials/beans/generic_product/list/FinancialsProductListWebViewBean.java
src/java/org/mxchange/jfinancials/beans/product_category/FinancialAdminCategoryWebRequestBean.java [deleted file]
src/java/org/mxchange/jfinancials/beans/product_category/FinancialAdminCategoryWebRequestController.java [deleted file]
src/java/org/mxchange/jfinancials/beans/product_category/FinancialAdminProductCategoryWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/product_category/FinancialAdminProductCategoryWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/product_category/FinancialCategoryWebRequestBean.java [deleted file]
src/java/org/mxchange/jfinancials/beans/product_category/FinancialCategoryWebRequestController.java [deleted file]
src/java/org/mxchange/jfinancials/beans/product_category/FinancialProductCategoryWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/product_category/FinancialProductCategoryWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/product_category/action/FinancialAdminProductCategoryActionWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/product_category/action/FinancialAdminProductCategoryActionWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/product_category/list/FinancialsCategoryListWebViewBean.java
src/java/org/mxchange/localization/product_de_DE.properties
src/java/org/mxchange/localization/product_en_US.properties
web/WEB-INF/faces-config.xml
web/WEB-INF/templates/admin/generic_product/admin_form_generic_product_data.tpl
web/WEB-INF/templates/admin/product_category/admin_form_generic_product_data.tpl [new file with mode: 0644]
web/admin/generic_product/admin_generic_product_list.xhtml
web/admin/product_category/admin_product_category_edit.xhtml [new file with mode: 0644]
web/admin/product_category/admin_product_category_list.xhtml