Package com.liferay.subscription.model
Interface Subscription
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<Subscription>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<Subscription>,com.liferay.portal.kernel.model.change.tracking.CTModel<Subscription>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,SubscriptionModel,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
SubscriptionWrapper
@ProviderType
public interface Subscription
extends com.liferay.portal.kernel.model.PersistedModel, SubscriptionModel
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.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<Subscription,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, 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
persistMethods inherited from interface com.liferay.subscription.model.SubscriptionModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getFrequency, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, getSubscriptionId, getUserId, getUserName, getUserUuid, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setFrequency, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, setSubscriptionId, setUserId, setUserName, setUserUuid, toXmlString
-
Field Details
-
SUBSCRIPTION_ID_ACCESSOR
-