]> 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 2eb7d1ffaaaaa1ca5ceeb1f2a2af7f22b329f283..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 aregisterItems (final Customer customer, final List<AddableBasketItem> itemList);
+       public String registerItems (final Customer customer, final List<AddableBasketItem> itemList);
 }