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