| |
|
| java.lang.Object org.kuali.kfs.batch.AbstractStep org.kuali.module.cg.batch.CfdaBatchStep
CfdaBatchStep | public class CfdaBatchStep extends AbstractStep (Code) | | 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 KUALI_CGCFDA workgroup.
|
setCfdaService | public void setCfdaService(CfdaService cfdaService)(Code) | | Sets the
CfdaService . For use by Spring.
Parameters: cfdaService - The service to be assigned. |
setKualiGroupService | public void setKualiGroupService(KualiGroupService kualiGroupService)(Code) | | Sets the
KualiGroupService . For use by Spring.
Parameters: kualiGroupService - The service to be assigned. |
setMailService | public void setMailService(MailService mailService)(Code) | | Set the
MailService . For use by Spring.
Parameters: mailService - The service to be assigned. |
|
|
|