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 TypeFieldDescriptionlongDeprecated.longDeprecated.longDeprecated.longDeprecated.Deprecated.longDeprecated.longDeprecated.longDeprecated.longDeprecated.longDeprecated.Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.longDeprecated.inthashCode()Deprecated.voidreadExternal(ObjectInput objectInput) Deprecated.voidsetMvccVersion(long mvccVersion) Deprecated.com.liferay.portal.kernel.model.SubscriptionDeprecated.toString()Deprecated.voidwriteExternal(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:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Deprecated.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
toString
Deprecated. -
toEntityModel
public com.liferay.portal.kernel.model.Subscription toEntityModel()Deprecated.- Specified by:
toEntityModelin interfacecom.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Subscription>
-
readExternal
Deprecated.- Specified by:
readExternalin interfaceExternalizable- Throws:
IOException
-
writeExternal
Deprecated.- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-