|
||||||||||
| 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.dataaccess.impl.UniversityDateDaoOjb
public class UniversityDateDaoOjb
The OJB implementation of the UniversityDateDao
| Field Summary |
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
UniversityDateDaoOjb()
|
|
| Method Summary | |
|---|---|
protected Date |
convertDate(Date date)
Converts a java.util.Date to a java.sql.Date |
Collection |
getAccountingPeriodCode()
Returns all distinct accounting period codes from the table |
UniversityDate |
getByPrimaryKey(Date date)
Returns a university date record based on a given java.sql.Date. |
UniversityDate |
getByPrimaryKey(Date date)
Returns a university date record based on java.util.Date |
UniversityDate |
getFirstFiscalYearDate(Integer fiscalYear)
Returns the first university date for a given fiscal year |
UniversityDate |
getLastFiscalYearDate(Integer fiscalYear)
Returns the last university date for a given fiscal year |
| 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 UniversityDateDaoOjb()
| Method Detail |
|---|
public UniversityDate getByPrimaryKey(Date date)
getByPrimaryKey in interface UniversityDateDaodate - a Date to find the corresponding University Date record
UniversityDateDao.getByPrimaryKey(java.sql.Date)public UniversityDate getByPrimaryKey(Date date)
getByPrimaryKey in interface UniversityDateDaodate - a java.util.Date to find the corresponding University Date record
UniversityDateDao.getByPrimaryKey(java.sql.Date)protected Date convertDate(Date date)
date - a java.util.Date to convert
public UniversityDate getLastFiscalYearDate(Integer fiscalYear)
getLastFiscalYearDate in interface UniversityDateDaofiscalYear - the fiscal year to find the last date for
UniversityDateDao.getLastFiscalYearDate(java.lang.Integer)public UniversityDate getFirstFiscalYearDate(Integer fiscalYear)
getFirstFiscalYearDate in interface UniversityDateDaofiscalYear - the fiscal year to find the first date for
UniversityDateDao.getFirstFiscalYearDate(java.lang.Integer)public Collection getAccountingPeriodCode()
getAccountingPeriodCode in interface UniversityDateDaoUniversityDateDao.getAccountingPeriodCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||