public class IcrEncumbranceFeedStep extends AbstractStep
| Modifier and Type | Field and Description |
|---|---|
protected IcrEncumbranceService |
icrEncumbranceService |
batchInputFileType, dateTimeService, interrupted, name, parameterService| Constructor and Description |
|---|
IcrEncumbranceFeedStep() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(String jobName,
Date jobRunDate)
This step builds a file of ICR Encumbrance Entries for posting to the General Ledger
|
void |
setIcrEncumbranceService(IcrEncumbranceService icrEncumbranceService)
Sets the icrEncumbranceService attribute value.
|
afterPropertiesSet, getBatchInputFileType, getDateTimeService, getName, getParameterService, getRequiredDirectoryNames, interrupt, isInterrupted, setBatchInputFileType, setBeanName, setDateTimeService, setInterrupted, setParameterServiceprepareDirectories, setSkipDirectoryInitiationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprepareDirectoriesprotected IcrEncumbranceService icrEncumbranceService
public IcrEncumbranceFeedStep()
public boolean execute(String jobName, Date jobRunDate) throws InterruptedException
jobName - the name of the job this step is being run as part ofjobRunDate - the time/date the job was startedInterruptedExceptionorg.kuali.kfs.sys.batch.Step#execute(java.lang.String)public void setIcrEncumbranceService(IcrEncumbranceService icrEncumbranceService)
icrEncumbranceService - the icrEncumbranceService to set.IcrEncumbranceServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.