|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
org.kuali.kfs.sys.batch.dataaccess.impl.FiscalYearMakerImpl
org.kuali.kfs.sys.batch.dataaccess.impl.UniversityDateFiscalYearMakerImpl
public class UniversityDateFiscalYearMakerImpl
Performs custom fiscal year process for University Date records
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
UniversityDateFiscalYearMakerImpl()
|
Method Summary | |
---|---|
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.kns.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.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
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 |
---|
public UniversityDateFiscalYearMakerImpl()
Method Detail |
---|
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.kfs.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 for
public boolean doCustomProcessingOnly()
FiscalYearMakerImpl
doCustomProcessingOnly
in interface FiscalYearMaker
doCustomProcessingOnly
in class FiscalYearMakerImpl
org.kuali.kfs.coa.batch.dataaccess.impl.FiscalYearMakerHelperImpl#doCustomProcessingOnly()
protected org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |