Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SocialRelation>
      extended by com.liferay.portlet.social.model.impl.SocialRelationModelImpl
          extended by com.liferay.portlet.social.model.impl.SocialRelationBaseImpl
              extended by com.liferay.portlet.social.model.impl.SocialRelationImpl
All Implemented Interfaces:
BaseModel<SocialRelation>, ClassedModel, PersistedModel, SocialRelation, SocialRelationModel, Serializable, Cloneable, Comparable<SocialRelation>

public class SocialRelationImpl
extends SocialRelationBaseImpl

See Also:
Serialized Form

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_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID1_COLUMN_BITMASK, USERID2_COLUMN_BITMASK, UUID_COLUMN_BITMASK
 
Constructor Summary
SocialRelationImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialRelationBaseImpl
persist
 
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, toXmlString
 
Methods inherited from class com.liferay.portal.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.portlet.social.model.SocialRelationModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getRelationId, getType, getUserId1, getUserId2, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setRelationId, setType, setUserId1, setUserId2, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

SocialRelationImpl

public SocialRelationImpl()

Liferay 6.2-ce-ga5