Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
protected List<FiscalYearMaker> |
FinancialSystemModuleConfiguration.fiscalYearMakers |
Modifier and Type | Method and Description |
---|---|
List<FiscalYearMaker> |
FinancialSystemModuleConfiguration.getFiscalYearMakers()
Gets the fiscalYearMakers attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
FinancialSystemModuleConfiguration.setFiscalYearMakers(List<FiscalYearMaker> fiscalYearMakers)
Sets the fiscalYearMakers attribute value.
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
FiscalYearMakersDao.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 |
FiscalYearMakersDao.deleteNewYearRows(Integer baseYear,
FiscalYearMaker objectFiscalYearMaker)
Clears out records for the new year and object being copied
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected void |
FiscalYearMakersDaoOjb.addToKeysWritten(FiscalYearMaker fiscalYearMaker,
List<String> keyFieldNames,
FiscalYearBasedBusinessObject copiedObject,
Set<String> keysWritten)
Builds a string from the primary key values and adds to given set
|
Collection<String> |
FiscalYearMakersDaoOjb.createNewYearRows(Integer baseYear,
FiscalYearMaker fiscalYearMaker,
boolean replaceMode,
Map<Class<? extends FiscalYearBasedBusinessObject>,Set<String>> parentKeysWritten,
boolean isParentClass) |
void |
FiscalYearMakersDaoOjb.deleteNewYearRows(Integer baseYear,
FiscalYearMaker objectFiscalYearMaker) |
protected String |
FiscalYearMakersDaoOjb.getForeignKeyStringForReference(FiscalYearMaker fiscalYearMaker,
FiscalYearBasedBusinessObject businessObject,
String referenceName)
Builds a String containing foreign key values for the given reference of the business object
|
protected String |
FiscalYearMakersDaoOjb.getKeyString(FiscalYearMaker fiscalYearMaker,
List<String> keyFieldNames,
FiscalYearBasedBusinessObject businessObject) |
protected void |
FiscalYearMakersDaoOjb.removeNonPrimitiveFields(FiscalYearMaker fiscalYearMaker,
FiscalYearBasedBusinessObject businessObject)
Sets all reference and collection fields defined in the persistence layer to null on the given object
|
protected boolean |
FiscalYearMakersDaoOjb.validateChildParentReferencesExist(FiscalYearMaker objectFiscalYearMaker,
FiscalYearBasedBusinessObject childRecord,
Class<? extends FiscalYearBasedBusinessObject> parentClass,
Set<String> parentKeys,
List<String> copyErrors)
Validates the parent record(s) exists for the child record by retrieving the OJB reference (if found and foreign keys have
value)
|
protected boolean |
FiscalYearMakersDaoOjb.validateParentRecordsExist(FiscalYearMaker objectFiscalYearMaker,
FiscalYearBasedBusinessObject childRecord,
Map<Class<? extends FiscalYearBasedBusinessObject>,Set<String>> parentKeysWritten,
List<String> copyErrors)
Checks all parents for the object we are copying has a corresponding record for the child record
|
Modifier and Type | Field and Description |
---|---|
protected List<FiscalYearMaker> |
FiscalYearMakerServiceImpl.fiscalYearMakers |
Modifier and Type | Method and Description |
---|---|
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 FiscalYearBasedBusinessObject>,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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.