Uses of Class
de.hybris.platform.cms2.model.restrictions.CMSCampaignRestrictionModel
Packages that use CMSCampaignRestrictionModel
Package
Description
Contains generated models for each type of de.hybris.platform.campaigns.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
-
Uses of CMSCampaignRestrictionModel in de.hybris.platform.campaigns.model
Methods in de.hybris.platform.campaigns.model that return types with arguments of type CMSCampaignRestrictionModelModifier and TypeMethodDescriptionCampaignModel.getRestrictions()Generated method - Getter of theCampaign.restrictionsattribute defined at extensioncms2.Method parameters in de.hybris.platform.campaigns.model with type arguments of type CMSCampaignRestrictionModelModifier and TypeMethodDescriptionvoidCampaignModel.setRestrictions(Collection<CMSCampaignRestrictionModel> value) Generated method - Setter ofCampaign.restrictionsattribute defined at extensioncms2. -
Uses of CMSCampaignRestrictionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model with parameters of type CMSCampaignRestrictionModelModifier and TypeMethodDescriptionCampaignRestrictionDescription.get(CMSCampaignRestrictionModel model) voidCampaignRestrictionDescription.set(CMSCampaignRestrictionModel model, String value) -
Uses of CMSCampaignRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return CMSCampaignRestrictionModelModifier and TypeMethodDescriptionCMSAdminRestrictionService.createCampaignRestriction(AbstractPageModel page, String id, String name, Collection<CampaignModel> campaigns) Creates a new CampaignRestriction and a new relation between the restriction and the given page -
Uses of CMSCampaignRestrictionModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return CMSCampaignRestrictionModelModifier and TypeMethodDescriptionDefaultCMSAdminRestrictionService.createCampaignRestriction(AbstractPageModel page, String id, String name, Collection<CampaignModel> campaigns) -
Uses of CMSCampaignRestrictionModel in de.hybris.platform.cms2.servicelayer.services.evaluator.impl
Methods in de.hybris.platform.cms2.servicelayer.services.evaluator.impl that return CMSCampaignRestrictionModelModifier and TypeMethodDescriptionprotected CMSCampaignRestrictionModelCMSCampaignRestrictionEvaluatorTest.createCampaignRestriction(Collection<CampaignModel> restrictedCampaigns) Methods in de.hybris.platform.cms2.servicelayer.services.evaluator.impl with parameters of type CMSCampaignRestrictionModelModifier and TypeMethodDescriptionbooleanCMSCampaignRestrictionEvaluator.evaluate(CMSCampaignRestrictionModel cmsCampaignRestriction, RestrictionData context)