|
||||||||||
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.sys.batch.AbstractWrappedBatchStep
org.kuali.kfs.gl.batch.CollectorStep
public class CollectorStep
Batch step that controls the collector process. The basic steps in the collector process are the following: 1) Retrieves files that need processed 2) Parses each file into a CollectorBatch object using the collector digester rules 3) Validation of contents in CollectorService 4) Stores origin group, gl entries, and id billings for each batch 5) Sends email to workgroup listed in the batch file header with process results 6) Cleans up .done files
Constructor Summary | |
---|---|
CollectorStep()
|
Method Summary | |
---|---|
CollectorReportService |
getCollectorReportService()
Gets the collectorReportService attribute. |
CollectorService |
getCollectorService()
Gets the collectorService attribute. |
protected WrappedBatchExecutorService.CustomBatchExecutor |
getCustomBatchExecutor()
|
void |
setCollectorReportService(CollectorReportService collectorReportService)
Sets the collectorReportService attribute value. |
void |
setCollectorService(CollectorService collectorService)
Sets the collectorService attribute value. |
Methods inherited from class org.kuali.kfs.sys.batch.AbstractWrappedBatchStep |
---|
execute, setWrappedBatchExecutorService, setWrappingBatchServices |
Methods inherited from class org.kuali.kfs.sys.batch.AbstractStep |
---|
getDateTimeService, getName, getParameterService, interrupt, isInterrupted, setBeanName, setDateTimeService, setInterrupted, setParameterService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectorStep()
Method Detail |
---|
protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
getCustomBatchExecutor
in class AbstractWrappedBatchStep
public CollectorService getCollectorService()
public void setCollectorService(CollectorService collectorService)
collectorService
- The collectorService to set.public CollectorReportService getCollectorReportService()
public void setCollectorReportService(CollectorReportService collectorReportService)
collectorReportService
- The collectorReportService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |