|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.calendar.model.CalEventWrapper
public class CalEventWrapper
This class is a wrapper for CalEvent.
CalEvent,
Serialized Form| Constructor Summary | |
|---|---|
CalEventWrapper(CalEvent calEvent)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(CalEvent calEvent)
|
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 |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
String |
getRecurrence()
|
TZSRecurrence |
getRecurrenceObj()
|
int |
getRemindBy()
|
boolean |
getRepeating()
|
int |
getSecondReminder()
|
Date |
getStartDate()
|
boolean |
getTimeZoneSensitive()
|
String |
getTitle()
|
String |
getType()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
CalEvent |
getWrappedCalEvent()
|
int |
hashCode()
|
boolean |
isAllDay()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isRepeating()
|
boolean |
isTimeZoneSensitive()
|
void |
setAllDay(boolean allDay)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setRecurrence(String recurrence)
|
void |
setRecurrenceObj(TZSRecurrence recurrenceObj)
|
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()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CalEventWrapper(CalEvent calEvent)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface CalEventModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface CalEventModelpublic String getUuid()
getUuid in interface CalEventModelpublic void setUuid(String uuid)
setUuid in interface CalEventModelpublic 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 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 CalEventsetRecurrence 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 boolean isNew()
BaseModel
isNew in interface BaseModel<CalEvent>isNew in interface CalEventModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<CalEvent>setNew in interface CalEventModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<CalEvent>isCachedModel in interface CalEventModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<CalEvent>setCachedModel in interface CalEventModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<CalEvent>isEscapedModel in interface CalEventModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<CalEvent>setEscapedModel in interface CalEventModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<CalEvent>getPrimaryKeyObj in interface CalEventModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<CalEvent>getExpandoBridge in interface CalEventModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<CalEvent>setExpandoBridgeAttributes in interface CalEventModelserviceContext - 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 Objectpublic int compareTo(CalEvent calEvent)
compareTo in interface CalEventModelcompareTo in interface Comparable<CalEvent>public 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 CalEventModelpublic TZSRecurrence getRecurrenceObj()
getRecurrenceObj in interface CalEventpublic void setRecurrenceObj(TZSRecurrence recurrenceObj)
setRecurrenceObj in interface CalEventpublic CalEvent getWrappedCalEvent()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||