Liferay 6.2-ce-ga5

com.liferay.portlet.social.model
Class SocialRequestWrapper

java.lang.Object
  extended by com.liferay.portlet.social.model.SocialRequestWrapper
All Implemented Interfaces:
AttachedModel, BaseModel<SocialRequest>, ClassedModel, ModelWrapper<SocialRequest>, PersistedModel, TypedModel, SocialRequest, SocialRequestModel, Serializable, Cloneable, Comparable<SocialRequest>

@ProviderType
public class SocialRequestWrapper
extends Object
implements SocialRequest, ModelWrapper<SocialRequest>

This class is a wrapper for SocialRequest.

See Also:
SocialRequest, Serialized Form

Constructor Summary
SocialRequestWrapper(SocialRequest socialRequest)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(SocialRequest socialRequest)
           
 boolean equals(Object obj)
           
 String getClassName()
          Returns the fully qualified class name of this social request.
 long getClassNameId()
          Returns the class name ID of this social request.
 long getClassPK()
          Returns the class p k of this social request.
 long getCompanyId()
          Returns the company ID of this social request.
 long getCreateDate()
          Returns the create date of this social request.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 String getExtraData()
          Returns the extra data of this social request.
 long getGroupId()
          Returns the group ID of this social request.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 long getModifiedDate()
          Returns the modified date of this social request.
 long getPrimaryKey()
          Returns the primary key of this social request.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getReceiverUserId()
          Returns the receiver user ID of this social request.
 String getReceiverUserUuid()
          Returns the receiver user uuid of this social request.
 long getRequestId()
          Returns the request ID of this social request.
 int getStatus()
          Returns the status of this social request.
 int getType()
          Returns the type of this social request.
 long getUserId()
          Returns the user ID of this social request.
 String getUserUuid()
          Returns the user uuid of this social request.
 String getUuid()
          Returns the uuid of this social request.
 SocialRequest getWrappedModel()
           
 SocialRequest getWrappedSocialRequest()
          Deprecated. As of 6.1.0, replaced by getWrappedModel()
 int hashCode()
           
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setClassName(String className)
           
 void setClassNameId(long classNameId)
          Sets the class name ID of this social request.
 void setClassPK(long classPK)
          Sets the class p k of this social request.
 void setCompanyId(long companyId)
          Sets the company ID of this social request.
 void setCreateDate(long createDate)
          Sets the create date of this social request.
 void setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 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)
          Sets the extra data of this social request.
 void setGroupId(long groupId)
          Sets the group ID of this social request.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(long modifiedDate)
          Sets the modified date of this social request.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this social request.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setReceiverUserId(long receiverUserId)
          Sets the receiver user ID of this social request.
 void setReceiverUserUuid(String receiverUserUuid)
          Sets the receiver user uuid of this social request.
 void setRequestId(long requestId)
          Sets the request ID of this social request.
 void setStatus(int status)
          Sets the status of this social request.
 void setType(int type)
          Sets the type of this social request.
 void setUserId(long userId)
          Sets the user ID of this social request.
 void setUserUuid(String userUuid)
          Sets the user uuid of this social request.
 void setUuid(String uuid)
          Sets the uuid of this social request.
 CacheModel<SocialRequest> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 SocialRequest toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 SocialRequest toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocialRequestWrapper

public SocialRequestWrapper(SocialRequest socialRequest)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<SocialRequest>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<SocialRequest>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this social request.

Specified by:
getPrimaryKey in interface SocialRequestModel
Returns:
the primary key of this social request

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this social request.

Specified by:
setPrimaryKey in interface SocialRequestModel
Parameters:
primaryKey - the primary key of this social request

getUuid

public String getUuid()
Returns the uuid of this social request.

Specified by:
getUuid in interface SocialRequestModel
Returns:
the uuid of this social request

setUuid

public void setUuid(String uuid)
Sets the uuid of this social request.

