public class CfdaBatchJob
extends org.springframework.scheduling.quartz.QuartzJobBean
| Constructor and Description |
|---|
CfdaBatchJob() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeInternal(org.quartz.JobExecutionContext context) |
protected String |
getRecipient()
This method gets the recipient specified in the parameter.
|
void |
setCfdaService(CfdaService cfdaService)
This is injected into the scheduler context by spring.
|
void |
setKcNotificationService(KcNotificationService kcNotificationService)
This is injected into the scheduler context by spring.
|
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
This is injected into the scheduler context by spring.
|
void |
setUser(String user)
Injected by spring.
|
protected void executeInternal(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
executeInternal in class org.springframework.scheduling.quartz.QuartzJobBeanorg.quartz.JobExecutionExceptionprotected String getRecipient()
public void setUser(String user)
user - public void setCfdaService(CfdaService cfdaService)
cfdaService - public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
kcNotificationService - public void setKcNotificationService(KcNotificationService kcNotificationService)
kcNotificationService - Copyright © 2013 The Kuali Foundation. All Rights Reserved.