Interface SendMailTask
- All Superinterfaces:
PersistTask<Entity,
Boolean>
A task that sends additional E-Mails after a user registered using the EventRegistration Flow
Task param: Registration Entity
Task return value: Boolean that indicates whether a mail has been sent or not
-
Method Summary
Modifier and TypeMethodDescriptionboolean
This is used for the calculation of the 'mail_required' flag.Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, run, skipErrors, unwrap
-
Method Details
-
isRequired
boolean isRequired()This is used for the calculation of the 'mail_required' flag. 'mail_required' will be set to false if the confirmation mail and all additional mail tasks that are required (isRequired == true) were sent.
-