Liferay 7.0-ga1 portal-impl

com.liferay.portlet.social.model.impl
Class SocialActivitySettingBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
      extended by com.liferay.portlet.social.model.impl.SocialActivitySettingModelImpl
          extended by 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.ClassedModel, 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

@ProviderType
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.

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
SocialActivitySettingBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivitySettingModelImpl
clone, compareTo, equals, getActivitySettingId, getActivityType, getClassName, getClassNameId, getColumnBitmask, getCompanyId, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getName, getOriginalActivityType, getOriginalClassNameId, getOriginalGroupId, getOriginalName, getPrimaryKey, getPrimaryKeyObj, getValue, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setActivitySettingId, setActivityType, setClassName, setClassNameId, setCompanyId, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setName, setPrimaryKey, setPrimaryKeyObj, setValue, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
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.social.kernel.model.SocialActivitySettingModel
clone, compareTo, getActivitySettingId, getActivityType, getClassName, getClassNameId, getCompanyId, getExpandoBridge, getGroupId, getName, getPrimaryKey, getPrimaryKeyObj, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setActivitySettingId, setActivityType, setCachedModel, setClassName, setClassNameId, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setValue, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

SocialActivitySettingBaseImpl

public SocialActivitySettingBaseImpl()
Method Detail

persist

public void persist()
Specified by:
persist in interface com.liferay.portal.kernel.model.PersistedModel

Liferay 7.0-ga1 portal-impl