public interface SubscriptionStatusService
Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.profile.core.domain.Customer |
updateCustomer(Subscription subscription,
org.broadleafcommerce.profile.core.domain.Customer customer,
SubscriptionStatus status)
This method is for specifying custom logic to be applied to a customer for
subscription status changes.
|
Subscription |
updateStatusAndCustomer(Subscription subscription,
SubscriptionStatus status)
Updates the subscription status and customer for the given subscription
|
Subscription updateStatusAndCustomer(Subscription subscription, SubscriptionStatus status)
subscription
- status
- org.broadleafcommerce.profile.core.domain.Customer updateCustomer(Subscription subscription, org.broadleafcommerce.profile.core.domain.Customer customer, SubscriptionStatus status)
subscription
- customer
- status
- Copyright © 2020. All rights reserved.