]> git.mxchange.org Git - jfinancials-ejb.git/commitdiff
Product-only:
authorRoland Häder <roland@mxchange.org>
Sun, 24 Nov 2019 04:34:21 +0000 (05:34 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 24 Nov 2019 04:34:21 +0000 (05:34 +0100)
- renamed BaseFinancialsProductDatabaseBean to BaseFinancialsProductEnterpriseBean
- also moved it to proper "enterprise" package

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jproduct/model/category/FinancialsAdminProductCategorySessionBean.java
src/java/org/mxchange/jproduct/model/category/FinancialsProductCategorySessionBean.java
src/java/org/mxchange/jproduct/model/product/FinancialsAdminGenericProductSessionBean.java
src/java/org/mxchange/jproduct/model/product/FinancialsGenericProductSessionBean.java

index e4dc3bf85eec621e3e7056f168ce4b57c4b43e2b..ea161a9b51e31c248f0af3a4b9e32e316691acb5 100644 (file)
@@ -22,7 +22,7 @@ import java.util.List;
 import java.util.Objects;
 import javax.ejb.EJB;
 import javax.ejb.Stateless;
-import org.mxchange.jfinancials.database.product.BaseFinancialsProductDatabaseBean;
+import org.mxchange.jfinancials.enterprise.product.BaseFinancialsProductEnterpriseBean;
 import org.mxchange.jproduct.exceptions.category.CategoryAlreadyAddedException;
 
 /**
@@ -31,7 +31,7 @@ import org.mxchange.jproduct.exceptions.category.CategoryAlreadyAddedException;
  * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "adminCategory", description = "An administrative stateless session bean for product categories.")
-public class FinancialsAdminProductCategorySessionBean extends BaseFinancialsProductDatabaseBean implements AdminCategorySessionBeanRemote {
+public class FinancialsAdminProductCategorySessionBean extends BaseFinancialsProductEnterpriseBean implements AdminCategorySessionBeanRemote {
 
        /**
         * Serial number
index bef0b5bead23a049e59d96f924e8782e44e1317e..68a35427c73a1a1cbff5ec14d2ac645b4fec352c 100644 (file)
@@ -20,7 +20,7 @@ import java.text.MessageFormat;
 import java.util.List;
 import javax.ejb.Stateless;
 import javax.persistence.Query;
-import org.mxchange.jfinancials.database.BaseFinancialsDatabaseBean;
+import org.mxchange.jfinancials.enterprise.BaseFinancialsEnterpriseBean;
 
 /**
  * A general stateless session bean for product categories.
@@ -28,7 +28,7 @@ import org.mxchange.jfinancials.database.BaseFinancialsDatabaseBean;
  * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "category", description = "A general stateless session bean for product categories.")
-public class FinancialsProductCategorySessionBean extends BaseFinancialsDatabaseBean implements CategorySessionBeanRemote {
+public class FinancialsProductCategorySessionBean extends BaseFinancialsEnterpriseBean implements CategorySessionBeanRemote {
 
        /**
         * Serial number
index 1e2723c0fc5f8eecf2a769b526c8e412ccca42a2..bc62f49f821e3e0bc4f82593f1ae1718521d3a5e 100644 (file)
@@ -23,7 +23,7 @@ import java.util.Objects;
 import javax.ejb.EJB;
 import javax.ejb.Stateless;
 import org.mxchange.jcontactsbusiness.model.basicdata.BasicData;
-import org.mxchange.jfinancials.database.product.BaseFinancialsProductDatabaseBean;
+import org.mxchange.jfinancials.enterprise.product.BaseFinancialsProductEnterpriseBean;
 import org.mxchange.jproduct.exceptions.product.ProductAlreadyAddedException;
 import org.mxchange.jproduct.exceptions.product.ProductNotFoundException;
 import org.mxchange.jproduct.model.category.Category;
@@ -34,7 +34,7 @@ import org.mxchange.jproduct.model.category.Category;
  * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "adminProduct", description = "A stateless session bean for general purposes for generic products.")
-public class FinancialsAdminGenericProductSessionBean extends BaseFinancialsProductDatabaseBean implements AdminProductSessionBeanRemote {
+public class FinancialsAdminGenericProductSessionBean extends BaseFinancialsProductEnterpriseBean implements AdminProductSessionBeanRemote {
 
        /**
         * Serial number
index 0ef070cfc0cd752f5f421799b64938aabe9dd52b..44f8987b4cef8577dac041e57e339ed6b74b77c1 100644 (file)
@@ -20,7 +20,7 @@ import java.text.MessageFormat;
 import java.util.List;
 import javax.ejb.Stateless;
 import javax.persistence.Query;
-import org.mxchange.jfinancials.database.BaseFinancialsDatabaseBean;
+import org.mxchange.jfinancials.enterprise.BaseFinancialsEnterpriseBean;
 
 /**
  * A general stateless session bean for generic products.
@@ -28,7 +28,7 @@ import org.mxchange.jfinancials.database.BaseFinancialsDatabaseBean;
  * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "product", description = "A general stateless session bean for generic products.")
-public class FinancialsGenericProductSessionBean extends BaseFinancialsDatabaseBean implements ProductSessionBeanRemote {
+public class FinancialsGenericProductSessionBean extends BaseFinancialsEnterpriseBean implements ProductSessionBeanRemote {
 
        /**
         * Serial number