]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - src/org/mxchange/jshopcore/model/product/ProductSessionBeanRemote.java
Continued with JPA:
[jcustomer-lib.git] / src / org / mxchange / jshopcore / model / product / ProductSessionBeanRemote.java
index 8066015d964a84b8368a4bc0259f7e55c550074d..c341f77467e6a56e54cbab79a14a3f9c99d4af2e 100644 (file)
@@ -17,7 +17,7 @@
 package org.mxchange.jshopcore.model.product;
 
 import java.io.Serializable;
-import java.util.Deque;
+import java.util.List;
 import javax.ejb.Remote;
 
 /**
@@ -33,5 +33,5 @@ public interface ProductSessionBeanRemote extends Serializable {
         *
         * @return Only available products
         */
-       public Deque<Product> getAvailableProducts ();
+       public List<Product> getAvailableProducts ();
 }