Liferay 6.2.0-ce-m5

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
           This class is a wrapper for UserIdMapperLocalService.
 

Methods in com.liferay.portal.service that return UserIdMapperLocalService
static UserIdMapperLocalService UserIdMapperLocalServiceUtil.getService()
           
 UserIdMapperLocalService UserIdMapperLocalServiceWrapper.getWrappedService()
           
 UserIdMapperLocalService UserIdMapperLocalServiceWrapper.getWrappedUserIdMapperLocalService()
          Deprecated. As of 6.1.0, replaced by UserIdMapperLocalServiceWrapper.getWrappedService()
 

Methods in com.liferay.portal.service with parameters of type UserIdMapperLocalService
 void UserIdMapperLocalServiceUtil.setService(UserIdMapperLocalService service)
          Deprecated. As of 6.2.0
 void UserIdMapperLocalServiceWrapper.setWrappedService(UserIdMapperLocalService userIdMapperLocalService)
           
 void UserIdMapperLocalServiceWrapper.setWrappedUserIdMapperLocalService(UserIdMapperLocalService userIdMapperLocalService)
          Deprecated. As of 6.1.0, replaced by UserIdMapperLocalServiceWrapper.setWrappedService(com.liferay.portal.service.UserIdMapperLocalService)
 

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


Liferay 6.2.0-ce-m5