atg.b2bcommerce.order
Class B2BShoppingCartModifierConfiguration

java.lang.Object
  extended by atg.commerce.order.ShoppingCartModifierConfiguration
      extended by atg.b2bcommerce.order.B2BShoppingCartModifierConfiguration

public class B2BShoppingCartModifierConfiguration
extends ShoppingCartModifierConfiguration

This class is designed to be configured as a session scoped component which stores configuration parameters for the ShoppingCartFormHandler. The form handler can be configured directory, however there are a large number of configuration properties to be set. Since, typically, this form handler is request scoped this causes some overhead on every single request. In using this component all the configuration parameters are configured once per session, and then the form handler only has to resolve one component.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
B2BShoppingCartModifierConfiguration()
          Constructs an instanceof ShoppingCartModifierConfiguration
 
Method Summary
 CostCenterManager getCostCenterManager()
          Returns property CostCenterManager
 void setCostCenterManager(CostCenterManager pCostCenterManager)
          Sets property CostCenterManager
 
Methods inherited from class atg.commerce.order.ShoppingCartModifierConfiguration
getAddItemToOrderChainId, getAddItemToOrderPricingOp, getCatalogTools, getClaimableManager, getClaimableTools, getCommerceProfileTools, getDefaultLocale, getDeleteItemsFromOrderPricingOp, getGiftlistManager, getLocalLockManager, getModifyOrderPricingOp, getMoveToConfirmationChainId, getMoveToPurchaseInfoChainId, getOrderManager, getPipelineManager, getProfile, getPropertyManager, getRepriceOrder, getRepriceOrderChainId, getSetOrderChainId, getShoppingCart, getSoftGoodShippingGroupName, getTransactionManager, getUserPricingModels, getValidateShippingGroupsChainId, setAddItemToOrderChainId, setAddItemToOrderPricingOp, setCatalogTools, setClaimableManager, setClaimableTools, setCommerceProfileTools, setDefaultLocale, setDeleteItemsFromOrderPricingOp, setGiftlistManager, setLocalLockManager, setModifyOrderPricingOp, setMoveToConfirmationChainId, setMoveToPurchaseInfoChainId, setOrderManager, setPipelineManager, setProfile, setPropertyManager, setRepriceOrder, setRepriceOrderChainId, setSetOrderChainId, setShoppingCart, setSoftGoodShippingGroupName, setTransactionManager, setUserPricingModels, setValidateShippingGroupsChainId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

B2BShoppingCartModifierConfiguration

public B2BShoppingCartModifierConfiguration()
Constructs an instanceof ShoppingCartModifierConfiguration

Method Detail

setCostCenterManager

public void setCostCenterManager(CostCenterManager pCostCenterManager)
Sets property CostCenterManager


getCostCenterManager

public CostCenterManager getCostCenterManager()
Returns property CostCenterManager