|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.module.cg.batch.CfdaBatchStep
public class CfdaBatchStep
Parses data from a government web page listing the valid CFDA codes. The codes are then compared with what's in the CFDA table in Kuali. Codes set to be managed automatically are reconciled with what's on the web page. Codes managed manually are left alone. Finally an email containing a summary of what was done by the step execution is sent to the member of the CG_CFDA_BATCH_NOTIFY workgroup.
Constructor Summary | |
---|---|
CfdaBatchStep()
|
Method Summary | |
---|---|
boolean |
execute(String jobName,
Date jobRunDate)
See the class description. |
org.kuali.rice.kns.service.KualiConfigurationService |
getConfigurationService()
Gets the configurationService attribute. |
void |
setCfdaService(CfdaService cfdaService)
Sets the CfdaService . |
void |
setConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService configurationService)
Sets the configurationService attribute value. |
void |
setMailService(org.kuali.rice.kns.service.MailService mailService)
Set the MailService . |
void |
setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the ParameterService . |
Methods inherited from class org.kuali.kfs.sys.batch.AbstractStep |
---|
getDateTimeService, getName, getParameterService, interrupt, isInterrupted, setBeanName, setDateTimeService, setInterrupted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CfdaBatchStep()
Method Detail |
---|
public boolean execute(String jobName, Date jobRunDate) throws InterruptedException
jobName
- the name of the job running the stepjobRunDate
- the time/date the job is executed
InterruptedException
Step.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.kns.service.MailService mailService)
MailService
. For use by Spring.
mailService
- The service to be assigned.public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
ParameterService
. For use by Spring.
setParameterService
in class AbstractStep
parameterService
- The service to be assigned.public org.kuali.rice.kns.service.KualiConfigurationService getConfigurationService()
public void setConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService configurationService)
configurationService
- The configurationService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |