|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.order.service.OrderServiceImpl
org.broadleafcommerce.core.order.service.legacy.LegacyOrderServiceImpl
@Deprecated public class LegacyOrderServiceImpl
This legacy implementation should no longer be used as of 2.0 The new interface and implementation are OrderService and OrderServiceImpl
| Field Summary | |
|---|---|
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. |
| Fields inherited from class org.broadleafcommerce.core.order.service.OrderServiceImpl |
|---|
addItemWorkflow, automaticallyMergeLikeItems, deleteEmptyNamedOrders, extensionManager, mergeCartService, moveNamedOrderItems, nullOrderFactory, offerDao, offerService, orderDao, paymentInfoDao, pricingRetryCountForLockFailure, pricingRetryWaitIntervalForLockFailure, pricingService, removeItemWorkflow, securePaymentInfoService, transactionManager, updateItemWorkflow |
| Constructor Summary | |
|---|---|
LegacyOrderServiceImpl()
Deprecated. |
|
| Method Summary | |
|---|---|
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. Note: This method will automatically associate the given order to the given itemRequest such that then resulting OrderItem will already have an Order associated to it. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FulfillmentGroupDao fulfillmentGroupDao
protected FulfillmentGroupItemDao fulfillmentGroupItemDao
protected OrderItemService orderItemService
protected OrderItemDao orderItemDao
protected SkuDao skuDao
protected ProductDao productDao
protected CategoryDao categoryDao
protected FulfillmentGroupService fulfillmentGroupService
| Constructor Detail |
|---|
public LegacyOrderServiceImpl()
| Method Detail |
|---|
public FulfillmentGroup findDefaultFulfillmentGroupForOrder(Order order)
findDefaultFulfillmentGroupForOrder in interface LegacyOrderService
public 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 LegacyOrderService
public OrderItem addGiftWrapItemToOrder(Order order,
GiftWrapOrderItemRequest itemRequest)
throws PricingException
LegacyOrderServiceOrderItem will already have an Order associated to it.
addGiftWrapItemToOrder in interface LegacyOrderServicePricingException
public OrderItem addBundleItemToOrder(Order order,
BundleOrderItemRequest itemRequest)
throws PricingException
LegacyOrderService
addBundleItemToOrder in interface LegacyOrderServicePricingException
public OrderItem addBundleItemToOrder(Order order,
BundleOrderItemRequest itemRequest,
boolean priceOrder)
throws PricingException
LegacyOrderServiceOrderItem will already have the Order associated to it
addBundleItemToOrder in interface LegacyOrderServicePricingException
public Order removeItemFromOrder(Long orderId,
Long itemId)
throws PricingException
removeItemFromOrder in interface LegacyOrderServicePricingException
public Order removeItemFromOrder(Long orderId,
Long itemId,
boolean priceOrder)
throws PricingException
removeItemFromOrder in interface LegacyOrderServicePricingException
public Order removeItemFromOrder(Order order,
OrderItem item)
throws PricingException
removeItemFromOrder in interface LegacyOrderServicePricingException
public Order removeItemFromOrder(Order order,
OrderItem item,
boolean priceOrder)
throws PricingException
removeItemFromOrder in interface LegacyOrderServicePricingException
public Order moveItemToOrder(Order originalOrder,
Order destinationOrder,
OrderItem item)
throws PricingException
PricingException
public Order moveItemToOrder(Order originalOrder,
Order destinationOrder,
OrderItem item,
boolean priceOrder)
throws PricingException
PricingException
public PaymentInfo addPaymentToOrder(Order order,
PaymentInfo payment)
addPaymentToOrder in interface LegacyOrderService
public FulfillmentGroup addFulfillmentGroupToOrder(FulfillmentGroupRequest fulfillmentGroupRequest)
throws PricingException
addFulfillmentGroupToOrder in interface LegacyOrderServicePricingException
public FulfillmentGroup addFulfillmentGroupToOrder(FulfillmentGroupRequest fulfillmentGroupRequest,
boolean priceOrder)
throws PricingException
addFulfillmentGroupToOrder in interface LegacyOrderServicePricingException
public FulfillmentGroup addFulfillmentGroupToOrder(Order order,
FulfillmentGroup fulfillmentGroup)
throws PricingException
addFulfillmentGroupToOrder in interface LegacyOrderServicePricingException
public FulfillmentGroup addFulfillmentGroupToOrder(Order order,
FulfillmentGroup fulfillmentGroup,
boolean priceOrder)
throws PricingException
addFulfillmentGroupToOrder in interface LegacyOrderServicePricingException
public FulfillmentGroup addItemToFulfillmentGroup(OrderItem item,
FulfillmentGroup fulfillmentGroup,
int quantity)
throws PricingException
addItemToFulfillmentGroup in interface LegacyOrderServicePricingException
public FulfillmentGroup addItemToFulfillmentGroup(OrderItem item,
FulfillmentGroup fulfillmentGroup,
int quantity,
boolean priceOrder)
throws PricingException
addItemToFulfillmentGroup in interface LegacyOrderServicePricingException
public FulfillmentGroup addItemToFulfillmentGroup(Order order,
OrderItem item,
FulfillmentGroup fulfillmentGroup,
int quantity,
boolean priceOrder)
throws PricingException
addItemToFulfillmentGroup in interface LegacyOrderServicePricingException
public FulfillmentGroup addItemToFulfillmentGroup(OrderItem item,
FulfillmentGroup fulfillmentGroup)
throws PricingException
addItemToFulfillmentGroup in interface LegacyOrderServicePricingException
public FulfillmentGroup addItemToFulfillmentGroup(OrderItem item,
FulfillmentGroup fulfillmentGroup,
boolean priceOrder)
throws PricingException
addItemToFulfillmentGroup in interface LegacyOrderServicePricingException
public void updateItemQuantity(Order order,
OrderItem item)
throws ItemNotFoundException,
PricingException
LegacyOrderService
updateItemQuantity in interface LegacyOrderServiceItemNotFoundException
PricingException
public void updateItemQuantity(Order order,
OrderItemRequestDTO orderItemRequestDTO)
throws ItemNotFoundException,
PricingException
LegacyOrderService
updateItemQuantity in interface LegacyOrderServiceItemNotFoundException
PricingException
public void updateItemQuantity(Order order,
OrderItem item,
boolean priceOrder)
throws ItemNotFoundException,
PricingException
LegacyOrderService
updateItemQuantity in interface LegacyOrderServiceItemNotFoundException
PricingException
public void removeAllFulfillmentGroupsFromOrder(Order order)
throws PricingException
removeAllFulfillmentGroupsFromOrder in interface LegacyOrderServicePricingException
public void removeAllFulfillmentGroupsFromOrder(Order order,
boolean priceOrder)
throws PricingException
removeAllFulfillmentGroupsFromOrder in interface LegacyOrderServicePricingException
public void removeFulfillmentGroupFromOrder(Order order,
FulfillmentGroup fulfillmentGroup)
throws PricingException
removeFulfillmentGroupFromOrder in interface LegacyOrderServicePricingException
public void removeFulfillmentGroupFromOrder(Order order,
FulfillmentGroup fulfillmentGroup,
boolean priceOrder)
throws PricingException
removeFulfillmentGroupFromOrder in interface LegacyOrderServicePricingException
public void removeNamedOrderForCustomer(String name,
Customer customer)
removeNamedOrderForCustomer in interface LegacyOrderServicepublic List<PaymentInfo> readPaymentInfosForOrder(Order order)
readPaymentInfosForOrder in interface LegacyOrderService
protected 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 LegacyOrderServicePricingException
public Order removeItemFromBundle(Order order,
BundleOrderItem bundle,
OrderItem item,
boolean priceOrder)
throws PricingException
removeItemFromBundle in interface LegacyOrderServicePricingException
public Order addOrUpdateOrderItemAttributes(Order order,
OrderItem item,
Map<String,String> attributeValues,
boolean priceOrder)
throws ItemNotFoundException,
PricingException
addOrUpdateOrderItemAttributes in interface LegacyOrderServiceorder - item - attributeValues - priceOrder -
ItemNotFoundException
PricingException
public Order removeOrderItemAttribute(Order order,
OrderItem item,
String attributeName,
boolean priceOrder)
throws ItemNotFoundException,
PricingException
LegacyOrderService
removeOrderItemAttribute in interface LegacyOrderServiceItemNotFoundException
PricingException
public 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)
OrderService
findOrderByOrderNumber in interface OrderServicefindOrderByOrderNumber in class OrderServiceImpl
protected Order updateOrder(Order order,
Boolean priceOrder)
throws PricingException
PricingExceptionprotected Order persistOrder(Order order)
protected 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 Product validateProduct(Long productId)
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
LegacyOrderService
addItemToOrder 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 LegacyOrderServicePricingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||