Uses of Class
com.broadleafcommerce.subscription.domain.PriceDataChange
Packages that use PriceDataChange
Package
Description
-
Uses of PriceDataChange in com.broadleafcommerce.subscription.domain
Methods in com.broadleafcommerce.subscription.domain that return PriceDataChangeMethods in com.broadleafcommerce.subscription.domain that return types with arguments of type PriceDataChangeModifier and TypeMethodDescriptionSubscription.getPriceDataChanges()List of price data changes for this subscriptionMethod parameters in com.broadleafcommerce.subscription.domain with type arguments of type PriceDataChangeModifier and TypeMethodDescriptionvoidSubscription.setPriceDataChanges(List<PriceDataChange> priceDataChanges) List of price data changes for this subscriptionConstructors in com.broadleafcommerce.subscription.domain with parameters of type PriceDataChangeModifierConstructorDescriptionPriceDataChangeRequest(PriceDataChange priceDataChange, Map<String, Set<String>> subscriptionsByApplication) -
Uses of PriceDataChange in com.broadleafcommerce.subscription.provider.jpa.domain
Methods in com.broadleafcommerce.subscription.provider.jpa.domain that return types with arguments of type PriceDataChangeMethod parameters in com.broadleafcommerce.subscription.provider.jpa.domain with type arguments of type PriceDataChangeModifier and TypeMethodDescriptionvoidJpaSubscription.setPriceDataChanges(List<PriceDataChange> priceDataChanges) -
Uses of PriceDataChange in com.broadleafcommerce.subscription.service
Methods in com.broadleafcommerce.subscription.service with parameters of type PriceDataChangeModifier and TypeMethodDescriptionSubscriptionService.addPriceDataChange(Set<String> subscriptionIds, PriceDataChange change, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Adds aPriceDataChangeto the subscription. -
Uses of PriceDataChange in com.broadleafcommerce.subscription.service.impl
Methods in com.broadleafcommerce.subscription.service.impl with parameters of type PriceDataChangeModifier and TypeMethodDescriptionDefaultSubscriptionService.addPriceDataChange(Set<String> subscriptionIds, PriceDataChange change, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected voidDefaultSubscriptionService.addPriceDataChange(S subscription, PriceDataChange change, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Adds aPriceDataChangeto theSubscriptionand updates the subscription.