Package com.liferay.portal.model.impl
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Deprecated.static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
Deprecated.static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final Object[][]
Deprecated.Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated.com.liferay.portal.kernel.model.Subscription
Deprecated.int
compareTo
(com.liferay.portal.kernel.model.Subscription subscription) Deprecated.boolean
Deprecated.Deprecated.Map<String,
BiConsumer<com.liferay.portal.kernel.model.Subscription, Object>> Deprecated.Deprecated.long
Deprecated.long
Deprecated.long
Deprecated.static long
getColumnBitmask
(String columnName) Deprecated.<T> T
getColumnOriginalValue
(String columnName) Deprecated.<T> T
getColumnValue
(String columnName) Deprecated.long
Deprecated.Deprecated.com.liferay.expando.kernel.model.ExpandoBridge
Deprecated.Deprecated.long
Deprecated.Deprecated.Class<?>
Deprecated.Deprecated.Deprecated.long
Deprecated.long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.Deprecated.long
Deprecated.long
Deprecated.Deprecated.Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementvoid
Deprecated.void
setClassName
(String className) Deprecated.void
setClassNameId
(long classNameId) Deprecated.void
setClassPK
(long classPK) Deprecated.void
setCompanyId
(long companyId) Deprecated.void
setCreateDate
(Date createDate) Deprecated.void
setExpandoBridgeAttributes
(com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.void
setFrequency
(String frequency) Deprecated.void
setGroupId
(long groupId) Deprecated.void
setModelAttributes
(Map<String, Object> attributes) Deprecated.void
setModifiedDate
(Date modifiedDate) Deprecated.void
setMvccVersion
(long mvccVersion) Deprecated.void
setPrimaryKey
(long primaryKey) Deprecated.void
setPrimaryKeyObj
(Serializable primaryKeyObj) Deprecated.void
setSubscriptionId
(long subscriptionId) Deprecated.void
setUserId
(long userId) Deprecated.void
setUserName
(String userName) Deprecated.void
setUserUuid
(String userUuid) Deprecated.com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Subscription>
Deprecated.com.liferay.portal.kernel.model.Subscription
Deprecated.toString()
Deprecated.Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.SubscriptionModel
toXmlString
-
Field Details
-
TABLE_NAME
Deprecated.- See Also:
-
TABLE_COLUMNS
Deprecated. -
TABLE_COLUMNS_MAP
Deprecated. -
TABLE_SQL_CREATE
Deprecated.- See Also:
-
TABLE_SQL_DROP
Deprecated.- See Also:
-
ORDER_BY_JPQL
Deprecated.- See Also:
-
ORDER_BY_SQL
Deprecated.- See Also:
-
DATA_SOURCE
Deprecated.- See Also:
-
SESSION_FACTORY
Deprecated.- See Also:
-
TX_MANAGER
Deprecated.- See Also:
-
ENTITY_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
FINDER_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
COLUMN_BITMASK_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
CLASSNAMEID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
CLASSPK_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
COMPANYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
GROUPID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
USERID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
SUBSCRIPTIONID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIMEDeprecated.
-
-
Constructor Details
-
SubscriptionModelImpl
public SubscriptionModelImpl()Deprecated.
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()Deprecated.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Deprecated.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getPrimaryKeyObj
Deprecated.- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
Deprecated.- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
Deprecated.- Specified by:
getModelClass
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
Deprecated.- Specified by:
getModelClassName
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
Deprecated.- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
-
setModelAttributes
Deprecated.- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.portal.kernel.model.Subscription, getAttributeGetterFunctions()Object>> Deprecated.- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.portal.kernel.model.Subscription, getAttributeSetterBiConsumers()Object>> Deprecated.- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
-
getMvccVersion
public long getMvccVersion()Deprecated.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Deprecated.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getSubscriptionId
public long getSubscriptionId()Deprecated.- Specified by:
getSubscriptionId
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
setSubscriptionId
public void setSubscriptionId(long subscriptionId) Deprecated.- Specified by:
setSubscriptionId
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getGroupId
public long getGroupId()Deprecated.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
setGroupId
public void setGroupId(long groupId) Deprecated.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getOriginalGroupId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getCompanyId
public long getCompanyId()Deprecated.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
setCompanyId
public void setCompanyId(long companyId) Deprecated.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getUserId
public long getUserId()Deprecated.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
setUserId
public void setUserId(long userId) Deprecated.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getUserUuid
Deprecated.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
setUserUuid
Deprecated.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getOriginalUserId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getUserName
Deprecated.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
setUserName
Deprecated.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getCreateDate
Deprecated.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
setCreateDate
Deprecated.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getModifiedDate
Deprecated.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate()Deprecated. -
setModifiedDate
Deprecated.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getClassName
Deprecated.- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
-
setClassName
Deprecated.- Specified by:
setClassName
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getClassNameId
public long getClassNameId()Deprecated.- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
-
setClassNameId
public void setClassNameId(long classNameId) Deprecated.- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
-
getOriginalClassNameId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getClassPK
public long getClassPK()Deprecated.- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
setClassPK
public void setClassPK(long classPK) Deprecated.- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getOriginalClassPK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getFrequency
Deprecated.- Specified by:
getFrequency
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
setFrequency
Deprecated.- Specified by:
setFrequency
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
getColumnBitmask
public long getColumnBitmask()Deprecated. -
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()Deprecated.- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.ClassedModel
- Overrides:
getExpandoBridge
in classcom.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 interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
- Overrides:
setExpandoBridgeAttributes
in classcom.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 interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
-
clone
Deprecated.- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
- Specified by:
clone
in classcom.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 interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.SubscriptionModel
-
compareTo
public int compareTo(com.liferay.portal.kernel.model.Subscription subscription) Deprecated.- Specified by:
compareTo
in interfaceComparable<com.liferay.portal.kernel.model.Subscription>
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
isEntityCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isEntityCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
-
resetOriginalValues
public void resetOriginalValues()Deprecated.- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
- Overrides:
resetOriginalValues
in classcom.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 interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Subscription>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Subscription>
-
toString
Deprecated. -
getColumnValue
Deprecated. -
getColumnOriginalValue
Deprecated. -
getColumnBitmask
Deprecated.
-
getColumnBitmask(String)