Uses of Class
de.hybris.platform.cms2.jalo.restrictions.CatalogRestriction
-
Packages that use CatalogRestriction Package Description de.hybris.platform.cms2.jalo -
-
Uses of CatalogRestriction in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return CatalogRestriction Modifier and Type Method Description CatalogRestriction
GeneratedCms2Manager. createCMSCatalogRestriction(SessionContext ctx, java.util.Map attributeValues)
CatalogRestriction
GeneratedCms2Manager. createCMSCatalogRestriction(java.util.Map attributeValues)
Methods in de.hybris.platform.cms2.jalo that return types with arguments of type CatalogRestriction Modifier and Type Method Description java.util.Collection<CatalogRestriction>
GeneratedCms2Manager. getRestrictions(Catalog item)
Generated method - Getter of theCatalog.restrictions
attribute.java.util.Collection<CatalogRestriction>
GeneratedCms2Manager. getRestrictions(SessionContext ctx, Catalog item)
Generated method - Getter of theCatalog.restrictions
attribute.Methods in de.hybris.platform.cms2.jalo with parameters of type CatalogRestriction Modifier and Type Method Description void
GeneratedCms2Manager. addToRestrictions(Catalog item, CatalogRestriction value)
Generated method - Addsvalue
to restrictions.void
GeneratedCms2Manager. addToRestrictions(SessionContext ctx, Catalog item, CatalogRestriction value)
Generated method - Addsvalue
to restrictions.void
GeneratedCms2Manager. removeFromRestrictions(Catalog item, CatalogRestriction value)
Generated method - Removesvalue
from restrictions.void
GeneratedCms2Manager. removeFromRestrictions(SessionContext ctx, Catalog item, CatalogRestriction value)
Generated method - Removesvalue
from restrictions.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type CatalogRestriction Modifier and Type Method Description void
GeneratedCms2Manager. setRestrictions(Catalog item, java.util.Collection<CatalogRestriction> value)
Generated method - Setter of theCatalog.restrictions
attribute.void
GeneratedCms2Manager. setRestrictions(SessionContext ctx, Catalog item, java.util.Collection<CatalogRestriction> value)
Generated method - Setter of theCatalog.restrictions
attribute.
-