org.alfresco.repo.dictionary.types.period
Class EndOfYear

java.lang.Object
  extended by org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
      extended by org.alfresco.repo.dictionary.types.period.AbstractCalendarPeriodProvider
          extended by org.alfresco.repo.dictionary.types.period.AbstractEndOfCalendarPeriodProvider
              extended by org.alfresco.repo.dictionary.types.period.EndOfYear
All Implemented Interfaces:
org.alfresco.service.cmr.repository.PeriodProvider, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
EndOfFinancialYear

public class EndOfYear
extends AbstractEndOfCalendarPeriodProvider

End of year


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.repository.PeriodProvider
org.alfresco.service.cmr.repository.PeriodProvider.ExpressionMutiplicity
 
Field Summary
static java.lang.String PERIOD_TYPE
           
 
Fields inherited from class org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
MSG_PREFIX
 
Constructor Summary
EndOfYear()
           
 
Method Summary
 void add(java.util.Calendar calendar, int value)
          Implementation add
 java.lang.String getPeriodType()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERIOD_TYPE

public static final java.lang.String PERIOD_TYPE
See Also:
Constant Field Values
Constructor Detail

EndOfYear

public EndOfYear()
Method Detail

add

public void add(java.util.Calendar calendar,
                int value)
Description copied from class: AbstractCalendarPeriodProvider
Implementation add

Specified by:
add in class AbstractCalendarPeriodProvider

getPeriodType

public java.lang.String getPeriodType()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.