Liferay 7.0-ce-b4

com.liferay.portal.model
Interface UserIdMapper

All Superinterfaces:
BaseModel<UserIdMapper>, ClassedModel, Cloneable, Comparable<UserIdMapper>, MVCCModel, PersistedModel, Serializable, ShardedModel, UserIdMapperModel
All Known Implementing Classes:
UserIdMapperWrapper

@ProviderType
public interface UserIdMapper
extends UserIdMapperModel, PersistedModel

The extended model interface for the UserIdMapper service. Represents a row in the "UserIdMapper" database table, with each column mapped to a property of this class.

See Also:
UserIdMapperModel, UserIdMapperImpl, UserIdMapperModelImpl

Field Summary
static Accessor<UserIdMapper,Long> USER_ID_MAPPER_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.UserIdMapperModel
clone, compareTo, getCompanyId, getDescription, getExpandoBridge, getExternalUserId, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserIdMapperId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExternalUserId, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setType, setUserId, setUserIdMapperId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

USER_ID_MAPPER_ID_ACCESSOR

static final Accessor<UserIdMapper,Long> USER_ID_MAPPER_ID_ACCESSOR

Liferay 7.0-ce-b4