Uses of Class
de.hybris.platform.configurablebundleservices.model.DisableProductBundleRuleModel
Packages that use DisableProductBundleRuleModel
Package
Description
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 DisableProductBundleRuleModelModifier and TypeMethodDescriptionDisableProductBundleRuleLabelProvider.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 DisableProductBundleRuleModelModifier and TypeMethodDescriptionprotected 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 DisableProductBundleRuleModelModifier and TypeMethodDescriptionprotected Collection<DisableProductBundleRuleModel>ProductBundleDisablePopulator.getDisableProductBundleRules(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 DisableProductBundleRuleModelModifier and TypeMethodDescriptionprotected Collection<String>ProductBundleDisablePopulator.getDisableProducts(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 DisableProductBundleRuleModelModifier and TypeMethodDescriptionBundleRuleService.getDisableRuleForBundleProduct(BundleTemplateModel bundleTemplate, ProductModel product1, ProductModel product2) Returns aDisableProductBundleRuleModelwhich does not allow that the given productsproduct1andproduct2are added together to a bundle.BundleRuleService.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 DisableProductBundleRuleModelModifier and TypeMethodDescriptionBundleRuleService.getDisableProductBundleRules(ProductModel product, EntryGroup entryGroup, AbstractOrderModel order) Methods in de.hybris.platform.configurablebundleservices.bundle with parameters of type DisableProductBundleRuleModelModifier and TypeMethodDescriptionBundleRuleService.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 DisableProductBundleRuleModelModifier and TypeMethodDescriptionDefaultBundleCommerceRuleService.getDisableRuleForBundleProduct(BundleTemplateModel bundleTemplate, ProductModel product1, ProductModel product2) DefaultBundleCommerceRuleService.getDisableRuleForBundleProduct(AbstractOrderModel masterAbstractOrder, ProductModel product, EntryGroup entryGroup, boolean ignoreCurrentProducts) Methods in de.hybris.platform.configurablebundleservices.bundle.impl that return types with arguments of type DisableProductBundleRuleModelModifier and TypeMethodDescriptionDefaultBundleCommerceRuleService.getDisableProductBundleRules(ProductModel product, EntryGroup entryGroup, AbstractOrderModel order) Methods in de.hybris.platform.configurablebundleservices.bundle.impl with parameters of type DisableProductBundleRuleModelModifier and TypeMethodDescriptionDefaultBundleCommerceRuleService.createMessageForDisableRule(DisableProductBundleRuleModel disableRule, ProductModel product) DefaultBundleRuleService.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 DisableProductBundleRuleModelModifier and TypeMethodDescriptionDefaultDisableProductBundleRuleDao.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 DisableProductBundleRuleModelModifier and TypeMethodDescriptionBundleTemplateModel.getDisableProductBundleRules()Generated method - Getter of theBundleTemplate.disableProductBundleRulesattribute defined at extensionconfigurablebundleservices.Method parameters in de.hybris.platform.configurablebundleservices.model with type arguments of type DisableProductBundleRuleModelModifier and TypeMethodDescriptionvoidBundleTemplateModel.setDisableProductBundleRules(Collection<DisableProductBundleRuleModel> value) Generated method - Setter ofBundleTemplate.disableProductBundleRulesattribute defined at extensionconfigurablebundleservices.