|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UniversityDateDao
An DAO interface declaring methods needed by UniversityDates to interact with the database
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
UniversityDate getByPrimaryKey(Date date)
date - a Date to find the corresponding University Date record
UniversityDate getByPrimaryKey(Date date)
date - a java.util.Date to find the corresponding University Date record
UniversityDate getLastFiscalYearDate(Integer fiscalYear)
fiscalYear - the fiscal year to find the last date for
UniversityDate getFirstFiscalYearDate(Integer fiscalYear)
fiscalYear - the fiscal year to find the first date for
Collection getAccountingPeriodCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||