public interface FiscalYearMakerService
OLE-COA FiscalYearMakerStep SOURCE_FISCAL_YEAR
. In addition, the process has an option for how it should handle
records that already exist in the target year. If the system parameter
OLE-COA FiscalYearMakerStep OVERRIDE_TARGET_YEAR_DATA_IND
is set to 'Y', target year records will be overwritten;
Otherwise, target year records that already exist will be left alone. Each table that is setup for the fiscal year maker process
has a bean configured in Spring. This bean points to an implementation of FiscalYearMaker
(either the default
implementation or custom) that sets up the Criteria
for selecting records to copy, and performs the process of
changing the records for the new year. New implementations can be created and configured in Spring to customize the behavior for
a table.Modifier and Type | Method and Description |
---|---|
void |
runProcess()
Runs the fiscal year maker process for the configured base year
|
void runProcess()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.