@Deprecated public interface LegacyOrderService extends OrderService
| 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.
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.
NOTE: this will automatically associate the given order to the given itemRequest such that the
resulting
OrderItem will already have the Order associated to it |
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.
|
OrderPayment |
addPaymentToOrder(Order order,
OrderPayment 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 orderId,
Long skuId,
Long productId,
Long categoryId,
Integer quantity)
Deprecated.
Not typically used in versions since 1.7.
|
FulfillmentGroup |
findDefaultFulfillmentGroupForOrder(Order order)
Deprecated.
|
List<OrderPayment> |
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.
|
addAllItemsFromNamedOrder, addGiftWrapItemToOrder, addItem, addItemFromNamedOrder, addItemFromNamedOrder, addItemWithPriceOverrides, addOfferCode, addOfferCodes, addPaymentToOrder, cancelOrder, confirmOrder, createNamedOrderForCustomer, createNewCartForCustomer, deleteOrder, findCartForCustomer, findLastMatchingItem, findNamedOrderForCustomer, findOrderById, findOrderById, findOrderByOrderNumber, findOrdersForCustomer, findOrdersForCustomer, findPaymentsForOrder, getAutomaticallyMergeLikeItems, getNullOrder, isDeleteEmptyNamedOrders, isMoveNamedOrderItems, preValidateCartOperation, printOrder, reloadOrder, removeAllOfferCodes, removeAllPaymentsFromOrder, removeInactiveItems, removeItem, removeOfferCode, removePaymentFromOrder, removePaymentsFromOrder, save, setAutomaticallyMergeLikeItems, setDeleteEmptyNamedOrders, setMoveNamedOrderItems, updateItemQuantity, updateProductOptionsForItemFulfillmentGroup findDefaultFulfillmentGroupForOrder(Order order)
OrderItem addGiftWrapItemToOrder(Order order, GiftWrapOrderItemRequest itemRequest) throws PricingException
OrderItem will already have an Order associated to it.order - itemRequest - PricingExceptionOrderItem addBundleItemToOrder(Order order, BundleOrderItemRequest itemRequest) throws PricingException
order - itemRequest - PricingExceptionOrderItem addBundleItemToOrder(Order order, BundleOrderItemRequest itemRequest, boolean priceOrder) throws PricingException
OrderItem will already have the Order associated to itorder - itemRequest - priceOrder - PricingExceptionOrderPayment addPaymentToOrder(Order order, OrderPayment payment)
FulfillmentGroup addFulfillmentGroupToOrder(FulfillmentGroupRequest fulfillmentGroupRequest) throws PricingException
PricingExceptionFulfillmentGroup addFulfillmentGroupToOrder(FulfillmentGroupRequest fulfillmentGroupRequest, boolean priceOrder) throws PricingException
PricingExceptionFulfillmentGroup addFulfillmentGroupToOrder(Order order, FulfillmentGroup fulfillmentGroup) throws PricingException
PricingExceptionFulfillmentGroup addFulfillmentGroupToOrder(Order order, FulfillmentGroup fulfillmentGroup, boolean priceOrder) throws PricingException
PricingExceptionFulfillmentGroup addItemToFulfillmentGroup(OrderItem item, FulfillmentGroup fulfillmentGroup, int quantity) throws PricingException
PricingExceptionFulfillmentGroup addItemToFulfillmentGroup(OrderItem item, FulfillmentGroup fulfillmentGroup, int quantity, boolean priceOrder) throws PricingException
PricingExceptionFulfillmentGroup addItemToFulfillmentGroup(OrderItem item, FulfillmentGroup fulfillmentGroup) throws PricingException
PricingExceptionFulfillmentGroup addItemToFulfillmentGroup(OrderItem item, FulfillmentGroup fulfillmentGroup, boolean priceOrder) throws PricingException
PricingExceptionFulfillmentGroup addItemToFulfillmentGroup(Order order, OrderItem item, FulfillmentGroup fulfillmentGroup, int quantity, boolean priceOrder) throws PricingException
PricingExceptionvoid updateItemQuantity(Order order, OrderItem item) throws ItemNotFoundException, PricingException
order - item - ItemNotFoundExceptionPricingExceptionvoid updateItemQuantity(Order order, OrderItem item, boolean priceOrder) throws ItemNotFoundException, PricingException
order - item - priceOrder - ItemNotFoundExceptionPricingExceptionvoid updateItemQuantity(Order order, OrderItemRequestDTO orderItemRequestDTO) throws ItemNotFoundException, PricingException
order - orderItemRequestDTO - ItemNotFoundExceptionPricingExceptionvoid removeFulfillmentGroupFromOrder(Order order, FulfillmentGroup fulfillmentGroup) throws PricingException
PricingExceptionvoid removeFulfillmentGroupFromOrder(Order order, FulfillmentGroup fulfillmentGroup, boolean priceOrder) throws PricingException
PricingExceptionOrder removeItemFromOrder(Order order, OrderItem item) throws PricingException
PricingExceptionOrder removeItemFromOrder(Order order, OrderItem item, boolean priceOrder) throws PricingException
PricingExceptionvoid removeNamedOrderForCustomer(String name, Customer customer)
void removeAllFulfillmentGroupsFromOrder(Order order) throws PricingException
PricingExceptionvoid removeAllFulfillmentGroupsFromOrder(Order order, boolean priceOrder) throws PricingException
PricingExceptionList<OrderPayment> readPaymentInfosForOrder(Order order)
Order removeItemFromOrder(Long orderId, Long itemId) throws PricingException
PricingExceptionOrder removeItemFromOrder(Long orderId, Long itemId, boolean priceOrder) throws PricingException
PricingExceptionFulfillmentGroup createDefaultFulfillmentGroup(Order order, Address address)
Order addItemToOrder(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) throws PricingException
orderItemRequestDTO - priceOrder - PricingExceptionOrderItemRequestDTODiscreteOrderItemRequest createDiscreteOrderItemRequest(Long orderId, Long skuId, Long productId, Long categoryId, Integer quantity)
addItemToOrder(Long, OrderItemRequestDTO, boolean)orderId - skuId - productId - categoryId - quantity - Order addOrUpdateOrderItemAttributes(Order order, OrderItem item, Map<String,String> attributeValues, boolean priceOrder) throws ItemNotFoundException, PricingException
order - item - attributeValues - priceOrder - ItemNotFoundExceptionPricingExceptionOrder removeOrderItemAttribute(Order order, OrderItem item, String attributeName, boolean priceOrder) throws ItemNotFoundException, PricingException
order - item - attributeName - priceOrder - ItemNotFoundExceptionPricingException@Deprecated OrderItem addDiscreteItemToOrder(Order order, DiscreteOrderItemRequest itemRequest) throws PricingException
order - itemRequest - PricingException@Deprecated OrderItem addDiscreteItemToOrder(Order order, DiscreteOrderItemRequest itemRequest, boolean priceOrder) throws PricingException
OrderItem will already have the Order associated to itorder - 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 - PricingExceptionOrderItem addOrderItemToBundle(Order order, BundleOrderItem bundle, DiscreteOrderItem newOrderItem, boolean priceOrder) throws PricingException
PricingExceptionOrder removeItemFromBundle(Order order, BundleOrderItem bundle, OrderItem item, boolean priceOrder) throws PricingException
PricingExceptionCopyright © 2015. All Rights Reserved.