Package com.liferay.portal.kernel.model
Class SubscriptionWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Subscription>
com.liferay.portal.kernel.model.SubscriptionWrapper
- All Implemented Interfaces:
AttachedModel,AuditedModel,BaseModel<Subscription>,ClassedModel,GroupedModel,ModelWrapper<Subscription>,MVCCModel,PersistedModel,ShardedModel,Subscription,SubscriptionModel,TypedModel,Serializable,Cloneable,Comparable<Subscription>
@Deprecated
public class SubscriptionWrapper
extends BaseModelWrapper<Subscription>
implements ModelWrapper<Subscription>, Subscription
Deprecated.
This class is a wrapper for Subscription.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.kernel.model.Subscription
SUBSCRIPTION_ID_ACCESSOR -
Constructor Summary
Constructors -
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.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.voidpersist()Deprecated.Updates this model instance in the database or adds it if it does not yet exist.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.voidsetModelAttributes(Map<String, Object> attributes) Deprecated.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.Deprecated.protected SubscriptionWrapperwrap(Subscription subscription) Deprecated.Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.ModelWrapper
getWrappedModel
-
Constructor Details
-
SubscriptionWrapper
Deprecated.
-
-
Method Details
-
getModelAttributes
Deprecated.- Specified by:
getModelAttributesin interfaceBaseModel<Subscription>
-
setModelAttributes
Deprecated.- Specified by:
setModelAttributesin interfaceBaseModel<Subscription>
-
cloneWithOriginalValues
Deprecated.- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<Subscription>- Specified by:
cloneWithOriginalValuesin interfaceSubscriptionModel
-
getClassName
Deprecated.Returns the fully qualified class name of this subscription.- Specified by:
getClassNamein interfaceSubscriptionModel- Specified by:
getClassNamein interfaceTypedModel- Returns:
- the fully qualified class name of this subscription
-
getClassNameId
public long getClassNameId()Deprecated.Returns the class name ID of this subscription.- Specified by:
getClassNameIdin interfaceSubscriptionModel- Specified by:
getClassNameIdin interfaceTypedModel- Returns:
- the class name ID of this subscription
-
getClassPK
public long getClassPK()Deprecated.Returns the class pk of this subscription.- Specified by:
getClassPKin interfaceAttachedModel- Specified by:
getClassPKin interfaceSubscriptionModel- Returns:
- the class pk of this subscription
-
getCompanyId
public long getCompanyId()Deprecated.Returns the company ID of this subscription.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceSubscriptionModel- Returns:
- the company ID of this subscription
-
getCreateDate
Deprecated.Returns the create date of this subscription.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceSubscriptionModel- Returns:
- the create date of this subscription
-
getFrequency
Deprecated.Returns the frequency of this subscription.- Specified by:
getFrequencyin interfaceSubscriptionModel- Returns:
- the frequency of this subscription
-
getGroupId
public long getGroupId()Deprecated.Returns the group ID of this subscription.- Specified by:
getGroupIdin interfaceGroupedModel- Specified by:
getGroupIdin interfaceSubscriptionModel- Returns:
- the group ID of this subscription
-
getModifiedDate
Deprecated.Returns the modified date of this subscription.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceSubscriptionModel- Returns:
- the modified date of this subscription
-
getMvccVersion
public long getMvccVersion()Deprecated.Returns the mvcc version of this subscription.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceSubscriptionModel- Returns:
- the mvcc version of this subscription
-
getPrimaryKey
public long getPrimaryKey()Deprecated.Returns the primary key of this subscription.- Specified by:
getPrimaryKeyin interfaceSubscriptionModel- Returns:
- the primary key of this subscription
-
getSubscriptionId
public long getSubscriptionId()Deprecated.Returns the subscription ID of this subscription.- Specified by:
getSubscriptionIdin interfaceSubscriptionModel- Returns:
- the subscription ID of this subscription
-
getUserId
public long getUserId()Deprecated.Returns the user ID of this subscription.- Specified by:
getUserIdin interfaceAuditedModel- Specified by:
getUserIdin interfaceSubscriptionModel- Returns:
- the user ID of this subscription
-
getUserName
Deprecated.Returns the user name of this subscription.- Specified by:
getUserNamein interfaceAuditedModel- Specified by:
getUserNamein interfaceSubscriptionModel- Returns:
- the user name of this subscription
-
getUserUuid
Deprecated.Returns the user uuid of this subscription.- Specified by:
getUserUuidin interfaceAuditedModel- Specified by:
getUserUuidin interfaceSubscriptionModel- Returns:
- the user uuid of this subscription
-
persist
public void persist()Deprecated.Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setClassName
Deprecated.- Specified by:
setClassNamein interfaceSubscriptionModel
-
setClassNameId
public void setClassNameId(long classNameId) Deprecated.Sets the class name ID of this subscription.- Specified by:
setClassNameIdin interfaceSubscriptionModel- Specified by:
setClassNameIdin interfaceTypedModel- Parameters:
classNameId- the class name ID of this subscription
-
setClassPK
public void setClassPK(long classPK) Deprecated.Sets the class pk of this subscription.- Specified by:
setClassPKin interfaceAttachedModel- Specified by:
setClassPKin interfaceSubscriptionModel- Parameters:
classPK- the class pk of this subscription
-
setCompanyId
public void setCompanyId(long companyId) Deprecated.Sets the company ID of this subscription.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceSubscriptionModel- Parameters:
companyId- the company ID of this subscription
-
setCreateDate
Deprecated.Sets the create date of this subscription.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceSubscriptionModel- Parameters:
createDate- the create date of this subscription
-
setFrequency
Deprecated.Sets the frequency of this subscription.- Specified by:
setFrequencyin interfaceSubscriptionModel- Parameters:
frequency- the frequency of this subscription
-
setGroupId
public void setGroupId(long groupId) Deprecated.Sets the group ID of this subscription.- Specified by:
setGroupIdin interfaceGroupedModel- Specified by:
setGroupIdin interfaceSubscriptionModel- Parameters:
groupId- the group ID of this subscription
-
setModifiedDate
Deprecated.Sets the modified date of this subscription.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceSubscriptionModel- Parameters:
modifiedDate- the modified date of this subscription
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this subscription.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfaceSubscriptionModel- Parameters:
mvccVersion- the mvcc version of this subscription
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this subscription.- Specified by:
setPrimaryKeyin interfaceSubscriptionModel- Parameters:
primaryKey- the primary key of this subscription
-
setSubscriptionId
public void setSubscriptionId(long subscriptionId) Deprecated.Sets the subscription ID of this subscription.- Specified by:
setSubscriptionIdin interfaceSubscriptionModel- Parameters:
subscriptionId- the subscription ID of this subscription
-
setUserId
public void setUserId(long userId) Deprecated.Sets the user ID of this subscription.- Specified by:
setUserIdin interfaceAuditedModel- Specified by:
setUserIdin interfaceSubscriptionModel- Parameters:
userId- the user ID of this subscription
-
setUserName
Deprecated.Sets the user name of this subscription.- Specified by:
setUserNamein interfaceAuditedModel- Specified by:
setUserNamein interfaceSubscriptionModel- Parameters:
userName- the user name of this subscription
-
setUserUuid
Deprecated.Sets the user uuid of this subscription.- Specified by:
setUserUuidin interfaceAuditedModel- Specified by:
setUserUuidin interfaceSubscriptionModel- Parameters:
userUuid- the user uuid of this subscription
-
toXmlString
Deprecated.- Specified by:
toXmlStringin interfaceSubscriptionModel
-
wrap
Deprecated.- Specified by:
wrapin classBaseModelWrapper<Subscription>
-