|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LazyLoadHelper
Represents a helper which can load DOs in a fine controlled way.
| Method Summary | |
|---|---|
void |
populateCategories(java.util.Collection categories,
CategoryLoadTuner loadTuner)
Populate the given category based on the given load tuner. |
void |
populateCategory(Category category,
CategoryLoadTuner loadTuner)
Populate the given category based on the given load tuner. |
void |
populateCategoryType(CategoryType categoryType,
CategoryTypeLoadTuner loadTuner)
Populate the given category type based on the given load tuner. |
void |
populateCategoryTypes(java.util.Collection categoryTypes,
CategoryTypeLoadTuner loadTuner)
Populate the given category type based on the given load tuner. |
void |
populateProduct(Product product,
ProductLoadTuner loadTuner)
Populate the given product based on the given load tuner. |
void |
populateProducts(java.util.Collection products,
ProductLoadTuner loadTuner)
Populate the given products based on the given load tuner. |
void |
populateProductSku(ProductSku sku,
ProductSkuLoadTuner loadTuner)
Populate the given product sku based on the given load tuner. |
void |
populateProductSkus(java.util.Collection skus,
ProductSkuLoadTuner loadTuner)
Populate the given product skus based on the given load tuner. |
void |
populateProductType(ProductType productType,
ProductTypeLoadTuner loadTuner)
Populate the given product type based on the given load tuner. |
void |
populateProductTypes(java.util.Collection productTypes,
ProductTypeLoadTuner loadTuner)
Populate the given product types based on the given load tuner. |
| Methods inherited from interface com.elasticpath.service.EpPersistenceService |
|---|
getObject, getPersistenceEngine, setPersistenceEngine |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
void populateCategories(java.util.Collection categories,
CategoryLoadTuner loadTuner)
categories - the category to populateloadTuner - the load tuner
void populateCategory(Category category,
CategoryLoadTuner loadTuner)
category - the category to populateloadTuner - the load tuner
void populateCategoryType(CategoryType categoryType,
CategoryTypeLoadTuner loadTuner)
categoryType - the category type to populateloadTuner - the load tuner
void populateCategoryTypes(java.util.Collection categoryTypes,
CategoryTypeLoadTuner loadTuner)
categoryTypes - the category type to populateloadTuner - the load tuner
void populateProduct(Product product,
ProductLoadTuner loadTuner)
product - the product to populateloadTuner - the load tuner
void populateProducts(java.util.Collection products,
ProductLoadTuner loadTuner)
products - the products to populateloadTuner - the load tuner
void populateProductSku(ProductSku sku,
ProductSkuLoadTuner loadTuner)
sku - the product sku to populateloadTuner - the load tuner
void populateProductSkus(java.util.Collection skus,
ProductSkuLoadTuner loadTuner)
skus - the product skus to populateloadTuner - the load tuner
void populateProductType(ProductType productType,
ProductTypeLoadTuner loadTuner)
productType - the product type to populateloadTuner - the load tuner
void populateProductTypes(java.util.Collection productTypes,
ProductTypeLoadTuner loadTuner)
productTypes - the product types to populateloadTuner - the load tuner
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||