Uses of Interface
de.hybris.platform.configurablebundleservices.daos.BundleRuleDao
Packages that use BundleRuleDao
Package
Description
-
Uses of BundleRuleDao in de.hybris.platform.configurablebundleservices.bundle.impl
Methods in de.hybris.platform.configurablebundleservices.bundle.impl that return BundleRuleDaoModifier and TypeMethodDescriptionprotected BundleRuleDao<? extends AbstractBundleRuleModel>DefaultBundleCommerceRuleService.getDisableProductBundleRuleDao()Methods in de.hybris.platform.configurablebundleservices.bundle.impl with parameters of type BundleRuleDaoModifier and TypeMethodDescriptionvoidDefaultBundleCommerceRuleService.setDisableProductBundleRuleDao(BundleRuleDao<? extends AbstractBundleRuleModel> disableProductBundleRuleDao) -
Uses of BundleRuleDao in de.hybris.platform.configurablebundleservices.daos
Subinterfaces of BundleRuleDao in de.hybris.platform.configurablebundleservices.daosModifier and TypeInterfaceDescriptioninterfaceData Access Object for looking up items related toChangeProductPriceBundleRuleModel. -
Uses of BundleRuleDao in de.hybris.platform.configurablebundleservices.daos.impl
Classes in de.hybris.platform.configurablebundleservices.daos.impl that implement BundleRuleDaoModifier and TypeClassDescriptionclassAbstractBundleRuleDao<R extends AbstractBundleRuleModel>Abstract implementation of theBundleRuleDao.classDefault implementation of theChangeProductPriceBundleRuleDaoclassDefault implementation of theAbstractBundleRuleDaofor sub-typeDisableProductBundleRuleModel.