|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FiscalYearMaker in org.kuali.kfs.coa.batch.dataaccess.impl |
---|
Classes in org.kuali.kfs.coa.batch.dataaccess.impl that implement FiscalYearMaker | |
---|---|
class |
AccountingPeriodFiscalYearMakerImpl
Performs custom population of accounting periods records for a new year being created in the fiscal year maker process |
class |
ObjectCodeFiscalYearMakerImpl
Performs custom criteria of object code records for a new year being created in the fiscal year maker process |
Uses of FiscalYearMaker in org.kuali.kfs.module.ec.batch.dataaccess.impl |
---|
Classes in org.kuali.kfs.module.ec.batch.dataaccess.impl that implement FiscalYearMaker | |
---|---|
class |
EffortCertificationReportDefinitionFiscalYearMakerImpl
Performs custom population of report definition records for a new year being created in the fiscal year maker process |
Uses of FiscalYearMaker in org.kuali.kfs.sys |
---|
Fields in org.kuali.kfs.sys with type parameters of type FiscalYearMaker | |
---|---|
protected List<FiscalYearMaker> |
FinancialSystemModuleConfiguration.fiscalYearMakers
|
Methods in org.kuali.kfs.sys that return types with arguments of type FiscalYearMaker | |
---|---|
List<FiscalYearMaker> |
FinancialSystemModuleConfiguration.getFiscalYearMakers()
Gets the fiscalYearMakers attribute. |
Method parameters in org.kuali.kfs.sys with type arguments of type FiscalYearMaker | |
---|---|
void |
FinancialSystemModuleConfiguration.setFiscalYearMakers(List<FiscalYearMaker> fiscalYearMakers)
Sets the fiscalYearMakers attribute value. |
Uses of FiscalYearMaker in org.kuali.kfs.sys.batch.dataaccess |
---|
Methods in org.kuali.kfs.sys.batch.dataaccess with parameters of type FiscalYearMaker | |
---|---|
Collection<String> |
FiscalYearMakersDao.createNewYearRows(Integer baseYear,
FiscalYearMaker objectFiscalYearMaker,
boolean replaceMode,
Map<Class<? extends org.kuali.rice.kns.bo.PersistableBusinessObject>,Set<String>> parentKeysWritten,
boolean isParentClass)
Populates records for the new year and object |
void |
FiscalYearMakersDao.deleteNewYearRows(Integer baseYear,
FiscalYearMaker objectFiscalYearMaker)
Clears out records for the new year and object being copied |
Uses of FiscalYearMaker in org.kuali.kfs.sys.batch.dataaccess.impl |
---|
Classes in org.kuali.kfs.sys.batch.dataaccess.impl that implement FiscalYearMaker | |
---|---|
class |
FiscalYearMakerImpl
Default implementation of fiscal year maker process for an entity. |
class |
SystemOptionsFiscalYearMakerImpl
Customizes new option records created by fiscal year process |
class |
UniversityDateFiscalYearMakerImpl
Performs custom fiscal year process for University Date records |
Methods in org.kuali.kfs.sys.batch.dataaccess.impl with parameters of type FiscalYearMaker | |
---|---|
Collection<String> |
FiscalYearMakersDaoOjb.createNewYearRows(Integer baseYear,
FiscalYearMaker objectFiscalYearMaker,
boolean replaceMode,
Map<Class<? extends org.kuali.rice.kns.bo.PersistableBusinessObject>,Set<String>> parentKeysWritten,
boolean isParentClass)
|
void |
FiscalYearMakersDaoOjb.deleteNewYearRows(Integer baseYear,
FiscalYearMaker objectFiscalYearMaker)
|
protected boolean |
FiscalYearMakersDaoOjb.validateParentRecordsExist(FiscalYearMaker objectFiscalYearMaker,
org.kuali.rice.kns.bo.PersistableBusinessObject childRecord,
Map<Class<? extends org.kuali.rice.kns.bo.PersistableBusinessObject>,Set<String>> parentKeysWritten,
Collection<String> copyErrors)
Checks all parents for the object we are copying has a corresponding record for the child record |
Uses of FiscalYearMaker in org.kuali.kfs.sys.batch.service.impl |
---|
Methods in org.kuali.kfs.sys.batch.service.impl that return types with arguments of type FiscalYearMaker | |
---|---|
protected List<FiscalYearMaker> |
FiscalYearMakerServiceImpl.getFiscalYearMakerHelpersInCopyOrder()
Returns List of FiscalYearMaker objects in the order they should be copied. |
protected List<FiscalYearMaker> |
FiscalYearMakerServiceImpl.getFiscalYearMakerHelpersInDeleteOrder(List<FiscalYearMaker> fiscalYearMakerHelpersCopyOrder)
Returns List of FiscalYearMaker objects in the order they should be deleted. |
protected Map<Class<? extends org.kuali.rice.kns.bo.PersistableBusinessObject>,FiscalYearMaker> |
FiscalYearMakerServiceImpl.getFiscalYearMakerMap()
Helper method to build a Map with the copy class as the key and its corresponding FiscalYearMaker as the Map
value |
protected List<FiscalYearMaker> |
FiscalYearMakerServiceImpl.getFiscalYearMakers()
Gets the fiscalYearMakers attribute. |
Method parameters in org.kuali.kfs.sys.batch.service.impl with type arguments of type FiscalYearMaker | |
---|---|
protected List<FiscalYearMaker> |
FiscalYearMakerServiceImpl.getFiscalYearMakerHelpersInDeleteOrder(List<FiscalYearMaker> fiscalYearMakerHelpersCopyOrder)
Returns List of FiscalYearMaker objects in the order they should be deleted. |
protected void |
FiscalYearMakerServiceImpl.setFiscalYearMakers(List<FiscalYearMaker> fiscalYearMakers)
Sets the fiscalYearMakers attribute value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |