Liferay 7.0-ga1 portal-impl

Uses of Class
com.liferay.portal.model.impl.UserModelImpl

Packages that use UserModelImpl
com.liferay.portal.model.impl   
com.liferay.portal.service.persistence.impl   
 

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

Subclasses of UserModelImpl in com.liferay.portal.model.impl
 class UserBaseImpl
          The extended model base implementation for the User service.
 class UserImpl
          Represents a portal user, providing access to the user's contact information, groups, organizations, teams, user groups, roles, locale, timezone, and more.
 

Uses of UserModelImpl in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type UserModelImpl
protected  void UserPersistenceImpl.cacheUniqueFindersCache(UserModelImpl userModelImpl, boolean isNew)
           
protected  void UserPersistenceImpl.clearUniqueFindersCache(UserModelImpl userModelImpl)
           
 


Liferay 7.0-ga1 portal-impl