Class SocialActivitySettingBaseImpl
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
- 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>
- Direct Known Subclasses:
SocialActivitySettingImpl
public abstract class SocialActivitySettingBaseImpl
extends SocialActivitySettingModelImpl
implements com.liferay.social.kernel.model.SocialActivitySetting
The extended model base implementation for the SocialActivitySetting service. Represents a row in the "SocialActivitySetting" database table, with each column mapped to a property of this class.
This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in SocialActivitySettingImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
SocialActivitySettingImpl
SocialActivitySetting
- Serialized Form
- {$generated.description}
-
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.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
-
SocialActivitySettingBaseImpl
public SocialActivitySettingBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-