|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UniversityDateService
This service interface defines methods that a UniversityDateService implementation must provide.
Method Summary | |
---|---|
Integer |
getCurrentFiscalYear()
Returns the current fiscal year. |
UniversityDate |
getCurrentUniversityDate()
Returns the current university date. |
Date |
getFirstDateOfFiscalYear(Integer fiscalYear)
Returns the first date of the specified Fiscal Year. |
Integer |
getFiscalYear(Date date)
Given a Date, returns the fiscal year corresponding to that date. |
Date |
getLastDateOfFiscalYear(Integer fiscalYear)
Returns the last date of the specified Fiscal Year. |
Method Detail |
---|
UniversityDate getCurrentUniversityDate()
Integer getFiscalYear(Date date)
IllegalArgumentException
- if the given Date is null.Date getFirstDateOfFiscalYear(Integer fiscalYear)
fiscalYear
- The fiscal year to retrieve the first date for.
Date getLastDateOfFiscalYear(Integer fiscalYear)
fiscalYear
- The fiscal year to retrieve the last date for.
Integer getCurrentFiscalYear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |