@JSON(strict=true)
public class SocialActivitySettingModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
implements com.liferay.social.kernel.model.SocialActivitySettingModel
This implementation and its corresponding interface SocialActivitySettingModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialActivitySettingImpl.
SocialActivitySettingImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
ACTIVITYSETTINGID_COLUMN_BITMASK |
static long |
ACTIVITYTYPE_COLUMN_BITMASK |
static long |
CLASSNAMEID_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 |
NAME_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
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
| Constructor and Description |
|---|
SocialActivitySettingModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.social.kernel.model.SocialActivitySetting socialActivitySetting) |
boolean |
equals(Object obj) |
long |
getActivitySettingId() |
int |
getActivityType() |
Map<String,Function<com.liferay.social.kernel.model.SocialActivitySetting,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.social.kernel.model.SocialActivitySetting,Object>> |
getAttributeSetterBiConsumers() |
String |
getClassName() |
long |
getClassNameId() |
long |
getColumnBitmask() |
long |
getCompanyId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
String |
getName() |
int |
getOriginalActivityType() |
long |
getOriginalClassNameId() |
long |
getOriginalGroupId() |
String |
getOriginalName() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
String |
getValue() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setActivitySettingId(long activitySettingId) |
void |
setActivityType(int activityType) |
void |
setClassName(String className) |
void |
setClassNameId(long classNameId) |
void |
setCompanyId(long companyId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setName(String name) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setValue(String value) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialActivitySetting> |
toCacheModel() |
com.liferay.social.kernel.model.SocialActivitySetting |
toEscapedModel() |
static com.liferay.social.kernel.model.SocialActivitySetting |
toModel(com.liferay.social.kernel.model.SocialActivitySettingSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static List<com.liferay.social.kernel.model.SocialActivitySetting> |
toModels(com.liferay.social.kernel.model.SocialActivitySettingSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
SocialActivitySetting interface instead.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 ACTIVITYTYPE_COLUMN_BITMASK
public static final long CLASSNAMEID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long ACTIVITYSETTINGID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.social.kernel.model.SocialActivitySetting toModel(com.liferay.social.kernel.model.SocialActivitySettingSoap soapModel)
soapModel - the soap model instance to convertpublic static List<com.liferay.social.kernel.model.SocialActivitySetting> toModels(com.liferay.social.kernel.model.SocialActivitySettingSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>public Map<String,Function<com.liferay.social.kernel.model.SocialActivitySetting,Object>> getAttributeGetterFunctions()
public Map<String,BiConsumer<com.liferay.social.kernel.model.SocialActivitySetting,Object>> getAttributeSetterBiConsumers()
@JSON public long getActivitySettingId()
getActivitySettingId in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic void setActivitySettingId(long activitySettingId)
setActivitySettingId in interface com.liferay.social.kernel.model.SocialActivitySettingModel@JSON public long getGroupId()
getGroupId in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic long getOriginalGroupId()
@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelgetClassName in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic void setClassName(String className)
setClassName in interface com.liferay.social.kernel.model.SocialActivitySettingModel@JSON public long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelgetClassNameId in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelsetClassNameId in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic long getOriginalClassNameId()
@JSON public int getActivityType()
getActivityType in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic void setActivityType(int activityType)
setActivityType in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic int getOriginalActivityType()
@JSON public String getName()
getName in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic void setName(String name)
setName in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic String getOriginalName()
@JSON public String getValue()
getValue in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic void setValue(String value)
setValue in interface com.liferay.social.kernel.model.SocialActivitySettingModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>public com.liferay.social.kernel.model.SocialActivitySetting toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>public int compareTo(com.liferay.social.kernel.model.SocialActivitySetting socialActivitySetting)
compareTo in interface Comparable<com.liferay.social.kernel.model.SocialActivitySetting>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>public com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialActivitySetting> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>public String toString()
toString in class Objectpublic String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>