Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class UserIdMapperImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<UserIdMapper>
      extended by com.liferay.portal.model.impl.UserIdMapperModelImpl
          extended by com.liferay.portal.model.impl.UserIdMapperBaseImpl
              extended by com.liferay.portal.model.impl.UserIdMapperImpl
All Implemented Interfaces:
BaseModel<UserIdMapper>, ClassedModel, PersistedModel, UserIdMapper, UserIdMapperModel, Serializable, Cloneable, Comparable<UserIdMapper>

public class UserIdMapperImpl
extends UserIdMapperBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserIdMapperModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, EXTERNALUSERID_COLUMN_BITMASK, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID_COLUMN_BITMASK
 
Constructor Summary
UserIdMapperImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.UserIdMapperBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.UserIdMapperModelImpl
clone, compareTo, equals, getColumnBitmask, getDescription, getExpandoBridge, getExternalUserId, getModelAttributes, getModelClass, getModelClassName, getOriginalExternalUserId, getOriginalType, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserIdMapperId, getUserUuid, hashCode, resetOriginalValues, setDescription, setExpandoBridgeAttributes, setExternalUserId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setType, setUserId, setUserIdMapperId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.UserIdMapperModel
clone, compareTo, getDescription, getExpandoBridge, getExternalUserId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserIdMapperId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setDescription, setExpandoBridgeAttributes, setExternalUserId, setNew, setPrimaryKey, setPrimaryKeyObj, setType, setUserId, setUserIdMapperId, setUserUuid, 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

UserIdMapperImpl

public UserIdMapperImpl()

Liferay 6.1.2-ce-ga3