com.liferay.portlet.calendar.model
Interface CalEvent

All Superinterfaces:
BaseModel, CalEventModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public interface CalEvent
extends CalEventModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the CalEvent table in the database.

Customize com.liferay.portlet.calendar.model.impl.CalEventImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
CalEventModel, com.liferay.portlet.calendar.model.impl.CalEventImpl, com.liferay.portlet.calendar.model.impl.CalEventModelImpl

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 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
 

Method Detail

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

setRecurrence

void setRecurrence(java.lang.String recurrence)
Specified by:
setRecurrence in interface CalEventModel

getRecurrenceObj

com.liferay.portal.kernel.cal.TZSRecurrence getRecurrenceObj()

setRecurrenceObj

void setRecurrenceObj(com.liferay.portal.kernel.cal.TZSRecurrence recurrenceObj)