Interface TmaSubscribedProductDao
- All Known Implementing Classes:
DefaultTmaSubscribedProductDao
public interface TmaSubscribedProductDao
Data Access object for operations related to the
TmaSubscribedProductModel.- Since:
- 6.6
-
Method Summary
Modifier and TypeMethodDescriptionfindSubscribedProduct(String billingSystemId, String billingSubscriptionId) Retrieves theTmaSubscribedProductModelidentified by given billingSystemId and billingSubscriptionId.findSubscribedProductById(String subscribedProductId) Retrieves theTmaSubscribedProductModelidentified by given subscribedProductId.findSubscriptionsForPaymentMethod(String paymentMethodId) RetrieveListofTmaSubscribedProductModelidentified by given paymentMethodId
-
Method Details
-
findSubscribedProduct
TmaSubscribedProductModel findSubscribedProduct(String billingSystemId, String billingSubscriptionId) Retrieves theTmaSubscribedProductModelidentified by given billingSystemId and billingSubscriptionId.- Parameters:
billingSystemId- the id of the billing systembillingSubscriptionId- the id of the billing subscription- Returns:
TmaSubscribedProductModelobject for given billingSystemId and billingSubscriptionId
-
findSubscribedProductById
Retrieves theTmaSubscribedProductModelidentified by given subscribedProductId.- Parameters:
subscribedProductId- the id of the subscribed product- Returns:
TmaSubscribedProductModelobject for given subscribedProductId
-
findSubscriptionsForPaymentMethod
RetrieveListofTmaSubscribedProductModelidentified by given paymentMethodId- Parameters:
paymentMethodId- The payment method ID for subscribed product- Returns:
ListofTmaSubscribedProductModelwhich has paymentMethodId
-