Uses of Class
atg.projects.store.order.StoreOrderImpl

Packages that use StoreOrderImpl
atg.projects.store.order   
atg.projects.store.order.purchase   
 

Uses of StoreOrderImpl in atg.projects.store.order
 

Methods in atg.projects.store.order with parameters of type StoreOrderImpl
 void StoreOrderManager.addGiftMessage(StoreOrderImpl pOrder, java.lang.String pMessageTo, java.lang.String pMessage, java.lang.String pMessageFrom)
          Adds the gift message to the order's special instructions.
 void StoreOrderManager.addGiftWrap(StoreOrderImpl pOrder, java.lang.String pSkuId, java.lang.String pProductId)
          Creates and adds the gift wrap commerce item to the order.
 void StoreOrderManager.addRemoveGiftServices(StoreOrderImpl pOrder, boolean pAddGiftWrap, boolean pAddGiftMessage, java.lang.String pGiftWrapSkuId, java.lang.String pGiftWrapProductId)
          This method can be used by form handlers to add / remove gift message or gift wrap from the order.
 void StoreOrderTools.assignOmsOrderId(StoreOrderImpl pOrder)
          This method assigns an OMS order id, and sets it on the order.
 java.lang.String StoreOrderManager.getCouponCode(StoreOrderImpl pOrder)
          This method calculates a coupon code used by the order specified.
 double StoreOrderTools.getGiftWrapPrice(StoreOrderImpl pOrder)
          Gets the gift wrap price from the order.
 boolean StoreOrderTools.isTestOrder(StoreOrderImpl pOrder)
          Checks to see if order is a Test order.
 void StoreOrderManager.removeGiftMessage(StoreOrderImpl pOrder)
          Removes the gift message from the order.
 void StoreOrderManager.removeGiftWrap(StoreOrderImpl pOrder)
          Removes the gift wrap commerce item from the order.
 

Uses of StoreOrderImpl in atg.projects.store.order.purchase
 

Methods in atg.projects.store.order.purchase that return StoreOrderImpl
 StoreOrderImpl StoreCouponFormHandler.getOrder()
          Returns the Order property as StoreOrderImpl.
 

Methods in atg.projects.store.order.purchase with parameters of type StoreOrderImpl
 void StoreCartProcessHelper.addRemoveGiftServices(StoreOrderImpl pStoreOrder, boolean pAddGiftWrap, boolean pAddGiftMessage, java.lang.String pGiftWrapSkuId, java.lang.String pGiftWrapProductId)
          This method can be used by form handlers to add / remove gift message or gift wrap from the order.
 void StorePurchaseProcessHelper.claimCoupon(java.lang.String pCouponCode, StoreOrderImpl pOrder, atg.repository.RepositoryItem pProfile, boolean pRepriceOrder, atg.commerce.pricing.PricingModelHolder pUserPricingModels, java.util.Locale pUserLocale)
          This method claims a coupon specified by its code for a specific user and order.
 void StorePurchaseProcessHelper.claimCoupon(java.lang.String pCouponCode, StoreOrderImpl pOrder, atg.repository.RepositoryItem pProfile, atg.commerce.pricing.PricingModelHolder pUserPricingModels, java.util.Locale pUserLocale)
          This method claims a coupon specified by its code for a specific user and order and reprices the order.
 void StoreCommitOrderProcessHelper.doPostCommitOrderProcessing(StoreOrderImpl pStoreOrder, atg.repository.RepositoryItem pProfile)
          Makes post commit order processing: setting profile's last purchase date, number of orders and bought items, order's OMS order id, inventory managing.
 boolean StoreCartProcessHelper.isAllGiftWrap(StoreOrderImpl pOrder)
          Check to see if the order contains only gift wrap items
 boolean StoreCartProcessHelper.isGiftWrapAddedOrRemoved(StoreOrderImpl pOrder, boolean pGiftWrapSelected)
          Check to see if gift wrap has been added or removed from the order.
 void StorePurchaseProcessHelper.removeCoupon(StoreOrderImpl pOrder, atg.repository.RepositoryItem pProfile, boolean pRepriceOrder, atg.commerce.pricing.PricingModelHolder pUserPricingModels, java.util.Locale pUserLocale)
          This method removes a coupon from the order specified.
 void StorePurchaseProcessHelper.removeCoupon(StoreOrderImpl pOrder, atg.repository.RepositoryItem pProfile, atg.commerce.pricing.PricingModelHolder pUserPricingModels, java.util.Locale pUserLocale)
          This method removes a coupon from the order specified and reprices the order.
 boolean StorePurchaseProcessHelper.tenderCoupon(java.lang.String pCouponCode, StoreOrderImpl pOrder, atg.repository.RepositoryItem pProfile, atg.commerce.pricing.PricingModelHolder pUserPricingModels, java.util.Locale pUserLocale)
          Attempt to claim the specified coupon code for a specific user and order.