Liferay 7.0-ce-b4

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

Packages that use UserModelImpl
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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-ce-b4