Liferay 6.2-ce-ga5

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

Packages that use UserService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of UserService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement UserService
 class UserServiceWrapper
          Provides a wrapper for UserService.
 

Methods in com.liferay.portal.service that return UserService
static UserService UserServiceUtil.getService()
           
 UserService UserServiceWrapper.getWrappedService()
           
 UserService UserServiceWrapper.getWrappedUserService()
          Deprecated. As of 6.1.0, replaced by UserServiceWrapper.getWrappedService()
 

Methods in com.liferay.portal.service with parameters of type UserService
 void UserServiceUtil.setService(UserService service)
          Deprecated. As of 6.2.0
 void UserServiceWrapper.setWrappedService(UserService userService)
           
 void UserServiceWrapper.setWrappedUserService(UserService userService)
          Deprecated. As of 6.1.0, replaced by UserServiceWrapper.setWrappedService(com.liferay.portal.service.UserService)
 

Constructors in com.liferay.portal.service with parameters of type UserService
UserServiceWrapper(UserService userService)
           
 


Liferay 6.2-ce-ga5