Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model.impl
Class SocialRequestImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SocialRequest>
      extended by com.liferay.portlet.social.model.impl.SocialRequestModelImpl
          extended by com.liferay.portlet.social.model.impl.SocialRequestBaseImpl
              extended by com.liferay.portlet.social.model.impl.SocialRequestImpl
All Implemented Interfaces:
AttachedModel, BaseModel<SocialRequest>, ClassedModel, PersistedModel, SocialRequest, SocialRequestModel, Serializable, Cloneable, Comparable<SocialRequest>

public class SocialRequestImpl
extends SocialRequestBaseImpl

See Also:
Serialized Form

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, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK
 
Constructor Summary
SocialRequestImpl()
           
 
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, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalGroupId, getOriginalReceiverUserId, getOriginalStatus, getOriginalType, getOriginalUserId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getReceiverUserUuid, getRequestId, getStatus, getType, getUserId, getUserUuid, getUuid, hashCode, resetOriginalValues, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExtraData, setGroupId, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setReceiverUserId, setReceiverUserUuid, setRequestId, setStatus, setType, setUserId, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.social.model.SocialRequestModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getReceiverUserUuid, getRequestId, getStatus, getType, getUserId, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExtraData, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setReceiverUserId, setReceiverUserUuid, setRequestId, setStatus, setType, setUserId, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

SocialRequestImpl

public SocialRequestImpl()

Liferay 6.1.2-ce-ga3