Uses of Class
com.broadleafcommerce.promotion.offer.domain.CombinabilityOverride
Packages that use CombinabilityOverride
Package
Description
-
Uses of CombinabilityOverride in com.broadleafcommerce.promotion.offer.domain
Methods in com.broadleafcommerce.promotion.offer.domain that return types with arguments of type CombinabilityOverrideModifier and TypeMethodDescriptionOffer.getCombinabilityOverrides()
TheCombinabilityOverrides
that override how this offer combines with other offers.Method parameters in com.broadleafcommerce.promotion.offer.domain with type arguments of type CombinabilityOverrideModifier and TypeMethodDescriptionvoid
Offer.setCombinabilityOverrides
(Set<CombinabilityOverride> combinabilityOverrides) TheCombinabilityOverrides
that override how this offer combines with other offers. -
Uses of CombinabilityOverride in com.broadleafcommerce.promotion.offer.provider.jpa.domain
Methods in com.broadleafcommerce.promotion.offer.provider.jpa.domain that return types with arguments of type CombinabilityOverrideModifier and TypeMethodDescriptionstatic org.modelmapper.Converter<CombinabilityOverride,
JpaCombinabilityOverride>