Liferay 6.2-ce-ga5

com.liferay.portlet.social.model
Class SocialActivityWrapper

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

@ProviderType
public class SocialActivityWrapper
extends Object
implements SocialActivity, ModelWrapper<SocialActivity>

This class is a wrapper for SocialActivity.

See Also:
SocialActivity, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
SocialActivityWrapper(SocialActivity socialActivity)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(SocialActivity socialActivity)
           
 boolean equals(Object obj)
           
 long getActivityId()
          Returns the activity ID of this social activity.
 long getActivitySetId()
          Returns the activity set ID of this social activity.
 AssetEntry getAssetEntry()
           
 String getClassName()
          Returns the fully qualified class name of this social activity.
 long getClassNameId()
          Returns the class name ID of this social activity.
 long getClassPK()
          Returns the class p k of this social activity.
 long getCompanyId()
          Returns the company ID of this social activity.
 long getCreateDate()
          Returns the create date of this social activity.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 String getExtraData()
          Returns the extra data of this social activity.
 String getExtraDataValue(String key)
           
 String getExtraDataValue(String key, Locale locale)
           
 long getGroupId()
          Returns the group ID of this social activity.
 long getMirrorActivityId()
          Returns the mirror activity ID of this social activity.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 long getParentClassNameId()
          Returns the parent class name ID of this social activity.
 long getParentClassPK()
          Returns the parent class p k of this social activity.
 long getPrimaryKey()
          Returns the primary key of this social activity.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getReceiverUserId()
          Returns the receiver user ID of this social activity.
 String getReceiverUserUuid()
          Returns the receiver user uuid of this social activity.
 int getType()
          Returns the type of this social activity.
 long getUserId()
          Returns the user ID of this social activity.
 String getUserUuid()
          Returns the user uuid of this social activity.
 SocialActivity getWrappedModel()
           
 SocialActivity getWrappedSocialActivity()
          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 isClassName(String className)
           
 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 setActivityId(long activityId)
          Sets the activity ID of this social activity.
 void setActivitySetId(long activitySetId)
          Sets the activity set ID of this social activity.
 void setAssetEntry(AssetEntry assetEntry)
           
 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 activity.
 void setClassPK(long classPK)
          Sets the class p k of this social activity.
 void setCompanyId(long companyId)
          Sets the company ID of this social activity.
 void setCreateDate(long createDate)
          Sets the create date of this social activity.
 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 activity.
 void setExtraDataValue(String key, String value)
           
 void setGroupId(long groupId)
          Sets the group ID of this social activity.
 void setMirrorActivityId(long mirrorActivityId)
          Sets the mirror activity ID of this social activity.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setParentClassNameId(long parentClassNameId)
          Sets the parent class name ID of this social activity.
 void setParentClassPK(long parentClassPK)
          Sets the parent class p k of this social activity.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this social activity.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setReceiverUserId(long receiverUserId)
          Sets the receiver user ID of this social activity.
 void setReceiverUserUuid(String receiverUserUuid)
          Sets the receiver user uuid of this social activity.
 void setType(int type)
          Sets the type of this social activity.
 void setUserId(long userId)
          Sets the user ID of this social activity.
 void setUserUuid(String userUuid)
          Sets the user uuid of this social activity.
 CacheModel<SocialActivity> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 SocialActivity toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 SocialActivity 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

SocialActivityWrapper

public SocialActivityWrapper(SocialActivity socialActivity)
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<SocialActivity>

setModelAttributes

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

getPrimaryKey

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

Specified by:
getPrimaryKey in interface SocialActivityModel
Returns:
the primary key of this social activity

setPrimaryKey

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

Specified by:
setPrimaryKey in interface SocialActivityModel
Parameters:
primaryKey - the primary key of this social activity

getActivityId

public long getActivityId()
Returns the activity ID of this social activity.

Specified by:
getActivityId in interface SocialActivityModel
Returns:
the activity ID of this social activity

setActivityId

public void setActivityId(long activityId)
Sets the activity ID of this social activity.

Specified by:
setActivityId in interface SocialActivityModel
Parameters:
activityId - the activity ID of this social activity

getGroupId

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

Specified by:
getGroupId in interface SocialActivityModel
Returns:
the group ID of this social activity

setGroupId

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

Specified by:
setGroupId in interface SocialActivityModel
Parameters:
groupId - the group ID of this social activity

getCompanyId

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

Specified by:
getCompanyId in interface SocialActivityModel
Returns:
the company ID of this social activity

setCompanyId

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

Specified by:
setCompanyId in interface SocialActivityModel
Parameters:
companyId - the company ID of this social activity

getUserId

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

Specified by:
getUserId in interface SocialActivityModel
Returns:
the user ID of this social activity

setUserId

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

Specified by:
setUserId in interface SocialActivityModel
Parameters:
userId - the user ID of this social activity

getUserUuid

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

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

setUserUuid

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

Specified by:
setUserUuid in interface SocialActivityModel
Parameters:
userUuid - the user uuid of this social activity

getCreateDate

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

Specified by:
getCreateDate in interface SocialActivityModel
Returns:
the create date of this social activity

setCreateDate

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

Specified by:
setCreateDate in interface SocialActivityModel
Parameters:
createDate - the create date of this social activity

getActivitySetId

public long getActivitySetId()
Returns the activity set ID of this social activity.

Specified by:
getActivitySetId in interface SocialActivityModel
Returns:
the activity set ID of this social activity

setActivitySetId

public void setActivitySetId(long activitySetId)
Sets the activity set ID of this social activity.

Specified by:
setActivitySetId in interface SocialActivityModel
Parameters:
activitySetId - the activity set ID of this social activity

getMirrorActivityId

public long getMirrorActivityId()
Returns the mirror activity ID of this social activity.

Specified by:
getMirrorActivityId in interface SocialActivityModel
Returns:
the mirror activity ID of this social activity

setMirrorActivityId

public void setMirrorActivityId(long mirrorActivityId)
Sets the mirror activity ID of this social activity.

Specified by:
setMirrorActivityId in interface SocialActivityModel
Parameters:
mirrorActivityId - the mirror activity ID of this social activity

getClassName

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

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

setClassName

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

getClassNameId

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

Specified by:
getClassNameId in interface TypedModel
Specified by:
getClassNameId in interface SocialActivityModel
Returns:
the class name ID of this social activity

setClassNameId

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

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

getClassPK

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

Specified by:
getClassPK in interface AttachedModel
Specified by:
getClassPK in interface SocialActivityModel
Returns:
the class p k of this social activity

setClassPK

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

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

getParentClassNameId

public long getParentClassNameId()
Returns the parent class name ID of this social activity.

Specified by:
getParentClassNameId in interface SocialActivityModel
Returns:
the parent class name ID of this social activity

setParentClassNameId

public void setParentClassNameId(long parentClassNameId)
Sets the parent class name ID of this social activity.

Specified by:
setParentClassNameId in interface SocialActivityModel
Parameters:
parentClassNameId - the parent class name ID of this social activity

getParentClassPK

public long getParentClassPK()
Returns the parent class p k of this social activity.

Specified by:
getParentClassPK in interface SocialActivityModel
Returns:
the parent class p k of this social activity

setParentClassPK

public void setParentClassPK(long parentClassPK)
Sets the parent class p k of this social activity.

Specified by:
setParentClassPK in interface SocialActivityModel
Parameters:
parentClassPK - the parent class p k of this social activity

getType

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

Specified by:
getType in interface SocialActivityModel
Returns:
the type of this social activity

setType

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

Specified by:
setType in interface SocialActivityModel
Parameters:
type - the type of this social activity

getExtraData

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

Specified by:
getExtraData in interface SocialActivityModel
Returns:
the extra data of this social activity

setExtraData

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

Specified by:
setExtraData in interface SocialActivityModel
Parameters:
extraData - the extra data of this social activity

getReceiverUserId

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

Specified by:
getReceiverUserId in interface SocialActivityModel
Returns:
the receiver user ID of this social activity

setReceiverUserId

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

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

getReceiverUserUuid

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

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

setReceiverUserUuid

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

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

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<SocialActivity>
Specified by:
isNew in interface SocialActivityModel
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<SocialActivity>
Specified by:
setNew in interface SocialActivityModel
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<SocialActivity>
Specified by:
isCachedModel in interface SocialActivityModel
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<SocialActivity>
Specified by:
setCachedModel in interface SocialActivityModel
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<SocialActivity>
Specified by:
isEscapedModel in interface SocialActivityModel
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<SocialActivity>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface SocialActivityModel
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<SocialActivity>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface SocialActivityModel
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<SocialActivity>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface SocialActivityModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialActivity>
Specified by:
setExpandoBridgeAttributes in interface SocialActivityModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialActivity>
Specified by:
setExpandoBridgeAttributes in interface SocialActivityModel

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<SocialActivity>
Specified by:
setExpandoBridgeAttributes in interface SocialActivityModel
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<SocialActivity>
Specified by:
clone in interface SocialActivityModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(SocialActivity socialActivity)
Specified by:
compareTo in interface SocialActivityModel
Specified by:
compareTo in interface Comparable<SocialActivity>

hashCode

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

toCacheModel

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

Specified by:
toCacheModel in interface BaseModel<SocialActivity>
Specified by:
toCacheModel in interface SocialActivityModel
Returns:
the cache model object

toEscapedModel

public SocialActivity 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<SocialActivity>
Specified by:
toEscapedModel in interface SocialActivityModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public SocialActivity toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<SocialActivity>
Specified by:
toUnescapedModel in interface SocialActivityModel

toString

public String toString()
Specified by:
toString in interface SocialActivityModel
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<SocialActivity>
Specified by:
toXmlString in interface SocialActivityModel
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

getAssetEntry

public AssetEntry getAssetEntry()
                         throws SystemException
Specified by:
getAssetEntry in interface SocialActivity
Throws:
SystemException

getExtraDataValue

public String getExtraDataValue(String key)
                         throws JSONException
Specified by:
getExtraDataValue in interface SocialActivity
Throws:
JSONException

getExtraDataValue

public String getExtraDataValue(String key,
                                Locale locale)
                         throws JSONException
Specified by:
getExtraDataValue in interface SocialActivity
Throws:
JSONException

isClassName

public boolean isClassName(String className)
Specified by:
isClassName in interface SocialActivity

setAssetEntry

public void setAssetEntry(AssetEntry assetEntry)
Specified by:
setAssetEntry in interface SocialActivity

setExtraDataValue

public void setExtraDataValue(String key,
                              String value)
                       throws JSONException
Specified by:
setExtraDataValue in interface SocialActivity
Throws:
JSONException

equals

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

getWrappedSocialActivity

public SocialActivity getWrappedSocialActivity()
Deprecated. As of 6.1.0, replaced by getWrappedModel()


getWrappedModel

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

resetOriginalValues

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

Specified by:
resetOriginalValues in interface BaseModel<SocialActivity>

Liferay 6.2-ce-ga5