|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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 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 |
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 |
StoreCartFormHandler.removeCoupon(StoreOrderImpl pOrder,
atg.servlet.DynamoHttpServletRequest pRequest,
atg.servlet.DynamoHttpServletResponse pResponse)
This method removes the coupon from the order. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |