Class MailFormConfValidator

java.lang.Object
ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
ch.tocco.nice2.optional.cms.impl.publicflows.mailform.MailFormConfValidator
All Implemented Interfaces:
EntitiesValidator, EntityValidator

public class MailFormConfValidator extends AbstractEntityValidator
This validator ensures, that
  • there is at least one recipient (either on the mail template or on the widget config)
  • there is a mail body on the template

Important: Every thread needs its own instance of this validator (<invoke-factory model="threaded">).

  • Constructor Details

    • MailFormConfValidator

      public MailFormConfValidator()
  • Method Details