Class DefaultTmaSubscribedProductDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<M>
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultGenericSearchDao<TmaSubscribedProductModel>
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaSubscribedProductDao
- All Implemented Interfaces:
GenericSearchDao<TmaSubscribedProductModel>,TmaSubscribedProductDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<TmaSubscribedProductModel>
public class DefaultTmaSubscribedProductDao
extends DefaultGenericSearchDao<TmaSubscribedProductModel>
implements TmaSubscribedProductDao
Default implementation of the
TmaSubscribedProductDao.- Since:
- 6.6
-
Constructor Summary
Constructors -
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 paymentMethodIdMethods inherited from class de.hybris.platform.b2ctelcoservices.daos.impl.DefaultGenericSearchDao
findUniqueMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultTmaSubscribedProductDao
public DefaultTmaSubscribedProductDao()
-
-
Method Details
-
findSubscribedProduct
public TmaSubscribedProductModel findSubscribedProduct(String billingSystemId, String billingSubscriptionId) Description copied from interface:TmaSubscribedProductDaoRetrieves theTmaSubscribedProductModelidentified by given billingSystemId and billingSubscriptionId.- Specified by:
findSubscribedProductin interfaceTmaSubscribedProductDao- Parameters:
billingSystemId- the id of the billing systembillingSubscriptionId- the id of the billing subscription- Returns:
TmaSubscribedProductModelobject for given billingSystemId and billingSubscriptionId
-
findSubscribedProductById
Description copied from interface:TmaSubscribedProductDaoRetrieves theTmaSubscribedProductModelidentified by given subscribedProductId.- Specified by:
findSubscribedProductByIdin interfaceTmaSubscribedProductDao- Parameters:
subscribedProductId- the id of the subscribed product- Returns:
TmaSubscribedProductModelobject for given subscribedProductId
-
findSubscriptionsForPaymentMethod
Description copied from interface:TmaSubscribedProductDaoRetrieveListofTmaSubscribedProductModelidentified by given paymentMethodId- Specified by:
findSubscriptionsForPaymentMethodin interfaceTmaSubscribedProductDao- Parameters:
paymentMethodId- The payment method ID for subscribed product- Returns:
ListofTmaSubscribedProductModelwhich has paymentMethodId
-