Package com.liferay.portal.model.impl
Class SubscriptionCacheModel
Object
com.liferay.portal.model.impl.SubscriptionCacheModel
- All Implemented Interfaces:
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Subscription>
,com.liferay.portal.kernel.model.MVCCModel
,Externalizable
,Serializable
@Deprecated
public class SubscriptionCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Subscription>, Externalizable, com.liferay.portal.kernel.model.MVCCModel
Deprecated.
The cache model class for representing Subscription in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Deprecated.long
Deprecated.long
Deprecated.long
Deprecated.Deprecated.long
Deprecated.long
Deprecated.long
Deprecated.long
Deprecated.long
Deprecated.Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.long
Deprecated.int
hashCode()
Deprecated.void
readExternal
(ObjectInput objectInput) Deprecated.void
setMvccVersion
(long mvccVersion) Deprecated.com.liferay.portal.kernel.model.Subscription
Deprecated.toString()
Deprecated.void
writeExternal
(ObjectOutput objectOutput) Deprecated.
-
Field Details
-
mvccVersion
public long mvccVersionDeprecated. -
subscriptionId
public long subscriptionIdDeprecated. -
groupId
public long groupIdDeprecated. -
companyId
public long companyIdDeprecated. -
userId
public long userIdDeprecated. -
userName
Deprecated. -
createDate
public long createDateDeprecated. -
modifiedDate
public long modifiedDateDeprecated. -
classNameId
public long classNameIdDeprecated. -
classPK
public long classPKDeprecated. -
frequency
Deprecated.
-
-
Constructor Details
-
SubscriptionCacheModel
public SubscriptionCacheModel()Deprecated.
-
-
Method Details
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
getMvccVersion
public long getMvccVersion()Deprecated.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Deprecated.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
toString
Deprecated. -
toEntityModel
public com.liferay.portal.kernel.model.Subscription toEntityModel()Deprecated.- Specified by:
toEntityModel
in interfacecom.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Subscription>
-
readExternal
Deprecated.- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
-
writeExternal
Deprecated.- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-