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. 
 

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)
           
 


Liferay 7.0-ce-b4