|
Liferay 6.0.3 | |||||||||
| 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
public class CalEventModelImpl
This interface is a model that represents the CalEvent table in the database.
CalEventImpl,
CalEvent,
CalEventModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
CalEventModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(CalEvent calEvent)
|
boolean |
equals(Object obj)
|
boolean |
getAllDay()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
int |
getDurationHour()
|
int |
getDurationMinute()
|
Date |
getEndDate()
|
long |
getEventId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
int |
getFirstReminder()
|
long |
getGroupId()
|
Date |
getModifiedDate()
|
long |
getOriginalGroupId()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
String |
getRecurrence()
|
int |
getRemindBy()
|
boolean |
getRepeating()
|
int |
getSecondReminder()
|
Date |
getStartDate()
|
boolean |
getTimeZoneSensitive()
|
String |
getTitle()
|
String |
getType()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
int |
hashCode()
|
boolean |
isAllDay()
|
boolean |
isRepeating()
|
boolean |
isTimeZoneSensitive()
|
void |
setAllDay(boolean allDay)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
void |
setDurationHour(int durationHour)
|
void |
setDurationMinute(int durationMinute)
|
void |
setEndDate(Date endDate)
|
void |
setEventId(long eventId)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFirstReminder(int firstReminder)
|
void |
setGroupId(long groupId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setPrimaryKey(long pk)
|
void |
setRecurrence(String recurrence)
|
void |
setRemindBy(int remindBy)
|
void |
setRepeating(boolean repeating)
|
void |
setSecondReminder(int secondReminder)
|
void |
setStartDate(Date startDate)
|
void |
setTimeZoneSensitive(boolean timeZoneSensitive)
|
void |
setTitle(String title)
|
void |
setType(String type)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
CalEvent |
toEscapedModel()
|
static CalEvent |
toModel(CalEventSoap soapModel)
|
static List<CalEvent> |
toModels(CalEventSoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| 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, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
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 long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public CalEventModelImpl()
| Method Detail |
|---|
public static CalEvent toModel(CalEventSoap soapModel)
public static List<CalEvent> toModels(CalEventSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface CalEventModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface CalEventModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<CalEvent>getPrimaryKeyObj in interface CalEventModelpublic String getUuid()
getUuid in interface CalEventModelpublic void setUuid(String uuid)
setUuid in interface CalEventModelpublic String getOriginalUuid()
public long getEventId()
getEventId in interface CalEventModelpublic void setEventId(long eventId)
setEventId in interface CalEventModelpublic long getGroupId()
getGroupId in interface CalEventModelpublic void setGroupId(long groupId)
setGroupId in interface CalEventModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface CalEventModelpublic void setCompanyId(long companyId)
setCompanyId in interface CalEventModelpublic long getUserId()
getUserId in interface CalEventModelpublic void setUserId(long userId)
setUserId in interface CalEventModel
public String getUserUuid()
throws SystemException
getUserUuid in interface CalEventModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface CalEventModelpublic String getUserName()
getUserName in interface CalEventModelpublic void setUserName(String userName)
setUserName in interface CalEventModelpublic Date getCreateDate()
getCreateDate in interface CalEventModelpublic void setCreateDate(Date createDate)
setCreateDate in interface CalEventModelpublic Date getModifiedDate()
getModifiedDate in interface CalEventModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface CalEventModelpublic String getTitle()
getTitle in interface CalEventModelpublic void setTitle(String title)
setTitle in interface CalEventModelpublic String getDescription()
getDescription in interface CalEventModelpublic void setDescription(String description)
setDescription in interface CalEventModelpublic Date getStartDate()
getStartDate in interface CalEventModelpublic void setStartDate(Date startDate)
setStartDate in interface CalEventModelpublic Date getEndDate()
getEndDate in interface CalEventModelpublic void setEndDate(Date endDate)
setEndDate in interface CalEventModelpublic int getDurationHour()
getDurationHour in interface CalEventModelpublic void setDurationHour(int durationHour)
setDurationHour in interface CalEventModelpublic int getDurationMinute()
getDurationMinute in interface CalEventModelpublic void setDurationMinute(int durationMinute)
setDurationMinute in interface CalEventModelpublic boolean getAllDay()
getAllDay in interface CalEventModelpublic boolean isAllDay()
isAllDay in interface CalEventModelpublic void setAllDay(boolean allDay)
setAllDay in interface CalEventModelpublic boolean getTimeZoneSensitive()
getTimeZoneSensitive in interface CalEventModelpublic boolean isTimeZoneSensitive()
isTimeZoneSensitive in interface CalEventModelpublic void setTimeZoneSensitive(boolean timeZoneSensitive)
setTimeZoneSensitive in interface CalEventModelpublic String getType()
getType in interface CalEventModelpublic void setType(String type)
setType in interface CalEventModelpublic boolean getRepeating()
getRepeating in interface CalEventModelpublic boolean isRepeating()
isRepeating in interface CalEventModelpublic void setRepeating(boolean repeating)
setRepeating in interface CalEventModelpublic String getRecurrence()
getRecurrence in interface CalEventModelpublic void setRecurrence(String recurrence)
setRecurrence in interface CalEventModelpublic int getRemindBy()
getRemindBy in interface CalEventModelpublic void setRemindBy(int remindBy)
setRemindBy in interface CalEventModelpublic int getFirstReminder()
getFirstReminder in interface CalEventModelpublic void setFirstReminder(int firstReminder)
setFirstReminder in interface CalEventModelpublic int getSecondReminder()
getSecondReminder in interface CalEventModelpublic void setSecondReminder(int secondReminder)
setSecondReminder in interface CalEventModelpublic CalEvent toEscapedModel()
toEscapedModel in interface CalEventModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<CalEvent>getExpandoBridge 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 retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<CalEvent>clone 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 String toString()
toString in interface CalEventModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<CalEvent>toXmlString in interface CalEventModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||