Class ResolvedProductReferences
java.lang.Object
com.broadleafcommerce.catalog.service.product.hydration.ResolvedProductReferences
Used by the
DefaultProductHydrationService to hold the results of querying for the
references.- Author:
- Samarth Dhruva (samarthd)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanContains the results of querying forProductReferences.categoryIdsToFind.Contains the results of querying forProductReferences.dataDrivenEnumIdsToFind.Contains the results of querying forProductReferences.optionTemplateIdstoFind.Contains the results of querying forProductReferences.productIdsToFindPrimaryAssetsFor.Contains the results of querying forProductReferences.productIdsToFindPrimaryCategoriesFor.Contains the results of querying forProductReferences.productIdsToFind.Contains the results of querying forProductReferences.variantIdsToFind.inthashCode()voidsetCategoriesById(Map<String, Category> categoriesById) Contains the results of querying forProductReferences.categoryIdsToFind.voidsetDataDrivenEnumsById(Map<String, DataDrivenEnum> dataDrivenEnumsById) Contains the results of querying forProductReferences.dataDrivenEnumIdsToFind.voidsetOptionTemplatesById(Map<String, OptionTemplate> optionTemplatesById) Contains the results of querying forProductReferences.optionTemplateIdstoFind.voidsetPrimaryAssetsByProductId(Map<String, ProductAsset> primaryAssetsByProductId) Contains the results of querying forProductReferences.productIdsToFindPrimaryAssetsFor.voidsetPrimaryCategoriesByProductId(Map<String, Category> primaryCategoriesByProductId) Contains the results of querying forProductReferences.productIdsToFindPrimaryCategoriesFor.voidsetProductsById(Map<String, Product> productsById) Contains the results of querying forProductReferences.productIdsToFind.voidsetVariantsById(Map<String, Variant> variantsById) Contains the results of querying forProductReferences.variantIdsToFind.toString()
-
Constructor Details
-
ResolvedProductReferences
public ResolvedProductReferences()
-
-
Method Details
-
getProductsById
Contains the results of querying forProductReferences.productIdsToFind. -
getVariantsById
Contains the results of querying forProductReferences.variantIdsToFind. -
getPrimaryAssetsByProductId
Contains the results of querying forProductReferences.productIdsToFindPrimaryAssetsFor. -
getPrimaryCategoriesByProductId
Contains the results of querying forProductReferences.productIdsToFindPrimaryCategoriesFor. -
getCategoriesById
Contains the results of querying forProductReferences.categoryIdsToFind. -
getDataDrivenEnumsById
Contains the results of querying forProductReferences.dataDrivenEnumIdsToFind. -
getOptionTemplatesById
Contains the results of querying forProductReferences.optionTemplateIdstoFind. -
setProductsById
Contains the results of querying forProductReferences.productIdsToFind. -
setVariantsById
Contains the results of querying forProductReferences.variantIdsToFind. -
setPrimaryAssetsByProductId
Contains the results of querying forProductReferences.productIdsToFindPrimaryAssetsFor. -
setPrimaryCategoriesByProductId
Contains the results of querying forProductReferences.productIdsToFindPrimaryCategoriesFor. -
setCategoriesById
Contains the results of querying forProductReferences.categoryIdsToFind. -
setDataDrivenEnumsById
Contains the results of querying forProductReferences.dataDrivenEnumIdsToFind. -
setOptionTemplatesById
Contains the results of querying forProductReferences.optionTemplateIdstoFind. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-