@Deprecated
@ProviderType
public class CalEventModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.calendar.model.CalEvent>
implements com.liferay.portlet.calendar.model.CalEventModel
This implementation and its corresponding interface CalEventModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in CalEventImpl.
CalEventImpl,
CalEvent,
CalEventModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
|
static long |
COMPANYID_COLUMN_BITMASK
Deprecated.
|
static java.lang.String |
DATA_SOURCE
Deprecated.
|
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
|
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
|
static long |
GROUPID_COLUMN_BITMASK
Deprecated.
|
static long |
LOCK_EXPIRATION_TIME
Deprecated.
|
static java.lang.String |
ORDER_BY_JPQL
Deprecated.
|
static java.lang.String |
ORDER_BY_SQL
Deprecated.
|
static long |
REMINDBY_COLUMN_BITMASK
Deprecated.
|
static long |
REPEATING_COLUMN_BITMASK
Deprecated.
|
static java.lang.String |
SESSION_FACTORY
Deprecated.
|
static long |
STARTDATE_COLUMN_BITMASK
Deprecated.
|
static java.lang.Object[][] |
TABLE_COLUMNS
Deprecated.
|
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP
Deprecated.
|
static java.lang.String |
TABLE_NAME
Deprecated.
|
static java.lang.String |
TABLE_SQL_CREATE
Deprecated.
|
static java.lang.String |
TABLE_SQL_DROP
Deprecated.
|
static long |
TITLE_COLUMN_BITMASK
Deprecated.
|
static java.lang.String |
TX_MANAGER
Deprecated.
|
static long |
TYPE_COLUMN_BITMASK
Deprecated.
|
static long |
UUID_COLUMN_BITMASK
Deprecated.
|
| Constructor and Description |
|---|
CalEventModelImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Deprecated.
|
int |
compareTo(com.liferay.portlet.calendar.model.CalEvent calEvent)
Deprecated.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
boolean |
getAllDay()
Deprecated.
|
long |
getColumnBitmask()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
|
int |
getDurationHour()
Deprecated.
|
int |
getDurationMinute()
Deprecated.
|
java.util.Date |
getEndDate()
Deprecated.
|
long |
getEventId()
Deprecated.
|
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge()
Deprecated.
|
int |
getFirstReminder()
Deprecated.
|
long |
getGroupId()
Deprecated.
|
java.lang.String |
getLocation()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes()
Deprecated.
|
java.lang.Class<?> |
getModelClass()
Deprecated.
|
java.lang.String |
getModelClassName()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getOriginalCompanyId()
Deprecated.
|
long |
getOriginalGroupId()
Deprecated.
|
int |
getOriginalRemindBy()
Deprecated.
|
boolean |
getOriginalRepeating()
Deprecated.
|
java.lang.String |
getOriginalType()
Deprecated.
|
java.lang.String |
getOriginalUuid()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
java.io.Serializable |
getPrimaryKeyObj()
Deprecated.
|
java.lang.String |
getRecurrence()
Deprecated.
|
int |
getRemindBy()
Deprecated.
|
boolean |
getRepeating()
Deprecated.
|
int |
getSecondReminder()
Deprecated.
|
java.util.Date |
getStartDate()
Deprecated.
|
boolean |
getTimeZoneSensitive()
Deprecated.
|
java.lang.String |
getTitle()
Deprecated.
|
java.lang.String |
getType()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
java.lang.String |
getUserUuid()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
hasSetModifiedDate()
Deprecated.
|
boolean |
isAllDay()
Deprecated.
|
boolean |
isEntityCacheEnabled()
Deprecated.
|
boolean |
isFinderCacheEnabled()
Deprecated.
|
boolean |
isRepeating()
Deprecated.
|
boolean |
isTimeZoneSensitive()
Deprecated.
|
void |
resetOriginalValues()
Deprecated.
|
void |
setAllDay(boolean allDay)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setDescription(java.lang.String description)
Deprecated.
|
void |
setDurationHour(int durationHour)
Deprecated.
|
void |
setDurationMinute(int durationMinute)
Deprecated.
|
void |
setEndDate(java.util.Date endDate)
Deprecated.
|
void |
setEventId(long eventId)
Deprecated.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
Deprecated.
|
void |
setFirstReminder(int firstReminder)
Deprecated.
|
void |
setGroupId(long groupId)
Deprecated.
|
void |
setLocation(java.lang.String location)
Deprecated.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Deprecated.
|
void |
setRecurrence(java.lang.String recurrence)
Deprecated.
|
void |
setRemindBy(int remindBy)
Deprecated.
|
void |
setRepeating(boolean repeating)
Deprecated.
|
void |
setSecondReminder(int secondReminder)
Deprecated.
|
void |
setStartDate(java.util.Date startDate)
Deprecated.
|
void |
setTimeZoneSensitive(boolean timeZoneSensitive)
Deprecated.
|
void |
setTitle(java.lang.String title)
Deprecated.
|
void |
setType(java.lang.String type)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUserUuid(java.lang.String userUuid)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
com.liferay.portal.model.CacheModel<com.liferay.portlet.calendar.model.CalEvent> |
toCacheModel()
Deprecated.
|
com.liferay.portlet.calendar.model.CalEvent |
toEscapedModel()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
java.lang.String |
toXmlString()
Deprecated.
|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long REMINDBY_COLUMN_BITMASK
public static final long REPEATING_COLUMN_BITMASK
public static final long TYPE_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long STARTDATE_COLUMN_BITMASK
public static final long TITLE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.calendar.model.CalEvent>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.calendar.model.CalEvent>public java.lang.String getUuid()
getUuid in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.lang.String getOriginalUuid()
public long getEventId()
getEventId in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setEventId(long eventId)
setEventId in interface com.liferay.portlet.calendar.model.CalEventModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.model.GroupedModelgetGroupId in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.model.GroupedModelsetGroupId in interface com.liferay.portlet.calendar.model.CalEventModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface com.liferay.portal.model.AuditedModelgetCompanyId in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.model.AuditedModelsetCompanyId in interface com.liferay.portlet.calendar.model.CalEventModelpublic long getOriginalCompanyId()
public long getUserId()
getUserId in interface com.liferay.portal.model.AuditedModelgetUserId in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.model.AuditedModelsetUserId in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.model.AuditedModelgetUserUuid in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.model.AuditedModelsetUserUuid in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.model.AuditedModelgetUserName in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.model.AuditedModelsetUserName in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.model.AuditedModelgetCreateDate in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.model.AuditedModelsetCreateDate in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.model.AuditedModelgetModifiedDate in interface com.liferay.portlet.calendar.model.CalEventModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.model.AuditedModelsetModifiedDate in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.lang.String getTitle()
getTitle in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setTitle(java.lang.String title)
setTitle in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.lang.String getDescription()
getDescription in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setDescription(java.lang.String description)
setDescription in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.lang.String getLocation()
getLocation in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setLocation(java.lang.String location)
setLocation in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.util.Date getStartDate()
getStartDate in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setStartDate(java.util.Date startDate)
setStartDate in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.util.Date getEndDate()
getEndDate in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setEndDate(java.util.Date endDate)
setEndDate in interface com.liferay.portlet.calendar.model.CalEventModelpublic int getDurationHour()
getDurationHour in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setDurationHour(int durationHour)
setDurationHour in interface com.liferay.portlet.calendar.model.CalEventModelpublic int getDurationMinute()
getDurationMinute in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setDurationMinute(int durationMinute)
setDurationMinute in interface com.liferay.portlet.calendar.model.CalEventModelpublic boolean getAllDay()
getAllDay in interface com.liferay.portlet.calendar.model.CalEventModelpublic boolean isAllDay()
isAllDay in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setAllDay(boolean allDay)
setAllDay in interface com.liferay.portlet.calendar.model.CalEventModelpublic boolean getTimeZoneSensitive()
getTimeZoneSensitive in interface com.liferay.portlet.calendar.model.CalEventModelpublic boolean isTimeZoneSensitive()
isTimeZoneSensitive in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setTimeZoneSensitive(boolean timeZoneSensitive)
setTimeZoneSensitive in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.lang.String getType()
getType in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setType(java.lang.String type)
setType in interface com.liferay.portlet.calendar.model.CalEventModelpublic java.lang.String getOriginalType()
public boolean getRepeating()
getRepeating in interface com.liferay.portlet.calendar.model.CalEventModelpublic boolean isRepeating()
isRepeating in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setRepeating(boolean repeating)
setRepeating in interface com.liferay.portlet.calendar.model.CalEventModelpublic boolean getOriginalRepeating()
public java.lang.String getRecurrence()
getRecurrence in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setRecurrence(java.lang.String recurrence)
setRecurrence in interface com.liferay.portlet.calendar.model.CalEventModelpublic int getRemindBy()
getRemindBy in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setRemindBy(int remindBy)
setRemindBy in interface com.liferay.portlet.calendar.model.CalEventModelpublic int getOriginalRemindBy()
public int getFirstReminder()
getFirstReminder in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setFirstReminder(int firstReminder)
setFirstReminder in interface com.liferay.portlet.calendar.model.CalEventModelpublic int getSecondReminder()
getSecondReminder in interface com.liferay.portlet.calendar.model.CalEventModelpublic void setSecondReminder(int secondReminder)
setSecondReminder in interface com.liferay.portlet.calendar.model.CalEventModelpublic long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portlet.calendar.model.CalEventModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.calendar.model.CalEvent>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>setExpandoBridgeAttributes in interface com.liferay.portlet.calendar.model.CalEventModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.calendar.model.CalEvent>public com.liferay.portlet.calendar.model.CalEvent toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>toEscapedModel in interface com.liferay.portlet.calendar.model.CalEventModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.calendar.model.CalEvent>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>clone in interface com.liferay.portlet.calendar.model.CalEventModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.calendar.model.CalEvent>public int compareTo(com.liferay.portlet.calendar.model.CalEvent calEvent)
compareTo in interface com.liferay.portlet.calendar.model.CalEventModelcompareTo in interface java.lang.Comparable<com.liferay.portlet.calendar.model.CalEvent>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portlet.calendar.model.CalEventModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.calendar.model.CalEvent>public com.liferay.portal.model.CacheModel<com.liferay.portlet.calendar.model.CalEvent> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>toCacheModel in interface com.liferay.portlet.calendar.model.CalEventModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.calendar.model.CalEvent>public java.lang.String toString()
toString in interface com.liferay.portlet.calendar.model.CalEventModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.calendar.model.CalEvent>toXmlString in interface com.liferay.portlet.calendar.model.CalEventModel