Liferay 6.0.5

com.liferay.portlet.social.model
Interface SocialActivity

All Superinterfaces:
BaseModel<SocialActivity>, Cloneable, Comparable<SocialActivity>, Serializable, SocialActivityModel
All Known Implementing Classes:
SocialActivityImpl, SocialActivityWrapper

public interface SocialActivity
extends SocialActivityModel

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

Never modify this interface directly. Add methods to SocialActivityImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

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

See Also:
SocialActivityModel, SocialActivityImpl, SocialActivityModelImpl
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.SocialActivityModel
clone, compareTo, getActivityId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getMirrorActivityId, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getReceiverUserUuid, getType, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setActivityId, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setExtraData, setGroupId, setMirrorActivityId, setNew, setPrimaryKey, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5