public class ExceedMaxRegistriesRuleValidator extends AbstractGiftListRulesValidator
ExceedMaxRegistriesRuleValidator
class validates whether the
number of registries allowed per registrant has exceeded a configured maximum
number.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
ExceedMaxRegistriesRuleValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
validateOnCreate(java.lang.Object noun,
java.lang.Object nounPart,
java.lang.Integer rule)
Validates the rule when the gift list object is being created.
|
validateOnDelete, validateOnUpdate
public static final java.lang.String COPYRIGHT
public boolean validateOnCreate(java.lang.Object noun, java.lang.Object nounPart, java.lang.Integer rule) throws GiftListRuleValidationException
validateOnCreate
in interface GiftListRulesValidator
validateOnCreate
in class AbstractGiftListRulesValidator
noun
- The GiftList
noun that need to be validated.nounPart
- The GiftList
noun part to use to validate the
part data against a rule, rather than using the whole GiftList
noun.rule
- The rule name.GiftListRuleValidationException