Uses of Class
org.nuxeo.ecm.platform.ec.notification.email.EmailHelper
-
Packages that use EmailHelper Package Description org.nuxeo.ecm.platform.ec.notification org.nuxeo.ecm.platform.ec.notification.service -
-
Uses of EmailHelper in org.nuxeo.ecm.platform.ec.notification
Methods in org.nuxeo.ecm.platform.ec.notification that return EmailHelper Modifier and Type Method Description EmailHelper
NotificationEventListener. getEmailHelper()
Methods in org.nuxeo.ecm.platform.ec.notification with parameters of type EmailHelper Modifier and Type Method Description void
NotificationEventListener. setEmailHelper(EmailHelper emailHelper)
-
Uses of EmailHelper in org.nuxeo.ecm.platform.ec.notification.service
Fields in org.nuxeo.ecm.platform.ec.notification.service declared as EmailHelper Modifier and Type Field Description protected EmailHelper
NotificationService. emailHelper
Methods in org.nuxeo.ecm.platform.ec.notification.service that return EmailHelper Modifier and Type Method Description EmailHelper
NotificationService. getEmailHelper()
Methods in org.nuxeo.ecm.platform.ec.notification.service with parameters of type EmailHelper Modifier and Type Method Description void
NotificationService. setEmailHelper(EmailHelper emailHelper)
-