Class SocialActivitySettingImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
com.liferay.portlet.social.model.impl.SocialActivitySettingModelImpl
com.liferay.portlet.social.model.impl.SocialActivitySettingBaseImpl
com.liferay.portlet.social.model.impl.SocialActivitySettingImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivitySetting>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,com.liferay.social.kernel.model.SocialActivitySetting
,com.liferay.social.kernel.model.SocialActivitySettingModel
,Serializable
,Cloneable
,Comparable<com.liferay.social.kernel.model.SocialActivitySetting>
- Author:
- Brian Wing Shun Chan
- See Also:
-
Field Summary
Fields inherited from class com.liferay.portlet.social.model.impl.SocialActivitySettingModelImpl
ACTIVITYSETTINGID_COLUMN_BITMASK, ACTIVITYTYPE_COLUMN_BITMASK, CLASSNAMEID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
Fields inherited from interface com.liferay.social.kernel.model.SocialActivitySetting
ACTIVITY_SETTING_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivitySettingBaseImpl
persist
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivitySettingModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getActivitySettingId, getActivityType, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getClassName, getClassNameId, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCtCollectionId, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getName, getOriginalActivityType, getOriginalClassNameId, getOriginalGroupId, getOriginalName, getPrimaryKey, getPrimaryKeyObj, getValue, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setActivitySettingId, setActivityType, setClassName, setClassNameId, setCompanyId, setCtCollectionId, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setMvccVersion, setName, setPrimaryKey, setPrimaryKeyObj, setValue, toCacheModel, toEscapedModel, toString
Methods inherited from class com.liferay.portal.kernel.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.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.social.kernel.model.SocialActivitySettingModel
cloneWithOriginalValues, getActivitySettingId, getActivityType, getClassName, getClassNameId, getCompanyId, getCtCollectionId, getGroupId, getMvccVersion, getName, getPrimaryKey, getValue, setActivitySettingId, setActivityType, setClassName, setClassNameId, setCompanyId, setCtCollectionId, setGroupId, setMvccVersion, setName, setPrimaryKey, setValue, toXmlString
-
Constructor Details
-
SocialActivitySettingImpl
public SocialActivitySettingImpl()
-