Uses of Class
de.hybris.platform.configurablebundleservices.jalo.AbstractBundleRule
Packages that use AbstractBundleRule
-
Uses of AbstractBundleRule in de.hybris.platform.configurablebundleservices.jalo
Subclasses of AbstractBundleRule in de.hybris.platform.configurablebundleservices.jaloModifier and TypeClassDescriptionclassclassclassGenerated class for typeChangeProductPriceBundleRule.classGenerated class for typeDisableProductBundleRule.Methods in de.hybris.platform.configurablebundleservices.jalo that return types with arguments of type AbstractBundleRuleModifier and TypeMethodDescriptionGeneratedConfigurableBundleServicesManager.getConditionalBundleRules(Product item) Generated method - Getter of theProduct.conditionalBundleRulesattribute.GeneratedConfigurableBundleServicesManager.getConditionalBundleRules(SessionContext ctx, Product item) Generated method - Getter of theProduct.conditionalBundleRulesattribute.GeneratedConfigurableBundleServicesManager.getTargetBundleRules(Product item) Generated method - Getter of theProduct.targetBundleRulesattribute.GeneratedConfigurableBundleServicesManager.getTargetBundleRules(SessionContext ctx, Product item) Generated method - Getter of theProduct.targetBundleRulesattribute.Methods in de.hybris.platform.configurablebundleservices.jalo with parameters of type AbstractBundleRuleModifier and TypeMethodDescriptionvoidGeneratedConfigurableBundleServicesManager.addToConditionalBundleRules(Product item, AbstractBundleRule value) Generated method - Addsvalueto conditionalBundleRules.voidGeneratedConfigurableBundleServicesManager.addToConditionalBundleRules(SessionContext ctx, Product item, AbstractBundleRule value) Generated method - Addsvalueto conditionalBundleRules.voidGeneratedConfigurableBundleServicesManager.addToTargetBundleRules(Product item, AbstractBundleRule value) Generated method - Addsvalueto targetBundleRules.voidGeneratedConfigurableBundleServicesManager.addToTargetBundleRules(SessionContext ctx, Product item, AbstractBundleRule value) Generated method - Addsvalueto targetBundleRules.voidGeneratedConfigurableBundleServicesManager.removeFromConditionalBundleRules(Product item, AbstractBundleRule value) Generated method - Removesvaluefrom conditionalBundleRules.voidGeneratedConfigurableBundleServicesManager.removeFromConditionalBundleRules(SessionContext ctx, Product item, AbstractBundleRule value) Generated method - Removesvaluefrom conditionalBundleRules.voidGeneratedConfigurableBundleServicesManager.removeFromTargetBundleRules(Product item, AbstractBundleRule value) Generated method - Removesvaluefrom targetBundleRules.voidGeneratedConfigurableBundleServicesManager.removeFromTargetBundleRules(SessionContext ctx, Product item, AbstractBundleRule value) Generated method - Removesvaluefrom targetBundleRules.Method parameters in de.hybris.platform.configurablebundleservices.jalo with type arguments of type AbstractBundleRuleModifier and TypeMethodDescriptionvoidGeneratedConfigurableBundleServicesManager.setConditionalBundleRules(Product item, Collection<AbstractBundleRule> value) Generated method - Setter of theProduct.conditionalBundleRulesattribute.voidGeneratedConfigurableBundleServicesManager.setConditionalBundleRules(SessionContext ctx, Product item, Collection<AbstractBundleRule> value) Generated method - Setter of theProduct.conditionalBundleRulesattribute.voidGeneratedConfigurableBundleServicesManager.setTargetBundleRules(Product item, Collection<AbstractBundleRule> value) Generated method - Setter of theProduct.targetBundleRulesattribute.voidGeneratedConfigurableBundleServicesManager.setTargetBundleRules(SessionContext ctx, Product item, Collection<AbstractBundleRule> value) Generated method - Setter of theProduct.targetBundleRulesattribute.