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
modelFields 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.longReturns the company ID of this kaleo notification recipient.Returns the create date of this kaleo notification recipient.longReturns the ct collection ID of this kaleo notification recipient.longReturns the group ID of this kaleo notification recipient.longReturns the kaleo definition ID of this kaleo notification recipient.longReturns the kaleo definition version ID of this kaleo notification recipient.longReturns the kaleo notification ID of this kaleo notification recipient.longReturns the kaleo notification recipient ID of this kaleo notification recipient.Returns the modified date of this kaleo notification recipient.longReturns the mvcc version of this kaleo notification recipient.Returns the notification reception type of this kaleo notification recipient.longReturns the primary key of this kaleo notification recipient.Returns the recipient class name of this kaleo notification recipient.longReturns the recipient class pk of this kaleo notification recipient.intReturns 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.longReturns 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.voidpersist()voidsetAddress(String address) Sets the address of this kaleo notification recipient.voidsetCompanyId(long companyId) Sets the company ID of this kaleo notification recipient.voidsetCreateDate(Date createDate) Sets the create date of this kaleo notification recipient.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo notification recipient.voidsetGroupId(long groupId) Sets the group ID of this kaleo notification recipient.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo notification recipient.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo notification recipient.voidsetKaleoNotificationId(long kaleoNotificationId) Sets the kaleo notification ID of this kaleo notification recipient.voidsetKaleoNotificationRecipientId(long kaleoNotificationRecipientId) Sets the kaleo notification recipient ID of this kaleo notification recipient.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo notification recipient.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo notification recipient.voidsetNotificationReceptionType(String notificationReceptionType) Sets the notification reception type of this kaleo notification recipient.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo notification recipient.voidsetRecipientClassName(String recipientClassName) Sets the recipient class name of this kaleo notification recipient.voidsetRecipientClassPK(long recipientClassPK) Sets the recipient class pk of this kaleo notification recipient.voidsetRecipientRoleType(int recipientRoleType) Sets the recipient role type of this kaleo notification recipient.voidsetRecipientScript(String recipientScript) Sets the recipient script of this kaleo notification recipient.voidsetRecipientScriptContexts(String recipientScriptContexts) Sets the recipient script contexts of this kaleo notification recipient.voidsetRecipientScriptLanguage(String recipientScriptLanguage) Sets the recipient script language of this kaleo notification recipient.voidsetUserId(long userId) Sets the user ID of this kaleo notification recipient.voidsetUserName(String userName) Sets the user name of this kaleo notification recipient.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo notification recipient.protected KaleoNotificationRecipientWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoNotificationRecipientWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>- Specified by:
cloneWithOriginalValuesin interfaceKaleoNotificationRecipientModel
-
getAddress
Returns the address of this kaleo notification recipient.- Specified by:
getAddressin interfaceKaleoNotificationRecipientModel- Returns:
- the address of this kaleo notification recipient
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo notification recipient.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoNotificationRecipientModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein 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:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>- Specified by:
getCtCollectionIdin 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:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin 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:
getKaleoDefinitionIdin 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:
getKaleoDefinitionVersionIdin 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:
getKaleoNotificationIdin 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:
getKaleoNotificationRecipientIdin interfaceKaleoNotificationRecipientModel- Returns:
- the kaleo notification recipient ID of this kaleo notification recipient
-
getModifiedDate
Returns the modified date of this kaleo notification recipient.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceKaleoNotificationRecipientModel- Specified by:
getMvccVersionin 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:
getNotificationReceptionTypein 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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>- Specified by:
getPrimaryKeyin interfaceKaleoNotificationRecipientModel- Returns:
- the primary key of this kaleo notification recipient
-
getRecipientClassName
Returns the recipient class name of this kaleo notification recipient.- Specified by:
getRecipientClassNamein 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:
getRecipientClassPKin 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:
getRecipientRoleTypein interfaceKaleoNotificationRecipientModel- Returns:
- the recipient role type of this kaleo notification recipient
-
getRecipientScript
Returns the recipient script of this kaleo notification recipient.- Specified by:
getRecipientScriptin interfaceKaleoNotificationRecipientModel- Returns:
- the recipient script of this kaleo notification recipient
-
getRecipientScriptContexts
Returns the recipient script contexts of this kaleo notification recipient.- Specified by:
getRecipientScriptContextsin interfaceKaleoNotificationRecipientModel- Returns:
- the recipient script contexts of this kaleo notification recipient
-
getRecipientScriptLanguage
Returns the recipient script language of this kaleo notification recipient.- Specified by:
getRecipientScriptLanguagein 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoNotificationRecipientModel- Returns:
- the user ID of this kaleo notification recipient
-
getUserName
Returns the user name of this kaleo notification recipient.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKaleoNotificationRecipientModel- Returns:
- the user name of this kaleo notification recipient
-
getUserUuid
Returns the user uuid of this kaleo notification recipient.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoNotificationRecipientModel- Returns:
- the user uuid of this kaleo notification recipient
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAddress
Sets the address of this kaleo notification recipient.- Specified by:
setAddressin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoNotificationRecipientModel- Specified by:
setCompanyIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>- Specified by:
setCtCollectionIdin 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:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin 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:
setKaleoDefinitionIdin 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:
setKaleoDefinitionVersionIdin 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:
setKaleoNotificationIdin 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:
setKaleoNotificationRecipientIdin 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceKaleoNotificationRecipientModel- Specified by:
setMvccVersionin 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:
setNotificationReceptionTypein 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>- Specified by:
setPrimaryKeyin interfaceKaleoNotificationRecipientModel- Parameters:
primaryKey- the primary key of this kaleo notification recipient
-
setRecipientClassName
Sets the recipient class name of this kaleo notification recipient.- Specified by:
setRecipientClassNamein 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:
setRecipientClassPKin 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:
setRecipientRoleTypein interfaceKaleoNotificationRecipientModel- Parameters:
recipientRoleType- the recipient role type of this kaleo notification recipient
-
setRecipientScript
Sets the recipient script of this kaleo notification recipient.- Specified by:
setRecipientScriptin interfaceKaleoNotificationRecipientModel- Parameters:
recipientScript- the recipient script of this kaleo notification recipient
-
setRecipientScriptContexts
Sets the recipient script contexts of this kaleo notification recipient.- Specified by:
setRecipientScriptContextsin 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:
setRecipientScriptLanguagein 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoNotificationRecipientModel- Parameters:
userId- the user ID of this kaleo notification recipient
-
setUserName
Sets the user name of this kaleo notification recipient.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKaleoNotificationRecipientModel- Parameters:
userName- the user name of this kaleo notification recipient
-
setUserUuid
Sets the user uuid of this kaleo notification recipient.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKaleoNotificationRecipientModel- Parameters:
userUuid- the user uuid of this kaleo notification recipient
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoNotificationRecipientModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
-
wrap
protected KaleoNotificationRecipientWrapper wrap(KaleoNotificationRecipient kaleoNotificationRecipient) - Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoNotificationRecipient>
-