Uses of Class
de.hybris.platform.cms2.jalo.restrictions.ProductRestriction
Packages that use ProductRestriction
-
Uses of ProductRestriction in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return ProductRestrictionModifier and TypeMethodDescriptionGeneratedCms2Manager.createCMSProductRestriction(SessionContext ctx, Map attributeValues) GeneratedCms2Manager.createCMSProductRestriction(Map attributeValues) Methods in de.hybris.platform.cms2.jalo that return types with arguments of type ProductRestrictionModifier and TypeMethodDescriptionGeneratedCms2Manager.getRestrictions(Product item) Generated method - Getter of theProduct.restrictionsattribute.GeneratedCms2Manager.getRestrictions(SessionContext ctx, Product item) Generated method - Getter of theProduct.restrictionsattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type ProductRestrictionModifier and TypeMethodDescriptionvoidGeneratedCms2Manager.addToRestrictions(Product item, ProductRestriction value) Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager.addToRestrictions(SessionContext ctx, Product item, ProductRestriction value) Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager.removeFromRestrictions(Product item, ProductRestriction value) Generated method - Removesvaluefrom restrictions.voidGeneratedCms2Manager.removeFromRestrictions(SessionContext ctx, Product item, ProductRestriction value) Generated method - Removesvaluefrom restrictions.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type ProductRestrictionModifier and TypeMethodDescriptionvoidGeneratedCms2Manager.setRestrictions(Product item, Collection<ProductRestriction> value) Generated method - Setter of theProduct.restrictionsattribute.voidGeneratedCms2Manager.setRestrictions(SessionContext ctx, Product item, Collection<ProductRestriction> value) Generated method - Setter of theProduct.restrictionsattribute.