Liferay 6.0.5

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

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

Never modify this interface directly. Add methods to UserIdMapperImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a user id mapper model instance should use the UserIdMapper interface instead.

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.5