Uses of Class
com.broadleafcommerce.catalog.service.product.hydration.ResolvedProductReferences
Packages that use ResolvedProductReferences
-
Uses of ResolvedProductReferences in com.broadleafcommerce.catalog.service.product.hydration
Methods in com.broadleafcommerce.catalog.service.product.hydration that return ResolvedProductReferencesModifier and TypeMethodDescriptionprotected ResolvedProductReferencesDefaultProductHydrationService.findReferences(ProductReferences references, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Queries for all of the references inreferencesand returns the results.Methods in com.broadleafcommerce.catalog.service.product.hydration with parameters of type ResolvedProductReferencesModifier and TypeMethodDescriptionprotected voidDefaultProductHydrationService.applyHydration(DataDrivenEnum dataDrivenEnum, String hydrationTarget, ResolvedProductReferences foundItems) protected voidDefaultProductHydrationService.applyHydration(IncludedProduct includedProduct, ResolvedProductReferences foundItems) protected voidDefaultProductHydrationService.applyHydration(ItemChoice itemChoice, ResolvedProductReferences foundItems) protected ProductOptionDefaultProductHydrationService.applyHydration(ProductOption option, ResolvedProductReferences foundItems) Traverses through theoptionand replaces each item reference with the fully-populated representation of the reference as found infoundItems.protected voidDefaultProductHydrationService.applyHydration(SpecificItemChoice specificChoice, ResolvedProductReferences foundItems) protected ProductDefaultProductHydrationService.applyHydration(Product product, ResolvedProductReferences foundItems) Traverses through theproductand replaces each item reference with the fully-populated representation of the reference as found infoundItems.protected voidDefaultProductHydrationService.hydrateDefaultVariant(ResolvedProductReferences foundItems, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected voidDefaultProductHydrationService.setProductDataDrivenEnumFieldsIfFound(Product product, ResolvedProductReferences foundItems) protected voidDefaultProductHydrationService.setProductPrimaryAssetIfFound(Product product, ResolvedProductReferences foundItems) protected voidDefaultProductHydrationService.setProductPrimaryCategoryIfFound(Product product, ResolvedProductReferences foundItems)