Class DefaultSapSubscriptionPricePlanWithEffectiveDateDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<SubscriptionPricePlanModel>
com.sap.hybris.saprevenuecloudproduct.dao.impl.DefaultSapSubscriptionProductDao
com.sap.hybris.saprevenuecloudproduct.dao.impl.DefaultSapSubscriptionPricePlanWithEffectiveDateDao
- All Implemented Interfaces:
SapRevenueCloudProductDao,SapSubscriptionPricePlanWithEffectiveDateDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<SubscriptionPricePlanModel>
public class DefaultSapSubscriptionPricePlanWithEffectiveDateDao
extends DefaultSapSubscriptionProductDao
implements SapSubscriptionPricePlanWithEffectiveDateDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSubscriptionPricesWithEffectiveDate(String pricePlanId, CatalogVersionModel catalogVersion, Date effectiveAt) getSubscriptionPricesWithEffectiveDate(String pricePlanId, List<CatalogVersionModel> catalogVersions, Date effectiveAt) Methods inherited from class com.sap.hybris.saprevenuecloudproduct.dao.impl.DefaultSapSubscriptionProductDao
getLastSuccessRunForCronjob, getSubscriptionPricePlanForIdMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultSapSubscriptionPricePlanWithEffectiveDateDao
public DefaultSapSubscriptionPricePlanWithEffectiveDateDao()
-
-
Method Details
-
getSubscriptionPricesWithEffectiveDate
public Optional<SubscriptionPricePlanModel> getSubscriptionPricesWithEffectiveDate(String pricePlanId, CatalogVersionModel catalogVersion, Date effectiveAt) - Specified by:
getSubscriptionPricesWithEffectiveDatein interfaceSapSubscriptionPricePlanWithEffectiveDateDao
-
getSubscriptionPricesWithEffectiveDate
public Optional<SubscriptionPricePlanModel> getSubscriptionPricesWithEffectiveDate(String pricePlanId, List<CatalogVersionModel> catalogVersions, Date effectiveAt) - Specified by:
getSubscriptionPricesWithEffectiveDatein interfaceSapSubscriptionPricePlanWithEffectiveDateDao
-