| Package | Description |
|---|---|
| de.hybris.platform.cms2.jalo |
| Modifier and Type | Method and Description |
|---|---|
ProductRestriction |
GeneratedCms2Manager.createCMSProductRestriction(Map attributeValues) |
ProductRestriction |
GeneratedCms2Manager.createCMSProductRestriction(SessionContext ctx,
Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProductRestriction> |
GeneratedCms2Manager.getRestrictions(Product item)
Generated method - Getter of the
Product.restrictions attribute. |
Collection<ProductRestriction> |
GeneratedCms2Manager.getRestrictions(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.restrictions attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCms2Manager.addToRestrictions(Product item,
ProductRestriction value)
Generated method - Adds
value to restrictions. |
void |
GeneratedCms2Manager.addToRestrictions(SessionContext ctx,
Product item,
ProductRestriction value)
Generated method - Adds
value to restrictions. |
void |
GeneratedCms2Manager.removeFromRestrictions(Product item,
ProductRestriction value)
Generated method - Removes
value from restrictions. |
void |
GeneratedCms2Manager.removeFromRestrictions(SessionContext ctx,
Product item,
ProductRestriction value)
Generated method - Removes
value from restrictions. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCms2Manager.setRestrictions(Product item,
Collection<ProductRestriction> value)
Generated method - Setter of the
Product.restrictions attribute. |
void |
GeneratedCms2Manager.setRestrictions(SessionContext ctx,
Product item,
Collection<ProductRestriction> value)
Generated method - Setter of the
Product.restrictions attribute. |
Copyright © 2017 SAP SE. All Rights Reserved.