|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AdvancedOrderSearchCriteria
Represents criteria for advancec order search. Allow to specify criteria on order(order creation date range and order status), order customer(email, firstName, lastName and phoneNumber), shippin address zip / postal code, order sku code(if the order contains the sku with the specified sku code) and order shipment status.
| Method Summary | |
|---|---|
java.util.Map |
getCustomerCriteria()
Get the map of order customer property name to criteria value. |
java.util.Date |
getOrderFromDate()
Get the from date for order createDate search. |
int |
getOrderStatus()
Get the order status criteria. |
java.util.Date |
getOrderToDate()
Get the to date for order createDate search. |
java.util.Map |
getShipmentAddressCriteria()
Get the map of order shipmentAddress property name to criteria value. |
int |
getShipmentStatus()
Get the shipment status. |
java.lang.String |
getSkuCode()
Get the sku code for search. |
void |
setCustomerCriteria(java.util.Map customerCriteria)
Set the map of order customer property name to criteria value. |
void |
setOrderFromDate(java.util.Date orderFromDate)
Set the from date for order createDate search. |
void |
setOrderStatus(int orderStatus)
Set the order status criteria. |
void |
setOrderToDate(java.util.Date orderToDate)
Set the to date for order createDate search. |
void |
setShipmentAddressCriteria(java.util.Map shipmentAddressCriteria)
Set the map of order shipmentAddress property name to criteria value. |
void |
setShipmentStatus(int shipmentStatus)
Set the shipment status. |
void |
setSkuCode(java.lang.String skuCode)
Set the sku code for search. |
| Method Detail |
|---|
java.util.Map getCustomerCriteria()
java.util.Date getOrderFromDate()
int getOrderStatus()
java.util.Date getOrderToDate()
java.util.Map getShipmentAddressCriteria()
int getShipmentStatus()
java.lang.String getSkuCode()
void setCustomerCriteria(java.util.Map customerCriteria)
customerCriteria - the map of order customer property name to criteria valuevoid setOrderFromDate(java.util.Date orderFromDate)
orderFromDate - the from date for order createDate search.void setOrderStatus(int orderStatus)
orderStatus - the order status criteria.void setOrderToDate(java.util.Date orderToDate)
orderToDate - the to date for order createDate search.void setShipmentAddressCriteria(java.util.Map shipmentAddressCriteria)
shipmentAddressCriteria - the map of order shipmentAddress property name to criteria valuevoid setShipmentStatus(int shipmentStatus)
shipmentStatus - the shipment status.void setSkuCode(java.lang.String skuCode)
skuCode - the sku code for search.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||