From: Roland Haeder Date: Sat, 5 Mar 2016 13:33:42 +0000 (+0100) Subject: Added business method clear() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5b883ef4e71bd27337374c06a310d97c59d49497;p=jshop-lib.git Added business method clear() --- diff --git a/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java b/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java index f8b2333..b5faad5 100644 --- a/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/basket/BasketSessionBeanRemote.java @@ -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 *