|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderSearchCriteria
Represents criteria for advancec order search.
| Method Summary | |
|---|---|
CustomerSearchCriteria |
getCustomerSearchCriteria()
Returns the customer search criteria. |
java.util.Date |
getOrderFromDate()
Get the from date for order createDate search. |
java.lang.String |
getOrderNumber()
Returns the order number. |
OrderStatus |
getOrderStatus()
Get the order status. |
java.util.Date |
getOrderToDate()
Get the to date for order createDate search. |
OrderShipmentStatus |
getShipmentStatus()
Get the shipment status. |
java.lang.String |
getShipmentZipcode()
Gets the shipment zipcode. |
java.lang.String |
getSkuCode()
Returns the sku code. |
void |
setCustomerSearchCriteria(CustomerSearchCriteria customerSearchCriteria)
Sets the customer search criteria. |
void |
setOrderFromDate(java.util.Date orderFromDate)
Set the from date for order createDate search. |
void |
setOrderNumber(java.lang.String orderNumber)
Sets the order number. |
void |
setOrderStatus(OrderStatus orderStatus)
Set the order status. |
void |
setOrderToDate(java.util.Date orderToDate)
Set the to date for order createDate search. |
void |
setShipmentStatus(OrderShipmentStatus shipmentStatus)
Set the shipment status. |
void |
setShipmentZipcode(java.lang.String shipmentZipcode)
Sets the shipment zipcode. |
void |
setSkuCode(java.lang.String skuCode)
Sets the sku code. |
| Methods inherited from interface com.elasticpath.domain.search.SearchCriteria |
|---|
getLocale, isFuzzySearchDisabled, setFuzzySearchDisabled, setLocale |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
CustomerSearchCriteria getCustomerSearchCriteria()
java.util.Date getOrderFromDate()
java.lang.String getOrderNumber()
OrderStatus getOrderStatus()
java.util.Date getOrderToDate()
OrderShipmentStatus getShipmentStatus()
java.lang.String getShipmentZipcode()
java.lang.String getSkuCode()
void setCustomerSearchCriteria(CustomerSearchCriteria customerSearchCriteria)
customerSearchCriteria - the customer search criteriavoid setOrderFromDate(java.util.Date orderFromDate)
orderFromDate - the from date for order createDate search.void setOrderNumber(java.lang.String orderNumber)
orderNumber - the order numbervoid setOrderStatus(OrderStatus orderStatus)
orderStatus - the order statusvoid setOrderToDate(java.util.Date orderToDate)
orderToDate - the to date for order createDate search.void setShipmentStatus(OrderShipmentStatus shipmentStatus)
shipmentStatus - the shipment status.void setShipmentZipcode(java.lang.String shipmentZipcode)
shipmentZipcode - the shipment zipcode.void setSkuCode(java.lang.String skuCode)
skuCode - the sku code
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||