Uses of Class
de.hybris.platform.configurablebundleservices.model.DisableProductBundleRuleModel
-
Packages that use DisableProductBundleRuleModel Package Description de.hybris.platform.configurablebundlebackoffice.labelproviders de.hybris.platform.configurablebundlecockpits.services.label.impl de.hybris.platform.configurablebundlefacades.converters.populator de.hybris.platform.configurablebundleservices.bundle de.hybris.platform.configurablebundleservices.bundle.impl de.hybris.platform.configurablebundleservices.daos.impl de.hybris.platform.configurablebundleservices.model Contains generated models for each type of de.hybris.platform.configurablebundleservices.jalo package. -
-
Uses of DisableProductBundleRuleModel in de.hybris.platform.configurablebundlebackoffice.labelproviders
Methods in de.hybris.platform.configurablebundlebackoffice.labelproviders with parameters of type DisableProductBundleRuleModel Modifier and Type Method Description java.lang.StringDisableProductBundleRuleLabelProvider. getLabel(DisableProductBundleRuleModel disableProductBundleRuleModel) -
Uses of DisableProductBundleRuleModel in de.hybris.platform.configurablebundlecockpits.services.label.impl
Methods in de.hybris.platform.configurablebundlecockpits.services.label.impl with parameters of type DisableProductBundleRuleModel Modifier and Type Method Description protected java.lang.StringDisableProductBundleRuleLabelProvider. getItemLabel(DisableProductBundleRuleModel disableProductRule) -
Uses of DisableProductBundleRuleModel in de.hybris.platform.configurablebundlefacades.converters.populator
Methods in de.hybris.platform.configurablebundlefacades.converters.populator that return types with arguments of type DisableProductBundleRuleModel Modifier and Type Method Description protected java.util.Collection<DisableProductBundleRuleModel>ProductBundleDisablePopulator. getDisableProductBundleRules(java.util.Collection<AbstractBundleRuleModel> rules)Helper method used to filter out the BundleRules to get all the DisableProductBundleRules from the given AbstractBundleRuleModel.Method parameters in de.hybris.platform.configurablebundlefacades.converters.populator with type arguments of type DisableProductBundleRuleModel Modifier and Type Method Description protected java.util.Collection<java.lang.String>ProductBundleDisablePopulator. getDisableProducts(java.util.Collection<DisableProductBundleRuleModel> disableRules, ProductBundleDisablePopulator.TargetType targetType)Method to extract the product code that are eligible to apply disable rule -
Uses of DisableProductBundleRuleModel in de.hybris.platform.configurablebundleservices.bundle
Methods in de.hybris.platform.configurablebundleservices.bundle that return DisableProductBundleRuleModel Modifier and Type Method Description DisableProductBundleRuleModelBundleRuleService. getDisableRuleForBundleProduct(BundleTemplateModel bundleTemplate, ProductModel product1, ProductModel product2)Returns aDisableProductBundleRuleModelwhich does not allow that the given productsproduct1andproduct2are added together to a bundle.DisableProductBundleRuleModelBundleRuleService. getDisableRuleForBundleProduct(AbstractOrderModel masterAbstractOrder, ProductModel product, EntryGroup entryGroup, boolean ignoreCurrentProducts)Returns aDisableProductBundleRuleModelvalid for the givenproductignoring productsignoreProductsin the cart.Methods in de.hybris.platform.configurablebundleservices.bundle that return types with arguments of type DisableProductBundleRuleModel Modifier and Type Method Description java.util.List<DisableProductBundleRuleModel>BundleRuleService. getDisableProductBundleRules(ProductModel product, EntryGroup entryGroup, AbstractOrderModel order)Methods in de.hybris.platform.configurablebundleservices.bundle with parameters of type DisableProductBundleRuleModel Modifier and Type Method Description java.lang.StringBundleRuleService. createMessageForDisableRule(DisableProductBundleRuleModel disableRule, ProductModel product)Generates the message explaining why given product is disabled with specific rule. -
Uses of DisableProductBundleRuleModel in de.hybris.platform.configurablebundleservices.bundle.impl
Methods in de.hybris.platform.configurablebundleservices.bundle.impl that return DisableProductBundleRuleModel Modifier and Type Method Description DisableProductBundleRuleModelDefaultBundleCommerceRuleService. getDisableRuleForBundleProduct(BundleTemplateModel bundleTemplate, ProductModel product1, ProductModel product2)DisableProductBundleRuleModelDefaultBundleCommerceRuleService. getDisableRuleForBundleProduct(AbstractOrderModel masterAbstractOrder, ProductModel product, EntryGroup entryGroup, boolean ignoreCurrentProducts)Methods in de.hybris.platform.configurablebundleservices.bundle.impl that return types with arguments of type DisableProductBundleRuleModel Modifier and Type Method Description java.util.List<DisableProductBundleRuleModel>DefaultBundleCommerceRuleService. getDisableProductBundleRules(ProductModel product, EntryGroup entryGroup, AbstractOrderModel order)Methods in de.hybris.platform.configurablebundleservices.bundle.impl with parameters of type DisableProductBundleRuleModel Modifier and Type Method Description java.lang.StringDefaultBundleCommerceRuleService. createMessageForDisableRule(DisableProductBundleRuleModel disableRule, ProductModel product)java.lang.StringDefaultBundleRuleService. createMessageForDisableRule(DisableProductBundleRuleModel disableRule, ProductModel product) -
Uses of DisableProductBundleRuleModel in de.hybris.platform.configurablebundleservices.daos.impl
Methods in de.hybris.platform.configurablebundleservices.daos.impl that return types with arguments of type DisableProductBundleRuleModel Modifier and Type Method Description java.util.List<DisableProductBundleRuleModel>DefaultDisableProductBundleRuleDao. findBundleRulesByProductAndRootTemplate(ProductModel product, BundleTemplateModel rootBundleTemplate) -
Uses of DisableProductBundleRuleModel in de.hybris.platform.configurablebundleservices.model
Methods in de.hybris.platform.configurablebundleservices.model that return types with arguments of type DisableProductBundleRuleModel Modifier and Type Method Description java.util.Collection<DisableProductBundleRuleModel>BundleTemplateModel. getDisableProductBundleRules()Generated method - Getter of theBundleTemplate.disableProductBundleRulesattribute defined at extensionconfigurablebundleservices.Method parameters in de.hybris.platform.configurablebundleservices.model with type arguments of type DisableProductBundleRuleModel Modifier and Type Method Description voidBundleTemplateModel. setDisableProductBundleRules(java.util.Collection<DisableProductBundleRuleModel> value)Generated method - Setter ofBundleTemplate.disableProductBundleRulesattribute defined at extensionconfigurablebundleservices.
-