Class EndOfFinancialYear
- java.lang.Object
-
- org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
-
- org.alfresco.repo.dictionary.types.period.AbstractCalendarPeriodProvider
-
- org.alfresco.repo.dictionary.types.period.AbstractEndOfCalendarPeriodProvider
-
- org.alfresco.repo.dictionary.types.period.EndOfYear
-
- org.alfresco.repo.dictionary.types.period.EndOfFinancialYear
-
- All Implemented Interfaces:
org.alfresco.service.cmr.repository.PeriodProvider,org.springframework.beans.factory.InitializingBean
public class EndOfFinancialYear extends EndOfYear
End of financial year- Author:
- andyh
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPERIOD_TYPE-
Fields inherited from class org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
MSG_PREFIX
-
-
Constructor Summary
Constructors Constructor Description EndOfFinancialYear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPeriodType()-
Methods inherited from class org.alfresco.repo.dictionary.types.period.AbstractEndOfCalendarPeriodProvider
getStartDayOfMonth, getStartMonth, setStartDayOfMonth, setStartMonth
-
Methods inherited from class org.alfresco.repo.dictionary.types.period.AbstractCalendarPeriodProvider
getDefaultExpression, getExpressionDataType, getExpressionMutiplicity, getNextDate
-
Methods inherited from class org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
afterPropertiesSet, getDisplayLabel
-
-
-
-
Field Detail
-
PERIOD_TYPE
public static final java.lang.String PERIOD_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPeriodType
public java.lang.String getPeriodType()
- Specified by:
getPeriodTypein interfaceorg.alfresco.service.cmr.repository.PeriodProvider- Overrides:
getPeriodTypein classEndOfYear
-
-