Uses of Class
com.hybris.ymkt.segmentation.model.CMSYmktCampaignRestrictionModel
-
Packages that use CMSYmktCampaignRestrictionModel Package Description com.hybris.ymkt.segmentation.evaluators com.hybris.ymkt.segmentation.handlers -
-
Uses of CMSYmktCampaignRestrictionModel in com.hybris.ymkt.segmentation.evaluators
Methods in com.hybris.ymkt.segmentation.evaluators with parameters of type CMSYmktCampaignRestrictionModel Modifier and Type Method Description booleanCampaignRestrictionEvaluator. evaluate(CMSYmktCampaignRestrictionModel campaignRestriction, 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 CMSYmktCampaignRestrictionModel Modifier and Type Method Description java.lang.StringCampaignRestrictionDescriptionHandler. get(CMSYmktCampaignRestrictionModel model)voidCampaignRestrictionDescriptionHandler. set(CMSYmktCampaignRestrictionModel model, java.lang.String value)
-