Uses of Interface
com.elasticpath.service.catalogview.SorterFactory

Packages that use SorterFactory
com.elasticpath.domain.catalogview   
com.elasticpath.domain.catalogview.impl   
com.elasticpath.service.catalogview.impl   
 

Uses of SorterFactory in com.elasticpath.domain.catalogview
 

Methods in com.elasticpath.domain.catalogview that return SorterFactory
 SorterFactory CatalogViewRequest.getSorterFactory()
          Get the sorter factoy SorterFactory.
 

Uses of SorterFactory in com.elasticpath.domain.catalogview.impl
 

Methods in com.elasticpath.domain.catalogview.impl that return SorterFactory
 SorterFactory AbstractCatalogViewRequestImpl.getSorterFactory()
          Get the sorter factoy SorterFactory.
 

Methods in com.elasticpath.domain.catalogview.impl with parameters of type SorterFactory
 void AbstractCatalogViewRequestImpl.setSorterFactory(SorterFactory sorterFactory)
          Sets the search sorter factory.
 

Uses of SorterFactory in com.elasticpath.service.catalogview.impl
 

Classes in com.elasticpath.service.catalogview.impl that implement SorterFactory
 class SorterFactoryImpl
          Represents a factory which will create sorters based on the given sorter Id.