|
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.SocialRequestWrapper
public class SocialRequestWrapper
This class is a wrapper for SocialRequest.
SocialRequest,
Serialized Form| Constructor Summary | |
|---|---|
SocialRequestWrapper(SocialRequest socialRequest)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialRequest socialRequest)
|
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 |
getModifiedDate()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getReceiverUserId()
|
String |
getReceiverUserUuid()
|
long |
getRequestId()
|
int |
getStatus()
|
int |
getType()
|
long |
getUserId()
|
String |
getUserUuid()
|
String |
getUuid()
|
SocialRequest |
getWrappedSocialRequest()
|
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 |
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 |
setModifiedDate(long modifiedDate)
|
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 |
setRequestId(long requestId)
|
void |
setStatus(int status)
|
void |
setType(int type)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
SocialRequest |
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 SocialRequestWrapper(SocialRequest socialRequest)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface SocialRequestModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface SocialRequestModelpublic String getUuid()
getUuid in interface SocialRequestModelpublic void setUuid(String uuid)
setUuid in interface SocialRequestModelpublic long getRequestId()
getRequestId in interface SocialRequestModelpublic void setRequestId(long requestId)
setRequestId in interface SocialRequestModelpublic long getGroupId()
getGroupId in interface SocialRequestModelpublic void setGroupId(long groupId)
setGroupId in interface SocialRequestModelpublic long getCompanyId()
getCompanyId in interface SocialRequestModelpublic void setCompanyId(long companyId)
setCompanyId in interface SocialRequestModelpublic long getUserId()
getUserId in interface SocialRequestModelpublic void setUserId(long userId)
setUserId in interface SocialRequestModel
public String getUserUuid()
throws SystemException
getUserUuid in interface SocialRequestModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface SocialRequestModelpublic long getCreateDate()
getCreateDate in interface SocialRequestModelpublic void setCreateDate(long createDate)
setCreateDate in interface SocialRequestModelpublic long getModifiedDate()
getModifiedDate in interface SocialRequestModelpublic void setModifiedDate(long modifiedDate)
setModifiedDate in interface SocialRequestModelpublic String getClassName()
getClassName in interface SocialRequestModelpublic long getClassNameId()
getClassNameId in interface SocialRequestModelpublic void setClassNameId(long classNameId)
setClassNameId in interface SocialRequestModelpublic long getClassPK()
getClassPK in interface SocialRequestModelpublic void setClassPK(long classPK)
setClassPK in interface SocialRequestModelpublic int getType()
getType in interface SocialRequestModelpublic void setType(int type)
setType in interface SocialRequestModelpublic String getExtraData()
getExtraData in interface SocialRequestModelpublic void setExtraData(String extraData)
setExtraData in interface SocialRequestModelpublic long getReceiverUserId()
getReceiverUserId in interface SocialRequestModelpublic void setReceiverUserId(long receiverUserId)
setReceiverUserId in interface SocialRequestModel
public String getReceiverUserUuid()
throws SystemException
getReceiverUserUuid in interface SocialRequestModelSystemExceptionpublic void setReceiverUserUuid(String receiverUserUuid)
setReceiverUserUuid in interface SocialRequestModelpublic int getStatus()
getStatus in interface SocialRequestModelpublic void setStatus(int status)
setStatus in interface SocialRequestModelpublic SocialRequest toEscapedModel()
toEscapedModel in interface SocialRequestModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<SocialRequest>isNew in interface SocialRequestModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialRequest>setNew in interface SocialRequestModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<SocialRequest>isCachedModel in interface SocialRequestModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialRequest>setCachedModel in interface SocialRequestModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<SocialRequest>isEscapedModel in interface SocialRequestModeltrue 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<SocialRequest>setEscapedModel in interface SocialRequestModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialRequest>getPrimaryKeyObj in interface SocialRequestModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialRequest>getExpandoBridge in interface SocialRequestModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialRequest>setExpandoBridgeAttributes in interface SocialRequestModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SocialRequest>clone in interface SocialRequestModelclone in class Objectpublic int compareTo(SocialRequest socialRequest)
compareTo in interface SocialRequestModelcompareTo in interface Comparable<SocialRequest>public int hashCode()
hashCode in interface SocialRequestModelhashCode in class Objectpublic String toString()
toString in interface SocialRequestModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialRequest>toXmlString in interface SocialRequestModelpublic SocialRequest getWrappedSocialRequest()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||