Uses of Class
de.hybris.platform.configurablebundleservices.jalo.DisableProductBundleRule
-
Packages that use DisableProductBundleRule Package Description de.hybris.platform.configurablebundleservices.jalo -
-
Uses of DisableProductBundleRule in de.hybris.platform.configurablebundleservices.jalo
Fields in de.hybris.platform.configurablebundleservices.jalo with type parameters of type DisableProductBundleRule Modifier and Type Field Description protected static OneToManyHandler<DisableProductBundleRule>GeneratedBundleTemplate. DISABLEPRODUCTBUNDLERULESHANDLEROneToManyHandlerfor handling 1:n DISABLEPRODUCTBUNDLERULES's relation attributes from 'many' side.Methods in de.hybris.platform.configurablebundleservices.jalo that return DisableProductBundleRule Modifier and Type Method Description DisableProductBundleRuleGeneratedConfigurableBundleServicesManager. createDisableProductBundleRule(SessionContext ctx, java.util.Map attributeValues)DisableProductBundleRuleGeneratedConfigurableBundleServicesManager. createDisableProductBundleRule(java.util.Map attributeValues)Methods in de.hybris.platform.configurablebundleservices.jalo that return types with arguments of type DisableProductBundleRule Modifier and Type Method Description java.util.Collection<DisableProductBundleRule>GeneratedBundleTemplate. getDisableProductBundleRules()Generated method - Getter of theBundleTemplate.disableProductBundleRulesattribute.java.util.Collection<DisableProductBundleRule>GeneratedBundleTemplate. getDisableProductBundleRules(SessionContext ctx)Generated method - Getter of theBundleTemplate.disableProductBundleRulesattribute.Methods in de.hybris.platform.configurablebundleservices.jalo with parameters of type DisableProductBundleRule Modifier and Type Method Description voidGeneratedBundleTemplate. addToDisableProductBundleRules(DisableProductBundleRule value)Generated method - Addsvalueto disableProductBundleRules.voidGeneratedBundleTemplate. addToDisableProductBundleRules(SessionContext ctx, DisableProductBundleRule value)Generated method - Addsvalueto disableProductBundleRules.voidGeneratedBundleTemplate. removeFromDisableProductBundleRules(DisableProductBundleRule value)Generated method - Removesvaluefrom disableProductBundleRules.voidGeneratedBundleTemplate. removeFromDisableProductBundleRules(SessionContext ctx, DisableProductBundleRule value)Generated method - Removesvaluefrom disableProductBundleRules.Method parameters in de.hybris.platform.configurablebundleservices.jalo with type arguments of type DisableProductBundleRule Modifier and Type Method Description voidGeneratedBundleTemplate. setDisableProductBundleRules(SessionContext ctx, java.util.Collection<DisableProductBundleRule> value)Generated method - Setter of theBundleTemplate.disableProductBundleRulesattribute.voidGeneratedBundleTemplate. setDisableProductBundleRules(java.util.Collection<DisableProductBundleRule> value)Generated method - Setter of theBundleTemplate.disableProductBundleRulesattribute.
-