Liferay 6.0.5

com.liferay.portlet.calendar.model
Class CalEventConstants

java.lang.Object
  extended by com.liferay.portlet.calendar.model.CalEventConstants

public class CalEventConstants
extends Object


Field Summary
static String BIRTHDAY
           
static int REMIND_BY_AIM
           
static int REMIND_BY_EMAIL
           
static int REMIND_BY_ICQ
           
static int REMIND_BY_MSN
           
static int REMIND_BY_NONE
           
static int REMIND_BY_SMS
           
static int REMIND_BY_YM
           
static long[] REMINDERS
           
static String[] TYPES
           
 
Constructor Summary
CalEventConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BIRTHDAY

public static final String BIRTHDAY
See Also:
Constant Field Values

REMIND_BY_AIM

public static final int REMIND_BY_AIM
See Also:
Constant Field Values

REMIND_BY_EMAIL

public static final int REMIND_BY_EMAIL
See Also:
Constant Field Values

REMIND_BY_ICQ

public static final int REMIND_BY_ICQ
See Also:
Constant Field Values

REMIND_BY_MSN

public static final int REMIND_BY_MSN
See Also:
Constant Field Values

REMIND_BY_NONE

public static final int REMIND_BY_NONE
See Also:
Constant Field Values

REMIND_BY_SMS

public static final int REMIND_BY_SMS
See Also:
Constant Field Values

REMIND_BY_YM

public static final int REMIND_BY_YM
See Also:
Constant Field Values

REMINDERS

public static final long[] REMINDERS

TYPES

public static final String[] TYPES
Constructor Detail

CalEventConstants

public CalEventConstants()

Liferay 6.0.5