@Deprecated public class LegacyOrderServiceImpl extends OrderServiceImpl implements LegacyOrderService
| Modifier and Type | Field and Description |
|---|---|
protected CategoryDao |
categoryDao
Deprecated.
|
protected FulfillmentGroupDao |
fulfillmentGroupDao
Deprecated.
|
protected FulfillmentGroupItemDao |
fulfillmentGroupItemDao
Deprecated.
|
protected FulfillmentGroupService |
fulfillmentGroupService
Deprecated.
|
protected OrderItemDao |
orderItemDao
Deprecated.
|
protected OrderItemService |
orderItemService
Deprecated.
|
protected ProductDao |
productDao
Deprecated.
|
protected SkuDao |
skuDao
Deprecated.
|
addItemWorkflow, automaticallyMergeLikeItems, deleteEmptyNamedOrders, extensionManager, mergeCartService, moveNamedOrderItems, nullOrderFactory, offerDao, offerService, orderDao, paymentInfoDao, pricingRetryCountForLockFailure, pricingRetryWaitIntervalForLockFailure, pricingService, removeItemWorkflow, securePaymentInfoService, transactionManager, updateItemWorkflow| Constructor and Description |
|---|
LegacyOrderServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OrderItem |
addBundleItemToOrder(Order order,
BundleOrderItemRequest itemRequest)
Deprecated.
Used to create dynamic bundles groupings of order items.
|
OrderItem |
addBundleItemToOrder(Order order,
BundleOrderItemRequest itemRequest,
boolean priceOrder)
Deprecated.
Used to create dynamic bundles groupings of order items.
|
OrderItem |
addDiscreteItemToOrder(Order order,
DiscreteOrderItemRequest itemRequest)
Deprecated.
|
OrderItem |
addDiscreteItemToOrder(Order order,
DiscreteOrderItemRequest itemRequest,
boolean priceOrder)
Deprecated.
|
OrderItem |
addDynamicPriceDiscreteItemToOrder(Order order,
DiscreteOrderItemRequest itemRequest,
HashMap skuPricingConsiderations)
Deprecated.
|
OrderItem |
addDynamicPriceDiscreteItemToOrder(Order order,
DiscreteOrderItemRequest itemRequest,
HashMap skuPricingConsiderations,
boolean priceOrder)
Deprecated.
|
FulfillmentGroup |
addFulfillmentGroupToOrder(FulfillmentGroupRequest fulfillmentGroupRequest)
Deprecated.
|
FulfillmentGroup |
addFulfillmentGroupToOrder(FulfillmentGroupRequest fulfillmentGroupRequest,
boolean priceOrder)
Deprecated.
|
FulfillmentGroup |
addFulfillmentGroupToOrder(Order order,
FulfillmentGroup fulfillmentGroup)
Deprecated.
|
FulfillmentGroup |
addFulfillmentGroupToOrder(Order order,
FulfillmentGroup fulfillmentGroup,
boolean priceOrder)
Deprecated.
|
OrderItem |
addGiftWrapItemToOrder(Order order,
GiftWrapOrderItemRequest itemRequest)
Deprecated.
|
FulfillmentGroup |
addItemToFulfillmentGroup(OrderItem item,
FulfillmentGroup fulfillmentGroup)
Deprecated.
|
FulfillmentGroup |
addItemToFulfillmentGroup(OrderItem item,
FulfillmentGroup fulfillmentGroup,
boolean priceOrder)
Deprecated.
|
FulfillmentGroup |
addItemToFulfillmentGroup(OrderItem item,
FulfillmentGroup fulfillmentGroup,
int quantity)
Deprecated.
|
FulfillmentGroup |
addItemToFulfillmentGroup(OrderItem item,
FulfillmentGroup fulfillmentGroup,
int quantity,
boolean priceOrder)
Deprecated.
|
FulfillmentGroup |
addItemToFulfillmentGroup(Order order,
OrderItem item,
FulfillmentGroup fulfillmentGroup,
int quantity,
boolean priceOrder)
Deprecated.
|
Order |
addItemToOrder(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder)
Deprecated.
Adds an item to the passed in order.
|
OrderItem |
addOrderItemToBundle(Order order,
BundleOrderItem bundle,
DiscreteOrderItem newOrderItem,
boolean priceOrder)
Deprecated.
|
OrderItem |
addOrderItemToOrder(Order order,
OrderItem newOrderItem)
Deprecated.
|
OrderItem |
addOrderItemToOrder(Order order,
OrderItem newOrderItem,
boolean priceOrder)
Deprecated.
|
Order |
addOrUpdateOrderItemAttributes(Order order,
OrderItem item,
Map<String,String> attributeValues,
boolean priceOrder)
Deprecated.
Adds the passed in name/value pair to the order-item.
|
PaymentInfo |
addPaymentToOrder(Order order,
PaymentInfo payment)
Deprecated.
|
OrderItem |
addSkuToOrder(Long orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity)
Deprecated.
|
OrderItem |
addSkuToOrder(Long orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity,
boolean priceOrder)
Deprecated.
|
OrderItem |
addSkuToOrder(Long orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity,
boolean priceOrder,
Map<String,String> itemAttributes)
Deprecated.
|
OrderItem |
addSkuToOrder(Long orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity,
Map<String,String> itemAttributes)
Deprecated.
|
protected boolean |
bundleItemMatches(BundleOrderItem item1,
BundleOrderItem item2)
Deprecated.
|
protected boolean |
checkSkuForMatch(Sku sku,
Map<String,String> attributeValues)
Deprecated.
|
protected BundleOrderItemRequest |
createBundleOrderItemRequest(BundleOrderItem bundleOrderItem,
List<DiscreteOrderItemRequest> discreteOrderItemRequests)
Deprecated.
|
FulfillmentGroup |
createDefaultFulfillmentGroup(Order order,
Address address)
Deprecated.
|
protected DiscreteOrderItemRequest |
createDiscreteOrderItemRequest(DiscreteOrderItem discreteOrderItem)
Deprecated.
|
DiscreteOrderItemRequest |
createDiscreteOrderItemRequest(Long orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity)
Deprecated.
Not typically used in versions since 1.7.
|
DiscreteOrderItemRequest |
createDiscreteOrderItemRequest(Order order,
BundleOrderItem bundleOrderItem,
Sku sku,
Product product,
Category category,
Integer quantity,
Map<String,String> itemAttributes)
Deprecated.
|
protected FulfillmentGroupItem |
createFulfillmentGroupItemFromOrderItem(OrderItem orderItem,
FulfillmentGroup fulfillmentGroup,
int quantity)
Deprecated.
|
protected Category |
determineCategory(Product product,
Long categoryId)
Deprecated.
|
protected Sku |
determineSku(Product product,
Long skuId,
Map<String,String> attributeValues)
Deprecated.
|
FulfillmentGroup |
findDefaultFulfillmentGroupForOrder(Order order)
Deprecated.
|
protected OrderItem |
findMatchingBundleItem(Order order,
BundleOrderItem itemToFind)
Deprecated.
|
protected OrderItem |
findMatchingDiscreteItem(Order order,
DiscreteOrderItem itemToFind)
Deprecated.
|
protected OrderItem |
findMatchingItem(Order order,
OrderItem itemToFind)
Deprecated.
|
protected Sku |
findMatchingSku(Product product,
Map<String,String> attributeValues)
Deprecated.
Checks to make sure the correct SKU is still attached to the order.
|
Order |
findOrderByOrderNumber(String orderNumber)
Deprecated.
Looks up Orders and returns the order matching the given orderNumber
|
FulfillmentGroupDao |
getFulfillmentGroupDao()
Deprecated.
|
FulfillmentGroupItemDao |
getFulfillmentGroupItemDao()
Deprecated.
|
OrderDao |
getOrderDao()
Deprecated.
|
OrderItemService |
getOrderItemService()
Deprecated.
|
PaymentInfoDao |
getPaymentInfoDao()
Deprecated.
|
protected boolean |
itemMatches(DiscreteOrderItem item1,
DiscreteOrderItem item2)
Deprecated.
|
Order |
moveItemToOrder(Order originalOrder,
Order destinationOrder,
OrderItem item)
Deprecated.
|
Order |
moveItemToOrder(Order originalOrder,
Order destinationOrder,
OrderItem item,
boolean priceOrder)
Deprecated.
|
protected Order |
persistOrder(Order order)
Deprecated.
|
List<PaymentInfo> |
readPaymentInfosForOrder(Order order)
Deprecated.
|
void |
removeAllFulfillmentGroupsFromOrder(Order order)
Deprecated.
|
void |
removeAllFulfillmentGroupsFromOrder(Order order,
boolean priceOrder)
Deprecated.
|
void |
removeFulfillmentGroupFromOrder(Order order,
FulfillmentGroup fulfillmentGroup)
Deprecated.
|
void |
removeFulfillmentGroupFromOrder(Order order,
FulfillmentGroup fulfillmentGroup,
boolean priceOrder)
Deprecated.
|
Order |
removeItemFromBundle(Order order,
BundleOrderItem bundle,
OrderItem item,
boolean priceOrder)
Deprecated.
|
Order |
removeItemFromOrder(Long orderId,
Long itemId)
Deprecated.
|
Order |
removeItemFromOrder(Long orderId,
Long itemId,
boolean priceOrder)
Deprecated.
|
Order |
removeItemFromOrder(Order order,
OrderItem item)
Deprecated.
|
Order |
removeItemFromOrder(Order order,
OrderItem item,
boolean priceOrder)
Deprecated.
|
void |
removeNamedOrderForCustomer(String name,
Customer customer)
Deprecated.
|
Order |
removeOrderItemAttribute(Order order,
OrderItem item,
String attributeName,
boolean priceOrder)
Deprecated.
Adds the passed in name/value pair to the order-item.
|
protected void |
removeOrderItemFromFullfillmentGroup(Order order,
OrderItem orderItem)
Deprecated.
|
void |
setFulfillmentGroupDao(FulfillmentGroupDao fulfillmentGroupDao)
Deprecated.
|
void |
setFulfillmentGroupItemDao(FulfillmentGroupItemDao fulfillmentGroupItemDao)
Deprecated.
|
void |
setOrderDao(OrderDao orderDao)
Deprecated.
|
void |
setOrderItemService(OrderItemService orderItemService)
Deprecated.
|
void |
setPaymentInfoDao(PaymentInfoDao paymentInfoDao)
Deprecated.
|
void |
updateItemQuantity(Order order,
OrderItem item)
Deprecated.
Delegates to the fully parametrized method with priceOrder = true.
|
void |
updateItemQuantity(Order order,
OrderItem item,
boolean priceOrder)
Deprecated.
Updates the quantity and reprices the order.
|
void |
updateItemQuantity(Order order,
OrderItemRequestDTO orderItemRequestDTO)
Deprecated.
From the given OrderItemRequestDTO object, this will look through the order's DiscreteOrderItems
to find the item with the matching orderItemId and update this item's quantity with the value of
the quantity field in the OrderItemRequestDTO.
|
protected Order |
updateOrder(Order order,
Boolean priceOrder)
Deprecated.
|
protected Order |
validateOrder(Long orderId)
Deprecated.
Returns the order associated with the passed in orderId.
|
protected Product |
validateProduct(Long productId)
Deprecated.
|
addAllItemsFromNamedOrder, addGiftWrapItemToOrder, addItem, addItemFromNamedOrder, addItemFromNamedOrder, addItemWithPriceOverrides, addOfferCode, addPaymentToOrder, cancelOrder, compareAttributes, confirmOrder, createNamedOrderForCustomer, createNewCartForCustomer, deleteOrder, findCartForCustomer, findLastMatchingItem, findMatchingItem, findNamedOrderForCustomer, findOrderById, findOrdersForCustomer, findOrdersForCustomer, findPaymentInfosForOrder, getAutomaticallyMergeLikeItems, getCartOperationExceptionRootCause, getNullOrder, isDeleteEmptyNamedOrders, isMoveNamedOrderItems, itemMatches, persist, printOrder, removeAllOfferCodes, removeAllPaymentsFromOrder, removeInactiveItems, removeItem, removeOfferCode, removePaymentFromOrder, removePaymentsFromOrder, save, setAutomaticallyMergeLikeItems, setDeleteEmptyNamedOrders, setMoveNamedOrderItems, updateItemQuantityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAllItemsFromNamedOrder, addGiftWrapItemToOrder, addItem, addItemFromNamedOrder, addItemFromNamedOrder, addItemWithPriceOverrides, addOfferCode, addPaymentToOrder, cancelOrder, confirmOrder, createNamedOrderForCustomer, createNewCartForCustomer, deleteOrder, findCartForCustomer, findLastMatchingItem, findNamedOrderForCustomer, findOrderById, findOrdersForCustomer, findOrdersForCustomer, findPaymentInfosForOrder, getAutomaticallyMergeLikeItems, getNullOrder, isDeleteEmptyNamedOrders, isMoveNamedOrderItems, printOrder, removeAllOfferCodes, removeAllPaymentsFromOrder, removeInactiveItems, removeItem, removeOfferCode, removePaymentFromOrder, removePaymentsFromOrder, save, setAutomaticallyMergeLikeItems, setDeleteEmptyNamedOrders, setMoveNamedOrderItems, updateItemQuantityprotected FulfillmentGroupDao fulfillmentGroupDao
protected FulfillmentGroupItemDao fulfillmentGroupItemDao
protected OrderItemService orderItemService
protected OrderItemDao orderItemDao
protected SkuDao skuDao
protected ProductDao productDao
protected CategoryDao categoryDao
protected FulfillmentGroupService fulfillmentGroupService
public FulfillmentGroup findDefaultFulfillmentGroupForOrder(Order order)
findDefaultFulfillmentGroupForOrder in interface LegacyOrderServicepublic DiscreteOrderItemRequest createDiscreteOrderItemRequest(Order order, BundleOrderItem bundleOrderItem, Sku sku, Product product, Category category, Integer quantity, Map<String,String> itemAttributes)
public DiscreteOrderItemRequest createDiscreteOrderItemRequest(Long orderId, Long skuId, Long productId, Long categoryId, Integer quantity)
LegacyOrderServiceLegacyOrderService.addItemToOrder(Long, OrderItemRequestDTO, boolean)createDiscreteOrderItemRequest in interface LegacyOrderServicepublic OrderItem addGiftWrapItemToOrder(Order order, GiftWrapOrderItemRequest itemRequest) throws PricingException
LegacyOrderServiceOrderItem will already have an Order associated to it.addGiftWrapItemToOrder in interface LegacyOrderServicePricingExceptionpublic OrderItem addBundleItemToOrder(Order order, BundleOrderItemRequest itemRequest) throws PricingException
LegacyOrderServiceaddBundleItemToOrder in interface LegacyOrderServicePricingExceptionpublic OrderItem addBundleItemToOrder(Order order, BundleOrderItemRequest itemRequest, boolean priceOrder) throws PricingException
LegacyOrderServiceOrderItem will already have the Order associated to itaddBundleItemToOrder in interface LegacyOrderServicePricingExceptionpublic Order removeItemFromOrder(Long orderId, Long itemId) throws PricingException
removeItemFromOrder in interface LegacyOrderServicePricingExceptionpublic Order removeItemFromOrder(Long orderId, Long itemId, boolean priceOrder) throws PricingException
removeItemFromOrder in interface LegacyOrderServicePricingExceptionpublic Order removeItemFromOrder(Order order, OrderItem item) throws PricingException
removeItemFromOrder in interface LegacyOrderServicePricingExceptionpublic Order removeItemFromOrder(Order order, OrderItem item, boolean priceOrder) throws PricingException
removeItemFromOrder in interface LegacyOrderServicePricingExceptionpublic Order moveItemToOrder(Order originalOrder, Order destinationOrder, OrderItem item) throws PricingException
PricingExceptionpublic Order moveItemToOrder(Order originalOrder, Order destinationOrder, OrderItem item, boolean priceOrder) throws PricingException
PricingExceptionpublic PaymentInfo addPaymentToOrder(Order order, PaymentInfo payment)
addPaymentToOrder in interface LegacyOrderServicepublic FulfillmentGroup addFulfillmentGroupToOrder(FulfillmentGroupRequest fulfillmentGroupRequest) throws PricingException
addFulfillmentGroupToOrder in interface LegacyOrderServicePricingExceptionpublic FulfillmentGroup addFulfillmentGroupToOrder(FulfillmentGroupRequest fulfillmentGroupRequest, boolean priceOrder) throws PricingException
addFulfillmentGroupToOrder in interface LegacyOrderServicePricingExceptionpublic FulfillmentGroup addFulfillmentGroupToOrder(Order order, FulfillmentGroup fulfillmentGroup) throws PricingException
addFulfillmentGroupToOrder in interface LegacyOrderServicePricingExceptionpublic FulfillmentGroup addFulfillmentGroupToOrder(Order order, FulfillmentGroup fulfillmentGroup, boolean priceOrder) throws PricingException
addFulfillmentGroupToOrder in interface LegacyOrderServicePricingExceptionpublic FulfillmentGroup addItemToFulfillmentGroup(OrderItem item, FulfillmentGroup fulfillmentGroup, int quantity) throws PricingException
addItemToFulfillmentGroup in interface LegacyOrderServicePricingExceptionpublic FulfillmentGroup addItemToFulfillmentGroup(OrderItem item, FulfillmentGroup fulfillmentGroup, int quantity, boolean priceOrder) throws PricingException
addItemToFulfillmentGroup in interface LegacyOrderServicePricingExceptionpublic FulfillmentGroup addItemToFulfillmentGroup(Order order, OrderItem item, FulfillmentGroup fulfillmentGroup, int quantity, boolean priceOrder) throws PricingException
addItemToFulfillmentGroup in interface LegacyOrderServicePricingExceptionpublic FulfillmentGroup addItemToFulfillmentGroup(OrderItem item, FulfillmentGroup fulfillmentGroup) throws PricingException
addItemToFulfillmentGroup in interface LegacyOrderServicePricingExceptionpublic FulfillmentGroup addItemToFulfillmentGroup(OrderItem item, FulfillmentGroup fulfillmentGroup, boolean priceOrder) throws PricingException
addItemToFulfillmentGroup in interface LegacyOrderServicePricingExceptionpublic void updateItemQuantity(Order order, OrderItem item) throws ItemNotFoundException, PricingException
LegacyOrderServiceupdateItemQuantity in interface LegacyOrderServiceItemNotFoundExceptionPricingExceptionpublic void updateItemQuantity(Order order, OrderItemRequestDTO orderItemRequestDTO) throws ItemNotFoundException, PricingException
LegacyOrderServiceupdateItemQuantity in interface LegacyOrderServiceItemNotFoundExceptionPricingExceptionpublic void updateItemQuantity(Order order, OrderItem item, boolean priceOrder) throws ItemNotFoundException, PricingException
LegacyOrderServiceupdateItemQuantity in interface LegacyOrderServiceItemNotFoundExceptionPricingExceptionpublic void removeAllFulfillmentGroupsFromOrder(Order order) throws PricingException
removeAllFulfillmentGroupsFromOrder in interface LegacyOrderServicePricingExceptionpublic void removeAllFulfillmentGroupsFromOrder(Order order, boolean priceOrder) throws PricingException
removeAllFulfillmentGroupsFromOrder in interface LegacyOrderServicePricingExceptionpublic void removeFulfillmentGroupFromOrder(Order order, FulfillmentGroup fulfillmentGroup) throws PricingException
removeFulfillmentGroupFromOrder in interface LegacyOrderServicePricingExceptionpublic void removeFulfillmentGroupFromOrder(Order order, FulfillmentGroup fulfillmentGroup, boolean priceOrder) throws PricingException
removeFulfillmentGroupFromOrder in interface LegacyOrderServicePricingExceptionpublic void removeNamedOrderForCustomer(String name, Customer customer)
removeNamedOrderForCustomer in interface LegacyOrderServicepublic List<PaymentInfo> readPaymentInfosForOrder(Order order)
readPaymentInfosForOrder in interface LegacyOrderServiceprotected boolean itemMatches(DiscreteOrderItem item1, DiscreteOrderItem item2)
protected OrderItem findMatchingDiscreteItem(Order order, DiscreteOrderItem itemToFind)
protected boolean bundleItemMatches(BundleOrderItem item1, BundleOrderItem item2)
protected OrderItem findMatchingBundleItem(Order order, BundleOrderItem itemToFind)
protected OrderItem findMatchingItem(Order order, OrderItem itemToFind)
public OrderItem addOrderItemToBundle(Order order, BundleOrderItem bundle, DiscreteOrderItem newOrderItem, boolean priceOrder) throws PricingException
addOrderItemToBundle in interface LegacyOrderServicePricingExceptionpublic Order removeItemFromBundle(Order order, BundleOrderItem bundle, OrderItem item, boolean priceOrder) throws PricingException
removeItemFromBundle in interface LegacyOrderServicePricingExceptionpublic Order addOrUpdateOrderItemAttributes(Order order, OrderItem item, Map<String,String> attributeValues, boolean priceOrder) throws ItemNotFoundException, PricingException
addOrUpdateOrderItemAttributes in interface LegacyOrderServiceorder - item - attributeValues - priceOrder - ItemNotFoundExceptionPricingExceptionpublic Order removeOrderItemAttribute(Order order, OrderItem item, String attributeName, boolean priceOrder) throws ItemNotFoundException, PricingException
LegacyOrderServiceremoveOrderItemAttribute in interface LegacyOrderServiceItemNotFoundExceptionPricingExceptionpublic FulfillmentGroup createDefaultFulfillmentGroup(Order order, Address address)
createDefaultFulfillmentGroup in interface LegacyOrderServicepublic OrderDao getOrderDao()
public void setOrderDao(OrderDao orderDao)
public PaymentInfoDao getPaymentInfoDao()
public void setPaymentInfoDao(PaymentInfoDao paymentInfoDao)
public FulfillmentGroupDao getFulfillmentGroupDao()
public void setFulfillmentGroupDao(FulfillmentGroupDao fulfillmentGroupDao)
public FulfillmentGroupItemDao getFulfillmentGroupItemDao()
public void setFulfillmentGroupItemDao(FulfillmentGroupItemDao fulfillmentGroupItemDao)
public OrderItemService getOrderItemService()
public void setOrderItemService(OrderItemService orderItemService)
public Order findOrderByOrderNumber(String orderNumber)
OrderServicefindOrderByOrderNumber in interface OrderServicefindOrderByOrderNumber in class OrderServiceImplprotected Order updateOrder(Order order, Boolean priceOrder) throws PricingException
PricingExceptionprotected FulfillmentGroupItem createFulfillmentGroupItemFromOrderItem(OrderItem orderItem, FulfillmentGroup fulfillmentGroup, int quantity)
protected void removeOrderItemFromFullfillmentGroup(Order order, OrderItem orderItem)
protected DiscreteOrderItemRequest createDiscreteOrderItemRequest(DiscreteOrderItem discreteOrderItem)
protected BundleOrderItemRequest createBundleOrderItemRequest(BundleOrderItem bundleOrderItem, List<DiscreteOrderItemRequest> discreteOrderItemRequests)
protected Order validateOrder(Long orderId)
orderId - protected Category determineCategory(Product product, Long categoryId)
protected Sku determineSku(Product product, Long skuId, Map<String,String> attributeValues)
protected Sku findMatchingSku(Product product, Map<String,String> attributeValues)
protected boolean checkSkuForMatch(Sku sku, Map<String,String> attributeValues)
public Order addItemToOrder(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) throws PricingException
LegacyOrderServiceaddItemToOrder in interface LegacyOrderServicePricingExceptionOrderItemRequestDTO@Deprecated public OrderItem addDiscreteItemToOrder(Order order, DiscreteOrderItemRequest itemRequest) throws PricingException
addDiscreteItemToOrder in interface LegacyOrderServicePricingException@Deprecated public OrderItem addDiscreteItemToOrder(Order order, DiscreteOrderItemRequest itemRequest, boolean priceOrder) throws PricingException
addDiscreteItemToOrder in interface LegacyOrderServicePricingException@Deprecated public OrderItem addSkuToOrder(Long orderId, Long skuId, Long productId, Long categoryId, Integer quantity) throws PricingException
addSkuToOrder in interface LegacyOrderServicePricingException@Deprecated public OrderItem addSkuToOrder(Long orderId, Long skuId, Long productId, Long categoryId, Integer quantity, Map<String,String> itemAttributes) throws PricingException
addSkuToOrder in interface LegacyOrderServicePricingException@Deprecated public OrderItem addSkuToOrder(Long orderId, Long skuId, Long productId, Long categoryId, Integer quantity, boolean priceOrder) throws PricingException
addSkuToOrder in interface LegacyOrderServicePricingException@Deprecated public OrderItem addSkuToOrder(Long orderId, Long skuId, Long productId, Long categoryId, Integer quantity, boolean priceOrder, Map<String,String> itemAttributes) throws PricingException
addSkuToOrder in interface LegacyOrderServicePricingException@Deprecated public OrderItem addOrderItemToOrder(Order order, OrderItem newOrderItem, boolean priceOrder) throws PricingException
addOrderItemToOrder in interface LegacyOrderServicePricingException@Deprecated public OrderItem addOrderItemToOrder(Order order, OrderItem newOrderItem) throws PricingException
addOrderItemToOrder in interface LegacyOrderServicePricingException@Deprecated public OrderItem addDynamicPriceDiscreteItemToOrder(Order order, DiscreteOrderItemRequest itemRequest, HashMap skuPricingConsiderations) throws PricingException
addDynamicPriceDiscreteItemToOrder in interface LegacyOrderServicePricingException@Deprecated public OrderItem addDynamicPriceDiscreteItemToOrder(Order order, DiscreteOrderItemRequest itemRequest, HashMap skuPricingConsiderations, boolean priceOrder) throws PricingException
addDynamicPriceDiscreteItemToOrder in interface LegacyOrderServicePricingExceptionCopyright © 2014. All Rights Reserved.