bea Systems, Inc.

Package theory.smart.ebusiness.order

An Order is a collection of Items and the quantities in which a Customer intends to buy them.

See:
          Description

Interface Summary
DefaultOrderPriceCalculationPolicy  
Order The Order class collects OrderLines and provides indirect access to the Items they contain.
OrderHome The home interface for the Order entity bean.
OrderLine This class combines an item and a quantity.
OrderManager Deprecated. The OrderManger interface has been deprecated and will not be supported in version 2.0
OrderManagerHome The home interface for the OrderManager Session Bean.
OrderPriceCalculationPolicy This is the policy that is used in the getTotalPrice to perform any adjustments based on the contents of the order.
 

Class Summary
DefaultOrderPriceCalculationPolicyHome The home interface for the DefaultOrderPriceCalculationPolicy Policy.
OrderImpl The Order class collects OrderLines and provides indirect access to the Items they contain.
OrderLineHome The home class for the OrderLine belonging.
OrderLineImpl This class combines an item and a quantity.
OrderManagerImpl Deprecated. The OrderManger interface has been deprecated and will not be supported in version 2.0
OrderPk This is a PrimaryKey for managing the life cycle of a BSC Configurable/Entity bean.
OrderValue The Order class collects OrderLines and provides indirect access to the Items they contain.
OrderWorkflow The workflow that describes the legal states and transitions for an order.
 

Package theory.smart.ebusiness.order Description

An Order is a collection of Items and the quantities in which a Customer intends to buy them. It can also be thought of as a cart or basket. Once an order is completed by the user, it is passed on to the shipping and invoicing packages to complete order fulfillment.



Order Component Model

Each order has a status. The order status is managed by a workflow. The order workflow can be overwritten by an application specific workflow. The following state diagram illustrates the default order status workflow.
Default Order Workflow


bea Systems, Inc.

© Copyright 2000 bea Systems, Inc. All rights reserved.