Package com.liferay.portal.kernel.model
Interface SubscriptionModel
- All Superinterfaces:
AttachedModel,AuditedModel,BaseModel<Subscription>,ClassedModel,Cloneable,Comparable<Subscription>,GroupedModel,MVCCModel,Serializable,ShardedModel,TypedModel
- All Known Subinterfaces:
Subscription
- All Known Implementing Classes:
SubscriptionWrapper
@Deprecated
@ProviderType
public interface SubscriptionModel
extends AttachedModel, BaseModel<Subscription>, GroupedModel, MVCCModel, ShardedModel
Deprecated.
The base model interface for the Subscription service. Represents a row in the "Subscription" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.SubscriptionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.SubscriptionImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Returns the fully qualified class name of this subscription.longDeprecated.Returns the class name ID of this subscription.longDeprecated.Returns the class pk of this subscription.longDeprecated.Returns the company ID of this subscription.Deprecated.Returns the create date of this subscription.Deprecated.Returns the frequency of this subscription.longDeprecated.Returns the group ID of this subscription.Deprecated.Returns the modified date of this subscription.longDeprecated.Returns the mvcc version of this subscription.longDeprecated.Returns the primary key of this subscription.longDeprecated.Returns the subscription ID of this subscription.longDeprecated.Returns the user ID of this subscription.Deprecated.Returns the user name of this subscription.Deprecated.Returns the user uuid of this subscription.voidsetClassName(String className) Deprecated.voidsetClassNameId(long classNameId) Deprecated.Sets the class name ID of this subscription.voidsetClassPK(long classPK) Deprecated.Sets the class pk of this subscription.voidsetCompanyId(long companyId) Deprecated.Sets the company ID of this subscription.voidsetCreateDate(Date createDate) Deprecated.Sets the create date of this subscription.voidsetFrequency(String frequency) Deprecated.Sets the frequency of this subscription.voidsetGroupId(long groupId) Deprecated.Sets the group ID of this subscription.voidsetModifiedDate(Date modifiedDate) Deprecated.Sets the modified date of this subscription.voidsetMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this subscription.voidsetPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this subscription.voidsetSubscriptionId(long subscriptionId) Deprecated.Sets the subscription ID of this subscription.voidsetUserId(long userId) Deprecated.Sets the user ID of this subscription.voidsetUserName(String userName) Deprecated.Sets the user name of this subscription.voidsetUserUuid(String userUuid) Deprecated.Sets the user uuid of this subscription.default StringDeprecated.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
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Deprecated.Returns the primary key of this subscription.- Returns:
- the primary key of this subscription
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this subscription.- Parameters:
primaryKey- the primary key of this subscription
-
getMvccVersion
long getMvccVersion()Deprecated.Returns the mvcc version of this subscription.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this subscription
-
setMvccVersion
void setMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this subscription.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this subscription
-
getSubscriptionId
long getSubscriptionId()Deprecated.Returns the subscription ID of this subscription.- Returns:
- the subscription ID of this subscription
-
setSubscriptionId
void setSubscriptionId(long subscriptionId) Deprecated.Sets the subscription ID of this subscription.- Parameters:
subscriptionId- the subscription ID of this subscription
-
getGroupId
long getGroupId()Deprecated.Returns the group ID of this subscription.- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this subscription
-
setGroupId
void setGroupId(long groupId) Deprecated.Sets the group ID of this subscription.- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this subscription
-
getCompanyId
long getCompanyId()Deprecated.Returns the company ID of this subscription.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this subscription
-
setCompanyId
void setCompanyId(long companyId) Deprecated.Sets the company ID of this subscription.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this subscription
-
getUserId
long getUserId()Deprecated.Returns the user ID of this subscription.- Specified by:
getUserIdin interfaceAuditedModel- Returns:
- the user ID of this subscription
-
setUserId
void setUserId(long userId) Deprecated.Sets the user ID of this subscription.- Specified by:
setUserIdin interfaceAuditedModel- Parameters:
userId- the user ID of this subscription
-
getUserUuid
String getUserUuid()Deprecated.Returns the user uuid of this subscription.- Specified by:
getUserUuidin interfaceAuditedModel- Returns:
- the user uuid of this subscription
-
setUserUuid
Deprecated.Sets the user uuid of this subscription.- Specified by:
setUserUuidin interfaceAuditedModel- Parameters:
userUuid- the user uuid of this subscription
-
getUserName
Deprecated.Returns the user name of this subscription.- Specified by:
getUserNamein interfaceAuditedModel- Returns:
- the user name of this subscription
-
setUserName
Deprecated.Sets the user name of this subscription.- Specified by:
setUserNamein interfaceAuditedModel- Parameters:
userName- the user name of this subscription
-
getCreateDate
Date getCreateDate()Deprecated.Returns the create date of this subscription.- Specified by:
getCreateDatein interfaceAuditedModel- Returns:
- the create date of this subscription
-
setCreateDate
Deprecated.Sets the create date of this subscription.- Specified by:
setCreateDatein interfaceAuditedModel- Parameters:
createDate- the create date of this subscription
-
getModifiedDate
Date getModifiedDate()Deprecated.Returns the modified date of this subscription.- Specified by:
getModifiedDatein interfaceAuditedModel- Returns:
- the modified date of this subscription
-
setModifiedDate
Deprecated.Sets the modified date of this subscription.- Specified by:
setModifiedDatein interfaceAuditedModel- Parameters:
modifiedDate- the modified date of this subscription
-
getClassName
String getClassName()Deprecated.Returns the fully qualified class name of this subscription.- Specified by:
getClassNamein interfaceTypedModel- Returns:
- the fully qualified class name of this subscription
-
setClassName
Deprecated. -
getClassNameId
long getClassNameId()Deprecated.Returns the class name ID of this subscription.- Specified by:
getClassNameIdin interfaceTypedModel- Returns:
- the class name ID of this subscription
-
setClassNameId
void setClassNameId(long classNameId) Deprecated.Sets the class name ID of this subscription.- Specified by:
setClassNameIdin interfaceTypedModel- Parameters:
classNameId- the class name ID of this subscription
-
getClassPK
long getClassPK()Deprecated.Returns the class pk of this subscription.- Specified by:
getClassPKin interfaceAttachedModel- Returns:
- the class pk of this subscription
-
setClassPK
void setClassPK(long classPK) Deprecated.Sets the class pk of this subscription.- Specified by:
setClassPKin interfaceAttachedModel- Parameters:
classPK- the class pk of this subscription
-
getFrequency
Deprecated.Returns the frequency of this subscription.- Returns:
- the frequency of this subscription
-
setFrequency
Deprecated.Sets the frequency of this subscription.- Parameters:
frequency- the frequency of this subscription
-
cloneWithOriginalValues
Subscription cloneWithOriginalValues()Deprecated.- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<Subscription>
-
toXmlString
Deprecated.
-