]> git.mxchange.org Git - jshop-lib.git/blobdiff - src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java
Continued:
[jshop-lib.git] / src / org / mxchange / jshopcore / model / basket / BasketSessionBeanRemote.java
index 54bbf59ecc9de8ba6ec1f0378b8b4eda4533a41a..d64e5db2bf54f825d07ee2401cd6d7c4d913b116 100644 (file)
@@ -34,6 +34,7 @@ public interface BasketSessionBeanRemote extends Serializable {
         *
         * @param customer Customer instance
         * @param itemList Ordered items list
+        * @return Access key
         */
-       public void registerItems (final Customer customer, final List<AddableBasketItem> itemList);
+       public String registerItems (final Customer customer, final List<AddableBasketItem> itemList);
 }