com.liferay.portlet.social.model
Interface SocialRequest

All Superinterfaces:
BaseModel<SocialRequest>, java.lang.Cloneable, java.lang.Comparable<SocialRequest>, java.io.Serializable, SocialRequestModel
All Known Implementing Classes:
SocialRequestWrapper

public interface SocialRequest
extends SocialRequestModel

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

Never modify this interface directly. Add methods to com.liferay.portlet.social.model.impl.SocialRequestImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a social request model instance should use the SocialRequest interface instead.

Author:
Brian Wing Shun Chan
See Also:
SocialRequestModel, com.liferay.portlet.social.model.impl.SocialRequestImpl, com.liferay.portlet.social.model.impl.SocialRequestModelImpl
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