|
||||||||||
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.PosterSummaryReportStep
public class PosterSummaryReportStep
A step to generate summary reports from a recent poster run
Constructor Summary | |
---|---|
PosterSummaryReportStep()
|
Method Summary | |
---|---|
protected void |
generateGlSummary(Date runDate,
SystemOptions year,
String reportType)
Generates the GL Summary report |
String |
getBatchFileDirectoryName()
Gets the batchFileDirectoryName attribute. |
String |
getCurrentAndLastYearParameter()
|
String |
getCurrentYearLowerParameter()
|
String |
getCurrentYearUpperParameter()
|
protected WrappedBatchExecutorService.CustomBatchExecutor |
getCustomBatchExecutor()
|
ReportWriterService |
getPosterOutputSummaryReportWriterService()
Gets the posterOutputSummaryReportWriterService attribute. |
ReversalService |
getReversalService()
Gets the reversalService attribute. |
void |
setBalanceService(BalanceService balanceService)
Sets the balanceService attribute value. |
void |
setBatchFileDirectoryName(String batchFileDirectoryName)
Sets the batchFileDirectoryName attribute value. |
void |
setOptionsService(OptionsService os)
Sets the optionsService attribute, allowing the injection of an implementation of that service |
void |
setPosterActualBalanceSummaryReportWriterService(FiscalYearAwareReportWriterService posterActualBalanceSummaryReportWriterService)
Sets the posterActualBalanceSummaryReportWriterService attribute value. |
void |
setPosterBudgetBalanceSummaryReportWriterService(FiscalYearAwareReportWriterService posterBudgetBalanceSummaryReportWriterService)
Sets the posterBudgetBalanceSummaryReportWriterService attribute value. |
void |
setPosterEncumbranceSummaryReportWriterService(FiscalYearAwareReportWriterService posterEncumbranceSummaryReportWriterService)
Sets the posterEncumbranceSummaryReportWriterService attribute value. |
void |
setPosterOutputSummaryReportWriterService(ReportWriterService posterOutputSummaryReportWriterService)
Sets the posterOutputSummaryReportWriterService attribute value. |
void |
setReversalService(ReversalService reversalService)
Sets the reversalService 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 PosterSummaryReportStep()
Method Detail |
---|
protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
getCustomBatchExecutor
in class AbstractWrappedBatchStep
AbstractWrappedBatchStep.getCustomBatchExecutor()
protected void generateGlSummary(Date runDate, SystemOptions year, String reportType)
runDate
- the run date of the poster service that should be reportedoptions
- the options of the fiscal year the poster was runreportType
- the type of the report that should be generatedpublic String getCurrentYearLowerParameter()
public String getCurrentYearUpperParameter()
public String getCurrentAndLastYearParameter()
public void setOptionsService(OptionsService os)
os
- the optionsService implementation to setOptionsService
public ReportWriterService getPosterOutputSummaryReportWriterService()
public void setPosterOutputSummaryReportWriterService(ReportWriterService posterOutputSummaryReportWriterService)
posterOutputSummaryReportWriterService
- The posterOutputSummaryReportWriterService to set.public void setPosterActualBalanceSummaryReportWriterService(FiscalYearAwareReportWriterService posterActualBalanceSummaryReportWriterService)
posterActualBalanceSummaryReportWriterService
- The posterActualBalanceSummaryReportWriterService to set.public void setPosterBudgetBalanceSummaryReportWriterService(FiscalYearAwareReportWriterService posterBudgetBalanceSummaryReportWriterService)
posterBudgetBalanceSummaryReportWriterService
- The posterBudgetBalanceSummaryReportWriterService to set.public void setPosterEncumbranceSummaryReportWriterService(FiscalYearAwareReportWriterService posterEncumbranceSummaryReportWriterService)
posterEncumbranceSummaryReportWriterService
- The posterEncumbranceSummaryReportWriterService to set.public ReversalService getReversalService()
public void setReversalService(ReversalService reversalService)
reversalService
- The reversalService to set.public void setBalanceService(BalanceService balanceService)
balanceService
- The balanceService to set.public String getBatchFileDirectoryName()
public void setBatchFileDirectoryName(String batchFileDirectoryName)
batchFileDirectoryName
- The batchFileDirectoryName to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |