Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model
Class SocialActivityLimitWrapper

java.lang.Object
  extended by com.liferay.portlet.social.model.SocialActivityLimitWrapper
All Implemented Interfaces:
AttachedModel, BaseModel<SocialActivityLimit>, ClassedModel, ModelWrapper<SocialActivityLimit>, PersistedModel, SocialActivityLimit, SocialActivityLimitModel, Serializable, Cloneable, Comparable<SocialActivityLimit>

public class SocialActivityLimitWrapper
extends Object
implements SocialActivityLimit, ModelWrapper<SocialActivityLimit>

This class is a wrapper for SocialActivityLimit.

See Also:
SocialActivityLimit, Serialized Form

Constructor Summary
SocialActivityLimitWrapper(SocialActivityLimit socialActivityLimit)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(SocialActivityLimit socialActivityLimit)
           
 boolean equals(Object obj)
           
 String getActivityCounterName()
          Returns the activity counter name of this social activity limit.
 long getActivityLimitId()
          Returns the activity limit ID of this social activity limit.
 int getActivityType()
          Returns the activity type of this social activity limit.
 String getClassName()
          Returns the fully qualified class name of this social activity limit.
 long getClassNameId()
          Returns the class name ID of this social activity limit.
 long getClassPK()
          Returns the class p k of this social activity limit.
 long getCompanyId()
          Returns the company ID of this social activity limit.
 int getCount(int limitPeriod)
           
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this social activity limit.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 long getPrimaryKey()
          Returns the primary key of this social activity limit.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getUserId()
          Returns the user ID of this social activity limit.
 String getUserUuid()
          Returns the user uuid of this social activity limit.
 String getValue()
          Returns the value of this social activity limit.
 SocialActivityLimit getWrappedModel()
           
 SocialActivityLimit getWrappedSocialActivityLimit()
          Deprecated. Renamed to 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 setActivityCounterName(String activityCounterName)
          Sets the activity counter name of this social activity limit.
 void setActivityLimitId(long activityLimitId)
          Sets the activity limit ID of this social activity limit.
 void setActivityType(int activityType)
          Sets the activity type of this social activity limit.
 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 limit.
 void setClassPK(long classPK)
          Sets the class p k of this social activity limit.
 void setCompanyId(long companyId)
          Sets the company ID of this social activity limit.
 void setCount(int limitPeriod, int count)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setGroupId(long groupId)
          Sets the group ID of this social activity limit.
 void setModelAttributes(Map<String,Object> attributes)
           
 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 activity limit.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setUserId(long userId)
          Sets the user ID of this social activity limit.
 void setUserUuid(String userUuid)
          Sets the user uuid of this social activity limit.
 void setValue(String value)
          Sets the value of this social activity limit.
 CacheModel<SocialActivityLimit> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 SocialActivityLimit toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 SocialActivityLimit 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

SocialActivityLimitWrapper

public SocialActivityLimitWrapper(SocialActivityLimit socialActivityLimit)
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<SocialActivityLimit>

setModelAttributes

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

getPrimaryKey

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

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

setPrimaryKey

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

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

getActivityLimitId

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

Specified by:
getActivityLimitId in interface SocialActivityLimitModel
Returns:
the activity limit ID of this social activity limit

setActivityLimitId

public void setActivityLimitId(long activityLimitId)
Sets the activity limit ID of this social activity limit.

Specified by:
setActivityLimitId in interface SocialActivityLimitModel
Parameters:
activityLimitId - the activity limit ID of this social activity limit

getGroupId

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

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

setGroupId

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

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

getCompanyId

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

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

setCompanyId

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

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

getUserId

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

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

setUserId

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

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

getUserUuid

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

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

setUserUuid

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

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

getClassName

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

Specified by:
getClassName in interface AttachedModel
Specified by:
getClassName in interface SocialActivityLimitModel
Returns:
the fully qualified class name of this social activity limit

setClassName

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

getClassNameId

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

Specified by:
getClassNameId in interface AttachedModel
Specified by:
getClassNameId in interface SocialActivityLimitModel
Returns:
the class name ID of this social activity limit

setClassNameId

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

Specified by:
setClassNameId in interface AttachedModel
Specified by:
setClassNameId in interface SocialActivityLimitModel
Parameters:
classNameId - the class name ID of this social activity limit

getClassPK

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

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

setClassPK

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

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

getActivityType

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

Specified by:
getActivityType in interface SocialActivityLimitModel
Returns:
the activity type of this social activity limit

setActivityType

public void setActivityType(int activityType)
Sets the activity type of this social activity limit.

Specified by:
setActivityType in interface SocialActivityLimitModel
Parameters:
activityType - the activity type of this social activity limit

getActivityCounterName

public String getActivityCounterName()
Returns the activity counter name of this social activity limit.

Specified by:
getActivityCounterName in interface SocialActivityLimitModel
Returns:
the activity counter name of this social activity limit

setActivityCounterName

public void setActivityCounterName(String activityCounterName)
Sets the activity counter name of this social activity limit.

Specified by:
setActivityCounterName in interface SocialActivityLimitModel
Parameters:
activityCounterName - the activity counter name of this social activity limit

getValue

public String getValue()
Returns the value of this social activity limit.

Specified by:
getValue in interface SocialActivityLimitModel
Returns:
the value of this social activity limit

setValue

public void setValue(String value)
Sets the value of this social activity limit.

Specified by:
setValue in interface SocialActivityLimitModel
Parameters:
value - the value of this social activity limit

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

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<SocialActivityLimit>
Specified by:
setExpandoBridgeAttributes in interface SocialActivityLimitModel
Parameters:
serviceContext - the service context
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<SocialActivityLimit>
Specified by:
clone in interface SocialActivityLimitModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(SocialActivityLimit socialActivityLimit)
Specified by:
compareTo in interface SocialActivityLimitModel
Specified by:
compareTo in interface Comparable<SocialActivityLimit>

hashCode

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

toCacheModel

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

Specified by:
toCacheModel in interface BaseModel<SocialActivityLimit>
Specified by:
toCacheModel in interface SocialActivityLimitModel
Returns:
the cache model object

toEscapedModel

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

toUnescapedModel

public SocialActivityLimit toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<SocialActivityLimit>
Specified by:
toUnescapedModel in interface SocialActivityLimitModel

toString

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

getCount

public int getCount(int limitPeriod)
Specified by:
getCount in interface SocialActivityLimit

setCount

public void setCount(int limitPeriod,
                     int count)
Specified by:
setCount in interface SocialActivityLimit

equals

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

getWrappedSocialActivityLimit

public SocialActivityLimit getWrappedSocialActivityLimit()
Deprecated. Renamed to getWrappedModel()


getWrappedModel

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

resetOriginalValues

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

Specified by:
resetOriginalValues in interface BaseModel<SocialActivityLimit>

Liferay 6.1.2-ce-ga3