]> git.mxchange.org Git - jfinancials-ejb.git/commit
Maybe cherry-pick:
authorRoland Häder <roland@mxchange.org>
Mon, 23 Oct 2017 21:11:35 +0000 (23:11 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 23 Oct 2017 22:33:58 +0000 (00:33 +0200)
commit9bc90800591f0953dba9cb3d63363f791cdad2e0
treefa028f2cf212983f7c93c94616eb42b3e3e451d6
parentcfc9a43dfa7ec4e0d9c34bb69b034692ef324b25
Maybe cherry-pick:
- added EJBs for product categories and generic products, each with general and
  administrative purposes
- implemented all methods
- added generic jproduct-core specific, abstract class with first method
  "createManaged(category)"

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jfinancials/database/product/BaseFinancialsProductDatabaseBean.java [new file with mode: 0644]
src/java/org/mxchange/jproduct/model/category/FinancialsAdminProductCategorySessionBean.java [new file with mode: 0644]
src/java/org/mxchange/jproduct/model/category/FinancialsProductCategorySessionBean.java [new file with mode: 0644]
src/java/org/mxchange/jproduct/model/product/FinancialsAdminGenericProductSessionBean.java [new file with mode: 0644]
src/java/org/mxchange/jproduct/model/product/FinancialsGenericProductSessionBean.java [new file with mode: 0644]