Uses of Interface
com.elasticpath.domain.search.OrderSearchCriteria

Packages that use OrderSearchCriteria
com.elasticpath.cmweb.ajaxservice   
com.elasticpath.cmweb.ajaxservice.impl   
com.elasticpath.domain.search.impl   
com.elasticpath.service.order   
com.elasticpath.service.order.impl   
 

Uses of OrderSearchCriteria in com.elasticpath.cmweb.ajaxservice
 

Methods in com.elasticpath.cmweb.ajaxservice with parameters of type OrderSearchCriteria
 java.util.List OrderAjaxService.findOrderByCriteria(OrderSearchCriteria orderSearchCriteria, int maxResults)
          Retrieve the list of OrderInfoAjaxBeans, whose specified property contain the given criteria value.
 

Uses of OrderSearchCriteria in com.elasticpath.cmweb.ajaxservice.impl
 

Methods in com.elasticpath.cmweb.ajaxservice.impl with parameters of type OrderSearchCriteria
 java.util.List OrderAjaxServiceImpl.findOrderByCriteria(OrderSearchCriteria orderSearchCriteria, int maxResults)
          Retrieve the list of OrderInfoAjaxBeans, whose specified property contain the given criteria value.
 

Uses of OrderSearchCriteria in com.elasticpath.domain.search.impl
 

Classes in com.elasticpath.domain.search.impl that implement OrderSearchCriteria
 class OrderSearchCriteriaImpl
          A criteria for advanced order search.
 

Uses of OrderSearchCriteria in com.elasticpath.service.order
 

Methods in com.elasticpath.service.order with parameters of type OrderSearchCriteria
 java.util.List OrderService.findOrderByCriteria(OrderSearchCriteria orderSearchCriteria)
          Retrieve the list of orders, whose specified property contain the given criteria value.
 java.util.List OrderService.findOrderByCriteria(OrderSearchCriteria orderSearchCriteria, int maxResults)
          Retrieve the list of orders, whose specified property contain the given criteria value.
 

Uses of OrderSearchCriteria in com.elasticpath.service.order.impl
 

Methods in com.elasticpath.service.order.impl with parameters of type OrderSearchCriteria
 java.util.List OrderServiceImpl.findOrderByCriteria(OrderSearchCriteria orderSearchCriteria)
          Retrieve the list of orders, whose specified property contain the given criteria value.
 java.util.List OrderServiceImpl.findOrderByCriteria(OrderSearchCriteria orderSearchCriteria, int maxResults)
          Retrieve the list of orders, whose specified property contain the given criteria value.