Class SocialRequestImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRequest>
com.liferay.portlet.social.model.impl.SocialRequestModelImpl
com.liferay.portlet.social.model.impl.SocialRequestBaseImpl
com.liferay.portlet.social.model.impl.SocialRequestImpl
- 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.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,com.liferay.social.kernel.model.SocialRequest
,com.liferay.social.kernel.model.SocialRequestModel
,Serializable
,Cloneable
,Comparable<com.liferay.social.kernel.model.SocialRequest>
- Author:
- Brian Wing Shun Chan
- See Also:
-
Field Summary
Fields inherited from class com.liferay.portlet.social.model.impl.SocialRequestModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, RECEIVERUSERID_COLUMN_BITMASK, REQUESTID_COLUMN_BITMASK, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK
Fields inherited from interface com.liferay.social.kernel.model.SocialRequest
REQUEST_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.social.model.impl.SocialRequestBaseImpl
persist
Methods inherited from class com.liferay.portlet.social.model.impl.SocialRequestModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCreateDate, getCtCollectionId, getExpandoBridge, getExtraData, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalGroupId, getOriginalReceiverUserId, getOriginalStatus, getOriginalType, getOriginalUserId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getReceiverUserUuid, getRequestId, getStatus, getType, getUserId, getUserUuid, getUuid, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setExpandoBridgeAttributes, setExtraData, setGroupId, setModelAttributes, setModifiedDate, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setReceiverUserId, setReceiverUserUuid, setRequestId, setStatus, setType, setUserId, setUserUuid, setUuid, toCacheModel, toEscapedModel, 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
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.social.kernel.model.SocialRequestModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getExtraData, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, getReceiverUserId, getReceiverUserUuid, getRequestId, getStatus, getType, getUserId, getUserUuid, getUuid, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setExtraData, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, setReceiverUserId, setReceiverUserUuid, setRequestId, setStatus, setType, setUserId, setUserUuid, setUuid, toXmlString
-
Constructor Details
-
SocialRequestImpl
public SocialRequestImpl()
-