Specified by:
setUuid in interface SocialRequestModel
Parameters:
uuid - the uuid of this social request

getRequestId

public long getRequestId()
Returns the request ID of this social request.

Specified by:
getRequestId in interface SocialRequestModel
Returns:
the request ID of this social request

setRequestId

public void setRequestId(long requestId)
Sets the request ID of this social request.

Specified by:
setRequestId in interface SocialRequestModel
Parameters:
requestId - the request ID of this social request

getGroupId

public long getGroupId()
Returns the group ID of this social request.

Specified by:
getGroupId in interface SocialRequestModel
Returns:
the group ID of this social request

setGroupId

public void setGroupId(long groupId)
Sets the group ID of this social request.

Specified by:
setGroupId in interface SocialRequestModel
Parameters:
groupId - the group ID of this social request

getCompanyId

public long getCompanyId()
Returns the company ID of this social request.

Specified by:
getCompanyId in interface SocialRequestModel
Returns:
the company ID of this social request

setCompanyId

public void setCompanyId(long companyId)
Sets the company ID of this social request.

Specified by:
setCompanyId in interface SocialRequestModel
Parameters:
companyId - the company ID of this social request

getUserId

public long getUserId()
Returns the user ID of this social request.

Specified by:
getUserId in interface SocialRequestModel
Returns:
the user ID of this social request

setUserId

public void setUserId(long userId)
Sets the user ID of this social request.

Specified by:
setUserId in interface SocialRequestModel
Parameters:
userId - the user ID of this social request

getUserUuid

public String getUserUuid()
                   throws SystemException
Returns the user uuid of this social request.

Specified by:
getUserUuid in interface SocialRequestModel
Returns:
the user uuid of this social request
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Sets the user uuid of this social request.

Specified by:
setUserUuid in interface SocialRequestModel
Parameters:
userUuid - the user uuid of this social request

getCreateDate

public long getCreateDate()
Returns the create date of this social request.

Specified by:
getCreateDate in interface SocialRequestModel
Returns:
the create date of this social request

setCreateDate

public void setCreateDate(long createDate)
Sets the create date of this social request.

Specified by:
setCreateDate in interface SocialRequestModel
Parameters:
createDate - the create date of this social request

getModifiedDate

public long getModifiedDate()
Returns the modified date of this social request.

Specified by:
getModifiedDate in interface SocialRequestModel
Returns:
the modified date of this social request

setModifiedDate

public void setModifiedDate(long modifiedDate)
Sets the modified date of this social request.

Specified by:
setModifiedDate in interface SocialRequestModel
Parameters:
modifiedDate - the modified date of this social request

getClassName

public String getClassName()
Returns the fully qualified class name of this social request.

Specified by:
getClassName in interface TypedModel
Specified by:
getClassName in interface SocialRequestModel
Returns:
the fully qualified class name of this social request

setClassName

public void setClassName(String className)
Specified by:
setClassName in interface SocialRequestModel

getClassNameId

public long getClassNameId()
Returns the class name ID of this social request.

Specified by:
getClassNameId in interface TypedModel
Specified by:
getClassNameId in interface SocialRequestModel
Returns:
the class name ID of this social request

setClassNameId

public void setClassNameId(long classNameId)
Sets the class name ID of this social request.

Specified by:
setClassNameId in interface TypedModel
Specified by:
setClassNameId in interface SocialRequestModel
Parameters:
classNameId - the class name ID of this social request

getClassPK

public long getClassPK()
Returns the class p k of this social request.

Specified by:
getClassPK in interface AttachedModel
Specified by:
getClassPK in interface SocialRequestModel
Returns:
the class p k of this social request

setClassPK

public void setClassPK(long classPK)
Sets the class p k of this social request.

Specified by:
setClassPK in interface AttachedModel
Specified by:
setClassPK in interface SocialRequestModel
Parameters:
classPK - the class p k of this social request

getType

public int getType()
Returns the type of this social request.

Specified by:
getType in interface SocialRequestModel
Returns:
the type of this social request

