Package com.avoka.fc.core.job
Class SubmissionEmailVerificationReminderJob
java.lang.Object
com.avoka.fc.core.job.AbstractJob
com.avoka.fc.core.job.BaseJob
com.avoka.fc.core.job.SubmissionEmailVerificationReminderJob
- All Implemented Interfaces:
org.quartz.InterruptableJob
,org.quartz.Job
Provides a job triggering email verification after submission.
-
Field Summary
Fields inherited from class com.avoka.fc.core.job.AbstractJob
JOB_CONTEXT_PARAM, JOB_GROUP_BACKGROUND, JOB_GROUP_MEMORY, logExecution, MANAGER_LISTENERS, SERVLET_CONTEXT, SPRING_CONTEXT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Send out post submission verification emails.Methods inherited from class com.avoka.fc.core.job.AbstractJob
createAndBindDataContext, execute, getContext, getContextParam, getDataContext, getErrorLogService, getLogger, getServletContext, interrupt, isInterrupted, logException
-
Constructor Details
-
SubmissionEmailVerificationReminderJob
public SubmissionEmailVerificationReminderJob()
-
-
Method Details
-
executeJob
public void executeJob()Send out post submission verification emails. The job will call the default service of typeServiceDefinition.SERVICE_TYPE_SUBMISSION_EMAIL_VERIFICATION
- Specified by:
executeJob
in classAbstractJob
-