| org.kuali.module.financial.service.UniversityDateService
All known Subclasses: org.kuali.module.financial.service.impl.UniversityDateServiceImpl,
UniversityDateService | public interface UniversityDateService (Code) | | This service interface defines methods that a UniversityDateService implementation must provide.
|
getCurrentFiscalYear | public Integer getCurrentFiscalYear()(Code) | | Returns the current fiscal year.
The current fiscal year |
getCurrentUniversityDate | public UniversityDate getCurrentUniversityDate()(Code) | | Returns the current university date.
The current university date. |
getFirstDateOfFiscalYear | public java.util.Date getFirstDateOfFiscalYear(Integer fiscalYear)(Code) | | Returns the first date of the specified Fiscal Year.
Parameters: fiscalYear - The fiscal year to retrieve the first date for. java.util.Date The first date of the fiscal year given. |
getLastDateOfFiscalYear | public java.util.Date getLastDateOfFiscalYear(Integer fiscalYear)(Code) | | Returns the last date of the specified Fiscal Year.
Parameters: fiscalYear - The fiscal year to retrieve the last date for. java.util.Date The last date of the fiscal year given. |
|
|