Liferay 7.0-ce-b4

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

Packages that use UserIdMapperModelImpl
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 UserIdMapperModelImpl in com.liferay.portal.model.impl
 

Subclasses of UserIdMapperModelImpl in com.liferay.portal.model.impl
 class UserIdMapperBaseImpl
          The extended model base implementation for the UserIdMapper service.
 class UserIdMapperImpl
           
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type UserIdMapperModelImpl
protected  void UserIdMapperPersistenceImpl.cacheUniqueFindersCache(UserIdMapperModelImpl userIdMapperModelImpl, boolean isNew)
           
protected  void UserIdMapperPersistenceImpl.clearUniqueFindersCache(UserIdMapperModelImpl userIdMapperModelImpl)
           
 


Liferay 7.0-ce-b4