| org.kuali.module.gl.service.OrganizationReversionProcessService
All known Subclasses: org.kuali.module.gl.service.impl.OrganizationReversionProcessServiceImpl,
OrganizationReversionProcessService | public interface OrganizationReversionProcessService (Code) | | An interface declaring the methods needed to run the organization reversion process
|
createOrganizationReversionProcessOriginEntryGroup | public OriginEntryGroup createOrganizationReversionProcessOriginEntryGroup()(Code) | | Creates an origin entry group for this run of the organization reversion process
a properly initialized origin entry group |
generateOrganizationReversionProcessReports | public void generateOrganizationReversionProcessReports(OriginEntryGroup outputGroup, Map jobParameters, Map<String, Integer> organizationReversionCounts)(Code) | | Generates reports for a run of the organization reversion process
Parameters: outputGroup - the origin entry group holding the origin entries created by the run Parameters: jobParameters - the parameters used during the run Parameters: organizationReversionCounts - the statistical counts generated by the run of the organization reversion process |
getJobParameters | public Map getJobParameters()(Code) | | Returns the parameters for this organization reversion job
a Map of standard parameters for the job |
organizationReversionProcessBeginningOfYear | public void organizationReversionProcessBeginningOfYear(OriginEntryGroup outputGroup, Map jobParameters, Map<String, Integer> organizationReversionCounts)(Code) | | 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.)
Parameters: outputGroup - the origin entry group that this process should save entries to Parameters: jobParameters - the parameters used in the process Parameters: organizationReversionCounts - a Map of named statistics generated by running the process |
organizationReversionProcessEndOfYear | public void organizationReversionProcessEndOfYear(OriginEntryGroup outputGroup, Map jobParameters, Map<String, Integer> organizationReversionCounts)(Code) | | 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.)
Parameters: outputGroup - the origin entry group that this process should save entries to Parameters: jobParameters - the parameters used in the process Parameters: organizationReversionCounts - a Map of named statistics generated by running the process |
|
|