com.liferay.portlet.social.model.impl
Class SocialRelationBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<SocialRelation>
com.liferay.portlet.social.model.impl.SocialRelationModelImpl
com.liferay.portlet.social.model.impl.SocialRelationBaseImpl
- All Implemented Interfaces:
- BaseModel<SocialRelation>, ClassedModel, PersistedModel, SocialRelation, SocialRelationModel, Serializable, Cloneable, Comparable<SocialRelation>
- Direct Known Subclasses:
- SocialRelationImpl
public abstract class SocialRelationBaseImpl
- extends SocialRelationModelImpl
- implements 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
.
- See Also:
SocialRelationImpl
,
SocialRelation
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
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, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID1_COLUMN_BITMASK, USERID2_COLUMN_BITMASK, UUID_COLUMN_BITMASK |
Method Summary |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist. |
Methods inherited from class com.liferay.portlet.social.model.impl.SocialRelationModelImpl |
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalCompanyId, getOriginalType, getOriginalUserId1, getOriginalUserId2, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRelationId, getType, getUserId1, getUserId2, getUuid, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setRelationId, setType, setUserId1, setUserId2, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
Methods inherited from interface com.liferay.portlet.social.model.SocialRelationModel |
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getRelationId, getType, getUserId1, getUserId2, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setRelationId, setType, setUserId1, setUserId2, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
SocialRelationBaseImpl
public SocialRelationBaseImpl()
persist
public void persist()
throws SystemException
- Description copied from interface:
PersistedModel
- Updates this model instance in the database or adds it if it does not yet
exist. Also notifies the appropriate model listeners.
- Specified by:
persist
in interface PersistedModel
- Throws:
SystemException
- if a system exception occurred