public class UniversityDateFiscalYearMakerImpl extends FiscalYearMakerImpl
allowOverrideTargetYear, businessObjectClass, businessObjectService, carryForwardInactive, collectionObjects, fiscalYearOneAhead, fiscalYearOneBehind, hasExtension, ONE, parentClasses, persistenceStructureService, primaryKeyPropertyNames, propertyNames, referenceForeignKeys, referenceObjects, twoYearCopy
Constructor and Description |
---|
UniversityDateFiscalYearMakerImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
deleteNewYearRows(Integer requestYear)
Removes all UniversityDate records for the given fiscal year
|
boolean |
doCustomProcessingOnly()
Default to doing both normal FYM process and custom
|
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute.
|
protected int |
getFiscalYearStartMonth(Integer baseFiscalYear)
Retrieves the system options record for the base fiscal year to determine the fiscal year start month
|
void |
performCustomProcessing(Integer baseFiscalYear,
boolean firstCopyYear)
Default implementation does nothing
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
addYearCriteria, changeForNewYear, createDeleteCriteria, createNextYearSelectionCriteria, createSelectionCriteria, getBusinessObjectClass, getCollectionProperties, getForeignKeyMappings, getParentClasses, getPrimaryKeyPropertyNames, getPropertyNames, getReferenceObjectProperties, hasExtension, isAllowOverrideTargetYear, isCarryForwardInactive, isFiscalYearOneAhead, isFiscalYearOneBehind, isTwoYearCopy, setAllowOverrideTargetYear, setBusinessObjectClass, setCarryForwardInactive, setFiscalYearOneAhead, setFiscalYearOneBehind, setParentClasses, setPersistenceStructureService, setTwoYearCopy, updateExtensionRecord
getDbPlatform, setDbPlatform
public UniversityDateFiscalYearMakerImpl()
public void performCustomProcessing(Integer baseFiscalYear, boolean firstCopyYear)
FiscalYearMakerImpl
performCustomProcessing
in interface FiscalYearMaker
performCustomProcessing
in class FiscalYearMakerImpl
baseFiscalYear
- fiscal year of the base recordfirstCopyYear
- boolean that indicates whether this is the first year being copied (useful for two year copies)org.kuali.ole.coa.batch.dataaccess.impl.FiscalYearMakerHelperImpl#performCustomProcessing(java.lang.Integer)
protected void deleteNewYearRows(Integer requestYear)
requestYear
- year to delete records forprotected int getFiscalYearStartMonth(Integer baseFiscalYear)
baseFiscalYear
- fiscal year to retrieve options record forpublic boolean doCustomProcessingOnly()
FiscalYearMakerImpl
doCustomProcessingOnly
in interface FiscalYearMaker
doCustomProcessingOnly
in class FiscalYearMakerImpl
org.kuali.ole.coa.batch.dataaccess.impl.FiscalYearMakerHelperImpl#doCustomProcessingOnly()
protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
setBusinessObjectService
in class FiscalYearMakerImpl
businessObjectService
- The businessObjectService to set.Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.