Uses of Class
atg.projects.store.promotion.StoreGWPManager

Packages that use StoreGWPManager
atg.projects.store.order.processor   
 

Uses of StoreGWPManager in atg.projects.store.order.processor
 

Fields in atg.projects.store.order.processor declared as StoreGWPManager
protected  StoreGWPManager ProcValidateInventoryForCheckout.mGwpManager
          Manager component for gift with purchase promotions.
 

Methods in atg.projects.store.order.processor that return StoreGWPManager
 StoreGWPManager ProcValidateInventoryForCheckout.getGwpManager()
          Getter for the gift with purchase manager property.
 

Methods in atg.projects.store.order.processor with parameters of type StoreGWPManager
 void ProcValidateInventoryForCheckout.setGwpManager(StoreGWPManager pGwpManager)
          Setter for the gift with purchase manager property.