Uses of Class
de.hybris.platform.cms2.model.restrictions.CMSProductRestrictionModel
-
Packages that use CMSProductRestrictionModel Package Description de.hybris.platform.cms2.model Contains generated models for each type of de.hybris.platform.cms2.jalo package.de.hybris.platform.cms2.servicelayer.daos de.hybris.platform.cms2.servicelayer.daos.impl de.hybris.platform.cms2.servicelayer.services de.hybris.platform.cms2.servicelayer.services.admin de.hybris.platform.cms2.servicelayer.services.admin.impl de.hybris.platform.cms2.servicelayer.services.evaluator.impl de.hybris.platform.cms2.servicelayer.services.impl de.hybris.platform.core.model.product Contains generated models for each type of de.hybris.platform.jalo.product package. -
-
Uses of CMSProductRestrictionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model with parameters of type CMSProductRestrictionModel Modifier and Type Method Description java.lang.StringProductRestrictionDescription. get(CMSProductRestrictionModel model)voidProductRestrictionDescription. set(CMSProductRestrictionModel model, java.lang.String value) -
Uses of CMSProductRestrictionModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos with parameters of type CMSProductRestrictionModel Modifier and Type Method Description java.util.List<ProductModel>CMSRestrictionDao. findProductsByRestriction(CMSProductRestrictionModel restriction)Find products by restriction. -
Uses of CMSProductRestrictionModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type CMSProductRestrictionModel Modifier and Type Method Description java.util.List<ProductModel>DefaultCMSRestrictionDao. findProductsByRestriction(CMSProductRestrictionModel restriction)Find products by restriction. -
Uses of CMSProductRestrictionModel in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services with parameters of type CMSProductRestrictionModel Modifier and Type Method Description java.util.Collection<java.lang.String>CMSRestrictionService. getProductCodesForRestriction(CMSProductRestrictionModel restriction)Gets the product codes for restriction. -
Uses of CMSProductRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return CMSProductRestrictionModel Modifier and Type Method Description CMSProductRestrictionModelCMSAdminRestrictionService. createProductRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.Collection<ProductModel> products)Creates a new ProductRestriction and a new relation between the restriction and the given pageMethods in de.hybris.platform.cms2.servicelayer.services.admin with parameters of type CMSProductRestrictionModel Modifier and Type Method Description java.util.List<ProductModel>CMSAdminRestrictionService. getProducts(CMSProductRestrictionModel productRestriction, PreviewDataModel previewContext)Returns products for product restriction -
Uses of CMSProductRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return CMSProductRestrictionModel Modifier and Type Method Description CMSProductRestrictionModelDefaultCMSAdminRestrictionService. createProductRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.Collection<ProductModel> products)Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type CMSProductRestrictionModel Modifier and Type Method Description java.util.List<ProductModel>DefaultCMSAdminRestrictionService. getProducts(CMSProductRestrictionModel productRestriction, PreviewDataModel previewContext) -
Uses of CMSProductRestrictionModel in de.hybris.platform.cms2.servicelayer.services.evaluator.impl
Methods in de.hybris.platform.cms2.servicelayer.services.evaluator.impl with parameters of type CMSProductRestrictionModel Modifier and Type Method Description booleanCMSProductRestrictionEvaluator. evaluate(CMSProductRestrictionModel productRestrictionModel, RestrictionData context) -
Uses of CMSProductRestrictionModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return CMSProductRestrictionModel Modifier and Type Method Description protected CMSProductRestrictionModelDefaultCMSRestrictionServiceIntegrationTest. getProductRestriction(ProductModel productModel)Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type CMSProductRestrictionModel Modifier and Type Method Description java.util.Collection<java.lang.String>DefaultCMSRestrictionService. getProductCodesForRestriction(CMSProductRestrictionModel restriction)Gets the product codes for restriction. -
Uses of CMSProductRestrictionModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type CMSProductRestrictionModel Modifier and Type Method Description java.util.Collection<CMSProductRestrictionModel>ProductModel. getRestrictions()Generated method - Getter of theProduct.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.core.model.product with type arguments of type CMSProductRestrictionModel Modifier and Type Method Description voidProductModel. setRestrictions(java.util.Collection<CMSProductRestrictionModel> value)Generated method - Setter ofProduct.restrictionsattribute defined at extensioncms2.
-