Liferay 6.0.3

com.liferay.portlet.social.model
Interface SocialRequest

All Superinterfaces:
BaseModel<SocialRequest>, Cloneable, Comparable<SocialRequest>, Serializable, SocialRequestModel
All Known Implementing Classes:
SocialRequestImpl, SocialRequestWrapper

public interface SocialRequest
extends SocialRequestModel

This interface is a model that represents the SocialRequest table in the database.

Customize SocialRequestImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
SocialRequestModel, SocialRequestImpl, SocialRequestModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setExtraData, setGroupId, setModifiedDate, setNew, setPrimaryKey, setReceiverUserId, setReceiverUserUuid, setRequestId, setStatus, setType, setUserId, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3