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