Class SocialRelationBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRelation>
com.liferay.portlet.social.model.impl.SocialRelationModelImpl
com.liferay.portlet.social.model.impl.SocialRelationBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRelation>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialRelation>
,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.social.kernel.model.SocialRelation
,com.liferay.social.kernel.model.SocialRelationModel
,Serializable
,Cloneable
,Comparable<com.liferay.social.kernel.model.SocialRelation>
- Direct Known Subclasses:
SocialRelationImpl
public abstract class SocialRelationBaseImpl
extends SocialRelationModelImpl
implements com.liferay.social.kernel.model.SocialRelation
The extended model base implementation for the SocialRelation service. Represents a row in the "SocialRelation" 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 SocialRelationImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
SocialRelationImpl
SocialRelation
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portlet.social.model.impl.SocialRelationModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, RELATIONID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID1_COLUMN_BITMASK, USERID2_COLUMN_BITMASK, UUID_COLUMN_BITMASK
Fields inherited from interface com.liferay.social.kernel.model.SocialRelation
RELATION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.social.model.impl.SocialRelationModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCreateDate, getCtCollectionId, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalCompanyId, getOriginalType, getOriginalUserId1, getOriginalUserId2, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRelationId, getType, getUserId1, getUserId2, getUuid, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setCreateDate, setCtCollectionId, setExpandoBridgeAttributes, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setRelationId, setType, setUserId1, setUserId2, setUuid, 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.SocialRelationModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getCtCollectionId, getMvccVersion, getPrimaryKey, getRelationId, getType, getUserId1, getUserId2, getUuid, setCompanyId, setCreateDate, setCtCollectionId, setMvccVersion, setPrimaryKey, setRelationId, setType, setUserId1, setUserId2, setUuid, toXmlString
-
Constructor Details
-
SocialRelationBaseImpl
public SocialRelationBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-