Liferay 6.2-ce-ga5

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

Packages that use UserLocalService
com.liferay.portal.kernel.repository   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of UserLocalService in com.liferay.portal.kernel.repository
 

Fields in com.liferay.portal.kernel.repository declared as UserLocalService
protected  UserLocalService BaseRepositoryImpl.userLocalService
           
 

Methods in com.liferay.portal.kernel.repository with parameters of type UserLocalService
 void BaseRepository.setUserLocalService(UserLocalService userLocalService)
           
 void BaseRepositoryImpl.setUserLocalService(UserLocalService userLocalService)
           
 

Uses of UserLocalService in com.liferay.portal.repository.proxy
 

Methods in com.liferay.portal.repository.proxy with parameters of type UserLocalService
 void BaseRepositoryProxyBean.setUserLocalService(UserLocalService userLocalService)
           
 

Uses of UserLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement UserLocalService
 class UserLocalServiceWrapper
          Provides a wrapper for UserLocalService.
 

Methods in com.liferay.portal.service that return UserLocalService
static UserLocalService UserLocalServiceUtil.getService()
           
 UserLocalService UserLocalServiceWrapper.getWrappedService()
           
 UserLocalService UserLocalServiceWrapper.getWrappedUserLocalService()
          Deprecated. As of 6.1.0, replaced by UserLocalServiceWrapper.getWrappedService()
 

Methods in com.liferay.portal.service with parameters of type UserLocalService
 void UserLocalServiceUtil.setService(UserLocalService service)
          Deprecated. As of 6.2.0
 void UserLocalServiceWrapper.setWrappedService(UserLocalService userLocalService)
           
 void UserLocalServiceWrapper.setWrappedUserLocalService(UserLocalService userLocalService)
          Deprecated. As of 6.1.0, replaced by UserLocalServiceWrapper.setWrappedService(com.liferay.portal.service.UserLocalService)
 

Constructors in com.liferay.portal.service with parameters of type UserLocalService
UserLocalServiceWrapper(UserLocalService userLocalService)
           
 


Liferay 6.2-ce-ga5