com.elasticpath.domain.search
Interface OrderSearchCriteria

All Superinterfaces:
EpDomain, SearchCriteria, java.io.Serializable, Transient
All Known Implementing Classes:
OrderSearchCriteriaImpl

public interface OrderSearchCriteria
extends SearchCriteria

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

getCustomerSearchCriteria

CustomerSearchCriteria getCustomerSearchCriteria()
Returns the customer search criteria.

Returns:
the customer search criteria

getOrderFromDate

java.util.Date getOrderFromDate()
Get the from date for order createDate search.

Returns:
the from date for order createDate search.

getOrderNumber

java.lang.String getOrderNumber()
Returns the order number.

Returns:
the order number

getOrderStatus

OrderStatus getOrderStatus()
Get the order status.

Returns:
the order status

getOrderToDate

java.util.Date getOrderToDate()
Get the to date for order createDate search.

Returns:
the to date for order createDate search.

getShipmentStatus

OrderShipmentStatus getShipmentStatus()
Get the shipment status.

Returns:
the shipment status.

getShipmentZipcode

java.lang.String getShipmentZipcode()
Gets the shipment zipcode.

Returns:
the shipment zipcode.

getSkuCode

java.lang.String getSkuCode()
Returns the sku code.

Returns:
the sku code

setCustomerSearchCriteria

void setCustomerSearchCriteria(CustomerSearchCriteria customerSearchCriteria)
Sets the customer search criteria.

Parameters:
customerSearchCriteria - the customer search criteria

setOrderFromDate

void setOrderFromDate(java.util.Date orderFromDate)
Set the from date for order createDate search.

Parameters:
orderFromDate - the from date for order createDate search.

setOrderNumber

void setOrderNumber(java.lang.String orderNumber)
Sets the order number.

Parameters:
orderNumber - the order number

setOrderStatus

void setOrderStatus(OrderStatus orderStatus)
Set the order status.

Parameters:
orderStatus - the order status

setOrderToDate

void setOrderToDate(java.util.Date orderToDate)
Set the to date for order createDate search.

Parameters:
orderToDate - the to date for order createDate search.

setShipmentStatus

void setShipmentStatus(OrderShipmentStatus shipmentStatus)
Set the shipment status.

Parameters:
shipmentStatus - the shipment status.

setShipmentZipcode

void setShipmentZipcode(java.lang.String shipmentZipcode)
Sets the shipment zipcode.

Parameters:
shipmentZipcode - the shipment zipcode.

setSkuCode

void setSkuCode(java.lang.String skuCode)
Sets the sku code.

Parameters:
skuCode - the sku code