Class SocialRequestModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRequest>
com.liferay.portlet.social.model.impl.SocialRequestModelImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialRequest>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel,com.liferay.social.kernel.model.SocialRequestModel,Serializable,Cloneable,Comparable<com.liferay.social.kernel.model.SocialRequest>
- Direct Known Subclasses:
SocialRequestBaseImpl
@JSON(strict=true)
public class SocialRequestModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRequest>
implements com.liferay.social.kernel.model.SocialRequestModel
The base model implementation for the SocialRequest service. Represents a row in the "SocialRequest" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface SocialRequestModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialRequestImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longDeprecated.static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longstatic final Stringstatic final Stringstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Object[][]static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()com.liferay.social.kernel.model.SocialRequestintcompareTo(com.liferay.social.kernel.model.SocialRequest socialRequest) booleanMap<String,BiConsumer<com.liferay.social.kernel.model.SocialRequest, Object>> longlonglongstatic longgetColumnBitmask(String columnName) <T> TgetColumnOriginalValue(String columnName) <T> TgetColumnValue(String columnName) longlonglongcom.liferay.expando.kernel.model.ExpandoBridgelongClass<?>longlonglongDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)intDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)intDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longlonglongintintgetType()longgetUuid()inthashCode()booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementbooleanDeprecated.As of Athanasius (7.3.x), with no direct replacementvoidvoidsetClassName(String className) voidsetClassNameId(long classNameId) voidsetClassPK(long classPK) voidsetCompanyId(long companyId) voidsetCreateDate(long createDate) voidsetCtCollectionId(long ctCollectionId) voidsetExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) voidsetExtraData(String extraData) voidsetGroupId(long groupId) voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(long modifiedDate) voidsetMvccVersion(long mvccVersion) voidsetPrimaryKey(long primaryKey) voidsetPrimaryKeyObj(Serializable primaryKeyObj) voidsetReceiverUserId(long receiverUserId) voidsetReceiverUserUuid(String receiverUserUuid) voidsetRequestId(long requestId) voidsetStatus(int status) voidsetType(int type) voidsetUserId(long userId) voidsetUserUuid(String userUuid) voidcom.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialRequest>com.liferay.social.kernel.model.SocialRequesttoString()Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from interface com.liferay.social.kernel.model.SocialRequestModel
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:
-
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:
-
RECEIVERUSERID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
STATUS_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
TYPE_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:
-
UUID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
REQUESTID_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
-
SocialRequestModelImpl
public SocialRequestModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialRequest>- Specified by:
getPrimaryKeyin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialRequest>- Specified by:
setPrimaryKeyin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassNamein interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>- Overrides:
getModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRequest>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>- Overrides:
setModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRequest>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.social.kernel.model.SocialRequest, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.social.kernel.model.SocialRequest, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getCtCollectionId
@JSON public long getCtCollectionId()- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialRequest>- Specified by:
getCtCollectionIdin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialRequest>- Specified by:
setCtCollectionIdin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getUuid
- Specified by:
getUuidin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setUuid
- Specified by:
setUuidin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getOriginalUuid
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getRequestId
@JSON public long getRequestId()- Specified by:
getRequestIdin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setRequestId
public void setRequestId(long requestId) - Specified by:
setRequestIdin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getGroupId
@JSON public long getGroupId()- Specified by:
getGroupIdin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupIdin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getOriginalGroupId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getUserId
@JSON public long getUserId()- Specified by:
getUserIdin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserIdin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getUserUuid
- Specified by:
getUserUuidin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setUserUuid
- Specified by:
setUserUuidin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getOriginalUserId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getCreateDate
@JSON public long getCreateDate()- Specified by:
getCreateDatein interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setCreateDate
public void setCreateDate(long createDate) - Specified by:
setCreateDatein interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getModifiedDate
@JSON public long getModifiedDate()- Specified by:
getModifiedDatein interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setModifiedDate
public void setModifiedDate(long modifiedDate) - Specified by:
setModifiedDatein interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getClassName
- Specified by:
getClassNamein interfacecom.liferay.social.kernel.model.SocialRequestModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel
-
setClassName
- Specified by:
setClassNamein interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getClassNameId
@JSON public long getClassNameId()- Specified by:
getClassNameIdin interfacecom.liferay.social.kernel.model.SocialRequestModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel
-
setClassNameId
public void setClassNameId(long classNameId) - Specified by:
setClassNameIdin interfacecom.liferay.social.kernel.model.SocialRequestModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel
-
getOriginalClassNameId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getClassPK
@JSON public long getClassPK()- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setClassPK
public void setClassPK(long classPK) - Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getOriginalClassPK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getType
@JSON public int getType()- Specified by:
getTypein interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setType
public void setType(int type) - Specified by:
setTypein interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getOriginalType
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getExtraData
- Specified by:
getExtraDatain interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setExtraData
- Specified by:
setExtraDatain interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getReceiverUserId
@JSON public long getReceiverUserId()- Specified by:
getReceiverUserIdin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setReceiverUserId
public void setReceiverUserId(long receiverUserId) - Specified by:
setReceiverUserIdin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getReceiverUserUuid
- Specified by:
getReceiverUserUuidin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setReceiverUserUuid
- Specified by:
setReceiverUserUuidin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getOriginalReceiverUserId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getStatus
@JSON public int getStatus()- Specified by:
getStatusin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
setStatus
public void setStatus(int status) - Specified by:
setStatusin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
getOriginalStatus
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:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.ClassedModel- Overrides:
getExpandoBridgein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRequest>
-
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
setExpandoBridgeAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>- Overrides:
setExpandoBridgeAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRequest>
-
toEscapedModel
public com.liferay.social.kernel.model.SocialRequest toEscapedModel()- Specified by:
toEscapedModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>- Overrides:
toEscapedModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRequest>
-
clone
- Specified by:
clonein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>- Specified by:
clonein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRequest>
-
cloneWithOriginalValues
public com.liferay.social.kernel.model.SocialRequest cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.social.kernel.model.SocialRequestModel
-
compareTo
public int compareTo(com.liferay.social.kernel.model.SocialRequest socialRequest) - Specified by:
compareToin interfaceComparable<com.liferay.social.kernel.model.SocialRequest>
-
equals
-
hashCode
public int hashCode() -
isEntityCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isEntityCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>- Overrides:
resetOriginalValuesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRequest>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialRequest> toCacheModel()- Specified by:
toCacheModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRequest>- Overrides:
toCacheModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRequest>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-
getColumnBitmask(String)