Class KaleoNotificationRecipientWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoNotificationRecipient>
com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipientWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<KaleoNotificationRecipient>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,KaleoNotificationRecipient
,KaleoNotificationRecipientModel
,Serializable
,Cloneable
,Comparable<KaleoNotificationRecipient>
public class KaleoNotificationRecipientWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoNotificationRecipient>
implements KaleoNotificationRecipient, com.liferay.portal.kernel.model.ModelWrapper<KaleoNotificationRecipient>
This class is a wrapper for KaleoNotificationRecipient
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient
KALEO_NOTIFICATION_RECIPIENT_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionKaleoNotificationRecipientWrapper
(KaleoNotificationRecipient kaleoNotificationRecipient) -
Method Summary
Modifier and TypeMethodDescriptionReturns the address of this kaleo notification recipient.long
Returns the company ID of this kaleo notification recipient.Returns the create date of this kaleo notification recipient.long
Returns the ct collection ID of this kaleo notification recipient.long
Returns the group ID of this kaleo notification recipient.long
Returns the kaleo definition ID of this kaleo notification recipient.long
Returns the kaleo definition version ID of this kaleo notification recipient.long
Returns the kaleo notification ID of this kaleo notification recipient.long
Returns the kaleo notification recipient ID of this kaleo notification recipient.Returns the modified date of this kaleo notification recipient.long
Returns the mvcc version of this kaleo notification recipient.Returns the notification reception type of this kaleo notification recipient.long
Returns the primary key of this kaleo notification recipient.Returns the recipient class name of this kaleo notification recipient.long
Returns the recipient class pk of this kaleo notification recipient.int
Returns the recipient role type of this kaleo notification recipient.Returns the recipient script of this kaleo notification recipient.Returns the recipient script contexts of this kaleo notification recipient.Returns the recipient script language of this kaleo notification recipient.long
Returns the user ID of this kaleo notification recipient.Returns the user name of this kaleo notification recipient.Returns the user uuid of this kaleo notification recipient.void
persist()
void
setAddress
(String address) Sets the address of this kaleo notification recipient.void
setCompanyId
(long companyId) Sets the company ID of this kaleo notification recipient.void
setCreateDate
(Date createDate) Sets the create date of this kaleo notification recipient.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this kaleo notification recipient.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
setKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Sets the kaleo definition version 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
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this kaleo notification recipient.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this kaleo notification recipient.void
setNotificationReceptionType
(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
setRecipientClassName
(String recipientClassName) Sets the recipient class name of this kaleo notification recipient.void
setRecipientClassPK
(long recipientClassPK) Sets the recipient class pk of this kaleo notification recipient.void
setRecipientRoleType
(int recipientRoleType) Sets the recipient role type of this kaleo notification recipient.void
setRecipientScript
(String recipientScript) Sets the recipient script of this kaleo notification recipient.void
setRecipientScriptContexts
(String recipientScriptContexts) Sets the recipient script contexts of this kaleo notification recipient.void
setRecipientScriptLanguage
(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
(String userName) Sets the user name of this kaleo notification recipient.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo notification recipient.protected KaleoNotificationRecipientWrapper
wrap
(KaleoNotificationRecipient kaleoNotificationRecipient) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoNotificationRecipientWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoNotificationRecipientModel
-
getAddress
Returns the address of this kaleo notification recipient.- Specified by:
getAddress
in interfaceKaleoNotificationRecipientModel
- Returns:
- the address of this kaleo notification recipient
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo notification recipient.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoNotificationRecipientModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo notification recipient
-
getCreateDate
Returns the create date of this kaleo notification recipient.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceKaleoNotificationRecipientModel
- Returns:
- the create date of this kaleo notification recipient
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo notification recipient.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>
- Specified by:
getCtCollectionId
in interfaceKaleoNotificationRecipientModel
- Returns:
- the ct collection ID of this kaleo notification recipient
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo notification recipient.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoNotificationRecipientModel
- Returns:
- the group ID of this kaleo notification recipient
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo notification recipient.- Specified by:
getKaleoDefinitionId
in interfaceKaleoNotificationRecipientModel
- Returns:
- the kaleo definition ID of this kaleo notification recipient
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo notification recipient.- Specified by:
getKaleoDefinitionVersionId
in interfaceKaleoNotificationRecipientModel
- Returns:
- the kaleo definition version ID of this kaleo notification recipient
-
getKaleoNotificationId
public long getKaleoNotificationId()Returns the kaleo notification ID of this kaleo notification recipient.- Specified by:
getKaleoNotificationId
in interfaceKaleoNotificationRecipientModel
- Returns:
- the kaleo notification ID of this kaleo notification recipient
-
getKaleoNotificationRecipientId
public long getKaleoNotificationRecipientId()Returns the kaleo notification recipient ID of this kaleo notification recipient.- Specified by:
getKaleoNotificationRecipientId
in interfaceKaleoNotificationRecipientModel
- Returns:
- the kaleo notification recipient ID of this kaleo notification recipient
-
getModifiedDate
Returns the modified date of this kaleo notification recipient.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceKaleoNotificationRecipientModel
- Returns:
- the modified date of this kaleo notification recipient
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo notification recipient.- Specified by:
getMvccVersion
in interfaceKaleoNotificationRecipientModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo notification recipient
-
getNotificationReceptionType
Returns the notification reception type of this kaleo notification recipient.- Specified by:
getNotificationReceptionType
in interfaceKaleoNotificationRecipientModel
- Returns:
- the notification reception type of this kaleo notification recipient
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo notification recipient.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>
- Specified by:
getPrimaryKey
in interfaceKaleoNotificationRecipientModel
- Returns:
- the primary key of this kaleo notification recipient
-
getRecipientClassName
Returns the recipient class name of this kaleo notification recipient.- Specified by:
getRecipientClassName
in interfaceKaleoNotificationRecipientModel
- Returns:
- the recipient class name of this kaleo notification recipient
-
getRecipientClassPK
public long getRecipientClassPK()Returns the recipient class pk of this kaleo notification recipient.- Specified by:
getRecipientClassPK
in interfaceKaleoNotificationRecipientModel
- Returns:
- the recipient class pk of this kaleo notification recipient
-
getRecipientRoleType
public int getRecipientRoleType()Returns the recipient role type of this kaleo notification recipient.- Specified by:
getRecipientRoleType
in interfaceKaleoNotificationRecipientModel
- Returns:
- the recipient role type of this kaleo notification recipient
-
getRecipientScript
Returns the recipient script of this kaleo notification recipient.- Specified by:
getRecipientScript
in interfaceKaleoNotificationRecipientModel
- Returns:
- the recipient script of this kaleo notification recipient
-
getRecipientScriptContexts
Returns the recipient script contexts of this kaleo notification recipient.- Specified by:
getRecipientScriptContexts
in interfaceKaleoNotificationRecipientModel
- Returns:
- the recipient script contexts of this kaleo notification recipient
-
getRecipientScriptLanguage
Returns the recipient script language of this kaleo notification recipient.- Specified by:
getRecipientScriptLanguage
in interfaceKaleoNotificationRecipientModel
- Returns:
- the recipient script language of this kaleo notification recipient
-
getUserId
public long getUserId()Returns the user ID of this kaleo notification recipient.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoNotificationRecipientModel
- Returns:
- the user ID of this kaleo notification recipient
-
getUserName
Returns the user name of this kaleo notification recipient.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoNotificationRecipientModel
- Returns:
- the user name of this kaleo notification recipient
-
getUserUuid
Returns the user uuid of this kaleo notification recipient.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoNotificationRecipientModel
- Returns:
- the user uuid of this kaleo notification recipient
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAddress
Sets the address of this kaleo notification recipient.- Specified by:
setAddress
in interfaceKaleoNotificationRecipientModel
- Parameters:
address
- the address of this kaleo notification recipient
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo notification recipient.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoNotificationRecipientModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo notification recipient
-
setCreateDate
Sets the create date of this kaleo notification recipient.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceKaleoNotificationRecipientModel
- Parameters:
createDate
- the create date of this kaleo notification recipient
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo notification recipient.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>
- Specified by:
setCtCollectionId
in interfaceKaleoNotificationRecipientModel
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo notification recipient
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo notification recipient.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoNotificationRecipientModel
- Parameters:
groupId
- the group ID of this kaleo notification recipient
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo notification recipient.- Specified by:
setKaleoDefinitionId
in interfaceKaleoNotificationRecipientModel
- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo notification recipient
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo notification recipient.- Specified by:
setKaleoDefinitionVersionId
in interfaceKaleoNotificationRecipientModel
- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo notification recipient
-
setKaleoNotificationId
public void setKaleoNotificationId(long kaleoNotificationId) Sets the kaleo notification ID of this kaleo notification recipient.- Specified by:
setKaleoNotificationId
in interfaceKaleoNotificationRecipientModel
- Parameters:
kaleoNotificationId
- the kaleo notification ID of this kaleo notification recipient
-
setKaleoNotificationRecipientId
public void setKaleoNotificationRecipientId(long kaleoNotificationRecipientId) Sets the kaleo notification recipient ID of this kaleo notification recipient.- Specified by:
setKaleoNotificationRecipientId
in interfaceKaleoNotificationRecipientModel
- Parameters:
kaleoNotificationRecipientId
- the kaleo notification recipient ID of this kaleo notification recipient
-
setModifiedDate
Sets the modified date of this kaleo notification recipient.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceKaleoNotificationRecipientModel
- Parameters:
modifiedDate
- the modified date of this kaleo notification recipient
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo notification recipient.- Specified by:
setMvccVersion
in interfaceKaleoNotificationRecipientModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo notification recipient
-
setNotificationReceptionType
Sets the notification reception type of this kaleo notification recipient.- Specified by:
setNotificationReceptionType
in interfaceKaleoNotificationRecipientModel
- Parameters:
notificationReceptionType
- the notification reception type of this kaleo notification recipient
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo notification recipient.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>
- Specified by:
setPrimaryKey
in interfaceKaleoNotificationRecipientModel
- Parameters:
primaryKey
- the primary key of this kaleo notification recipient
-
setRecipientClassName
Sets the recipient class name of this kaleo notification recipient.- Specified by:
setRecipientClassName
in interfaceKaleoNotificationRecipientModel
- Parameters:
recipientClassName
- the recipient class name of this kaleo notification recipient
-
setRecipientClassPK
public void setRecipientClassPK(long recipientClassPK) Sets the recipient class pk of this kaleo notification recipient.- Specified by:
setRecipientClassPK
in interfaceKaleoNotificationRecipientModel
- Parameters:
recipientClassPK
- the recipient class pk of this kaleo notification recipient
-
setRecipientRoleType
public void setRecipientRoleType(int recipientRoleType) Sets the recipient role type of this kaleo notification recipient.- Specified by:
setRecipientRoleType
in interfaceKaleoNotificationRecipientModel
- Parameters:
recipientRoleType
- the recipient role type of this kaleo notification recipient
-
setRecipientScript
Sets the recipient script of this kaleo notification recipient.- Specified by:
setRecipientScript
in interfaceKaleoNotificationRecipientModel
- Parameters:
recipientScript
- the recipient script of this kaleo notification recipient
-
setRecipientScriptContexts
Sets the recipient script contexts of this kaleo notification recipient.- Specified by:
setRecipientScriptContexts
in interfaceKaleoNotificationRecipientModel
- Parameters:
recipientScriptContexts
- the recipient script contexts of this kaleo notification recipient
-
setRecipientScriptLanguage
Sets the recipient script language of this kaleo notification recipient.- Specified by:
setRecipientScriptLanguage
in interfaceKaleoNotificationRecipientModel
- Parameters:
recipientScriptLanguage
- the recipient script language of this kaleo notification recipient
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo notification recipient.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoNotificationRecipientModel
- Parameters:
userId
- the user ID of this kaleo notification recipient
-
setUserName
Sets the user name of this kaleo notification recipient.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoNotificationRecipientModel
- Parameters:
userName
- the user name of this kaleo notification recipient
-
setUserUuid
Sets the user uuid of this kaleo notification recipient.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoNotificationRecipientModel
- Parameters:
userUuid
- the user uuid of this kaleo notification recipient
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoNotificationRecipientModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
-
wrap
protected KaleoNotificationRecipientWrapper wrap(KaleoNotificationRecipient kaleoNotificationRecipient) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoNotificationRecipient>
-