|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface LegacyOrderService
This legacy interface should no longer be used as of 2.0 The new interface and implementation are OrderService and OrderServiceImpl
| 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. Call addItemToOrder(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) |
OrderItem |
addDiscreteItemToOrder(Order order,
DiscreteOrderItemRequest itemRequest,
boolean priceOrder)
Deprecated. Call addItemToOrder(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) Due to cart merging and gathering requirements, the item returned is not an actual cart item. |
OrderItem |
addDynamicPriceDiscreteItemToOrder(Order order,
DiscreteOrderItemRequest itemRequest,
HashMap skuPricingConsiderations)
Deprecated. Call addItemToOrder(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) |
OrderItem |
addDynamicPriceDiscreteItemToOrder(Order order,
DiscreteOrderItemRequest itemRequest,
HashMap skuPricingConsiderations,
boolean priceOrder)
Deprecated. Call addItemToOrder(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) |
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. Call addItemToOrder(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) |
OrderItem |
addOrderItemToOrder(Order order,
OrderItem newOrderItem,
boolean priceOrder)
Deprecated. Call addItemToOrder(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) |
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. Call addItemToOrder(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) |
OrderItem |
addSkuToOrder(Long orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity,
boolean priceOrder)
Deprecated. Call addItemToOrder(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) |
OrderItem |
addSkuToOrder(Long orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity,
boolean priceOrder,
Map<String,String> orderItemAttributes)
Deprecated. Call addItemToOrder(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) |
OrderItem |
addSkuToOrder(Long orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity,
Map<String,String> orderItemAttributes)
Deprecated. Call addItemToOrder(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) |
FulfillmentGroup |
createDefaultFulfillmentGroup(Order order,
Address address)
Deprecated. |
DiscreteOrderItemRequest |
createDiscreteOrderItemRequest(Long skuId,
Long productId,
Long categoryId,
Integer quantity)
Deprecated. Not typically used in versions since 1.7. |
FulfillmentGroup |
findDefaultFulfillmentGroupForOrder(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. |
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. |
| Method Detail |
|---|
FulfillmentGroup findDefaultFulfillmentGroupForOrder(Order order)
OrderItem addGiftWrapItemToOrder(Order order,
GiftWrapOrderItemRequest itemRequest)
throws PricingException
PricingException
OrderItem addBundleItemToOrder(Order order,
BundleOrderItemRequest itemRequest)
throws PricingException
order - itemRequest -
PricingException
OrderItem addBundleItemToOrder(Order order,
BundleOrderItemRequest itemRequest,
boolean priceOrder)
throws PricingException
order - itemRequest - priceOrder -
PricingException
PaymentInfo addPaymentToOrder(Order order,
PaymentInfo payment)
FulfillmentGroup addFulfillmentGroupToOrder(FulfillmentGroupRequest fulfillmentGroupRequest)
throws PricingException
PricingException
FulfillmentGroup addFulfillmentGroupToOrder(FulfillmentGroupRequest fulfillmentGroupRequest,
boolean priceOrder)
throws PricingException
PricingException
FulfillmentGroup addFulfillmentGroupToOrder(Order order,
FulfillmentGroup fulfillmentGroup)
throws PricingException
PricingException
FulfillmentGroup addFulfillmentGroupToOrder(Order order,
FulfillmentGroup fulfillmentGroup,
boolean priceOrder)
throws PricingException
PricingException
FulfillmentGroup addItemToFulfillmentGroup(OrderItem item,
FulfillmentGroup fulfillmentGroup,
int quantity)
throws PricingException
PricingException
FulfillmentGroup addItemToFulfillmentGroup(OrderItem item,
FulfillmentGroup fulfillmentGroup,
int quantity,
boolean priceOrder)
throws PricingException
PricingException
FulfillmentGroup addItemToFulfillmentGroup(OrderItem item,
FulfillmentGroup fulfillmentGroup)
throws PricingException
PricingException
FulfillmentGroup addItemToFulfillmentGroup(OrderItem item,
FulfillmentGroup fulfillmentGroup,
boolean priceOrder)
throws PricingException
PricingException
FulfillmentGroup addItemToFulfillmentGroup(Order order,
OrderItem item,
FulfillmentGroup fulfillmentGroup,
int quantity,
boolean priceOrder)
throws PricingException
PricingException
void updateItemQuantity(Order order,
OrderItem item)
throws ItemNotFoundException,
PricingException
order - item -
ItemNotFoundException
PricingException
void updateItemQuantity(Order order,
OrderItem item,
boolean priceOrder)
throws ItemNotFoundException,
PricingException
order - item - priceOrder -
ItemNotFoundException
PricingException
void updateItemQuantity(Order order,
OrderItemRequestDTO orderItemRequestDTO)
throws ItemNotFoundException,
PricingException
order - orderItemRequestDTO -
ItemNotFoundException
PricingException
void removeFulfillmentGroupFromOrder(Order order,
FulfillmentGroup fulfillmentGroup)
throws PricingException
PricingException
void removeFulfillmentGroupFromOrder(Order order,
FulfillmentGroup fulfillmentGroup,
boolean priceOrder)
throws PricingException
PricingException
Order removeItemFromOrder(Order order,
OrderItem item)
throws PricingException
PricingException
Order removeItemFromOrder(Order order,
OrderItem item,
boolean priceOrder)
throws PricingException
PricingException
void removeNamedOrderForCustomer(String name,
Customer customer)
void removeAllFulfillmentGroupsFromOrder(Order order)
throws PricingException
PricingException
void removeAllFulfillmentGroupsFromOrder(Order order,
boolean priceOrder)
throws PricingException
PricingExceptionList<PaymentInfo> readPaymentInfosForOrder(Order order)
Order removeItemFromOrder(Long orderId,
Long itemId)
throws PricingException
PricingException
Order removeItemFromOrder(Long orderId,
Long itemId,
boolean priceOrder)
throws PricingException
PricingException
FulfillmentGroup createDefaultFulfillmentGroup(Order order,
Address address)
Order addItemToOrder(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder)
throws PricingException
orderItemRequestDTO - priceOrder -
PricingExceptionOrderItemRequestDTO
DiscreteOrderItemRequest createDiscreteOrderItemRequest(Long skuId,
Long productId,
Long categoryId,
Integer quantity)
addItemToOrder(Long, OrderItemRequestDTO, boolean)
skuId - productId - categoryId - quantity -
Order addOrUpdateOrderItemAttributes(Order order,
OrderItem item,
Map<String,String> attributeValues,
boolean priceOrder)
throws ItemNotFoundException,
PricingException
order - item - attributeValues - priceOrder -
ItemNotFoundException
PricingException
Order removeOrderItemAttribute(Order order,
OrderItem item,
String attributeName,
boolean priceOrder)
throws ItemNotFoundException,
PricingException
order - item - attributeName - priceOrder -
ItemNotFoundException
PricingException
@Deprecated
OrderItem addDiscreteItemToOrder(Order order,
DiscreteOrderItemRequest itemRequest)
throws PricingException
order - itemRequest -
PricingException
@Deprecated
OrderItem addDiscreteItemToOrder(Order order,
DiscreteOrderItemRequest itemRequest,
boolean priceOrder)
throws PricingException
order - itemRequest - priceOrder -
PricingException
@Deprecated
OrderItem addSkuToOrder(Long orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity)
throws PricingException
orderId - skuId - productId - categoryId - quantity -
PricingException
@Deprecated
OrderItem addSkuToOrder(Long orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity,
Map<String,String> orderItemAttributes)
throws PricingException
orderId - skuId - productId - categoryId - quantity - orderItemAttributes -
PricingException
@Deprecated
OrderItem addSkuToOrder(Long orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity,
boolean priceOrder)
throws PricingException
orderId - skuId - productId - categoryId - quantity - priceOrder -
PricingException
@Deprecated
OrderItem addSkuToOrder(Long orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity,
boolean priceOrder,
Map<String,String> orderItemAttributes)
throws PricingException
orderId - skuId - productId - categoryId - quantity - priceOrder - orderItemAttributes -
PricingException
@Deprecated
OrderItem addOrderItemToOrder(Order order,
OrderItem newOrderItem)
throws PricingException
order - newOrderItem -
PricingException
@Deprecated
OrderItem addOrderItemToOrder(Order order,
OrderItem newOrderItem,
boolean priceOrder)
throws PricingException
order - newOrderItem - priceOrder -
PricingException
@Deprecated
OrderItem addDynamicPriceDiscreteItemToOrder(Order order,
DiscreteOrderItemRequest itemRequest,
HashMap skuPricingConsiderations)
throws PricingException
order - itemRequest - skuPricingConsiderations -
PricingException
@Deprecated
OrderItem addDynamicPriceDiscreteItemToOrder(Order order,
DiscreteOrderItemRequest itemRequest,
HashMap skuPricingConsiderations,
boolean priceOrder)
throws PricingException
order - itemRequest - skuPricingConsiderations - priceOrder -
PricingException
OrderItem addOrderItemToBundle(Order order,
BundleOrderItem bundle,
DiscreteOrderItem newOrderItem,
boolean priceOrder)
throws PricingException
PricingException
Order removeItemFromBundle(Order order,
BundleOrderItem bundle,
OrderItem item,
boolean priceOrder)
throws PricingException
PricingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||