|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.model.impl.BaseModelImpl<SocialActivitySet> com.liferay.portlet.social.model.impl.SocialActivitySetModelImpl
public class SocialActivitySetModelImpl
The base model implementation for the SocialActivitySet service. Represents a row in the "SocialActivitySet" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface SocialActivitySetModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialActivitySetImpl
.
SocialActivitySetImpl
,
SocialActivitySet
,
SocialActivitySetModel
,
Serialized FormField Summary | |
---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
|
static long |
CLASSPK_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static long |
MODIFIEDDATE_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
TYPE_COLUMN_BITMASK
|
static long |
USERID_COLUMN_BITMASK
|
Constructor Summary | |
---|---|
SocialActivitySetModelImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialActivitySet socialActivitySet)
|
boolean |
equals(Object obj)
|
int |
getActivityCount()
Returns the activity count of this social activity set. |
long |
getActivitySetId()
Returns the activity set ID of this social activity set. |
String |
getClassName()
Returns the fully qualified class name of this social activity set. |
long |
getClassNameId()
Returns the class name ID of this social activity set. |
long |
getClassPK()
Returns the class p k of this social activity set. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this social activity set. |
long |
getCreateDate()
Returns the create date of this social activity set. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getExtraData()
Returns the extra data of this social activity set. |
long |
getGroupId()
Returns the group ID of this social activity set. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getModifiedDate()
Returns the modified date of this social activity set. |
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getOriginalGroupId()
|
int |
getOriginalType()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
Returns the primary key of this social activity set. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getType()
Returns the type of this social activity set. |
long |
getUserId()
Returns the user ID of this social activity set. |
String |
getUserUuid()
Returns the user uuid of this social activity set. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setActivityCount(int activityCount)
Sets the activity count of this social activity set. |
void |
setActivitySetId(long activitySetId)
Sets the activity set ID of this social activity set. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this social activity set. |
void |
setClassPK(long classPK)
Sets the class p k of this social activity set. |
void |
setCompanyId(long companyId)
Sets the company ID of this social activity set. |
void |
setCreateDate(long createDate)
Sets the create date of this social activity set. |
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 set. |
void |
setGroupId(long groupId)
Sets the group ID of this social activity set. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(long modifiedDate)
Sets the modified date of this social activity set. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this social activity set. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setType(int type)
Sets the type of this social activity set. |
void |
setUserId(long userId)
Sets the user ID of this social activity set. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this social activity set. |
CacheModel<SocialActivitySet> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SocialActivitySet |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.social.model.SocialActivitySetModel |
---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
Field Detail |
---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static long CLASSNAMEID_COLUMN_BITMASK
public static long CLASSPK_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
public static long TYPE_COLUMN_BITMASK
public static long USERID_COLUMN_BITMASK
public static long MODIFIEDDATE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public SocialActivitySetModelImpl()
Method Detail |
---|
public long getPrimaryKey()
SocialActivitySetModel
getPrimaryKey
in interface SocialActivitySetModel
public void setPrimaryKey(long primaryKey)
SocialActivitySetModel
setPrimaryKey
in interface SocialActivitySetModel
primaryKey
- the primary key of this social activity setpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<SocialActivitySet>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface SocialActivitySetModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<SocialActivitySet>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface SocialActivitySetModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<SocialActivitySet>
getModelAttributes
in class BaseModelImpl<SocialActivitySet>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<SocialActivitySet>
setModelAttributes
in class BaseModelImpl<SocialActivitySet>
public long getActivitySetId()
SocialActivitySetModel
getActivitySetId
in interface SocialActivitySetModel
public void setActivitySetId(long activitySetId)
SocialActivitySetModel
setActivitySetId
in interface SocialActivitySetModel
activitySetId
- the activity set ID of this social activity setpublic long getGroupId()
SocialActivitySetModel
getGroupId
in interface SocialActivitySetModel
public void setGroupId(long groupId)
SocialActivitySetModel
setGroupId
in interface SocialActivitySetModel
groupId
- the group ID of this social activity setpublic long getOriginalGroupId()
public long getCompanyId()
SocialActivitySetModel
getCompanyId
in interface SocialActivitySetModel
public void setCompanyId(long companyId)
SocialActivitySetModel
setCompanyId
in interface SocialActivitySetModel
companyId
- the company ID of this social activity setpublic long getUserId()
SocialActivitySetModel
getUserId
in interface SocialActivitySetModel
public void setUserId(long userId)
SocialActivitySetModel
setUserId
in interface SocialActivitySetModel
userId
- the user ID of this social activity setpublic String getUserUuid() throws SystemException
SocialActivitySetModel
getUserUuid
in interface SocialActivitySetModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
SocialActivitySetModel
setUserUuid
in interface SocialActivitySetModel
userUuid
- the user uuid of this social activity setpublic long getOriginalUserId()
public long getCreateDate()
SocialActivitySetModel
getCreateDate
in interface SocialActivitySetModel
public void setCreateDate(long createDate)
SocialActivitySetModel
setCreateDate
in interface SocialActivitySetModel
createDate
- the create date of this social activity setpublic long getModifiedDate()
SocialActivitySetModel
getModifiedDate
in interface SocialActivitySetModel
public void setModifiedDate(long modifiedDate)
SocialActivitySetModel
setModifiedDate
in interface SocialActivitySetModel
modifiedDate
- the modified date of this social activity setpublic String getClassName()
SocialActivitySetModel
getClassName
in interface TypedModel
getClassName
in interface SocialActivitySetModel
public void setClassName(String className)
setClassName
in interface SocialActivitySetModel
public long getClassNameId()
SocialActivitySetModel
getClassNameId
in interface TypedModel
getClassNameId
in interface SocialActivitySetModel
public void setClassNameId(long classNameId)
SocialActivitySetModel
setClassNameId
in interface TypedModel
setClassNameId
in interface SocialActivitySetModel
classNameId
- the class name ID of this social activity setpublic long getOriginalClassNameId()
public long getClassPK()
SocialActivitySetModel
getClassPK
in interface AttachedModel
getClassPK
in interface SocialActivitySetModel
public void setClassPK(long classPK)
SocialActivitySetModel
setClassPK
in interface AttachedModel
setClassPK
in interface SocialActivitySetModel
classPK
- the class p k of this social activity setpublic long getOriginalClassPK()
public int getType()
SocialActivitySetModel
getType
in interface SocialActivitySetModel
public void setType(int type)
SocialActivitySetModel
setType
in interface SocialActivitySetModel
type
- the type of this social activity setpublic int getOriginalType()
public String getExtraData()
SocialActivitySetModel
getExtraData
in interface SocialActivitySetModel
public void setExtraData(String extraData)
SocialActivitySetModel
setExtraData
in interface SocialActivitySetModel
extraData
- the extra data of this social activity setpublic int getActivityCount()
SocialActivitySetModel
getActivityCount
in interface SocialActivitySetModel
public void setActivityCount(int activityCount)
SocialActivitySetModel
setActivityCount
in interface SocialActivitySetModel
activityCount
- the activity count of this social activity setpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<SocialActivitySet>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface SocialActivitySetModel
getExpandoBridge
in class BaseModelImpl<SocialActivitySet>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<SocialActivitySet>
setExpandoBridgeAttributes
in interface SocialActivitySetModel
setExpandoBridgeAttributes
in class BaseModelImpl<SocialActivitySet>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)
public SocialActivitySet toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<SocialActivitySet>
toEscapedModel
in interface SocialActivitySetModel
toEscapedModel
in class BaseModelImpl<SocialActivitySet>
AutoEscapeBeanHandler
public Object clone()
BaseModel
clone
in interface BaseModel<SocialActivitySet>
clone
in interface SocialActivitySetModel
clone
in class BaseModelImpl<SocialActivitySet>
public int compareTo(SocialActivitySet socialActivitySet)
compareTo
in interface SocialActivitySetModel
compareTo
in interface Comparable<SocialActivitySet>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface SocialActivitySetModel
hashCode
in class Object
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<SocialActivitySet>
resetOriginalValues
in class BaseModelImpl<SocialActivitySet>
public CacheModel<SocialActivitySet> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<SocialActivitySet>
toCacheModel
in interface SocialActivitySetModel
toCacheModel
in class BaseModelImpl<SocialActivitySet>
public String toString()
toString
in interface SocialActivitySetModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<SocialActivitySet>
toXmlString
in interface SocialActivitySetModel
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |