|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<SocialActivitySet>
com.liferay.portlet.social.model.impl.SocialActivitySetModelImpl
@ProviderType 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 Form| Field 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 Map<String,Integer> |
TABLE_COLUMNS_MAP
|
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()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
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 Map<String,Integer> TABLE_COLUMNS_MAP
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 final long CLASSNAMEID_COLUMN_BITMASK
public static final long CLASSPK_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long TYPE_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long MODIFIEDDATE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public SocialActivitySetModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
SocialActivitySetModel
getPrimaryKey in interface SocialActivitySetModelpublic void setPrimaryKey(long primaryKey)
SocialActivitySetModel
setPrimaryKey in interface SocialActivitySetModelprimaryKey - the primary key of this social activity setpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialActivitySet>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SocialActivitySetModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialActivitySet>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SocialActivitySetModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic 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 SocialActivitySetModelpublic void setActivitySetId(long activitySetId)
SocialActivitySetModel
setActivitySetId in interface SocialActivitySetModelactivitySetId - the activity set ID of this social activity setpublic long getGroupId()
SocialActivitySetModel
getGroupId in interface SocialActivitySetModelpublic void setGroupId(long groupId)
SocialActivitySetModel
setGroupId in interface SocialActivitySetModelgroupId - the group ID of this social activity setpublic long getOriginalGroupId()
public long getCompanyId()
SocialActivitySetModel
getCompanyId in interface ShardedModelgetCompanyId in interface SocialActivitySetModelpublic void setCompanyId(long companyId)
SocialActivitySetModel
setCompanyId in interface ShardedModelsetCompanyId in interface SocialActivitySetModelcompanyId - the company ID of this social activity setpublic long getUserId()
SocialActivitySetModel
getUserId in interface SocialActivitySetModelpublic void setUserId(long userId)
SocialActivitySetModel
setUserId in interface SocialActivitySetModeluserId - the user ID of this social activity setpublic String getUserUuid()
SocialActivitySetModel
getUserUuid in interface SocialActivitySetModelpublic void setUserUuid(String userUuid)
SocialActivitySetModel
setUserUuid in interface SocialActivitySetModeluserUuid - the user uuid of this social activity setpublic long getOriginalUserId()
public long getCreateDate()
SocialActivitySetModel
getCreateDate in interface SocialActivitySetModelpublic void setCreateDate(long createDate)
SocialActivitySetModel
setCreateDate in interface SocialActivitySetModelcreateDate - the create date of this social activity setpublic long getModifiedDate()
SocialActivitySetModel
getModifiedDate in interface SocialActivitySetModelpublic void setModifiedDate(long modifiedDate)
SocialActivitySetModel
setModifiedDate in interface SocialActivitySetModelmodifiedDate - the modified date of this social activity setpublic String getClassName()
SocialActivitySetModel
getClassName in interface TypedModelgetClassName in interface SocialActivitySetModelpublic void setClassName(String className)
setClassName in interface SocialActivitySetModelpublic long getClassNameId()
SocialActivitySetModel
getClassNameId in interface TypedModelgetClassNameId in interface SocialActivitySetModelpublic void setClassNameId(long classNameId)
SocialActivitySetModel
setClassNameId in interface TypedModelsetClassNameId in interface SocialActivitySetModelclassNameId - the class name ID of this social activity setpublic long getOriginalClassNameId()
public long getClassPK()
SocialActivitySetModel
getClassPK in interface AttachedModelgetClassPK in interface SocialActivitySetModelpublic void setClassPK(long classPK)
SocialActivitySetModel
setClassPK in interface AttachedModelsetClassPK in interface SocialActivitySetModelclassPK - the class p k of this social activity setpublic long getOriginalClassPK()
public int getType()
SocialActivitySetModel
getType in interface SocialActivitySetModelpublic void setType(int type)
SocialActivitySetModel
setType in interface SocialActivitySetModeltype - the type of this social activity setpublic int getOriginalType()
public String getExtraData()
SocialActivitySetModel
getExtraData in interface SocialActivitySetModelpublic void setExtraData(String extraData)
SocialActivitySetModel
setExtraData in interface SocialActivitySetModelextraData - the extra data of this social activity setpublic int getActivityCount()
SocialActivitySetModel
getActivityCount in interface SocialActivitySetModelpublic void setActivityCount(int activityCount)
SocialActivitySetModel
setActivityCount in interface SocialActivitySetModelactivityCount - the activity count of this social activity setpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialActivitySet>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SocialActivitySetModelgetExpandoBridge in class BaseModelImpl<SocialActivitySet>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialActivitySet>setExpandoBridgeAttributes in interface SocialActivitySetModelsetExpandoBridgeAttributes in class BaseModelImpl<SocialActivitySet>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public SocialActivitySet toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialActivitySet>toEscapedModel in interface SocialActivitySetModeltoEscapedModel in class BaseModelImpl<SocialActivitySet>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<SocialActivitySet>clone in interface SocialActivitySetModelclone in class BaseModelImpl<SocialActivitySet>public int compareTo(SocialActivitySet socialActivitySet)
compareTo in interface SocialActivitySetModelcompareTo in interface Comparable<SocialActivitySet>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface SocialActivitySetModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<SocialActivitySet>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<SocialActivitySet>true if this model's finder cache is enabled;
false otherwisepublic 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 SocialActivitySetModeltoCacheModel in class BaseModelImpl<SocialActivitySet>public String toString()
toString in interface SocialActivitySetModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialActivitySet>toXmlString in interface SocialActivitySetModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||