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

Packages that use CategorySearchCriteria
com.elasticpath.cmweb.ajaxservice   
com.elasticpath.cmweb.ajaxservice.impl   
com.elasticpath.domain.search.impl   
com.elasticpath.service.catalog   
com.elasticpath.service.catalog.impl   
 

Uses of CategorySearchCriteria in com.elasticpath.cmweb.ajaxservice
 

Methods in com.elasticpath.cmweb.ajaxservice with parameters of type CategorySearchCriteria
 java.util.List CatalogAjaxService.findCategoryInfoByCriteria(CategorySearchCriteria categorySearchCriteria)
          Retrieve the list of categories, whose specified property contain the given criteria value.
 

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

Methods in com.elasticpath.cmweb.ajaxservice.impl with parameters of type CategorySearchCriteria
 java.util.List CatalogAjaxServiceImpl.findCategoryInfoByCriteria(CategorySearchCriteria categorySearchCriteria)
          Retrieve the list of categories, whose specified property contain the given criteria value.
 

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

Classes in com.elasticpath.domain.search.impl that implement CategorySearchCriteria
 class CategorySearchCriteriaImpl
          A criteria for advanced category search.
 

Uses of CategorySearchCriteria in com.elasticpath.service.catalog
 

Methods in com.elasticpath.service.catalog with parameters of type CategorySearchCriteria
 java.util.List CategoryService.findCategoryByCriteria(CategorySearchCriteria categorySearchCriteria)
          Retrieve the list of categories, whose specified property contain the given criteria value.
 

Uses of CategorySearchCriteria in com.elasticpath.service.catalog.impl
 

Methods in com.elasticpath.service.catalog.impl with parameters of type CategorySearchCriteria
 java.util.List CategoryServiceImpl.findCategoryByCriteria(CategorySearchCriteria categorySearchCriteria)
          Retrieve the list of categories, whose specified property contain the given criteria value.