Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.UserIdMapperPersistence

Packages that use UserIdMapperPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of UserIdMapperPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as UserIdMapperPersistence
protected  UserIdMapperPersistence UserServiceBaseImpl.userIdMapperPersistence
           
protected  UserIdMapperPersistence UserLocalServiceBaseImpl.userIdMapperPersistence
           
protected  UserIdMapperPersistence UserIdMapperLocalServiceBaseImpl.userIdMapperPersistence
           
 

Methods in com.liferay.portal.service.base that return UserIdMapperPersistence
 UserIdMapperPersistence UserServiceBaseImpl.getUserIdMapperPersistence()
          Returns the user ID mapper persistence.
 UserIdMapperPersistence UserLocalServiceBaseImpl.getUserIdMapperPersistence()
          Returns the user ID mapper persistence.
 UserIdMapperPersistence UserIdMapperLocalServiceBaseImpl.getUserIdMapperPersistence()
          Returns the user ID mapper persistence.
 

Methods in com.liferay.portal.service.base with parameters of type UserIdMapperPersistence
 void UserServiceBaseImpl.setUserIdMapperPersistence(UserIdMapperPersistence userIdMapperPersistence)
          Sets the user ID mapper persistence.
 void UserLocalServiceBaseImpl.setUserIdMapperPersistence(UserIdMapperPersistence userIdMapperPersistence)
          Sets the user ID mapper persistence.
 void UserIdMapperLocalServiceBaseImpl.setUserIdMapperPersistence(UserIdMapperPersistence userIdMapperPersistence)
          Sets the user ID mapper persistence.
 

Uses of UserIdMapperPersistence in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return UserIdMapperPersistence
static UserIdMapperPersistence UserIdMapperUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement UserIdMapperPersistence
 class UserIdMapperPersistenceImpl
          The persistence implementation for the user ID mapper service.
 


Liferay 7.0-ce-b4