Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.UserIdMapperLocalService

Packages that use UserIdMapperLocalService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of UserIdMapperLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement UserIdMapperLocalService
 class UserIdMapperLocalServiceWrapper
          Provides a wrapper for UserIdMapperLocalService.
 

Methods in com.liferay.portal.service that return UserIdMapperLocalService
static UserIdMapperLocalService UserIdMapperLocalServiceUtil.getService()
           
 UserIdMapperLocalService UserIdMapperLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type UserIdMapperLocalService
 void UserIdMapperLocalServiceWrapper.setWrappedService(UserIdMapperLocalService userIdMapperLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type UserIdMapperLocalService
UserIdMapperLocalServiceWrapper(UserIdMapperLocalService userIdMapperLocalService)
           
 

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

Classes in com.liferay.portal.service.base that implement UserIdMapperLocalService
 class UserIdMapperLocalServiceBaseImpl
          Provides the base implementation for the user ID mapper local service.
 

Fields in com.liferay.portal.service.base declared as UserIdMapperLocalService
protected  UserIdMapperLocalService UserServiceBaseImpl.userIdMapperLocalService
           
protected  UserIdMapperLocalService UserLocalServiceBaseImpl.userIdMapperLocalService
           
protected  UserIdMapperLocalService UserIdMapperLocalServiceBaseImpl.userIdMapperLocalService
           
 

Methods in com.liferay.portal.service.base that return UserIdMapperLocalService
 UserIdMapperLocalService UserServiceBaseImpl.getUserIdMapperLocalService()
          Returns the user ID mapper local service.
 UserIdMapperLocalService UserLocalServiceBaseImpl.getUserIdMapperLocalService()
          Returns the user ID mapper local service.
 UserIdMapperLocalService UserIdMapperLocalServiceBaseImpl.getUserIdMapperLocalService()
          Returns the user ID mapper local service.
 

Methods in com.liferay.portal.service.base with parameters of type UserIdMapperLocalService
 void UserServiceBaseImpl.setUserIdMapperLocalService(UserIdMapperLocalService userIdMapperLocalService)
          Sets the user ID mapper local service.
 void UserLocalServiceBaseImpl.setUserIdMapperLocalService(UserIdMapperLocalService userIdMapperLocalService)
          Sets the user ID mapper local service.
 void UserIdMapperLocalServiceBaseImpl.setUserIdMapperLocalService(UserIdMapperLocalService userIdMapperLocalService)
          Sets the user ID mapper local service.
 

Uses of UserIdMapperLocalService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement UserIdMapperLocalService
 class UserIdMapperLocalServiceImpl
           
 


Liferay 7.0-ce-b4