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. DISABLEPRODUCTBUNDLERULESHANDLER
OneToManyHandler
for 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 DisableProductBundleRule
GeneratedConfigurableBundleServicesManager. createDisableProductBundleRule(SessionContext ctx, java.util.Map attributeValues)
DisableProductBundleRule
GeneratedConfigurableBundleServicesManager. 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.disableProductBundleRules
attribute.java.util.Collection<DisableProductBundleRule>
GeneratedBundleTemplate. getDisableProductBundleRules(SessionContext ctx)
Generated method - Getter of theBundleTemplate.disableProductBundleRules
attribute.Methods in de.hybris.platform.configurablebundleservices.jalo with parameters of type DisableProductBundleRule Modifier and Type Method Description void
GeneratedBundleTemplate. addToDisableProductBundleRules(DisableProductBundleRule value)
Generated method - Addsvalue
to disableProductBundleRules.void
GeneratedBundleTemplate. addToDisableProductBundleRules(SessionContext ctx, DisableProductBundleRule value)
Generated method - Addsvalue
to disableProductBundleRules.void
GeneratedBundleTemplate. removeFromDisableProductBundleRules(DisableProductBundleRule value)
Generated method - Removesvalue
from disableProductBundleRules.void
GeneratedBundleTemplate. removeFromDisableProductBundleRules(SessionContext ctx, DisableProductBundleRule value)
Generated method - Removesvalue
from disableProductBundleRules.Method parameters in de.hybris.platform.configurablebundleservices.jalo with type arguments of type DisableProductBundleRule Modifier and Type Method Description void
GeneratedBundleTemplate. setDisableProductBundleRules(SessionContext ctx, java.util.Collection<DisableProductBundleRule> value)
Generated method - Setter of theBundleTemplate.disableProductBundleRules
attribute.void
GeneratedBundleTemplate. setDisableProductBundleRules(java.util.Collection<DisableProductBundleRule> value)
Generated method - Setter of theBundleTemplate.disableProductBundleRules
attribute.
-