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:
PeriodProvider,org.springframework.beans.factory.InitializingBean
public class EndOfFinancialYear extends EndOfYear
End of financial year- Author:
- andyh
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.repository.PeriodProvider
PeriodProvider.ExpressionMutiplicity
-
-
Field Summary
Fields Modifier and Type Field Description static 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 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 String PERIOD_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPeriodType
public String getPeriodType()
- Specified by:
getPeriodTypein interfacePeriodProvider- Overrides:
getPeriodTypein classEndOfYear
-
-