Liferay 7.0-ce-b4

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

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

Uses of UserGroupService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement UserGroupService
 class UserGroupServiceWrapper
          Provides a wrapper for UserGroupService.
 

Methods in com.liferay.portal.service that return UserGroupService
static UserGroupService UserGroupServiceUtil.getService()
           
 UserGroupService UserGroupServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type UserGroupService
 void UserGroupServiceWrapper.setWrappedService(UserGroupService userGroupService)
           
 

Constructors in com.liferay.portal.service with parameters of type UserGroupService
UserGroupServiceWrapper(UserGroupService userGroupService)
           
 


Liferay 7.0-ce-b4