Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.UserModel

Packages that use UserModel
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.tools.samplesqlbuilder   
 

Uses of UserModel in com.liferay.portal.model
 

Subinterfaces of UserModel in com.liferay.portal.model
 interface User
          The extended model interface for the User service.
 

Classes in com.liferay.portal.model that implement UserModel
 class UserWrapper
           This class is a wrapper for User.
 

Uses of UserModel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement UserModel
 class UserBaseImpl
          The extended model base implementation for the User service.
 class UserImpl
           
 class UserModelImpl
          The base model implementation for the User service.
 

Uses of UserModel in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return UserModel
 UserModel DataFactory.getDefaultUserModel()
           
 UserModel DataFactory.getGuestUserModel()
           
 UserModel DataFactory.getSampleUserModel()
           
protected  UserModel DataFactory.newUserModel(long userId, String firstName, String lastName, String screenName, boolean defaultUser)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return types with arguments of type UserModel
 List<UserModel> DataFactory.newUserModels()
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type UserModel
 ContactModel DataFactory.newContactModel(UserModel userModel)
           
 GroupModel DataFactory.newGroupModel(UserModel userModel)
           
 


Liferay 6.2-ce-ga5