|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<CalEvent>
com.liferay.portlet.calendar.model.impl.CalEventModelImpl
@Deprecated @ProviderType public class CalEventModelImpl
The base model implementation for the CalEvent service. Represents a row in the "CalEvent" database table, with each column mapped to a property of this class.
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| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated. |
static long |
COMPANYID_COLUMN_BITMASK
Deprecated. |
static 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 String |
ORDER_BY_JPQL
Deprecated. |
static String |
ORDER_BY_SQL
Deprecated. |
static long |
REMINDBY_COLUMN_BITMASK
Deprecated. |
static long |
REPEATING_COLUMN_BITMASK
Deprecated. |
static String |
SESSION_FACTORY
Deprecated. |
static long |
STARTDATE_COLUMN_BITMASK
Deprecated. |
static Object[][] |
TABLE_COLUMNS
Deprecated. |
static Map<String,Integer> |
TABLE_COLUMNS_MAP
Deprecated. |
static String |
TABLE_NAME
Deprecated. |
static String |
TABLE_SQL_CREATE
Deprecated. |
static String |
TABLE_SQL_DROP
Deprecated. |
static long |
TITLE_COLUMN_BITMASK
Deprecated. |
static String |
TX_MANAGER
Deprecated. |
static long |
TYPE_COLUMN_BITMASK
Deprecated. |
static long |
UUID_COLUMN_BITMASK
Deprecated. |
| Constructor Summary | |
|---|---|
CalEventModelImpl()
Deprecated. |
|
| Method Summary | |
|---|---|
Object |
clone()
Deprecated. Creates a shallow clone of this model instance. |
int |
compareTo(CalEvent calEvent)
Deprecated. |
boolean |
equals(Object obj)
Deprecated. |
boolean |
getAllDay()
Deprecated. Returns the all day of this cal event. |
long |
getColumnBitmask()
Deprecated. |
long |
getCompanyId()
Deprecated. Returns the company ID of this cal event. |
Date |
getCreateDate()
Deprecated. Returns the create date of this cal event. |
String |
getDescription()
Deprecated. Returns the description of this cal event. |
int |
getDurationHour()
Deprecated. Returns the duration hour of this cal event. |
int |
getDurationMinute()
Deprecated. Returns the duration minute of this cal event. |
Date |
getEndDate()
Deprecated. Returns the end date of this cal event. |
long |
getEventId()
Deprecated. Returns the event ID of this cal event. |
ExpandoBridge |
getExpandoBridge()
Deprecated. Returns the expando bridge for this model instance. |
int |
getFirstReminder()
Deprecated. Returns the first reminder of this cal event. |
long |
getGroupId()
Deprecated. Returns the group ID of this cal event. |
String |
getLocation()
Deprecated. Returns the location of this cal event. |
Map<String,Object> |
getModelAttributes()
Deprecated. |
Class<?> |
getModelClass()
Deprecated. |
String |
getModelClassName()
Deprecated. |
Date |
getModifiedDate()
Deprecated. Returns the modified date of this cal event. |
long |
getOriginalCompanyId()
Deprecated. |
long |
getOriginalGroupId()
Deprecated. |
int |
getOriginalRemindBy()
Deprecated. |
boolean |
getOriginalRepeating()
Deprecated. |
String |
getOriginalType()
Deprecated. |
String |
getOriginalUuid()
Deprecated. |
long |
getPrimaryKey()
Deprecated. Returns the primary key of this cal event. |
Serializable |
getPrimaryKeyObj()
Deprecated. Returns the primary key of this model instance. |
String |
getRecurrence()
Deprecated. Returns the recurrence of this cal event. |
int |
getRemindBy()
Deprecated. Returns the remind by of this cal event. |
boolean |
getRepeating()
Deprecated. Returns the repeating of this cal event. |
int |
getSecondReminder()
Deprecated. Returns the second reminder of this cal event. |
StagedModelType |
getStagedModelType()
Deprecated. |
Date |
getStartDate()
Deprecated. Returns the start date of this cal event. |
boolean |
getTimeZoneSensitive()
Deprecated. Returns the time zone sensitive of this cal event. |
String |
getTitle()
Deprecated. Returns the title of this cal event. |
String |
getType()
Deprecated. Returns the type of this cal event. |
long |
getUserId()
Deprecated. Returns the user ID of this cal event. |
String |
getUserName()
Deprecated. Returns the user name of this cal event. |
String |
getUserUuid()
Deprecated. Returns the user uuid of this cal event. |
String |
getUuid()
Deprecated. Returns the uuid of this cal event. |
int |
hashCode()
Deprecated. |
boolean |
hasSetModifiedDate()
Deprecated. |
boolean |
isAllDay()
Deprecated. Returns true if this cal event is all day. |
boolean |
isEntityCacheEnabled()
Deprecated. Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Deprecated. Returns true if this model's finder cache is enabled. |
boolean |
isRepeating()
Deprecated. Returns true if this cal event is repeating. |
boolean |
isTimeZoneSensitive()
Deprecated. Returns true if this cal event is time zone sensitive. |
void |
resetOriginalValues()
Deprecated. Reset all original fields to current values. |
void |
setAllDay(boolean allDay)
Deprecated. Sets whether this cal event is all day. |
void |
setCompanyId(long companyId)
Deprecated. Sets the company ID of this cal event. |
void |
setCreateDate(Date createDate)
Deprecated. Sets the create date of this cal event. |
void |
setDescription(String description)
Deprecated. Sets the description of this cal event. |
void |
setDurationHour(int durationHour)
Deprecated. Sets the duration hour of this cal event. |
void |
setDurationMinute(int durationMinute)
Deprecated. Sets the duration minute of this cal event. |
void |
setEndDate(Date endDate)
Deprecated. Sets the end date of this cal event. |
void |
setEventId(long eventId)
Deprecated. Sets the event ID of this cal event. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Deprecated. Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFirstReminder(int firstReminder)
Deprecated. Sets the first reminder of this cal event. |
void |
setGroupId(long groupId)
Deprecated. Sets the group ID of this cal event. |
void |
setLocation(String location)
Deprecated. Sets the location of this cal event. |
void |
setModelAttributes(Map<String,Object> attributes)
Deprecated. |
void |
setModifiedDate(Date modifiedDate)
Deprecated. Sets the modified date of this cal event. |
void |
setPrimaryKey(long primaryKey)
Deprecated. Sets the primary key of this cal event. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Deprecated. Sets the primary key of this model instance. |
void |
setRecurrence(String recurrence)
Deprecated. Sets the recurrence of this cal event. |
void |
setRemindBy(int remindBy)
Deprecated. Sets the remind by of this cal event. |
void |
setRepeating(boolean repeating)
Deprecated. Sets whether this cal event is repeating. |
void |
setSecondReminder(int secondReminder)
Deprecated. Sets the second reminder of this cal event. |
void |
setStartDate(Date startDate)
Deprecated. Sets the start date of this cal event. |
void |
setTimeZoneSensitive(boolean timeZoneSensitive)
Deprecated. Sets whether this cal event is time zone sensitive. |
void |
setTitle(String title)
Deprecated. Sets the title of this cal event. |
void |
setType(String type)
Deprecated. Sets the type of this cal event. |
void |
setUserId(long userId)
Deprecated. Sets the user ID of this cal event. |
void |
setUserName(String userName)
Deprecated. Sets the user name of this cal event. |
void |
setUserUuid(String userUuid)
Deprecated. Sets the user uuid of this cal event. |
void |
setUuid(String uuid)
Deprecated. Sets the uuid of this cal event. |
CacheModel<CalEvent> |
toCacheModel()
Deprecated. Returns a cache model object for this entity used by entity cache. |
CalEvent |
toEscapedModel()
Deprecated. Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
Deprecated. |
String |
toXmlString()
Deprecated. Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.calendar.model.CalEventModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final 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
| Constructor Detail |
|---|
public CalEventModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
CalEventModel
getPrimaryKey in interface CalEventModelpublic void setPrimaryKey(long primaryKey)
CalEventModel
setPrimaryKey in interface CalEventModelprimaryKey - the primary key of this cal eventpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<CalEvent>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface CalEventModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<CalEvent>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface CalEventModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<CalEvent>getModelAttributes in class BaseModelImpl<CalEvent>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<CalEvent>setModelAttributes in class BaseModelImpl<CalEvent>public String getUuid()
CalEventModel
getUuid in interface StagedModelgetUuid in interface CalEventModelpublic void setUuid(String uuid)
CalEventModel
setUuid in interface StagedModelsetUuid in interface CalEventModeluuid - the uuid of this cal eventpublic String getOriginalUuid()
public long getEventId()
CalEventModel
getEventId in interface CalEventModelpublic void setEventId(long eventId)
CalEventModel
setEventId in interface CalEventModeleventId - the event ID of this cal eventpublic long getGroupId()
CalEventModel
getGroupId in interface GroupedModelgetGroupId in interface CalEventModelpublic void setGroupId(long groupId)
CalEventModel
setGroupId in interface GroupedModelsetGroupId in interface CalEventModelgroupId - the group ID of this cal eventpublic long getOriginalGroupId()
public long getCompanyId()
CalEventModel
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelgetCompanyId in interface CalEventModelpublic void setCompanyId(long companyId)
CalEventModel
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelsetCompanyId in interface CalEventModelcompanyId - the company ID of this cal eventpublic long getOriginalCompanyId()
public long getUserId()
CalEventModel
getUserId in interface AuditedModelgetUserId in interface CalEventModelpublic void setUserId(long userId)
CalEventModel
setUserId in interface AuditedModelsetUserId in interface CalEventModeluserId - the user ID of this cal eventpublic String getUserUuid()
CalEventModel
getUserUuid in interface AuditedModelgetUserUuid in interface CalEventModelpublic void setUserUuid(String userUuid)
CalEventModel
setUserUuid in interface AuditedModelsetUserUuid in interface CalEventModeluserUuid - the user uuid of this cal eventpublic String getUserName()
CalEventModel
getUserName in interface AuditedModelgetUserName in interface CalEventModelpublic void setUserName(String userName)
CalEventModel
setUserName in interface AuditedModelsetUserName in interface CalEventModeluserName - the user name of this cal eventpublic Date getCreateDate()
CalEventModel
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface CalEventModelpublic void setCreateDate(Date createDate)
CalEventModel
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface CalEventModelcreateDate - the create date of this cal eventpublic Date getModifiedDate()
CalEventModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface CalEventModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
CalEventModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface CalEventModelmodifiedDate - the modified date of this cal eventpublic String getTitle()
CalEventModel
getTitle in interface CalEventModelpublic void setTitle(String title)
CalEventModel
setTitle in interface CalEventModeltitle - the title of this cal eventpublic String getDescription()
CalEventModel
getDescription in interface CalEventModelpublic void setDescription(String description)
CalEventModel
setDescription in interface CalEventModeldescription - the description of this cal eventpublic String getLocation()
CalEventModel
getLocation in interface CalEventModelpublic void setLocation(String location)
CalEventModel
setLocation in interface CalEventModellocation - the location of this cal eventpublic Date getStartDate()
CalEventModel
getStartDate in interface CalEventModelpublic void setStartDate(Date startDate)
CalEventModel
setStartDate in interface CalEventModelstartDate - the start date of this cal eventpublic Date getEndDate()
CalEventModel
getEndDate in interface CalEventModelpublic void setEndDate(Date endDate)
CalEventModel
setEndDate in interface CalEventModelendDate - the end date of this cal eventpublic int getDurationHour()
CalEventModel
getDurationHour in interface CalEventModelpublic void setDurationHour(int durationHour)
CalEventModel
setDurationHour in interface CalEventModeldurationHour - the duration hour of this cal eventpublic int getDurationMinute()
CalEventModel
getDurationMinute in interface CalEventModelpublic void setDurationMinute(int durationMinute)
CalEventModel
setDurationMinute in interface CalEventModeldurationMinute - the duration minute of this cal eventpublic boolean getAllDay()
CalEventModel
getAllDay in interface CalEventModelpublic boolean isAllDay()
CalEventModeltrue if this cal event is all day.
isAllDay in interface CalEventModeltrue if this cal event is all day; false otherwisepublic void setAllDay(boolean allDay)
CalEventModel
setAllDay in interface CalEventModelallDay - the all day of this cal eventpublic boolean getTimeZoneSensitive()
CalEventModel
getTimeZoneSensitive in interface CalEventModelpublic boolean isTimeZoneSensitive()
CalEventModeltrue if this cal event is time zone sensitive.
isTimeZoneSensitive in interface CalEventModeltrue if this cal event is time zone sensitive; false otherwisepublic void setTimeZoneSensitive(boolean timeZoneSensitive)
CalEventModel
setTimeZoneSensitive in interface CalEventModeltimeZoneSensitive - the time zone sensitive of this cal eventpublic String getType()
CalEventModel
getType in interface CalEventModelpublic void setType(String type)
CalEventModel
setType in interface CalEventModeltype - the type of this cal eventpublic String getOriginalType()
public boolean getRepeating()
CalEventModel
getRepeating in interface CalEventModelpublic boolean isRepeating()
CalEventModeltrue if this cal event is repeating.
isRepeating in interface CalEventModeltrue if this cal event is repeating; false otherwisepublic void setRepeating(boolean repeating)
CalEventModel
setRepeating in interface CalEventModelrepeating - the repeating of this cal eventpublic boolean getOriginalRepeating()
public String getRecurrence()
CalEventModel
getRecurrence in interface CalEventModelpublic void setRecurrence(String recurrence)
CalEventModel
setRecurrence in interface CalEventModelrecurrence - the recurrence of this cal eventpublic int getRemindBy()
CalEventModel
getRemindBy in interface CalEventModelpublic void setRemindBy(int remindBy)
CalEventModel
setRemindBy in interface CalEventModelremindBy - the remind by of this cal eventpublic int getOriginalRemindBy()
public int getFirstReminder()
CalEventModel
getFirstReminder in interface CalEventModelpublic void setFirstReminder(int firstReminder)
CalEventModel
setFirstReminder in interface CalEventModelfirstReminder - the first reminder of this cal eventpublic int getSecondReminder()
CalEventModel
getSecondReminder in interface CalEventModelpublic void setSecondReminder(int secondReminder)
CalEventModel
setSecondReminder in interface CalEventModelsecondReminder - the second reminder of this cal eventpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<CalEvent>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface CalEventModelgetExpandoBridge in class BaseModelImpl<CalEvent>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<CalEvent>setExpandoBridgeAttributes in interface CalEventModelsetExpandoBridgeAttributes in class BaseModelImpl<CalEvent>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public CalEvent toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<CalEvent>toEscapedModel in interface CalEventModeltoEscapedModel in class BaseModelImpl<CalEvent>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<CalEvent>clone in interface StagedModelclone in interface CalEventModelclone in class BaseModelImpl<CalEvent>public int compareTo(CalEvent calEvent)
compareTo in interface CalEventModelcompareTo in interface Comparable<CalEvent>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface CalEventModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<CalEvent>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<CalEvent>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<CalEvent>resetOriginalValues in class BaseModelImpl<CalEvent>public CacheModel<CalEvent> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<CalEvent>toCacheModel in interface CalEventModeltoCacheModel in class BaseModelImpl<CalEvent>public String toString()
toString in interface CalEventModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<CalEvent>toXmlString in interface CalEventModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||