public class PosterSummaryReportStep extends AbstractWrappedBatchStep
batchInputFileType, dateTimeService, interrupted, name, parameterService| Constructor and Description |
|---|
PosterSummaryReportStep() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
execute, setWrappedBatchExecutorService, setWrappingBatchServicesafterPropertiesSet, getBatchInputFileType, getDateTimeService, getName, getParameterService, getRequiredDirectoryNames, interrupt, isInterrupted, setBatchInputFileType, setBeanName, setDateTimeService, setInterrupted, setParameterServiceprepareDirectoriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprepareDirectoriespublic PosterSummaryReportStep()
protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
getCustomBatchExecutor in class AbstractWrappedBatchStepAbstractWrappedBatchStep.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 setOptionsServicepublic 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.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.