]> git.mxchange.org Git - jfinancials-war.git/commit
Maybe cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 31 Oct 2017 19:04:59 +0000 (20:04 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 31 Oct 2017 19:06:04 +0000 (20:06 +0100)
commitdf74b3d8a6f2f1402adfbe36d4cc60629adef510
tree7df44e3700086357edf7e83f15dc935fddb9932e
parentdfc49b437913381940881464dff2c7a9a5f20fa0
Maybe cherry-pick:
- renamed "category" path -> "product_category"
- renamed "product" path -> "generic_product"

Signed-off-by: Roland Häder <roland@mxchange.org>
29 files changed:
src/java/org/mxchange/jfinancials/beans/category/FinancialAdminCategoryWebRequestBean.java [deleted file]
src/java/org/mxchange/jfinancials/beans/category/FinancialAdminCategoryWebRequestController.java [deleted file]
src/java/org/mxchange/jfinancials/beans/category/FinancialCategoryWebRequestBean.java [deleted file]
src/java/org/mxchange/jfinancials/beans/category/FinancialCategoryWebRequestController.java [deleted file]
src/java/org/mxchange/jfinancials/beans/generic_product/FinancialAdminProductWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/generic_product/FinancialAdminProductWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/generic_product/FinancialProductWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/generic_product/FinancialProductWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/product/FinancialAdminProductWebRequestBean.java [deleted file]
src/java/org/mxchange/jfinancials/beans/product/FinancialAdminProductWebRequestController.java [deleted file]
src/java/org/mxchange/jfinancials/beans/product/FinancialProductWebRequestBean.java [deleted file]
src/java/org/mxchange/jfinancials/beans/product/FinancialProductWebRequestController.java [deleted file]
src/java/org/mxchange/jfinancials/beans/product_category/FinancialAdminCategoryWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/product_category/FinancialAdminCategoryWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/product_category/FinancialCategoryWebRequestBean.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/beans/product_category/FinancialCategoryWebRequestController.java [new file with mode: 0644]
src/java/org/mxchange/jfinancials/converter/generic_product/FinancialsGenericProductConverter.java
src/java/org/mxchange/jfinancials/converter/product_category/FinancialsProductCategoryConverter.java
web/WEB-INF/faces-config.xml
web/WEB-INF/product-links.jsf.taglib.xml
web/WEB-INF/product.jsf.taglib.xml
web/WEB-INF/templates/admin/category/admin_form_category_data.tpl [deleted file]
web/WEB-INF/templates/admin/generic_product/admin_form_product_data.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/product/admin_form_product_data.tpl [deleted file]
web/WEB-INF/templates/admin/product_category/admin_form_category_data.tpl [new file with mode: 0644]
web/admin/category/admin_product_category_list.xhtml [deleted file]
web/admin/generic_product/admin_generic_product_list.xhtml [new file with mode: 0644]
web/admin/product/admin_generic_product_list.xhtml [deleted file]
web/admin/product_category/admin_product_category_list.xhtml [new file with mode: 0644]