Liferay 7.0-ce-b4

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

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

Uses of RoleService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement RoleService
 class RoleServiceWrapper
          Provides a wrapper for RoleService.
 

Methods in com.liferay.portal.service that return RoleService
static RoleService RoleServiceUtil.getService()
           
 RoleService RoleServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type RoleService
 void RoleServiceWrapper.setWrappedService(RoleService roleService)
           
 

Constructors in com.liferay.portal.service with parameters of type RoleService
RoleServiceWrapper(RoleService roleService)
           
 


Liferay 7.0-ce-b4