|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderAjaxService
This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
| Method Summary | |
|---|---|
Order |
addOrderNote(long orderUid,
OrderNote newOrderNote)
Add an orderNote. |
java.util.List |
findOrderByCriteria(OrderSearchCriteria orderSearchCriteria,
int maxResults)
Retrieve the list of OrderInfoAjaxBeans, whose specified property contain the given criteria value. |
Order |
updateOrderBillingAddress(long orderUid,
OrderAddress billingAddress)
Update the billing address of the order with the given orderUid. |
Order |
updateOrderStatus(long orderUid,
OrderStatus newOrderStatus)
Update the status of the order with the given orderUid. |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
Order addOrderNote(long orderUid,
OrderNote newOrderNote)
orderUid - the orderUid.newOrderNote - the new order note.
java.util.List findOrderByCriteria(OrderSearchCriteria orderSearchCriteria,
int maxResults)
OrderInfoAjaxBeans, whose specified property contain the given criteria value.
Set maxResults to -1 where use the global maxCmSearchResultCount setting in elasticpath.xml.
orderSearchCriteria - criteria for order search.maxResults - the max number of orders to return on search.
Order updateOrderBillingAddress(long orderUid,
OrderAddress billingAddress)
orderUid - the orderUid.billingAddress - the update billing address.
Order updateOrderStatus(long orderUid,
OrderStatus newOrderStatus)
orderUid - the orderUid.newOrderStatus - the new order status.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||