public class CfdaBatchStep extends AbstractStep
| Modifier and Type | Field and Description |
|---|---|
protected CfdaService |
cfdaService |
protected org.kuali.rice.core.api.config.property.ConfigurationService |
configurationService |
protected org.kuali.rice.krad.service.MailService |
mailService |
protected org.kuali.rice.coreservice.framework.parameter.ParameterService |
parameterService |
batchInputFileType, dateTimeService, interrupted, name| Constructor and Description |
|---|
CfdaBatchStep() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(String jobName,
Date jobRunDate)
See the class description.
|
org.kuali.rice.core.api.config.property.ConfigurationService |
getConfigurationService()
Gets the configurationService attribute.
|
void |
setCfdaService(CfdaService cfdaService)
Sets the
CfdaService. |
void |
setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService configurationService)
Sets the configurationService attribute value.
|
void |
setMailService(org.kuali.rice.krad.service.MailService mailService)
Set the
MailService. |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
Sets the
ParameterService. |
afterPropertiesSet, getBatchInputFileType, getDateTimeService, getName, getParameterService, getRequiredDirectoryNames, interrupt, isInterrupted, setBatchInputFileType, setBeanName, setDateTimeService, setInterruptedprepareDirectoriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprepareDirectoriesprotected CfdaService cfdaService
protected org.kuali.rice.krad.service.MailService mailService
protected org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService
protected org.kuali.rice.core.api.config.property.ConfigurationService configurationService
public CfdaBatchStep()
public boolean execute(String jobName, Date jobRunDate) throws InterruptedException
jobName - the name of the job running the stepjobRunDate - the time/date the job is executedInterruptedExceptionStep.execute(String, Date)public void setCfdaService(CfdaService cfdaService)
CfdaService. For use by Spring.cfdaService - The service to be assigned.public void setMailService(org.kuali.rice.krad.service.MailService mailService)
MailService. For use by Spring.mailService - The service to be assigned.public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
ParameterService. For use by Spring.setParameterService in class AbstractStepparameterService - The service to be assigned.public org.kuali.rice.core.api.config.property.ConfigurationService getConfigurationService()
public void setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService configurationService)
configurationService - The configurationService to set.Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.