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

Packages that use ProductSkuLoadTuner
com.elasticpath.domain.catalog   
com.elasticpath.domain.catalog.impl   
com.elasticpath.service.catalog.impl   
com.elasticpath.service.misc   
com.elasticpath.service.misc.impl   
com.elasticpath.service.shoppingcart.impl   
 

Uses of ProductSkuLoadTuner in com.elasticpath.domain.catalog
 

Methods in com.elasticpath.domain.catalog that return ProductSkuLoadTuner
 ProductSkuLoadTuner ProductLoadTuner.getProductSkuLoadTuner()
          Returns the ProductSkuLoadTuner.
 ProductSkuLoadTuner ProductSkuLoadTuner.merge(ProductSkuLoadTuner productSkuLoadTuner)
          Merges the given load tuner with this one and returns the merged load tuner.
 

Methods in com.elasticpath.domain.catalog with parameters of type ProductSkuLoadTuner
 boolean ProductSkuLoadTuner.contains(ProductSkuLoadTuner productSkuLoadTuner)
          Returns true if this load tuner is super set of the given load tuner, otherwise, false.
 ProductSkuLoadTuner ProductSkuLoadTuner.merge(ProductSkuLoadTuner productSkuLoadTuner)
          Merges the given load tuner with this one and returns the merged load tuner.
 void ProductLoadTuner.setProductSkuLoadTuner(ProductSkuLoadTuner tuner)
          Sets the ProductSkuLoadTuner.
 

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

Classes in com.elasticpath.domain.catalog.impl that implement ProductSkuLoadTuner
 class ProductSkuLoadTunerImpl
          Represents a tuner to control productsku load.
 

Methods in com.elasticpath.domain.catalog.impl that return ProductSkuLoadTuner
 ProductSkuLoadTuner ProductLoadTunerImpl.getProductSkuLoadTuner()
          Returns the ProductSkuLoadTuner.
 ProductSkuLoadTuner ProductSkuLoadTunerImpl.merge(ProductSkuLoadTuner productSkuLoadTuner)
          Merges the given load tuner with this one and returns the merged load tuner.
 

Methods in com.elasticpath.domain.catalog.impl with parameters of type ProductSkuLoadTuner
 boolean ProductSkuLoadTunerImpl.contains(ProductSkuLoadTuner productSkuLoadTuner)
          Returns true if this load tuner is super set of the given load tuner, otherwise, false.
 ProductSkuLoadTuner ProductSkuLoadTunerImpl.merge(ProductSkuLoadTuner productSkuLoadTuner)
          Merges the given load tuner with this one and returns the merged load tuner.
 void ProductLoadTunerImpl.setProductSkuLoadTuner(ProductSkuLoadTuner tuner)
          Sets the ProductSkuLoadTuner.
 

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

Methods in com.elasticpath.service.catalog.impl with parameters of type ProductSkuLoadTuner
 void ProductSkuServiceImpl.setProductSkuLoadTunerAll(ProductSkuLoadTuner productSkuLoadTunerAll)
          Sets the ProductSkuLoadTuner for populating all data.
 void ProductSkuServiceImpl.setProductSkuLoadTunerMinimal(ProductSkuLoadTuner productSkuLoadTunerMinimal)
          Sets the ProductSkuLoadTuner to populate the SkuOptionValues.
 

Uses of ProductSkuLoadTuner in com.elasticpath.service.misc
 

Methods in com.elasticpath.service.misc with parameters of type ProductSkuLoadTuner
 void LazyLoadHelper.populateProductSku(ProductSku sku, ProductSkuLoadTuner loadTuner)
          Populate the given product sku based on the given load tuner.
 void LazyLoadHelper.populateProductSkus(java.util.Collection skus, ProductSkuLoadTuner loadTuner)
          Populate the given product skus based on the given load tuner.
 

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

Methods in com.elasticpath.service.misc.impl with parameters of type ProductSkuLoadTuner
 void LazyLoadHelperImpl.populateProductSku(ProductSku sku, ProductSkuLoadTuner loadTuner)
          Populate the given product sku based on the given load tuner.
 void LazyLoadHelperImpl.populateProductSkus(java.util.Collection skus, ProductSkuLoadTuner loadTuner)
          Populate the given product skus based on the given load tuner.
 

Uses of ProductSkuLoadTuner in com.elasticpath.service.shoppingcart.impl
 

Methods in com.elasticpath.service.shoppingcart.impl with parameters of type ProductSkuLoadTuner
 void ShoppingCartServiceImpl.setProductSkuLoadTuner(ProductSkuLoadTuner productSkuLoadTuner)
          Sets the ProductSkuLoadTuner for populating all data.