com.liferay.portlet.calendar.model.impl
Class CalEventImpl

java.lang.Object
  extended bycom.liferay.portal.model.impl.BaseModelImpl
      extended bycom.liferay.portlet.calendar.model.impl.CalEventModelImpl
          extended bycom.liferay.portlet.calendar.model.impl.CalEventImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, com.liferay.portlet.calendar.model.CalEvent, com.liferay.portlet.calendar.model.CalEventModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public class CalEventImpl
extends CalEventModelImpl
implements com.liferay.portlet.calendar.model.CalEvent

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String BIRTHDAY
           
static java.lang.String REMIND_BY_AIM
           
static java.lang.String REMIND_BY_EMAIL
           
static java.lang.String REMIND_BY_ICQ
           
static java.lang.String REMIND_BY_MSN
           
static java.lang.String REMIND_BY_NONE
           
static java.lang.String REMIND_BY_SMS
           
static java.lang.String REMIND_BY_YM
           
static long[] REMINDERS
           
static java.lang.String[] TYPES
           
 
Fields inherited from class com.liferay.portlet.calendar.model.impl.CalEventModelImpl
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_DESCRIPTION, XSS_ALLOW_RECURRENCE, XSS_ALLOW_REMINDBY, XSS_ALLOW_TITLE, XSS_ALLOW_TYPE, XSS_ALLOW_USERNAME
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
CalEventImpl()
           
 
Method Summary
 com.liferay.portal.kernel.cal.Recurrence getRecurrenceObj()
          Deprecated.  
 void setRecurrence(java.lang.String recurrence)
           
 void setRecurrenceObj(com.liferay.portal.kernel.cal.Recurrence recurrenceObj)
           
 
Methods inherited from class com.liferay.portlet.calendar.model.impl.CalEventModelImpl
clone, compareTo, equals, getAllDay, getCompanyId, getCreateDate, getDescription, getDurationHour, getDurationMinute, getEndDate, getEventId, getFirstReminder, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRecurrence, getRemindBy, getRepeating, getSecondReminder, getStartDate, getTimeZoneSensitive, getTitle, getType, getUserId, getUserName, hashCode, isAllDay, isRepeating, isTimeZoneSensitive, setAllDay, setCompanyId, setCreateDate, setDescription, setDurationHour, setDurationMinute, setEndDate, setEventId, setFirstReminder, setGroupId, setModifiedDate, setPrimaryKey, setRemindBy, setRepeating, setSecondReminder, setStartDate, setTimeZoneSensitive, setTitle, setType, setUserId, setUserName
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.calendar.model.CalEventModel
getAllDay, getCompanyId, getCreateDate, getDescription, getDurationHour, getDurationMinute, getEndDate, getEventId, getFirstReminder, getGroupId, getModifiedDate, getPrimaryKey, getRecurrence, getRemindBy, getRepeating, getSecondReminder, getStartDate, getTimeZoneSensitive, getTitle, getType, getUserId, getUserName, isAllDay, isRepeating, isTimeZoneSensitive, setAllDay, setCompanyId, setCreateDate, setDescription, setDurationHour, setDurationMinute, setEndDate, setEventId, setFirstReminder, setGroupId, setModifiedDate, setPrimaryKey, setRemindBy, setRepeating, setSecondReminder, setStartDate, setTimeZoneSensitive, setTitle, setType, setUserId, setUserName
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

TYPES

public static final java.lang.String[] TYPES

BIRTHDAY

public static final java.lang.String BIRTHDAY
See Also:
Constant Field Values

REMIND_BY_NONE

public static final java.lang.String REMIND_BY_NONE
See Also:
Constant Field Values

REMIND_BY_EMAIL

public static final java.lang.String REMIND_BY_EMAIL
See Also:
Constant Field Values

REMIND_BY_SMS

public static final java.lang.String REMIND_BY_SMS
See Also:
Constant Field Values

REMIND_BY_AIM

public static final java.lang.String REMIND_BY_AIM
See Also:
Constant Field Values

REMIND_BY_ICQ

public static final java.lang.String REMIND_BY_ICQ
See Also:
Constant Field Values

REMIND_BY_MSN

public static final java.lang.String REMIND_BY_MSN
See Also:
Constant Field Values

REMIND_BY_YM

public static final java.lang.String REMIND_BY_YM
See Also:
Constant Field Values

REMINDERS

public static final long[] REMINDERS
Constructor Detail

CalEventImpl

public CalEventImpl()
Method Detail

setRecurrence

public void setRecurrence(java.lang.String recurrence)
Specified by:
setRecurrence in interface com.liferay.portlet.calendar.model.CalEvent
Overrides:
setRecurrence in class CalEventModelImpl

getRecurrenceObj

public com.liferay.portal.kernel.cal.Recurrence getRecurrenceObj()
Deprecated.  

Specified by:
getRecurrenceObj in interface com.liferay.portlet.calendar.model.CalEvent

setRecurrenceObj

public void setRecurrenceObj(com.liferay.portal.kernel.cal.Recurrence recurrenceObj)
Specified by:
setRecurrenceObj in interface com.liferay.portlet.calendar.model.CalEvent