Liferay 6.0.5

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.UserIdMapperImpl
All Implemented Interfaces:
BaseModel<UserIdMapper>, UserIdMapper, UserIdMapperModel, Serializable, Cloneable, Comparable<UserIdMapper>

public class UserIdMapperImpl
extends UserIdMapperModelImpl
implements UserIdMapper

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserIdMapperModelImpl
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
 
Constructor Summary
UserIdMapperImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.UserIdMapperModelImpl
clone, compareTo, equals, getDescription, getExpandoBridge, getExternalUserId, getOriginalExternalUserId, getOriginalType, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserIdMapperId, getUserUuid, hashCode, setDescription, setExpandoBridgeAttributes, setExternalUserId, setPrimaryKey, setType, setUserId, setUserIdMapperId, setUserUuid, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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, setEscapedModel, setExpandoBridgeAttributes, setExternalUserId, setNew, setPrimaryKey, setType, setUserId, setUserIdMapperId, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

UserIdMapperImpl

public UserIdMapperImpl()

Liferay 6.0.5