Uses of Class
de.hybris.platform.configurablebundleservices.jalo.AbstractBundleRule
-
Packages that use AbstractBundleRule Package Description de.hybris.platform.configurablebundleservices.jalo -
-
Uses of AbstractBundleRule in de.hybris.platform.configurablebundleservices.jalo
Subclasses of AbstractBundleRule in de.hybris.platform.configurablebundleservices.jalo Modifier and Type Class Description classChangeProductPriceBundleRuleclassDisableProductBundleRuleclassGeneratedChangeProductPriceBundleRuleGenerated class for typeChangeProductPriceBundleRule.classGeneratedDisableProductBundleRuleGenerated class for typeDisableProductBundleRule.Methods in de.hybris.platform.configurablebundleservices.jalo that return types with arguments of type AbstractBundleRule Modifier and Type Method Description java.util.Collection<AbstractBundleRule>GeneratedConfigurableBundleServicesManager. getConditionalBundleRules(Product item)Generated method - Getter of theProduct.conditionalBundleRulesattribute.java.util.Collection<AbstractBundleRule>GeneratedConfigurableBundleServicesManager. getConditionalBundleRules(SessionContext ctx, Product item)Generated method - Getter of theProduct.conditionalBundleRulesattribute.java.util.Collection<AbstractBundleRule>GeneratedConfigurableBundleServicesManager. getTargetBundleRules(Product item)Generated method - Getter of theProduct.targetBundleRulesattribute.java.util.Collection<AbstractBundleRule>GeneratedConfigurableBundleServicesManager. getTargetBundleRules(SessionContext ctx, Product item)Generated method - Getter of theProduct.targetBundleRulesattribute.Methods in de.hybris.platform.configurablebundleservices.jalo with parameters of type AbstractBundleRule Modifier and Type Method Description voidGeneratedConfigurableBundleServicesManager. 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 AbstractBundleRule Modifier and Type Method Description voidGeneratedConfigurableBundleServicesManager. setConditionalBundleRules(Product item, java.util.Collection<AbstractBundleRule> value)Generated method - Setter of theProduct.conditionalBundleRulesattribute.voidGeneratedConfigurableBundleServicesManager. setConditionalBundleRules(SessionContext ctx, Product item, java.util.Collection<AbstractBundleRule> value)Generated method - Setter of theProduct.conditionalBundleRulesattribute.voidGeneratedConfigurableBundleServicesManager. setTargetBundleRules(Product item, java.util.Collection<AbstractBundleRule> value)Generated method - Setter of theProduct.targetBundleRulesattribute.voidGeneratedConfigurableBundleServicesManager. setTargetBundleRules(SessionContext ctx, Product item, java.util.Collection<AbstractBundleRule> value)Generated method - Setter of theProduct.targetBundleRulesattribute.
-