public interface FiscalYearMonthService
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCurrentFiscalMonth()
This method returns the Integer value of the current month in the fiscal year.
|
Integer |
getCurrentFiscalMonthForDisplay()
This method returns the Integer value of the current month in the fiscal year.
|
Integer |
getCurrentFiscalYear()
This method returns the current fiscal year.
|
Calendar |
getFiscalYearEndDate(Integer fiscalYear)
This method determines the date the passed in fiscal year ended on.
|
Integer |
getFiscalYearFromDate(Calendar date)
This method calculates what fiscal year the passed in date is in.
|
Calendar |
getFiscalYearStartDate(Integer fiscalYear)
This method determines the date the passed in fiscal year started on.
|
Integer getCurrentFiscalMonth()
Integer getCurrentFiscalMonthForDisplay()
Integer getCurrentFiscalYear()
Integer getFiscalYearFromDate(Calendar date)
date - Calendar getFiscalYearStartDate(Integer fiscalYear)
fiscalYear - Copyright © 2013 The Kuali Foundation. All Rights Reserved.