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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl
      extended by com.liferay.portlet.calendar.model.impl.CalEventModelImpl
          extended by com.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.io.Serializable, java.lang.Cloneable, java.lang.Comparable

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
CACHE_ENABLED, DATA_SOURCE, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
CalEventImpl()
           
 
Method Summary
 com.liferay.portal.kernel.cal.TZSRecurrence getRecurrenceObj()
           
 java.lang.String getUserUuid()
           
 void setRecurrence(java.lang.String recurrence)
           
 void setRecurrenceObj(com.liferay.portal.kernel.cal.TZSRecurrence recurrenceObj)
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from class com.liferay.portlet.calendar.model.impl.CalEventModelImpl
clone, compareTo, equals, getAllDay, getCompanyId, getCreateDate, getDescription, getDurationHour, getDurationMinute, getEndDate, getEventId, getExpandoBridge, getFirstReminder, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRecurrence, getRemindBy, getRepeating, getSecondReminder, getStartDate, getTimeZoneSensitive, getTitle, getType, getUserId, getUserName, getUuid, 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, setUuid, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isEscapedModel, isNew, setEscapedModel, 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, getUuid, isAllDay, isRepeating, isTimeZoneSensitive, setAllDay, setCompanyId, setCreateDate, setDescription, setDurationHour, setDurationMinute, setEndDate, setEventId, setFirstReminder, setGroupId, setModifiedDate, setPrimaryKey, setRemindBy, setRepeating, setSecondReminder, setStartDate, setTimeZoneSensitive, setTitle, setType, setUserId, setUserName, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, 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

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface com.liferay.portlet.calendar.model.CalEvent
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface com.liferay.portlet.calendar.model.CalEvent

setRecurrence

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

getRecurrenceObj

public com.liferay.portal.kernel.cal.TZSRecurrence getRecurrenceObj()
Specified by:
getRecurrenceObj in interface com.liferay.portlet.calendar.model.CalEvent

setRecurrenceObj

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