Package com.liferay.portal.kernel.model
Interface Subscription
- All Superinterfaces:
AttachedModel
,AuditedModel
,BaseModel<Subscription>
,ClassedModel
,Cloneable
,Comparable<Subscription>
,GroupedModel
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
,SubscriptionModel
,TypedModel
- All Known Implementing Classes:
SubscriptionWrapper
Deprecated.
The extended model interface for the Subscription service. Represents a row in the "Subscription" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
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.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.SubscriptionModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getFrequency, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, getSubscriptionId, getUserId, getUserName, getUserUuid, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setFrequency, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, setSubscriptionId, setUserId, setUserName, setUserUuid, toXmlString
-
Field Details
-
SUBSCRIPTION_ID_ACCESSOR
Deprecated.
-