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

Packages that use CategoryLoadTuner
com.elasticpath.domain.catalog.impl   
com.elasticpath.service.catalog   
com.elasticpath.service.catalog.impl   
com.elasticpath.service.misc   
com.elasticpath.service.misc.impl   
 

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

Classes in com.elasticpath.domain.catalog.impl that implement CategoryLoadTuner
 class CategoryLoadTunerImpl
          Represents a tuner to control category load.
 

Uses of CategoryLoadTuner in com.elasticpath.service.catalog
 

Methods in com.elasticpath.service.catalog with parameters of type CategoryLoadTuner
 java.util.List CategoryService.findByUids(java.util.Collection categoryUids, CategoryLoadTuner loadTuner)
          Returns a list of Category based on the given uids.
 

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

Methods in com.elasticpath.service.catalog.impl that return CategoryLoadTuner
 CategoryLoadTuner CategoryServiceImpl.getCategoryLoadTunerAll()
          Returns the CategoryLoadTuner for populating all data.
 CategoryLoadTuner CategoryServiceImpl.getCategoryLoadTunerDefault()
          Returns the default CategoryLoadTuner.
 CategoryLoadTuner CategoryServiceImpl.getCategoryLoadTunerMinimal()
          Returns the CategoryLoadTuner for populating minimal data.
 

Methods in com.elasticpath.service.catalog.impl with parameters of type CategoryLoadTuner
 java.util.List CategoryServiceImpl.findByUids(java.util.Collection categoryUids, CategoryLoadTuner loadTuner)
          Returns a list of Category based on the given uids.
 void CategoryServiceImpl.setCategoryLoadTunerAll(CategoryLoadTuner categoryLoadTunerAll)
          Sets the CategoryLoadTuner for populating all data.
 void CategoryServiceImpl.setCategoryLoadTunerDefault(CategoryLoadTuner categoryLoadTunerDefault)
          Sets the default CategoryLoadTuner.
 void CategoryServiceImpl.setCategoryLoadTunerMinimal(CategoryLoadTuner categoryLoadTunerMinimal)
          Sets the CategoryLoadTuner for populating minimal data.
 

Uses of CategoryLoadTuner in com.elasticpath.service.misc
 

Methods in com.elasticpath.service.misc with parameters of type CategoryLoadTuner
 void LazyLoadHelper.populateCategories(java.util.Collection categories, CategoryLoadTuner loadTuner)
          Populate the given category based on the given load tuner.
 void LazyLoadHelper.populateCategory(Category category, CategoryLoadTuner loadTuner)
          Populate the given category based on the given load tuner.
 

Uses of CategoryLoadTuner in com.elasticpath.service.misc.impl
 

Methods in com.elasticpath.service.misc.impl with parameters of type CategoryLoadTuner
 void LazyLoadHelperImpl.populateCategories(java.util.Collection categories, CategoryLoadTuner loadTuner)
          Populate the given category based on the given load tuner.
 void LazyLoadHelperImpl.populateCategory(Category category, CategoryLoadTuner loadTuner)
          Populate the given category based on the given load tuner.