public class UniversityDateDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements UniversityDateDao
| Constructor and Description |
|---|
UniversityDateDaoOjb() |
| Modifier and Type | Method and Description |
|---|---|
protected Date |
convertDate(Date date)
Converts a java.util.Date to a java.sql.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
|
getDbPlatform, setDbPlatformpublic UniversityDateDaoOjb()
protected Date convertDate(Date date)
date - a java.util.Date to convertpublic UniversityDate getLastFiscalYearDate(Integer fiscalYear)
getLastFiscalYearDate in interface UniversityDateDaofiscalYear - the fiscal year to find the last date forUniversityDateDao.getLastFiscalYearDate(java.lang.Integer)public UniversityDate getFirstFiscalYearDate(Integer fiscalYear)
getFirstFiscalYearDate in interface UniversityDateDaofiscalYear - the fiscal year to find the first date forUniversityDateDao.getFirstFiscalYearDate(java.lang.Integer)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.