Uses of Interface
com.elasticpath.domain.catalog.TopSeller

Packages that use TopSeller
com.elasticpath.domain.catalog.impl   
com.elasticpath.service.catalog   
com.elasticpath.service.catalog.impl   
 

Uses of TopSeller in com.elasticpath.domain.catalog.impl
 

Classes in com.elasticpath.domain.catalog.impl that implement TopSeller
 class TopSellerImpl
          This is a default implementation of TopSeller.
 

Uses of TopSeller in com.elasticpath.service.catalog
 

Methods in com.elasticpath.service.catalog that return TopSeller
 TopSeller TopSellerService.findTopSellerByCategoryUid(long categoryUid)
          Find top sellers of the given category uid.
 

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

Methods in com.elasticpath.service.catalog.impl that return TopSeller
 TopSeller TopSellerServiceImpl.findTopSellerByCategoryUid(long categoryUid)
          Find top sellers of the given category uid.
 

Methods in com.elasticpath.service.catalog.impl with parameters of type TopSeller
 void TopSellerServiceImpl.saveOrUpdate(TopSeller topSeller)
          Save or update the given top seller.