com.ibm.commerce.order.facade.client
Class DOMOrderFacadeClient
- java.lang.Object
-
- com.ibm.commerce.foundation.client.facade.bod.AbstractBusinessObjectDocumentFacadeClient
-
- com.ibm.commerce.order.facade.client.AbstractOrderFacadeClient
-
- com.ibm.commerce.order.facade.client.CommonOrderFacadeClient
-
- com.ibm.commerce.order.facade.client.OrderFacadeClient
-
- com.ibm.commerce.order.facade.client.DOMOrderFacadeClient
-
Deprecated.Replaced byOrderFacadeClient
.
public class DOMOrderFacadeClient extends OrderFacadeClient
This class extends the
OrderFacadeClient
. It overrides thebuildOrderItem(Map, String)
to convert thephysicalStoreId
parameters tofulfillmentCenterId
parameters.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
Deprecated.the IBM Copyright notice field.-
Fields inherited from class com.ibm.commerce.order.facade.client.CommonOrderFacadeClient
COMPONENT_NAME
-
Fields inherited from class com.ibm.commerce.foundation.client.facade.bod.AbstractBusinessObjectDocumentFacadeClient
CHANGE_VERB_ACTION_ADD, CHANGE_VERB_ACTION_CHANGE, CHANGE_VERB_ACTION_CREATE, CHANGE_VERB_ACTION_DELETE, CHANGE_VERB_ACTION_UPDATE
-
-
Constructor Summary
Constructors Constructor and Description DOMOrderFacadeClient()
Deprecated.This is the default constructor.DOMOrderFacadeClient(BusinessContextType businessContext, javax.security.auth.callback.CallbackHandler callbackHandler)
Deprecated.This method constructs an object by business context and call back handler.
-
Method Summary
-
Methods inherited from class com.ibm.commerce.order.facade.client.OrderFacadeClient
addConfigurationToCart, addDynamicKitOrderItem, addOrderItem, addPreConfigurationToCart, cancelScheduledOrder, changeReceipt, deleteOrderItem, findReceiptByOrderId, scheduleOrder, updateConfigurationInCart, updateDynamicKitOrderItem, updateOrderGiftInfo, updateOrderItem, updateOrderShippingInfo, updateOrderStatus
-
Methods inherited from class com.ibm.commerce.order.facade.client.CommonOrderFacadeClient
addOrderItem, addOrderItem, addOrderItem, addPaymentInstruction, addPaymentInstruction, applyCoupon, applyCoupon, applyPromotionCode, applyPromotionCode, calculateOrder, calculateOrder, cancelShoppingCart, cancelShoppingCart, changeOrder, createAcknowledgeOrder, createChangeOrder, createGetOrder, createGetVerb, createProcessOrder, createRespondOrder, createShowOrder, createSyncOrder, findByOrderId, findByOrderId, findByOrderId, findByOrderStatus, findByOrderStatus, findConfigurationByOrderItemId, findCurrentShoppingCart, findCurrentShoppingCart, findCurrentShoppingCart, findOrderByExternalOrderID, findOrderByStoreMemberAndPlacedDate, findOrderItemByStoreMemberAndCreateDate, findPurchaseHistory, findPurchaseHistoryItemsWithProductID, findPurchaseHistoryItemsWithValue, findQuoteByExternalQuoteID, findQuotesByStatus, findScheduledOrder, findShoppingCartItemsWithProductID, findShoppingCartItemsWithValue, findUsablePaymentOrShipInformation, findUsableShippingInfoByOrderID, lockOrder, lockOrder, prepareOrder, prepareOrder, processOrder, processOrder, removeCoupon, removeCoupon, removePaymentInstruction, removePaymentInstruction, removePromotionCode, removePromotionCode, repay, repay, submitOrder, submitOrder, syncOrder, syncOrder, unlockOrder, unlockOrder, updateOrderItem, updateOrderItem, updateOrderShippingInfo, updateOrderShippingInfo, updatePaymentInstruction, updatePaymentInstruction, updateRewardOption, updateRewardOption
-
Methods inherited from class com.ibm.commerce.order.facade.client.AbstractOrderFacadeClient
changeOrder, changeOrder, changeQuote, getOrder, getOrder, getOrder, getQuote, getQuote, getQuote, processOrder, processOrder, processQuote, syncOrder, syncQuote
-
Methods inherited from class com.ibm.commerce.foundation.client.facade.bod.AbstractBusinessObjectDocumentFacadeClient
createActionExpression, createChangeVerb, createGetVerb, createGetVerb, createProcessVerb, createSyncVerb
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
Deprecated.the IBM Copyright notice field.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DOMOrderFacadeClient
public DOMOrderFacadeClient()
Deprecated.This is the default constructor.
-
DOMOrderFacadeClient
public DOMOrderFacadeClient(BusinessContextType businessContext, javax.security.auth.callback.CallbackHandler callbackHandler)
Deprecated.This method constructs an object by business context and call back handler.- Parameters:
businessContext
- the business context.callbackHandler
- the call back handler.
-
-