EN: Service methods Interface for working with Orders dependend DAOs. DE: Service Methoden Implementierung fuer die Auftraege betreffenden DAOs.
@author bbruhns
@author sgerth
The general interface for interacting with shopping carts and completed Orders. In Broadleaf Commerce, a Cart and an Order are the same thing. A "cart" becomes an order after it has been submitted. Most of the methods in this order are used to modify the cart. However, it is also common to use this service for "named" orders (aka wishlists).
Separate OrderService interface, implemented by PetStoreImpl in addition to PetStoreFacade.
Mainly targeted at usage as remote service interface, just exposing the getOrder method.
@author Juergen Hoeller
@since 26.12.2003
@see PetStoreFacade
@see PetStoreImpl
@see org.springframework.samples.jpetstore.service.JaxRpcOrderService
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.