Uses of Interface
de.hybris.platform.configurablebundleservices.daos.BundleRuleDao
-
-
Uses of BundleRuleDao in de.hybris.platform.configurablebundleservices.bundle.impl
Methods in de.hybris.platform.configurablebundleservices.bundle.impl that return BundleRuleDao Modifier and Type Method Description protected BundleRuleDao<AbstractBundleRuleModel>DefaultBundleCommerceRuleService. getDisableProductBundleRuleDao()Methods in de.hybris.platform.configurablebundleservices.bundle.impl with parameters of type BundleRuleDao Modifier and Type Method Description voidDefaultBundleCommerceRuleService. setDisableProductBundleRuleDao(BundleRuleDao<AbstractBundleRuleModel> disableProductBundleRuleDao) -
Uses of BundleRuleDao in de.hybris.platform.configurablebundleservices.daos
Subinterfaces of BundleRuleDao in de.hybris.platform.configurablebundleservices.daos Modifier and Type Interface Description interfaceChangeProductPriceBundleRuleDaoData 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 BundleRuleDao Modifier and Type Class Description classAbstractBundleRuleDao<R extends AbstractBundleRuleModel>Abstract implementation of theBundleRuleDao.classDefaultChangeProductPriceBundleRuleDaoDefault implementation of theChangeProductPriceBundleRuleDaoclassDefaultDisableProductBundleRuleDaoDefault implementation of theAbstractBundleRuleDaofor sub-typeDisableProductBundleRuleModel.
-