Uses of Class
com.broadleafcommerce.catalogbrowse.domain.PromotionalProduct
-
Packages that use PromotionalProduct Package Description com.broadleafcommerce.catalogbrowse.domain -
-
Uses of PromotionalProduct in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return types with arguments of type PromotionalProduct Modifier and Type Method Description Map<String,List<PromotionalProduct>>Product. getPromotionalProducts()Map of all of the relatedPromotionalProductsgrouped bytype.Method parameters in com.broadleafcommerce.catalogbrowse.domain with type arguments of type PromotionalProduct Modifier and Type Method Description voidProduct. setPromotionalProducts(Map<String,List<PromotionalProduct>> promotionalProducts)Map of all of the relatedPromotionalProductsgrouped bytype.
-