Class SubscriptionModelImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
com.liferay.portal.model.impl.SubscriptionModelImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.SubscriptionModel, com.liferay.portal.kernel.model.TypedModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.Subscription>
Direct Known Subclasses:
SubscriptionBaseImpl

@Deprecated public class SubscriptionModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription> implements com.liferay.portal.kernel.model.SubscriptionModel
Deprecated.
The base model implementation for the Subscription service. Represents a row in the "Subscription" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface SubscriptionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SubscriptionImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Details

  • Constructor Details

    • SubscriptionModelImpl

      public SubscriptionModelImpl()
      Deprecated.
  • Method Details

    • getPrimaryKey

      public long getPrimaryKey()
      Deprecated.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.SubscriptionModel
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Deprecated.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getPrimaryKeyObj

      public Serializable getPrimaryKeyObj()
      Deprecated.
      Specified by:
      getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
      Specified by:
      getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
    • setPrimaryKeyObj

      public void setPrimaryKeyObj(Serializable primaryKeyObj)
      Deprecated.
      Specified by:
      setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
      Specified by:
      setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
    • getModelClass

      public Class<?> getModelClass()
      Deprecated.
      Specified by:
      getModelClass in interface com.liferay.portal.kernel.model.ClassedModel
    • getModelClassName

      public String getModelClassName()
      Deprecated.
      Specified by:
      getModelClassName in interface com.liferay.portal.kernel.model.ClassedModel
    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Deprecated.
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
      Overrides:
      getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Deprecated.
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
      Overrides:
      setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
    • getAttributeGetterFunctions

      public Map<String,Function<com.liferay.portal.kernel.model.Subscription,Object>> getAttributeGetterFunctions()
      Deprecated.
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<com.liferay.portal.kernel.model.Subscription,Object>> getAttributeSetterBiConsumers()
      Deprecated.
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
    • getMvccVersion

      public long getMvccVersion()
      Deprecated.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.SubscriptionModel
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Deprecated.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getSubscriptionId

      public long getSubscriptionId()
      Deprecated.
      Specified by:
      getSubscriptionId in interface com.liferay.portal.kernel.model.SubscriptionModel
    • setSubscriptionId

      public void setSubscriptionId(long subscriptionId)
      Deprecated.
      Specified by:
      setSubscriptionId in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getGroupId

      public long getGroupId()
      Deprecated.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.SubscriptionModel
    • setGroupId

      public void setGroupId(long groupId)
      Deprecated.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getOriginalGroupId

      @Deprecated public long getOriginalGroupId()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getCompanyId

      public long getCompanyId()
      Deprecated.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.SubscriptionModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Deprecated.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getOriginalCompanyId

      @Deprecated public long getOriginalCompanyId()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getUserId

      public long getUserId()
      Deprecated.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.SubscriptionModel
    • setUserId

      public void setUserId(long userId)
      Deprecated.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getUserUuid

      public String getUserUuid()
      Deprecated.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.SubscriptionModel
    • setUserUuid

      public void setUserUuid(String userUuid)
      Deprecated.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getOriginalUserId

      @Deprecated public long getOriginalUserId()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getUserName

      public String getUserName()
      Deprecated.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.SubscriptionModel
    • setUserName

      public void setUserName(String userName)
      Deprecated.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getCreateDate

      public Date getCreateDate()
      Deprecated.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.SubscriptionModel
    • setCreateDate

      public void setCreateDate(Date createDate)
      Deprecated.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getModifiedDate

      public Date getModifiedDate()
      Deprecated.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.SubscriptionModel
    • hasSetModifiedDate

      public boolean hasSetModifiedDate()
      Deprecated.
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Deprecated.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getClassName

      public String getClassName()
      Deprecated.
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.SubscriptionModel
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
    • setClassName

      public void setClassName(String className)
      Deprecated.
      Specified by:
      setClassName in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getClassNameId

      public long getClassNameId()
      Deprecated.
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.SubscriptionModel
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
    • setClassNameId

      public void setClassNameId(long classNameId)
      Deprecated.
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.SubscriptionModel
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
    • getOriginalClassNameId

      @Deprecated public long getOriginalClassNameId()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getClassPK

      public long getClassPK()
      Deprecated.
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.SubscriptionModel
    • setClassPK

      public void setClassPK(long classPK)
      Deprecated.
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getOriginalClassPK

      @Deprecated public long getOriginalClassPK()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getFrequency

      public String getFrequency()
      Deprecated.
      Specified by:
      getFrequency in interface com.liferay.portal.kernel.model.SubscriptionModel
    • setFrequency

      public void setFrequency(String frequency)
      Deprecated.
      Specified by:
      setFrequency in interface com.liferay.portal.kernel.model.SubscriptionModel
    • getColumnBitmask

      public long getColumnBitmask()
      Deprecated.
    • getExpandoBridge

      public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
      Deprecated.
      Specified by:
      getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
      Specified by:
      getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel
      Overrides:
      getExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
    • setExpandoBridgeAttributes

      public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
      Deprecated.
      Specified by:
      setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
      Overrides:
      setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
    • toEscapedModel

      public com.liferay.portal.kernel.model.Subscription toEscapedModel()
      Deprecated.
      Specified by:
      toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
      Overrides:
      toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
    • clone

      public Object clone()
      Deprecated.
      Specified by:
      clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
      Specified by:
      clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
    • cloneWithOriginalValues

      public com.liferay.portal.kernel.model.Subscription cloneWithOriginalValues()
      Deprecated.
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.SubscriptionModel
    • compareTo

      public int compareTo(com.liferay.portal.kernel.model.Subscription subscription)
      Deprecated.
      Specified by:
      compareTo in interface Comparable<com.liferay.portal.kernel.model.Subscription>
    • equals

      public boolean equals(Object object)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • isEntityCacheEnabled

      @Deprecated public boolean isEntityCacheEnabled()
      Deprecated.
      As of Athanasius (7.3.x), with no direct replacement
      Specified by:
      isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
    • isFinderCacheEnabled

      @Deprecated public boolean isFinderCacheEnabled()
      Deprecated.
      As of Athanasius (7.3.x), with no direct replacement
      Specified by:
      isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
    • resetOriginalValues

      public void resetOriginalValues()
      Deprecated.
      Specified by:
      resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
      Overrides:
      resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
    • toCacheModel

      public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Subscription> toCacheModel()
      Deprecated.
      Specified by:
      toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
      Overrides:
      toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • getColumnValue

      public <T> T getColumnValue(String columnName)
      Deprecated.
    • getColumnOriginalValue

      public <T> T getColumnOriginalValue(String columnName)
      Deprecated.
    • getColumnBitmask

      public static long getColumnBitmask(String columnName)
      Deprecated.