|
|||||||||
| 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.AbstractTransientImpl
com.elasticpath.domain.order.impl.AdvancedOrderSearchCriteriaImpl
public class AdvancedOrderSearchCriteriaImpl
The default implementation of OrderSearchCriteria.
| Field Summary | |
|---|---|
static long |
serialVersionUID
Serial version id. |
| Constructor Summary | |
|---|---|
AdvancedOrderSearchCriteriaImpl()
|
|
| 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. |
| 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.EpDomain |
|---|
getElasticPath, setElasticPath |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public AdvancedOrderSearchCriteriaImpl()
| Method Detail |
|---|
public java.util.Map getCustomerCriteria()
getCustomerCriteria in interface AdvancedOrderSearchCriteriapublic java.util.Date getOrderFromDate()
getOrderFromDate in interface AdvancedOrderSearchCriteriapublic int getOrderStatus()
getOrderStatus in interface AdvancedOrderSearchCriteriapublic java.util.Date getOrderToDate()
getOrderToDate in interface AdvancedOrderSearchCriteriapublic java.util.Map getShipmentAddressCriteria()
getShipmentAddressCriteria in interface AdvancedOrderSearchCriteriapublic int getShipmentStatus()
getShipmentStatus in interface AdvancedOrderSearchCriteriapublic java.lang.String getSkuCode()
getSkuCode in interface AdvancedOrderSearchCriteriapublic void setCustomerCriteria(java.util.Map customerCriteria)
setCustomerCriteria in interface AdvancedOrderSearchCriteriacustomerCriteria - the map of order customer property name to criteria valuepublic void setOrderFromDate(java.util.Date orderFromDate)
setOrderFromDate in interface AdvancedOrderSearchCriteriaorderFromDate - the from date for order createDate search.public void setOrderStatus(int orderStatus)
setOrderStatus in interface AdvancedOrderSearchCriteriaorderStatus - the order status criteria.public void setOrderToDate(java.util.Date orderToDate)
setOrderToDate in interface AdvancedOrderSearchCriteriaorderToDate - the to date for order createDate search.public void setShipmentAddressCriteria(java.util.Map shipmentAddressCriteria)
setShipmentAddressCriteria in interface AdvancedOrderSearchCriteriashipmentAddressCriteria - the map of order shipmentAddress property name to criteria valuepublic void setShipmentStatus(int shipmentStatus)
setShipmentStatus in interface AdvancedOrderSearchCriteriashipmentStatus - the shipment status.public void setSkuCode(java.lang.String skuCode)
setSkuCode in interface AdvancedOrderSearchCriteriaskuCode - the sku code for search.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||