Liferay 7.0-ga1 portal-kernel

Uses of Interface
com.liferay.portal.kernel.service.UserGroupRoleService

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

Uses of UserGroupRoleService in com.liferay.portal.kernel.service
 

Classes in com.liferay.portal.kernel.service that implement UserGroupRoleService
 class UserGroupRoleServiceWrapper
          Provides a wrapper for UserGroupRoleService.
 

Methods in com.liferay.portal.kernel.service that return UserGroupRoleService
static UserGroupRoleService UserGroupRoleServiceUtil.getService()
           
 UserGroupRoleService UserGroupRoleServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.kernel.service with parameters of type UserGroupRoleService
 void UserGroupRoleServiceWrapper.setWrappedService(UserGroupRoleService userGroupRoleService)
           
 

Constructors in com.liferay.portal.kernel.service with parameters of type UserGroupRoleService
UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
           
 


Liferay 7.0-ga1 portal-kernel