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 CatalogRestrictionGeneratedCms2Manager. createCMSCatalogRestriction(SessionContext ctx, java.util.Map attributeValues)CatalogRestrictionGeneratedCms2Manager. 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.restrictionsattribute.java.util.Collection<CatalogRestriction>GeneratedCms2Manager. getRestrictions(SessionContext ctx, Catalog item)Generated method - Getter of theCatalog.restrictionsattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type CatalogRestriction Modifier and Type Method Description voidGeneratedCms2Manager. addToRestrictions(Catalog item, CatalogRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager. addToRestrictions(SessionContext ctx, Catalog item, CatalogRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager. removeFromRestrictions(Catalog item, CatalogRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedCms2Manager. removeFromRestrictions(SessionContext ctx, Catalog item, CatalogRestriction value)Generated method - Removesvaluefrom restrictions.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type CatalogRestriction Modifier and Type Method Description voidGeneratedCms2Manager. setRestrictions(Catalog item, java.util.Collection<CatalogRestriction> value)Generated method - Setter of theCatalog.restrictionsattribute.voidGeneratedCms2Manager. setRestrictions(SessionContext ctx, Catalog item, java.util.Collection<CatalogRestriction> value)Generated method - Setter of theCatalog.restrictionsattribute.
-