Liferay 6.0.5

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.SocialRequestImpl
All Implemented Interfaces:
BaseModel<SocialRequest>, SocialRequest, SocialRequestModel, Serializable, Cloneable, Comparable<SocialRequest>

public class SocialRequestImpl
extends SocialRequestModelImpl
implements SocialRequest

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.social.model.impl.SocialRequestModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
SocialRequestImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialRequestModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalGroupId, getOriginalReceiverUserId, getOriginalType, getOriginalUserId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getReceiverUserUuid, getRequestId, getStatus, getType, getUserId, getUserUuid, getUuid, hashCode, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExtraData, setGroupId, setModifiedDate, setPrimaryKey, setReceiverUserId, setReceiverUserUuid, setRequestId, setStatus, setType, setUserId, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setExtraData, setGroupId, setModifiedDate, setNew, setPrimaryKey, setReceiverUserId, setReceiverUserUuid, setRequestId, setStatus, setType, setUserId, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

SocialRequestImpl

public SocialRequestImpl()

Liferay 6.0.5