Uses of Class
com.broadleafcommerce.subscription.event.LockPurgedEvent
Packages that use LockPurgedEvent
Package
Description
-
Uses of LockPurgedEvent in com.broadleafcommerce.subscription.service
Methods in com.broadleafcommerce.subscription.service with parameters of type LockPurgedEventModifier and TypeMethodDescriptionprotected SubscriptionLockPurgeHandler.getTenantInformationExample(LockPurgedEvent event) Find an example subscription from which tenant related context information may be harvested.voidLockPurgeHandler.onApplicationEvent(LockPurgedEvent event) -
Uses of LockPurgedEvent in com.broadleafcommerce.subscription.service.autoconfigure
Methods in com.broadleafcommerce.subscription.service.autoconfigure that return types with arguments of type LockPurgedEventModifier and TypeMethodDescriptionorg.springframework.context.ApplicationListener<LockPurgedEvent>SubscriptionServiceAutoConfiguration.subscriptionLockPurgeHandler(SubscriptionService<Subscription, SubscriptionWithItems> subscriptionService, SubscriptionItemService<SubscriptionItem> subscriptionItemService, SubscriptionItemAdjustmentService<SubscriptionItemAdjustment> subscriptionItemAdjustmentService, SubscriptionAdjustmentService<SubscriptionAdjustment> subscriptionAdjustmentService, org.springframework.transaction.support.TransactionTemplate transactionTemplate)