@JSON(strict=true) @ProviderType public class CalendarNotificationTemplateModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<CalendarNotificationTemplate> implements CalendarNotificationTemplateModel
This implementation and its corresponding interface CalendarNotificationTemplateModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in CalendarNotificationTemplateImpl
.
CalendarNotificationTemplateImpl
,
CalendarNotificationTemplate
,
CalendarNotificationTemplateModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static long |
CALENDARID_COLUMN_BITMASK |
static long |
CALENDARNOTIFICATIONTEMPLATEID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static long |
NOTIFICATIONTEMPLATETYPE_COLUMN_BITMASK |
static long |
NOTIFICATIONTYPE_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK |
Constructor and Description |
---|
CalendarNotificationTemplateModelImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(CalendarNotificationTemplate calendarNotificationTemplate) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBody()
Returns the body of this calendar notification template.
|
long |
getCalendarId()
Returns the calendar ID of this calendar notification template.
|
long |
getCalendarNotificationTemplateId()
Returns the calendar notification template ID of this calendar notification template.
|
long |
getColumnBitmask() |
long |
getCompanyId()
Returns the company ID of this calendar notification template.
|
java.util.Date |
getCreateDate()
Returns the create date of this calendar notification template.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this calendar notification template.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this calendar notification template.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this calendar notification template.
|
java.lang.String |
getNotificationTemplateType()
Returns the notification template type of this calendar notification template.
|
java.lang.String |
getNotificationType()
Returns the notification type of this calendar notification template.
|
java.lang.String |
getNotificationTypeSettings()
Returns the notification type settings of this calendar notification template.
|
long |
getOriginalCalendarId() |
long |
getOriginalCompanyId() |
long |
getOriginalGroupId() |
java.lang.String |
getOriginalNotificationTemplateType() |
java.lang.String |
getOriginalNotificationType() |
java.lang.String |
getOriginalUuid() |
long |
getPrimaryKey()
Returns the primary key of this calendar notification template.
|
java.io.Serializable |
getPrimaryKeyObj() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getSubject()
Returns the subject of this calendar notification template.
|
long |
getUserId()
Returns the user ID of this calendar notification template.
|
java.lang.String |
getUserName()
Returns the user name of this calendar notification template.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this calendar notification template.
|
java.lang.String |
getUuid()
Returns the uuid of this calendar notification template.
|
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setBody(java.lang.String body)
Sets the body of this calendar notification template.
|
void |
setCalendarId(long calendarId)
Sets the calendar ID of this calendar notification template.
|
void |
setCalendarNotificationTemplateId(long calendarNotificationTemplateId)
Sets the calendar notification template ID of this calendar notification template.
|
void |
setCompanyId(long companyId)
Sets the company ID of this calendar notification template.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this calendar notification template.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this calendar notification template.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this calendar notification template.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this calendar notification template.
|
void |
setNotificationTemplateType(java.lang.String notificationTemplateType)
Sets the notification template type of this calendar notification template.
|
void |
setNotificationType(java.lang.String notificationType)
Sets the notification type of this calendar notification template.
|
void |
setNotificationTypeSettings(java.lang.String notificationTypeSettings)
Sets the notification type settings of this calendar notification template.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this calendar notification template.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setSubject(java.lang.String subject)
Sets the subject of this calendar notification template.
|
void |
setUserId(long userId)
Sets the user ID of this calendar notification template.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this calendar notification template.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this calendar notification template.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this calendar notification template.
|
com.liferay.portal.kernel.model.CacheModel<CalendarNotificationTemplate> |
toCacheModel() |
CalendarNotificationTemplate |
toEscapedModel() |
static CalendarNotificationTemplate |
toModel(CalendarNotificationTemplateSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<CalendarNotificationTemplate> |
toModels(CalendarNotificationTemplateSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
public 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 CALENDARID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long NOTIFICATIONTEMPLATETYPE_COLUMN_BITMASK
public static final long NOTIFICATIONTYPE_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long CALENDARNOTIFICATIONTEMPLATEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public CalendarNotificationTemplateModelImpl()
public static CalendarNotificationTemplate toModel(CalendarNotificationTemplateSoap soapModel)
soapModel
- the soap model instance to convertpublic static java.util.List<CalendarNotificationTemplate> toModels(CalendarNotificationTemplateSoap[] soapModels)
soapModels
- the soap model instances to convertpublic long getPrimaryKey()
CalendarNotificationTemplateModel
getPrimaryKey
in interface CalendarNotificationTemplateModel
public void setPrimaryKey(long primaryKey)
CalendarNotificationTemplateModel
setPrimaryKey
in interface CalendarNotificationTemplateModel
primaryKey
- the primary key of this calendar notification templatepublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface CalendarNotificationTemplateModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface CalendarNotificationTemplateModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<CalendarNotificationTemplate>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<CalendarNotificationTemplate>
@JSON public java.lang.String getUuid()
CalendarNotificationTemplateModel
getUuid
in interface CalendarNotificationTemplateModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public void setUuid(java.lang.String uuid)
CalendarNotificationTemplateModel
setUuid
in interface CalendarNotificationTemplateModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this calendar notification templatepublic java.lang.String getOriginalUuid()
@JSON public long getCalendarNotificationTemplateId()
CalendarNotificationTemplateModel
getCalendarNotificationTemplateId
in interface CalendarNotificationTemplateModel
public void setCalendarNotificationTemplateId(long calendarNotificationTemplateId)
CalendarNotificationTemplateModel
setCalendarNotificationTemplateId
in interface CalendarNotificationTemplateModel
calendarNotificationTemplateId
- the calendar notification template ID of this calendar notification template@JSON public long getGroupId()
CalendarNotificationTemplateModel
getGroupId
in interface CalendarNotificationTemplateModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public void setGroupId(long groupId)
CalendarNotificationTemplateModel
setGroupId
in interface CalendarNotificationTemplateModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this calendar notification templatepublic long getOriginalGroupId()
@JSON public long getCompanyId()
CalendarNotificationTemplateModel
getCompanyId
in interface CalendarNotificationTemplateModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public void setCompanyId(long companyId)
CalendarNotificationTemplateModel
setCompanyId
in interface CalendarNotificationTemplateModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this calendar notification templatepublic long getOriginalCompanyId()
@JSON public long getUserId()
CalendarNotificationTemplateModel
getUserId
in interface CalendarNotificationTemplateModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserId(long userId)
CalendarNotificationTemplateModel
setUserId
in interface CalendarNotificationTemplateModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this calendar notification templatepublic java.lang.String getUserUuid()
CalendarNotificationTemplateModel
getUserUuid
in interface CalendarNotificationTemplateModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserUuid(java.lang.String userUuid)
CalendarNotificationTemplateModel
setUserUuid
in interface CalendarNotificationTemplateModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this calendar notification template@JSON public java.lang.String getUserName()
CalendarNotificationTemplateModel
getUserName
in interface CalendarNotificationTemplateModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserName(java.lang.String userName)
CalendarNotificationTemplateModel
setUserName
in interface CalendarNotificationTemplateModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this calendar notification template@JSON public java.util.Date getCreateDate()
CalendarNotificationTemplateModel
getCreateDate
in interface CalendarNotificationTemplateModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public void setCreateDate(java.util.Date createDate)
CalendarNotificationTemplateModel
setCreateDate
in interface CalendarNotificationTemplateModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this calendar notification template@JSON public java.util.Date getModifiedDate()
CalendarNotificationTemplateModel
getModifiedDate
in interface CalendarNotificationTemplateModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
CalendarNotificationTemplateModel
setModifiedDate
in interface CalendarNotificationTemplateModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this calendar notification template@JSON public long getCalendarId()
CalendarNotificationTemplateModel
getCalendarId
in interface CalendarNotificationTemplateModel
public void setCalendarId(long calendarId)
CalendarNotificationTemplateModel
setCalendarId
in interface CalendarNotificationTemplateModel
calendarId
- the calendar ID of this calendar notification templatepublic long getOriginalCalendarId()
@JSON public java.lang.String getNotificationType()
CalendarNotificationTemplateModel
getNotificationType
in interface CalendarNotificationTemplateModel
public void setNotificationType(java.lang.String notificationType)
CalendarNotificationTemplateModel
setNotificationType
in interface CalendarNotificationTemplateModel
notificationType
- the notification type of this calendar notification templatepublic java.lang.String getOriginalNotificationType()
@JSON public java.lang.String getNotificationTypeSettings()
CalendarNotificationTemplateModel
getNotificationTypeSettings
in interface CalendarNotificationTemplateModel
public void setNotificationTypeSettings(java.lang.String notificationTypeSettings)
CalendarNotificationTemplateModel
setNotificationTypeSettings
in interface CalendarNotificationTemplateModel
notificationTypeSettings
- the notification type settings of this calendar notification template@JSON public java.lang.String getNotificationTemplateType()
CalendarNotificationTemplateModel
getNotificationTemplateType
in interface CalendarNotificationTemplateModel
public void setNotificationTemplateType(java.lang.String notificationTemplateType)
CalendarNotificationTemplateModel
setNotificationTemplateType
in interface CalendarNotificationTemplateModel
notificationTemplateType
- the notification template type of this calendar notification templatepublic java.lang.String getOriginalNotificationTemplateType()
@JSON public java.lang.String getSubject()
CalendarNotificationTemplateModel
getSubject
in interface CalendarNotificationTemplateModel
public void setSubject(java.lang.String subject)
CalendarNotificationTemplateModel
setSubject
in interface CalendarNotificationTemplateModel
subject
- the subject of this calendar notification template@JSON public java.lang.String getBody()
CalendarNotificationTemplateModel
getBody
in interface CalendarNotificationTemplateModel
public void setBody(java.lang.String body)
CalendarNotificationTemplateModel
setBody
in interface CalendarNotificationTemplateModel
body
- the body of this calendar notification template@JSON public java.util.Date getLastPublishDate()
CalendarNotificationTemplateModel
getLastPublishDate
in interface CalendarNotificationTemplateModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public void setLastPublishDate(java.util.Date lastPublishDate)
CalendarNotificationTemplateModel
setLastPublishDate
in interface CalendarNotificationTemplateModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
lastPublishDate
- the last publish date of this calendar notification templatepublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface CalendarNotificationTemplateModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<CalendarNotificationTemplate>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface CalendarNotificationTemplateModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<CalendarNotificationTemplate>
public CalendarNotificationTemplate toEscapedModel()
toEscapedModel
in interface CalendarNotificationTemplateModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<CalendarNotificationTemplate>
public java.lang.Object clone()
clone
in interface CalendarNotificationTemplateModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<CalendarNotificationTemplate>
public int compareTo(CalendarNotificationTemplate calendarNotificationTemplate)
compareTo
in interface CalendarNotificationTemplateModel
compareTo
in interface java.lang.Comparable<CalendarNotificationTemplate>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface CalendarNotificationTemplateModel
hashCode
in class java.lang.Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<CalendarNotificationTemplate>
public com.liferay.portal.kernel.model.CacheModel<CalendarNotificationTemplate> toCacheModel()
toCacheModel
in interface CalendarNotificationTemplateModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<CalendarNotificationTemplate>
public java.lang.String toString()
toString
in interface CalendarNotificationTemplateModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface CalendarNotificationTemplateModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<CalendarNotificationTemplate>