Class AbstractPromotionRestriction

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
GeneratedPromotionBillingTimeRestriction, GeneratedPromotionOrderRestriction, GeneratedPromotionProductRestriction, GeneratedPromotionUserRestriction

public abstract class AbstractPromotionRestriction extends GeneratedAbstractPromotionRestriction
AbstractPromotionRestriction. The base class for all restrictions. Promotion restrictions are attached to promotions to control when a promotion may be evaluated. Restrictions have control over the evaluation of the promotion and also can filter the set of available products. Specific restriction behaviours are implemented in subclasses.
See Also: