|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
com.elasticpath.domain.search.impl.AbstractSearchCriteriaImpl
com.elasticpath.domain.search.impl.OrderSearchCriteriaImpl
public class OrderSearchCriteriaImpl
A criteria for advanced order search.
Field Summary |
---|
Fields inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl |
---|
serialVersionUID |
Constructor Summary | |
---|---|
OrderSearchCriteriaImpl()
|
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 class com.elasticpath.domain.search.impl.AbstractSearchCriteriaImpl |
---|
getLocale, isFuzzySearchDisabled, setFuzzySearchDisabled, setLocale |
Methods inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl |
---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl |
---|
getElasticPath, setElasticPath |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.elasticpath.domain.search.SearchCriteria |
---|
getLocale, isFuzzySearchDisabled, setFuzzySearchDisabled, setLocale |
Methods inherited from interface com.elasticpath.domain.EpDomain |
---|
getElasticPath, setElasticPath |
Constructor Detail |
---|
public OrderSearchCriteriaImpl()
Method Detail |
---|
public CustomerSearchCriteria getCustomerSearchCriteria()
getCustomerSearchCriteria
in interface OrderSearchCriteria
public java.util.Date getOrderFromDate()
getOrderFromDate
in interface OrderSearchCriteria
public java.lang.String getOrderNumber()
getOrderNumber
in interface OrderSearchCriteria
public OrderStatus getOrderStatus()
getOrderStatus
in interface OrderSearchCriteria
public java.util.Date getOrderToDate()
getOrderToDate
in interface OrderSearchCriteria
public OrderShipmentStatus getShipmentStatus()
getShipmentStatus
in interface OrderSearchCriteria
public java.lang.String getShipmentZipcode()
getShipmentZipcode
in interface OrderSearchCriteria
public java.lang.String getSkuCode()
getSkuCode
in interface OrderSearchCriteria
public void setCustomerSearchCriteria(CustomerSearchCriteria customerSearchCriteria)
setCustomerSearchCriteria
in interface OrderSearchCriteria
customerSearchCriteria
- the customer search criteriapublic void setOrderFromDate(java.util.Date orderFromDate)
setOrderFromDate
in interface OrderSearchCriteria
orderFromDate
- the from date for order createDate search.public void setOrderNumber(java.lang.String orderNumber)
setOrderNumber
in interface OrderSearchCriteria
orderNumber
- the order numberpublic void setOrderStatus(OrderStatus orderStatus)
setOrderStatus
in interface OrderSearchCriteria
orderStatus
- the order statuspublic void setOrderToDate(java.util.Date orderToDate)
setOrderToDate
in interface OrderSearchCriteria
orderToDate
- the to date for order createDate search.public void setShipmentStatus(OrderShipmentStatus shipmentStatus)
setShipmentStatus
in interface OrderSearchCriteria
shipmentStatus
- the shipment status.public void setShipmentZipcode(java.lang.String shipmentZipcode)
setShipmentZipcode
in interface OrderSearchCriteria
shipmentZipcode
- the shipment zipcode.public void setSkuCode(java.lang.String skuCode)
setSkuCode
in interface OrderSearchCriteria
skuCode
- the sku code
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |