Package atg.b2bcommerce.order

Interface Summary
B2BCommerceItem Extends generic CommerceItem to contain B2B-specific data and methods.
B2BCommerceItemRelationship An interface which represents a part of a relationship that is a B2BCommerceItem.
B2BCommerceItemRelationshipContainer Implemented by a class that contains and manages B2BCommerceItemRelationship objects.
B2BOrder Extends generic Order to include B2B-specific data and methods.
B2BOrderRelationship An interface which represents a part of a relationship which is a B2BOrder.
B2BOrderRelationshipContainer Implemented by a class that contains and manages B2BOrderRelationship objects.
B2BPipelineConstants This interface contains the Pipeline parameter constants.
B2BShippingGroup Extends generic ShippingGroup to contain B2B-specific data and methods.
B2BShippingGroupRelationship An interface which represents a part of a relationship which is a B2BShippingGroup.
B2BShippingGroupRelationshipContainer Implemented by a class that contains and manages B2BShippingGroupRelationship objects.
CostCenter This interface represents all the information which designates a cost center.
CostCenterContainer Implemented by a class that contains and manages CostCenter objects.
CostCenterRelationship An interface which represents a part of a relationship which is a CostCenter.
CostCenterRelationshipContainer Implemented by a class that contains and manages CostCenterRelationship objects.
 

Class Summary
B2BCommerceItemImpl Extends generic CommerceItemImpl to contain B2B-specific data and methods.
B2BCommerceItemRelationshipContainerImpl A class which manages the containment of B2BCommerceItemRelationship objects.
B2BHardgoodShippingGroup This class is an implementation of a HargoodShippingGroup.
B2BOrderImpl Extends generic OrderImpl to include B2B-specific data and methods.
B2BOrderLookup This servlet renders one or more order objects based on the input params.
B2BOrderManager B2B specifc order manager functionlity
B2BOrderRelationshipContainerImpl A class which manages the containment of B2BOrderRelationship objects.
B2BOrderTools This class is a low level business layer class.
B2BRelationshipTypes This class contains the Relationship type constants for all the different types of relationships.
B2BShippingGroupImpl Extends generic ShippingGroupImpl to contain B2B-specific data and methods.
B2BShippingGroupRelationshipContainerImpl A class which manages the containment of B2BShippingGroupRelationship objects.
B2BShoppingCartFormHandler Extends generic ShoppingCartFormHanlder to add B2B-specific data and methods Adds CostCenterManagement functionality
B2BShoppingCartModifierConfiguration This class is designed to be configured as a session scoped component which stores configuration parameters for the ShoppingCartFormHandler.
CostCenterCommerceItemRelationship An object which represents a relationship between a CommerceItem and a CostCenter.
CostCenterContainerImpl A class which manages the containment of CostCenter objects.
CostCenterImpl This class is an implementation of a CostCenter.
CostCenterManager This class is the business layer object for managing and manipulating Cost Centers.
CostCenterOrderRelationship An object which represents a relationship between an Order and a CostCenter.
CostCenterRelationshipContainerImpl This class manages the containment of CostCenterRelationship objects.
CostCenterShippingGroupRelationship An object which represents a relationship between a CostCenter and a ShippingGroup.
 

Exception Summary
CostCenterNotFoundException This class represents an exception that is thrown when a CostCenter cannot be found in a get or remove call.
DuplicateCostCenterException This class represents an exception that is thrown when a CostCenter which already exists in an CostCenterContainer is added.