Class SocialActivityAchievementModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityAchievement>
com.liferay.portlet.social.model.impl.SocialActivityAchievementModelImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivityAchievement>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.social.kernel.model.SocialActivityAchievementModel
,Serializable
,Cloneable
,Comparable<com.liferay.social.kernel.model.SocialActivityAchievement>
- Direct Known Subclasses:
SocialActivityAchievementBaseImpl
public class SocialActivityAchievementModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityAchievement>
implements com.liferay.social.kernel.model.SocialActivityAchievementModel
The base model implementation for the SocialActivityAchievement service. Represents a row in the "SocialActivityAchievement" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface SocialActivityAchievementModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialActivityAchievementImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Deprecated.static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final String
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.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
static final String
static final String
static final Object[][]
static final String
static final String
static final String
static final String
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
com.liferay.social.kernel.model.SocialActivityAchievement
int
compareTo
(com.liferay.social.kernel.model.SocialActivityAchievement socialActivityAchievement) boolean
long
Map<String,
BiConsumer<com.liferay.social.kernel.model.SocialActivityAchievement, Object>> long
static long
getColumnBitmask
(String columnName) <T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
long
long
com.liferay.expando.kernel.model.ExpandoBridge
boolean
long
Class<?>
long
getName()
boolean
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
long
int
hashCode()
boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
void
void
setActivityAchievementId
(long activityAchievementId) void
setCompanyId
(long companyId) void
setCreateDate
(long createDate) void
setCtCollectionId
(long ctCollectionId) void
setExpandoBridgeAttributes
(com.liferay.portal.kernel.service.ServiceContext serviceContext) void
setFirstInGroup
(boolean firstInGroup) void
setGroupId
(long groupId) void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) void
void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setUserId
(long userId) void
setUserUuid
(String userUuid) com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialActivityAchievement>
com.liferay.social.kernel.model.SocialActivityAchievement
toString()
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.social.kernel.model.SocialActivityAchievementModel
toXmlString
-
Field Details
-
TABLE_NAME
- See Also:
-
TABLE_COLUMNS
-
TABLE_COLUMNS_MAP
-
TABLE_SQL_CREATE
- See Also:
-
TABLE_SQL_DROP
- See Also:
-
ORDER_BY_JPQL
- See Also:
-
ORDER_BY_SQL
- See Also:
-
DATA_SOURCE
- See Also:
-
SESSION_FACTORY
- See Also:
-
TX_MANAGER
- 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:
-
FIRSTINGROUP_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:
-
NAME_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:
-
ACTIVITYACHIEVEMENTID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
-
-
Constructor Details
-
SocialActivityAchievementModelImpl
public SocialActivityAchievementModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Specified by:
getPrimaryKey
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Specified by:
setPrimaryKey
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClass
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassName
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityAchievement>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityAchievement>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.social.kernel.model.SocialActivityAchievement, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.social.kernel.model.SocialActivityAchievement, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
-
getMvccVersion
public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
getCtCollectionId
public long getCtCollectionId()- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Specified by:
getCtCollectionId
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Specified by:
setCtCollectionId
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
getActivityAchievementId
public long getActivityAchievementId()- Specified by:
getActivityAchievementId
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
setActivityAchievementId
public void setActivityAchievementId(long activityAchievementId) - Specified by:
setActivityAchievementId
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
getGroupId
public long getGroupId()- Specified by:
getGroupId
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupId
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
getOriginalGroupId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getCompanyId
public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
getUserId
public long getUserId()- Specified by:
getUserId
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserId
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
getUserUuid
- Specified by:
getUserUuid
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
setUserUuid
- Specified by:
setUserUuid
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
getOriginalUserId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getCreateDate
public long getCreateDate()- Specified by:
getCreateDate
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
setCreateDate
public void setCreateDate(long createDate) - Specified by:
setCreateDate
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
getName
- Specified by:
getName
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
setName
- Specified by:
setName
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
getOriginalName
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getFirstInGroup
public boolean getFirstInGroup()- Specified by:
getFirstInGroup
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
isFirstInGroup
public boolean isFirstInGroup()- Specified by:
isFirstInGroup
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
setFirstInGroup
public void setFirstInGroup(boolean firstInGroup) - Specified by:
setFirstInGroup
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
getOriginalFirstInGroup
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getColumnBitmask
public long getColumnBitmask() -
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.ClassedModel
- Overrides:
getExpandoBridge
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityAchievement>
-
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
setExpandoBridgeAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Overrides:
setExpandoBridgeAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityAchievement>
-
toEscapedModel
public com.liferay.social.kernel.model.SocialActivityAchievement toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityAchievement>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityAchievement>
-
cloneWithOriginalValues
public com.liferay.social.kernel.model.SocialActivityAchievement cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.social.kernel.model.SocialActivityAchievementModel
-
compareTo
public int compareTo(com.liferay.social.kernel.model.SocialActivityAchievement socialActivityAchievement) - Specified by:
compareTo
in interfaceComparable<com.liferay.social.kernel.model.SocialActivityAchievement>
-
equals
-
hashCode
public int hashCode() -
isEntityCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isEntityCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityAchievement>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialActivityAchievement> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityAchievement>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityAchievement>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-
getColumnBitmask(String)