@ProviderType public interface KaleoNotificationRecipientModel extends com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoNotificationRecipientModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.workflow.kaleo.model.impl.KaleoNotificationRecipientImpl.
KaleoNotificationRecipient,
com.liferay.portal.workflow.kaleo.model.impl.KaleoNotificationRecipientImpl,
com.liferay.portal.workflow.kaleo.model.impl.KaleoNotificationRecipientModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(KaleoNotificationRecipient kaleoNotificationRecipient) |
java.lang.String |
getAddress()
Returns the address of this kaleo notification recipient.
|
long |
getCompanyId()
Returns the company ID of this kaleo notification recipient.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo notification recipient.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this kaleo notification recipient.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo notification recipient.
|
long |
getKaleoNotificationId()
Returns the kaleo notification ID of this kaleo notification recipient.
|
long |
getKaleoNotificationRecipientId()
Returns the kaleo notification recipient ID of this kaleo notification recipient.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo notification recipient.
|
java.lang.String |
getNotificationReceptionType()
Returns the notification reception type of this kaleo notification recipient.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo notification recipient.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getRecipientClassName()
Returns the recipient class name of this kaleo notification recipient.
|
long |
getRecipientClassPK()
Returns the recipient class p k of this kaleo notification recipient.
|
int |
getRecipientRoleType()
Returns the recipient role type of this kaleo notification recipient.
|
java.lang.String |
getRecipientScript()
Returns the recipient script of this kaleo notification recipient.
|
java.lang.String |
getRecipientScriptContexts()
Returns the recipient script contexts of this kaleo notification recipient.
|
java.lang.String |
getRecipientScriptLanguage()
Returns the recipient script language of this kaleo notification recipient.
|
long |
getUserId()
Returns the user ID of this kaleo notification recipient.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo notification recipient.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo notification recipient.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setAddress(java.lang.String address)
Sets the address of this kaleo notification recipient.
|
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo notification recipient.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo notification recipient.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this kaleo notification recipient.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo notification recipient.
|
void |
setKaleoNotificationId(long kaleoNotificationId)
Sets the kaleo notification ID of this kaleo notification recipient.
|
void |
setKaleoNotificationRecipientId(long kaleoNotificationRecipientId)
Sets the kaleo notification recipient ID of this kaleo notification recipient.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this kaleo notification recipient.
|
void |
setNew(boolean n) |
void |
setNotificationReceptionType(java.lang.String notificationReceptionType)
Sets the notification reception type of this kaleo notification recipient.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo notification recipient.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRecipientClassName(java.lang.String recipientClassName)
Sets the recipient class name of this kaleo notification recipient.
|
void |
setRecipientClassPK(long recipientClassPK)
Sets the recipient class p k of this kaleo notification recipient.
|
void |
setRecipientRoleType(int recipientRoleType)
Sets the recipient role type of this kaleo notification recipient.
|
void |
setRecipientScript(java.lang.String recipientScript)
Sets the recipient script of this kaleo notification recipient.
|
void |
setRecipientScriptContexts(java.lang.String recipientScriptContexts)
Sets the recipient script contexts of this kaleo notification recipient.
|
void |
setRecipientScriptLanguage(java.lang.String recipientScriptLanguage)
Sets the recipient script language of this kaleo notification recipient.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo notification recipient.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo notification recipient.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo notification recipient.
|
com.liferay.portal.kernel.model.CacheModel<KaleoNotificationRecipient> |
toCacheModel() |
KaleoNotificationRecipient |
toEscapedModel() |
java.lang.String |
toString() |
KaleoNotificationRecipient |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this kaleo notification recipientlong getKaleoNotificationRecipientId()
void setKaleoNotificationRecipientId(long kaleoNotificationRecipientId)
kaleoNotificationRecipientId - the kaleo notification recipient ID of this kaleo notification recipientlong getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this kaleo notification recipientlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this kaleo notification recipientlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this kaleo notification recipientjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this kaleo notification recipient@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this kaleo notification recipientjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this kaleo notification recipientjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this kaleo notification recipientlong getKaleoDefinitionId()
void setKaleoDefinitionId(long kaleoDefinitionId)
kaleoDefinitionId - the kaleo definition ID of this kaleo notification recipientlong getKaleoNotificationId()
void setKaleoNotificationId(long kaleoNotificationId)
kaleoNotificationId - the kaleo notification ID of this kaleo notification recipient@AutoEscape java.lang.String getRecipientClassName()
void setRecipientClassName(java.lang.String recipientClassName)
recipientClassName - the recipient class name of this kaleo notification recipientlong getRecipientClassPK()
void setRecipientClassPK(long recipientClassPK)
recipientClassPK - the recipient class p k of this kaleo notification recipientint getRecipientRoleType()
void setRecipientRoleType(int recipientRoleType)
recipientRoleType - the recipient role type of this kaleo notification recipient@AutoEscape java.lang.String getRecipientScript()
void setRecipientScript(java.lang.String recipientScript)
recipientScript - the recipient script of this kaleo notification recipient@AutoEscape java.lang.String getRecipientScriptLanguage()
void setRecipientScriptLanguage(java.lang.String recipientScriptLanguage)
recipientScriptLanguage - the recipient script language of this kaleo notification recipient@AutoEscape java.lang.String getRecipientScriptContexts()
void setRecipientScriptContexts(java.lang.String recipientScriptContexts)
recipientScriptContexts - the recipient script contexts of this kaleo notification recipient@AutoEscape java.lang.String getAddress()
void setAddress(java.lang.String address)
address - the address of this kaleo notification recipient@AutoEscape java.lang.String getNotificationReceptionType()
void setNotificationReceptionType(java.lang.String notificationReceptionType)
notificationReceptionType - the notification reception type of this kaleo notification recipientboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>int compareTo(KaleoNotificationRecipient kaleoNotificationRecipient)
compareTo in interface java.lang.Comparable<KaleoNotificationRecipient>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<KaleoNotificationRecipient> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>KaleoNotificationRecipient toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>KaleoNotificationRecipient toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>