Class Days
- java.lang.Object
-
- org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
-
- org.alfresco.repo.dictionary.types.period.AbstractCalendarPeriodProvider
-
- org.alfresco.repo.dictionary.types.period.Days
-
- All Implemented Interfaces:
org.alfresco.service.cmr.repository.PeriodProvider,org.springframework.beans.factory.InitializingBean
public class Days extends AbstractCalendarPeriodProvider
Day based periods- 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 Days()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(java.util.Calendar calendar, int value)Implementation addjava.lang.StringgetPeriodType()-
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()
-
add
public void add(java.util.Calendar calendar, int value)Description copied from class:AbstractCalendarPeriodProviderImplementation add- Specified by:
addin classAbstractCalendarPeriodProvider- Parameters:
calendar- Calendarvalue- int
-
-