Liferay 6.0.3

com.liferay.portal.model
Interface UserIdMapper

All Superinterfaces:
BaseModel<UserIdMapper>, Cloneable, Comparable<UserIdMapper>, Serializable, UserIdMapperModel
All Known Implementing Classes:
UserIdMapperImpl, UserIdMapperWrapper

public interface UserIdMapper
extends UserIdMapperModel

This interface is a model that represents the UserIdMapper table in the database.

Customize UserIdMapperImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
UserIdMapperModel, UserIdMapperImpl, UserIdMapperModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
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
 


Liferay 6.0.3