Uses of Interface
com.elasticpath.service.misc.LazyLoadHelper

Packages that use LazyLoadHelper
com.elasticpath.service.catalog.impl   
com.elasticpath.service.misc.impl   
com.elasticpath.service.shoppingcart.impl   
 

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

Methods in com.elasticpath.service.catalog.impl with parameters of type LazyLoadHelper
 void ProductServiceImpl.setLazyLoadHelper(LazyLoadHelper lazyLoadHelper)
          Sets the lazy load helper.
 void ProductSkuServiceImpl.setLazyLoadHelper(LazyLoadHelper lazyLoadHelper)
          Sets the lazy load helper.
 void CategoryServiceImpl.setLazyLoadHelper(LazyLoadHelper lazyLoadHelper)
          Sets the lazy load helper.
 

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

Classes in com.elasticpath.service.misc.impl that implement LazyLoadHelper
 class LazyLoadHelperImpl
          This is a default implementation of LazyLoadHelper.
 

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

Methods in com.elasticpath.service.shoppingcart.impl with parameters of type LazyLoadHelper
 void ShoppingCartServiceImpl.setLazyLoadHelper(LazyLoadHelper lazyLoadHelper)
          Sets the lazy load helper.