Liferay 6.0-ee-sp2

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

Packages that use UserGroupService
com.liferay.portal.service   
 

Uses of UserGroupService in com.liferay.portal.service
 

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

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

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

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


Liferay 6.0-ee-sp2