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
public class SubmissionEmailVerificationReminderJob extends BaseJob
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
Constructors Constructor Description SubmissionEmailVerificationReminderJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeJob()
Send out post submission verification emails.-
Methods inherited from class com.avoka.fc.core.job.AbstractJob
execute, getContext, getContextParam, getDataContext, getErrorLogService, getLogger, getServletContext, interrupt, isInterrupted, logException
-
-
-
-
Method Detail
-
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
-
-