Uses of Class
com.hybris.ymkt.segmentation.model.CMSYmktCampaignRestrictionModel
Packages that use CMSYmktCampaignRestrictionModel
-
Uses of CMSYmktCampaignRestrictionModel in com.hybris.ymkt.segmentation.evaluators
Methods in com.hybris.ymkt.segmentation.evaluators with parameters of type CMSYmktCampaignRestrictionModelModifier and TypeMethodDescriptionbooleanCampaignRestrictionEvaluator.evaluate(CMSYmktCampaignRestrictionModel campaignRestriction, de.hybris.platform.cms2.servicelayer.data.RestrictionData context) This evaluator checks if the restriction is applicable.
The restriction is true when the user belongs in a target group associated with the selected campaign
The memberOfCampaign flag can be used to negate the restriction
e.g.
memberOfCampaign=true -> Restriction evaluates to true when user belongs to selected campaign
memberOfCampaign=false -> Restriction evaluates to false when user belongs to selected campaign -
Uses of CMSYmktCampaignRestrictionModel in com.hybris.ymkt.segmentation.handlers
Methods in com.hybris.ymkt.segmentation.handlers with parameters of type CMSYmktCampaignRestrictionModelModifier and TypeMethodDescriptionCampaignRestrictionDescriptionHandler.get(CMSYmktCampaignRestrictionModel model) voidCampaignRestrictionDescriptionHandler.set(CMSYmktCampaignRestrictionModel model, String value)