Uses of Class
com.broadleafcommerce.subscription.domain.SubscriptionOwnerInfo
Packages that use SubscriptionOwnerInfo
Package
Description
-
Uses of SubscriptionOwnerInfo in com.broadleafcommerce.subscription.service
Methods in com.broadleafcommerce.subscription.service that return types with arguments of type SubscriptionOwnerInfoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SubscriptionOwnerInfo>SubscriptionService.findAllSubscriptionOwnerInfosByPriceData(String priceDataId, Set<String> statuses, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Find allsubscription infosrelated to subscriptions by priceDataId. -
Uses of SubscriptionOwnerInfo in com.broadleafcommerce.subscription.service.impl
Methods in com.broadleafcommerce.subscription.service.impl that return types with arguments of type SubscriptionOwnerInfoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SubscriptionOwnerInfo>DefaultSubscriptionService.findAllSubscriptionOwnerInfosByPriceData(String priceDataId, Set<String> statuses, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of SubscriptionOwnerInfo in com.broadleafcommerce.subscription.web.endpoint
Methods in com.broadleafcommerce.subscription.web.endpoint that return types with arguments of type SubscriptionOwnerInfoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SubscriptionOwnerInfo>SubscriptionPriceDataEndpoint.readAllSubscriptionOwnerInfosByPriceData(boolean isSandboxAware, boolean isApplicationAware, String priceDataId, Set<String> statuses, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)