Uses of Class
com.broadleafcommerce.subscription.domain.SubscriptionWithItems
Packages that use SubscriptionWithItems
Package
Description
-
Uses of SubscriptionWithItems in com.broadleafcommerce.billing.job.module
Fields in com.broadleafcommerce.billing.job.module with type parameters of type SubscriptionWithItemsModifier and TypeFieldDescriptionprotected SubscriptionService<Subscription,SubscriptionWithItems> BillingProcessingResultHandler.subscriptionServiceMethods in com.broadleafcommerce.billing.job.module that return types with arguments of type SubscriptionWithItemsModifier and TypeMethodDescriptionprotected List<SubscriptionWithItems>BillingProcessingResultHandler.getSubscriptionWithItemsBySubscriptionIds(List<String> subscriptionIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.billing.job.module with parameters of type SubscriptionWithItemsModifier and TypeMethodDescriptionprotected List<Entitlement>BillingProcessingResultHandler.entitlementsToGrantBySkus(SubscriptionWithItems subscriptionWithItem, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected List<Entitlement>BillingProcessingResultHandler.entitlementsToRevoke(SubscriptionWithItems subscriptionWithItem) protected List<Entitlement>BillingProcessingResultHandler.generateEntitlements(SubscriptionWithItems subscriptionWithItem, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected voidBillingProcessingResultHandler.updateSubscriptionForPaymentFailure(Subscription subscription, SubscriptionWithItems subscriptionWithItems, BillingProcessingResultHandlerDTO billingProcessingResultHandlerDTO, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected voidBillingProcessingResultHandler.updateSubscriptionForPaymentSuccess(Subscription subscription, SubscriptionWithItems subscriptionWithItems, BillingProcessingResultHandlerDTO billingProcessingResultHandlerDTO, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.billing.job.module with type arguments of type SubscriptionWithItemsModifier and TypeMethodDescriptionprotected voidBillingProcessingResultHandler.updateSubscriptionForProcessedPayment(BillingEventPaymentProcessedEvent paymentProcessedEvent, Map<String, SubscriptionWithItems> mapSubscriptionIdToSubscription, BillingProcessingResultHandlerDTO billingProcessingResultHandlerDTO, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of SubscriptionWithItems in com.broadleafcommerce.billing.job.service.impl
Fields in com.broadleafcommerce.billing.job.service.impl with type parameters of type SubscriptionWithItemsModifier and TypeFieldDescriptionprotected SubscriptionService<Subscription,SubscriptionWithItems> DefaultBillingProcessingResultHandlerService.subscriptionService -
Uses of SubscriptionWithItems in com.broadleafcommerce.billing.service.autoconfigure
Method parameters in com.broadleafcommerce.billing.service.autoconfigure with type arguments of type SubscriptionWithItemsModifier and TypeMethodDescriptionBillingServiceAutoConfiguration.subscriptionBillingEventService(SubscriptionService<Subscription, SubscriptionWithItems> subscriptionService, SubscriptionAdjustmentService<SubscriptionAdjustment> subscriptionAdjustmentService, SubscriptionBillingEventGeneratorService billingEventGeneratorService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of SubscriptionWithItems in com.broadleafcommerce.billing.service.impl
Methods in com.broadleafcommerce.billing.service.impl that return types with arguments of type SubscriptionWithItemsModifier and TypeMethodDescriptionprotected SubscriptionService<Subscription,SubscriptionWithItems> DefaultSubscriptionBillingEventService.getSubscriptionService()Constructor parameters in com.broadleafcommerce.billing.service.impl with type arguments of type SubscriptionWithItemsModifierConstructorDescriptionDefaultSubscriptionBillingEventService(SubscriptionService<Subscription, SubscriptionWithItems> subscriptionService, SubscriptionAdjustmentService<SubscriptionAdjustment> subscriptionAdjustmentService, SubscriptionBillingEventGeneratorService subscriptionBillingEventGeneratorService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of SubscriptionWithItems in com.broadleafcommerce.subscription.domain
Subclasses of SubscriptionWithItems in com.broadleafcommerce.subscription.domainModifier and TypeClassDescriptionclassThis is a container for aSubscription, a list ofSubscriptionItem, and a list ofSubscriptionAdjustment -
Uses of SubscriptionWithItems in com.broadleafcommerce.subscription.job.service.impl
Methods in com.broadleafcommerce.subscription.job.service.impl that return types with arguments of type SubscriptionWithItemsModifier and TypeMethodDescriptionprotected SubscriptionService<Subscription,SubscriptionWithItems> DefaultSubscriptionBillingEventGeneratorService.getSubscriptionService()Method parameters in com.broadleafcommerce.subscription.job.service.impl with type arguments of type SubscriptionWithItemsModifier and TypeMethodDescriptionvoidDefaultSubscriptionBillingEventGeneratorService.setSubscriptionService(SubscriptionService<Subscription, SubscriptionWithItems> subscriptionService) -
Uses of SubscriptionWithItems in com.broadleafcommerce.subscription.service
Classes in com.broadleafcommerce.subscription.service with type parameters of type SubscriptionWithItemsModifier and TypeInterfaceDescriptioninterfaceSubscriptionService<S extends Subscription,SWI extends SubscriptionWithItems> Constructor parameters in com.broadleafcommerce.subscription.service with type arguments of type SubscriptionWithItemsModifierConstructorDescriptionLockPurgeHandler(SubscriptionService<Subscription, SubscriptionWithItems> subscriptionService, SubscriptionItemService<SubscriptionItem> subscriptionItemService, SubscriptionItemAdjustmentService<SubscriptionItemAdjustment> subscriptionItemAdjustmentService, SubscriptionAdjustmentService<SubscriptionAdjustment> subscriptionAdjustmentService, org.springframework.transaction.support.TransactionTemplate transactionTemplate) -
Uses of SubscriptionWithItems in com.broadleafcommerce.subscription.service.autoconfigure
Methods in com.broadleafcommerce.subscription.service.autoconfigure that return types with arguments of type SubscriptionWithItemsModifier and TypeMethodDescriptionSubscriptionServiceAutoConfiguration.subscriptionService(SubscriptionRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) Method parameters in com.broadleafcommerce.subscription.service.autoconfigure with type arguments of type SubscriptionWithItemsModifier 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) -
Uses of SubscriptionWithItems in com.broadleafcommerce.subscription.service.impl
Classes in com.broadleafcommerce.subscription.service.impl with type parameters of type SubscriptionWithItemsModifier and TypeClassDescriptionclassDefaultSubscriptionService<S extends Subscription,SWI extends SubscriptionWithItems> -
Uses of SubscriptionWithItems in com.broadleafcommerce.subscription.web.endpoint
Fields in com.broadleafcommerce.subscription.web.endpoint with type parameters of type SubscriptionWithItemsModifier and TypeFieldDescriptionprotected SubscriptionService<Subscription,SubscriptionWithItems> BillingSubscriptionOperationsEndpoint.subscriptionServiceDeprecated.protected SubscriptionService<Subscription,SubscriptionWithItems> LegacySubscriptionEndpoint.subscriptionServiceDeprecated.Methods in com.broadleafcommerce.subscription.web.endpoint that return SubscriptionWithItemsModifier and TypeMethodDescriptionSubscriptionWithItemsEndpoint.createSubscription(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean returnIfExists, boolean isSandboxAware, boolean isApplicationAware, SubscriptionWithItems subscriptionWithItems, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) SubscriptionWithItemsEndpoint.readSubscriptionWithItemsBySubscriptionId(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String subscriptionId, boolean isSandboxAware, boolean isApplicationAware, boolean ignoreDeleteFiltering, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) SubscriptionWithItemsEndpoint.readUserSubscriptionWithItemsById(boolean isSandboxAware, boolean isApplicationAware, String userRefType, String userRef, String subscriptionId, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) SubscriptionWithItemsEndpoint.replaceSubscription(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean isSandboxAware, String subscriptionId, SubscriptionWithItems subscriptionWithItems, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Methods in com.broadleafcommerce.subscription.web.endpoint that return types with arguments of type SubscriptionWithItemsModifier and TypeMethodDescriptionprotected SubscriptionService<Subscription,SubscriptionWithItems> SubscriptionEndpoint.getSubscriptionService()protected SubscriptionService<Subscription,SubscriptionWithItems> SubscriptionPriceDataEndpoint.getSubscriptionService()protected SubscriptionService<Subscription,SubscriptionWithItems> SubscriptionWithItemsEndpoint.getSubscriptionService()SubscriptionWithItemsEndpoint.readAllSubscriptionsByIds(boolean isSandboxAware, boolean isApplicationAware, List<String> ids, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) org.springframework.data.domain.Page<SubscriptionWithItems>SubscriptionWithItemsEndpoint.readAllSubscriptionsByUserAndStatuses(boolean isSandboxAware, boolean isApplicationAware, String userRefType, String userRef, String[] statuses, org.springframework.data.domain.Pageable page, cz.jirutka.rsql.parser.ast.Node filters, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Methods in com.broadleafcommerce.subscription.web.endpoint with parameters of type SubscriptionWithItemsModifier and TypeMethodDescriptionSubscriptionWithItemsEndpoint.createSubscription(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean returnIfExists, boolean isSandboxAware, boolean isApplicationAware, SubscriptionWithItems subscriptionWithItems, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) protected Optional<Subscription>SubscriptionWithItemsEndpoint.findSubscriptionBySourceAndSourceRef(SubscriptionWithItems subscriptionWithItems, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) SubscriptionWithItemsEndpoint.replaceSubscription(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean isSandboxAware, String subscriptionId, SubscriptionWithItems subscriptionWithItems, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Method parameters in com.broadleafcommerce.subscription.web.endpoint with type arguments of type SubscriptionWithItemsModifier and TypeMethodDescriptionvoidSubscriptionEndpoint.setSubscriptionService(SubscriptionService<Subscription, SubscriptionWithItems> subscriptionService) voidSubscriptionPriceDataEndpoint.setSubscriptionService(SubscriptionService<Subscription, SubscriptionWithItems> subscriptionService) voidSubscriptionWithItemsEndpoint.setSubscriptionService(SubscriptionService<Subscription, SubscriptionWithItems> subscriptionService)