@Transactional public class OrganizationReversionProcessServiceImpl extends Object implements OrganizationReversionProcessService
Constructor and Description |
---|
OrganizationReversionProcessServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.config.property.ConfigurationService |
getConfigurationService()
Gets the configurationService attribute.
|
Map |
getJobParameters()
Returns a Map with the properly initialized parameters for an organization reversion job that is about to run
|
ReportWriterService |
getOrganizationReversionReportWriterService()
Gets the organizationReversionReportWriterService attribute.
|
org.kuali.rice.coreservice.framework.parameter.ParameterService |
getParameterService()
Gets the parameterService attribute.
|
void |
organizationReversionCurrentYearAccountProcess(Map jobParameters,
Map<String,Integer> organizationReversionCounts)
Organization Reversion Year End Process for the beginning of a fiscal year (ie, the process as it runs
after the fiscal year end, thus using prior year account, etc.)
|
void |
organizationReversionPriorYearAccountProcess(Map jobParameters,
Map<String,Integer> organizationReversionCounts)
Runs the Organization Reversion Year End Process for the end of a fiscal year (ie, a process that
runs before the fiscal year end, and thus uses current account, etc.)
|
void |
setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService configurationService)
Sets the implementation of the ConfigurationService to use
|
void |
setOrganizationReversionReportWriterService(ReportWriterService organizationReversionReportWriterService)
Sets the organizationReversionReportWriterService attribute value.
|
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
Sets the implementation of ParameterService to use
|
void |
writeReports(OrganizationReversionProcess organizationReversionProcess,
Map jobParameters,
Map<String,Integer> counts) |
public OrganizationReversionProcessServiceImpl()
public ReportWriterService getOrganizationReversionReportWriterService()
public void setOrganizationReversionReportWriterService(ReportWriterService organizationReversionReportWriterService)
organizationReversionReportWriterService
- The organizationReversionReportWriterService to set.public void organizationReversionPriorYearAccountProcess(Map jobParameters, Map<String,Integer> organizationReversionCounts)
organizationReversionPriorYearAccountProcess
in interface OrganizationReversionProcessService
outputGroup
- the origin entry group that this process should save entries tojobParameters
- the parameters used in the processorganizationReversionCounts
- a Map of named statistics generated by running the processorg.kuali.ole.gl.batch.service.OrganizationReversionProcessService#organizationReversionProcessEndOfYear(org.kuali.ole.gl.businessobject.OriginEntryGroup, java.util.Map, java.util.Map)
public void organizationReversionCurrentYearAccountProcess(Map jobParameters, Map<String,Integer> organizationReversionCounts)
organizationReversionCurrentYearAccountProcess
in interface OrganizationReversionProcessService
jobParameters
- the parameters used in the processorganizationReversionCounts
- a Map of named statistics generated by running the processorg.kuali.ole.gl.batch.service.OrganizationReversionProcessService#organizationReversionProcessBeginningOfYear(org.kuali.ole.gl.businessobject.OriginEntryGroup, java.util.Map, java.util.Map)
public Map getJobParameters()
getJobParameters
in interface OrganizationReversionProcessService
OrganizationReversionProcessService.getJobParameters()
public void writeReports(OrganizationReversionProcess organizationReversionProcess, Map jobParameters, Map<String,Integer> counts)
organizationReversionProcess
- jobParameters
- counts
- public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
parameterService
- an implementation of ParameterServicepublic void setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService configurationService)
configurationService
- an implementation of the ConfigurationServicepublic org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
public org.kuali.rice.core.api.config.property.ConfigurationService getConfigurationService()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.