Liferay 6.0.5

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

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 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.

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.5