|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.gl.batch.service.impl.OrganizationReversionProcessServiceImpl
@Transactional public class OrganizationReversionProcessServiceImpl
The base implementation of OrganizationReversionProcessService
| Constructor Summary | |
|---|---|
OrganizationReversionProcessServiceImpl()
|
|
| Method Summary | |
|---|---|
org.kuali.rice.kns.service.KualiConfigurationService |
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.kns.service.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.kns.service.KualiConfigurationService configurationService)
Sets the implementation of the KualiConfigurationService to use |
void |
setOrganizationReversionReportWriterService(ReportWriterService organizationReversionReportWriterService)
Sets the organizationReversionReportWriterService attribute value. |
void |
setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the implementation of ParameterService to use |
void |
writeReports(OrganizationReversionProcess organizationReversionProcess,
Map jobParameters,
Map<String,Integer> counts)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrganizationReversionProcessServiceImpl()
| Method Detail |
|---|
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 OrganizationReversionProcessServiceoutputGroup - 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.kfs.gl.batch.service.OrganizationReversionProcessService#organizationReversionProcessEndOfYear(org.kuali.kfs.gl.businessobject.OriginEntryGroup, java.util.Map, java.util.Map)
public void organizationReversionCurrentYearAccountProcess(Map jobParameters,
Map<String,Integer> organizationReversionCounts)
organizationReversionCurrentYearAccountProcess in interface OrganizationReversionProcessServicejobParameters - the parameters used in the processorganizationReversionCounts - a Map of named statistics generated by running the processorg.kuali.kfs.gl.batch.service.OrganizationReversionProcessService#organizationReversionProcessBeginningOfYear(org.kuali.kfs.gl.businessobject.OriginEntryGroup, java.util.Map, java.util.Map)public Map getJobParameters()
getJobParameters in interface OrganizationReversionProcessServiceOrganizationReversionProcessService.getJobParameters()
public void writeReports(OrganizationReversionProcess organizationReversionProcess,
Map jobParameters,
Map<String,Integer> counts)
organizationReversionProcess - jobParameters - counts - public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
parameterService - an implementation of ParameterServicepublic void setConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService configurationService)
configurationService - an implementation of the KualiConfigurationServicepublic org.kuali.rice.kns.service.ParameterService getParameterService()
public org.kuali.rice.kns.service.KualiConfigurationService getConfigurationService()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||