public interface UniversityDateDao
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
UniversityDate getLastFiscalYearDate(Integer fiscalYear)
fiscalYear - the fiscal year to find the last date forUniversityDate getFirstFiscalYearDate(Integer fiscalYear)
fiscalYear - the fiscal year to find the first date forCopyright © 2004–2015 The Kuali Foundation. All rights reserved.