]> git.mxchange.org Git - jshop-lib.git/commitdiff
Added business method clear()
authorRoland Haeder <roland@mxchange.org>
Sat, 5 Mar 2016 13:33:42 +0000 (14:33 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 5 Mar 2016 13:33:42 +0000 (14:33 +0100)
src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java

index f8b233332ed4af778c0aa38bfd6c73139771494b..b5faad5ec069725178b7df4f63273e93c9496d58 100644 (file)
@@ -29,6 +29,11 @@ import org.mxchange.jshopcore.model.customer.Customer;
 @Remote
 public interface BasketSessionBeanRemote extends Serializable {
 
+       /**
+        * Clears this bean from previous usage
+        */
+       void clear ();
+
        /**
         * Registers the order list of tems with the customer
         * <p>