Uses of Interface
com.elasticpath.domain.order.AdvancedOrderSearchCriteria

Packages that use AdvancedOrderSearchCriteria
com.elasticpath.domain.order.impl   
com.elasticpath.persistence.support   
com.elasticpath.persistence.support.impl   
com.elasticpath.service.order   
com.elasticpath.service.order.impl   
 

Uses of AdvancedOrderSearchCriteria in com.elasticpath.domain.order.impl
 

Classes in com.elasticpath.domain.order.impl that implement AdvancedOrderSearchCriteria
 class AdvancedOrderSearchCriteriaImpl
          The default implementation of OrderSearchCriteria.
 

Uses of AdvancedOrderSearchCriteria in com.elasticpath.persistence.support
 

Methods in com.elasticpath.persistence.support with parameters of type AdvancedOrderSearchCriteria
 java.lang.String OrderCriterion.getAdvancedOrderCriteria(AdvancedOrderSearchCriteria orderSearchCriteria)
          Return the criteria used for advanced order search.
 

Uses of AdvancedOrderSearchCriteria in com.elasticpath.persistence.support.impl
 

Methods in com.elasticpath.persistence.support.impl with parameters of type AdvancedOrderSearchCriteria
 java.lang.String OrderCriterionImpl.getAdvancedOrderCriteria(AdvancedOrderSearchCriteria orderSearchCriteria)
          Return the criteria used for advanced order search.
 

Uses of AdvancedOrderSearchCriteria in com.elasticpath.service.order
 

Methods in com.elasticpath.service.order with parameters of type AdvancedOrderSearchCriteria
 java.util.List OrderService.findOrderAdvanced(AdvancedOrderSearchCriteria orderSearchCriteria, int maxResults)
          Advanced order search function based on the orderSearchCriteria and the max number of results to return.
 

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

Methods in com.elasticpath.service.order.impl with parameters of type AdvancedOrderSearchCriteria
 java.util.List OrderServiceImpl.findOrderAdvanced(AdvancedOrderSearchCriteria orderSearchCriteria, int maxResults)
          Advanced order search function based on the orderSearchCriteria and the max number of results to return.