public interface FiscalYearMakersDao
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
createNewYearRows(Integer baseYear,
FiscalYearMaker objectFiscalYearMaker,
boolean replaceMode,
Map<Class<? extends FiscalYearBasedBusinessObject>,Set<String>> parentKeysWritten,
boolean isParentClass)
Populates records for the new year and object
|
void |
deleteNewYearRows(Integer baseYear,
FiscalYearMaker objectFiscalYearMaker)
Clears out records for the new year and object being copied
|
void deleteNewYearRows(Integer baseYear, FiscalYearMaker objectFiscalYearMaker)
baseYear - fiscal year that we are copyingobjectFiscalYearMaker - FiscalYearMaker implementation for the object we are copyingCollection<String> createNewYearRows(Integer baseYear, FiscalYearMaker objectFiscalYearMaker, boolean replaceMode, Map<Class<? extends FiscalYearBasedBusinessObject>,Set<String>> parentKeysWritten, boolean isParentClass) throws Exception
baseYear - fiscal year that we are copyingobjectFiscalYearMaker - FiscalYearMaker implementation for the object we are copyingreplaceMode - indicates whether records found for the new year should be replaced or left aloneparentKeysWritten - Map that contains class as key and Set of of primary key strings representing records writtenisParentClass - indicates whether the class being copied is a parent to another FYM class that will be copiedExceptionCopyright © 2004–2015 The Kuali Foundation. All rights reserved.