Liferay 7.0-ce-b4

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()
           
 

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

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


Liferay 7.0-ce-b4