Liferay 7.0-ce-b4

com.liferay.portlet.calendar.model
Interface CalEvent

All Superinterfaces:
AuditedModel, BaseModel<CalEvent>, CalEventModel, ClassedModel, Cloneable, Comparable<CalEvent>, GroupedModel, PersistedModel, Serializable, ShardedModel, StagedAuditedModel, StagedModel
All Known Implementing Classes:
CalEventWrapper

Deprecated. As of 7.0.0, with no direct replacement

@Deprecated
@ProviderType
public interface CalEvent
extends CalEventModel, PersistedModel

The extended model interface for the CalEvent service. Represents a row in the "CalEvent" database table, with each column mapped to a property of this class.

See Also:
CalEventModel, com.liferay.portlet.calendar.model.impl.CalEventImpl, com.liferay.portlet.calendar.model.impl.CalEventModelImpl

Field Summary
static Accessor<CalEvent,Long> EVENT_ID_ACCESSOR
          Deprecated.  
 
Method Summary
 TZSRecurrence getRecurrenceObj()
          Deprecated.  
 void setRecurrenceObj(TZSRecurrence recurrenceObj)
          Deprecated.  
 
Methods inherited from interface com.liferay.portlet.calendar.model.CalEventModel
clone, compareTo, getAllDay, getCompanyId, getCreateDate, getDescription, getDurationHour, getDurationMinute, getEndDate, getEventId, getExpandoBridge, getFirstReminder, getGroupId, getLocation, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRecurrence, getRemindBy, getRepeating, getSecondReminder, getStartDate, getTimeZoneSensitive, getTitle, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllDay, isCachedModel, isEscapedModel, isNew, isRepeating, isTimeZoneSensitive, setAllDay, setCachedModel, setCompanyId, setCreateDate, setDescription, setDurationHour, setDurationMinute, setEndDate, setEventId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFirstReminder, setGroupId, setLocation, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRecurrence, setRemindBy, setRepeating, setSecondReminder, setStartDate, setTimeZoneSensitive, setTitle, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

EVENT_ID_ACCESSOR

static final Accessor<CalEvent,Long> EVENT_ID_ACCESSOR
Deprecated. 
Method Detail

getRecurrenceObj

TZSRecurrence getRecurrenceObj()
Deprecated. 

setRecurrenceObj

void setRecurrenceObj(TZSRecurrence recurrenceObj)
Deprecated. 

Liferay 7.0-ce-b4