Liferay 7.0-ce-b4

com.liferay.portlet.social.model
Interface SocialRequest

All Superinterfaces:
AttachedModel, BaseModel<SocialRequest>, ClassedModel, Cloneable, Comparable<SocialRequest>, PersistedModel, Serializable, ShardedModel, SocialRequestModel, TypedModel
All Known Implementing Classes:
SocialRequestWrapper

@ProviderType
public interface SocialRequest
extends SocialRequestModel, PersistedModel

The extended model interface for the SocialRequest service. Represents a row in the "SocialRequest" database table, with each column mapped to a property of this class.

See Also:
SocialRequestModel, SocialRequestImpl, SocialRequestModelImpl

Field Summary
static Accessor<SocialRequest,Long> REQUEST_ID_ACCESSOR
           
 
Method Summary
 
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, setExpandoBridgeAttributes, 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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

REQUEST_ID_ACCESSOR

static final Accessor<SocialRequest,Long> REQUEST_ID_ACCESSOR

Liferay 7.0-ce-b4