|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.social.model.SocialActivityWrapper
public class SocialActivityWrapper
This class is a wrapper for SocialActivity.
SocialActivity,
Serialized Form| Constructor Summary | |
|---|---|
SocialActivityWrapper(SocialActivity socialActivity)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialActivity socialActivity)
|
long |
getActivityId()
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getCompanyId()
|
long |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getExtraData()
|
long |
getGroupId()
|
long |
getMirrorActivityId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getReceiverUserId()
|
String |
getReceiverUserUuid()
|
int |
getType()
|
long |
getUserId()
|
String |
getUserUuid()
|
SocialActivity |
getWrappedSocialActivity()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setActivityId(long activityId)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(long createDate)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExtraData(String extraData)
|
void |
setGroupId(long groupId)
|
void |
setMirrorActivityId(long mirrorActivityId)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setReceiverUserId(long receiverUserId)
|
void |
setReceiverUserUuid(String receiverUserUuid)
|
void |
setType(int type)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
SocialActivity |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SocialActivityWrapper(SocialActivity socialActivity)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface SocialActivityModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface SocialActivityModelpublic long getActivityId()
getActivityId in interface SocialActivityModelpublic void setActivityId(long activityId)
setActivityId in interface SocialActivityModelpublic long getGroupId()
getGroupId in interface SocialActivityModelpublic void setGroupId(long groupId)
setGroupId in interface SocialActivityModelpublic long getCompanyId()
getCompanyId in interface SocialActivityModelpublic void setCompanyId(long companyId)
setCompanyId in interface SocialActivityModelpublic long getUserId()
getUserId in interface SocialActivityModelpublic void setUserId(long userId)
setUserId in interface SocialActivityModel
public String getUserUuid()
throws SystemException
getUserUuid in interface SocialActivityModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface SocialActivityModelpublic long getCreateDate()
getCreateDate in interface SocialActivityModelpublic void setCreateDate(long createDate)
setCreateDate in interface SocialActivityModelpublic long getMirrorActivityId()
getMirrorActivityId in interface SocialActivityModelpublic void setMirrorActivityId(long mirrorActivityId)
setMirrorActivityId in interface SocialActivityModelpublic String getClassName()
getClassName in interface SocialActivityModelpublic long getClassNameId()
getClassNameId in interface SocialActivityModelpublic void setClassNameId(long classNameId)
setClassNameId in interface SocialActivityModelpublic long getClassPK()
getClassPK in interface SocialActivityModelpublic void setClassPK(long classPK)
setClassPK in interface SocialActivityModelpublic int getType()
getType in interface SocialActivityModelpublic void setType(int type)
setType in interface SocialActivityModelpublic String getExtraData()
getExtraData in interface SocialActivityModelpublic void setExtraData(String extraData)
setExtraData in interface SocialActivityModelpublic long getReceiverUserId()
getReceiverUserId in interface SocialActivityModelpublic void setReceiverUserId(long receiverUserId)
setReceiverUserId in interface SocialActivityModel
public String getReceiverUserUuid()
throws SystemException
getReceiverUserUuid in interface SocialActivityModelSystemExceptionpublic void setReceiverUserUuid(String receiverUserUuid)
setReceiverUserUuid in interface SocialActivityModelpublic SocialActivity toEscapedModel()
toEscapedModel in interface SocialActivityModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<SocialActivity>isNew in interface SocialActivityModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialActivity>setNew in interface SocialActivityModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<SocialActivity>isCachedModel in interface SocialActivityModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialActivity>setCachedModel in interface SocialActivityModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<SocialActivity>isEscapedModel in interface SocialActivityModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<SocialActivity>setEscapedModel in interface SocialActivityModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialActivity>getPrimaryKeyObj in interface SocialActivityModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialActivity>getExpandoBridge in interface SocialActivityModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialActivity>setExpandoBridgeAttributes in interface SocialActivityModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SocialActivity>clone in interface SocialActivityModelclone in class Objectpublic int compareTo(SocialActivity socialActivity)
compareTo in interface SocialActivityModelcompareTo in interface Comparable<SocialActivity>public int hashCode()
hashCode in interface SocialActivityModelhashCode in class Objectpublic String toString()
toString in interface SocialActivityModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialActivity>toXmlString in interface SocialActivityModelpublic SocialActivity getWrappedSocialActivity()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||