setType

public void setType(int type)
Sets the type of this social request.

Specified by:
setType in interface SocialRequestModel
Parameters:
type - the type of this social request

getExtraData

public String getExtraData()
Returns the extra data of this social request.

Specified by:
getExtraData in interface SocialRequestModel
Returns:
the extra data of this social request

setExtraData

public void setExtraData(String extraData)
Sets the extra data of this social request.

Specified by:
setExtraData in interface SocialRequestModel
Parameters:
extraData - the extra data of this social request

getReceiverUserId

public long getReceiverUserId()
Returns the receiver user ID of this social request.

Specified by:
getReceiverUserId in interface SocialRequestModel
Returns:
the receiver user ID of this social request

setReceiverUserId

public void setReceiverUserId(long receiverUserId)
Sets the receiver user ID of this social request.

Specified by:
setReceiverUserId in interface SocialRequestModel
Parameters:
receiverUserId - the receiver user ID of this social request

getReceiverUserUuid

public String getReceiverUserUuid()
                           throws SystemException
Returns the receiver user uuid of this social request.

Specified by:
getReceiverUserUuid in interface SocialRequestModel
Returns:
the receiver user uuid of this social request
Throws:
SystemException - if a system exception occurred

setReceiverUserUuid

public void setReceiverUserUuid(String receiverUserUuid)
Sets the receiver user uuid of this social request.

Specified by:
setReceiverUserUuid in interface SocialRequestModel
Parameters:
receiverUserUuid - the receiver user uuid of this social request

getStatus

public int getStatus()
Returns the status of this social request.

Specified by:
getStatus in interface SocialRequestModel
Returns:
the status of this social request

setStatus

public void setStatus(int status)
Sets the status of this social request.

Specified by:
setStatus in interface SocialRequestModel
Parameters:
status - the status of this social request

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<SocialRequest>
Specified by:
isNew in interface SocialRequestModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<SocialRequest>
Specified by:
setNew in interface SocialRequestModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<SocialRequest>
Specified by:
isCachedModel in interface SocialRequestModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<SocialRequest>
Specified by:
setCachedModel in interface SocialRequestModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<SocialRequest>
Specified by:
isEscapedModel in interface SocialRequestModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<SocialRequest>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface SocialRequestModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<SocialRequest>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface SocialRequestModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<SocialRequest>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface SocialRequestModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialRequest>
Specified by:
setExpandoBridgeAttributes in interface SocialRequestModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialRequest>
Specified by:
setExpandoBridgeAttributes in interface SocialRequestModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialRequest>
Specified by:
setExpandoBridgeAttributes in interface SocialRequestModel
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<SocialRequest>
Specified by:
clone in interface SocialRequestModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(SocialRequest socialRequest)
Specified by:
compareTo in interface SocialRequestModel
Specified by:
compareTo in interface Comparable<SocialRequest>

hashCode

public int hashCode()
Specified by:
hashCode in interface SocialRequestModel
Overrides:
hashCode in class Object

toCacheModel

public CacheModel<SocialRequest> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<SocialRequest>
Specified by:
toCacheModel in interface SocialRequestModel
Returns:
the cache model object

toEscapedModel

public SocialRequest toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<SocialRequest>
Specified by:
toEscapedModel in interface SocialRequestModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public SocialRequest toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<SocialRequest>
Specified by:
toUnescapedModel in interface SocialRequestModel

toString

public String toString()
Specified by:
toString in interface SocialRequestModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<SocialRequest>
Specified by:
toXmlString in interface SocialRequestModel
Returns:
the XML representation of this model instance

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getWrappedSocialRequest

public SocialRequest getWrappedSocialRequest()
Deprecated. As of 6.1.0, replaced by getWrappedModel()


getWrappedModel

public SocialRequest getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<SocialRequest>

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<SocialRequest>

Liferay 6.2-ce-ga5