Interface AnalyticsDeleteMessage
- All Superinterfaces:
AnalyticsDeleteMessageModel,com.liferay.portal.kernel.model.BaseModel<AnalyticsDeleteMessage>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<AnalyticsDeleteMessage>,com.liferay.portal.kernel.model.change.tracking.CTModel<AnalyticsDeleteMessage>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
AnalyticsDeleteMessageWrapper
@ProviderType
public interface AnalyticsDeleteMessage
extends AnalyticsDeleteMessageModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the AnalyticsDeleteMessage service. Represents a row in the "AnalyticsDeleteMessage" 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<AnalyticsDeleteMessage,Long> -
Method Summary
Methods inherited from interface com.liferay.analytics.message.storage.model.AnalyticsDeleteMessageModel
cloneWithOriginalValues, getAnalyticsDeleteMessageId, getClassName, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getModifiedDate, getMvccVersion, getPrimaryKey, getUserId, getUserUuid, setAnalyticsDeleteMessageId, setClassName, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setModifiedDate, setMvccVersion, setPrimaryKey, setUserId, setUserUuid, toXmlStringMethods 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, 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.PersistedModel
persist
-
Field Details
-
ANALYTICS_DELETE_MESSAGE_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<AnalyticsDeleteMessage,Long> ANALYTICS_DELETE_MESSAGE_ID_ACCESSOR
-