org.kuali.kfs.module.ec.batch.dataaccess.impl
Class EffortCertificationReportDefinitionFiscalYearMakerImpl

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.module.ec.batch.dataaccess.impl.EffortCertificationReportDefinitionFiscalYearMakerImpl
All Implemented Interfaces:
FiscalYearMaker, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class EffortCertificationReportDefinitionFiscalYearMakerImpl
extends FiscalYearMakerImpl

Performs custom population of report definition records for a new year being created in the fiscal year maker process


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
EffortCertificationReportDefinitionFiscalYearMakerImpl()
           
 
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

EffortCertificationReportDefinitionFiscalYearMakerImpl

public EffortCertificationReportDefinitionFiscalYearMakerImpl()
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.dataaccess.impl.FiscalYearMakerImpl#changeForNewYear(java.lang.Integer, org.kuali.rice.kns.bo.PersistableBusinessObject)


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