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()TheCombinabilityOverridesthat override how this offer combines with other offers.Method parameters in com.broadleafcommerce.promotion.offer.domain with type arguments of type CombinabilityOverrideModifier and TypeMethodDescriptionvoidOffer.setCombinabilityOverrides(Set<CombinabilityOverride> combinabilityOverrides) TheCombinabilityOverridesthat 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>