org.kuali.kfs.sys.batch.dataaccess.impl
Class SystemOptionsFiscalYearMakerImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by org.kuali.kfs.sys.batch.dataaccess.impl.FiscalYearMakerImpl
                  extended by org.kuali.kfs.sys.batch.dataaccess.impl.SystemOptionsFiscalYearMakerImpl
All Implemented Interfaces:
FiscalYearMaker, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class SystemOptionsFiscalYearMakerImpl
extends FiscalYearMakerImpl

Customizes new option records created by fiscal year process


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
SystemOptionsFiscalYearMakerImpl()
           
 
Method Summary
 void changeForNewYear(Integer baseFiscalYear, org.kuali.rice.kns.bo.PersistableBusinessObject currentRecord)
          Sets fiscal year field up one, resets version number and assigns a new Guid for the object id
 
Methods inherited from class org.kuali.kfs.sys.batch.dataaccess.impl.FiscalYearMakerImpl
addYearCriteria, createDeleteCriteria, createSelectionCriteria, doCustomProcessingOnly, getBusinessObjectClass, getParentClasses, isAllowOverrideTargetYear, isCarryForwardInactive, isFiscalYearOneAhead, isFiscalYearOneBehind, isTwoYearCopy, performCustomProcessing, setAllowOverrideTargetYear, setBusinessObjectClass, setCarryForwardInactive, setFiscalYearOneAhead, setFiscalYearOneBehind, setParentClasses, setPersistenceStructureService, setTwoYearCopy, updateExtensionRecord, verifyUniversityFiscalYearPropertyExists
 
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatform
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemOptionsFiscalYearMakerImpl

public SystemOptionsFiscalYearMakerImpl()
Method Detail

changeForNewYear

public void changeForNewYear(Integer baseFiscalYear,
                             org.kuali.rice.kns.bo.PersistableBusinessObject currentRecord)
Description copied from class: FiscalYearMakerImpl
Sets fiscal year field up one, resets version number and assigns a new Guid for the object id

Specified by:
changeForNewYear in interface FiscalYearMaker
Overrides:
changeForNewYear in class FiscalYearMakerImpl
Parameters:
baseFiscalYear - fiscal year of the base record
currentRecord - business object of type (@see org.kuali.kfs.coa.dataaccess.FiscalYearMakerDao.getBusinessObjectClass()) populated with the current year record data
See Also:
org.kuali.kfs.coa.batch.dataaccess.impl.FiscalYearMakerHelperImpl#changeForNewYear(java.lang.Integer, org.kuali.rice.kns.bo.PersistableBusinessObject)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.