Interface KaleoNotificationRecipient
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoNotificationRecipient>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<KaleoNotificationRecipient>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotificationRecipient>
,com.liferay.portal.kernel.model.GroupedModel
,KaleoNotificationRecipientModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
KaleoNotificationRecipientWrapper
@ProviderType
public interface KaleoNotificationRecipient
extends KaleoNotificationRecipientModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the KaleoNotificationRecipient service. Represents a row in the "KaleoNotificationRecipient" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<KaleoNotificationRecipient,
Long> -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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.workflow.kaleo.model.KaleoNotificationRecipientModel
cloneWithOriginalValues, getAddress, getCompanyId, getCreateDate, getCtCollectionId, getGroupId, getKaleoDefinitionId, getKaleoDefinitionVersionId, getKaleoNotificationId, getKaleoNotificationRecipientId, getModifiedDate, getMvccVersion, getNotificationReceptionType, getPrimaryKey, getRecipientClassName, getRecipientClassPK, getRecipientRoleType, getRecipientScript, getRecipientScriptContexts, getRecipientScriptLanguage, getUserId, getUserName, getUserUuid, setAddress, setCompanyId, setCreateDate, setCtCollectionId, setGroupId, setKaleoDefinitionId, setKaleoDefinitionVersionId, setKaleoNotificationId, setKaleoNotificationRecipientId, setModifiedDate, setMvccVersion, setNotificationReceptionType, setPrimaryKey, setRecipientClassName, setRecipientClassPK, setRecipientRoleType, setRecipientScript, setRecipientScriptContexts, setRecipientScriptLanguage, setUserId, setUserName, setUserUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
KALEO_NOTIFICATION_RECIPIENT_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<KaleoNotificationRecipient,Long> KALEO_NOTIFICATION_RECIPIENT_ID_ACCESSOR
-