Liferay 6.0-ee-sp2

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

Packages that use UserService
com.liferay.portal.service   
 

Uses of UserService in com.liferay.portal.service
 

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

Methods in com.liferay.portal.service that return UserService
static UserService UserServiceUtil.getService()
           
 UserService UserServiceWrapper.getWrappedUserService()
           
 

Methods in com.liferay.portal.service with parameters of type UserService
 void UserServiceUtil.setService(UserService service)
           
 void UserServiceWrapper.setWrappedUserService(UserService userService)
           
 

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


Liferay 6.0-ee-sp2