Liferay 6.0-ee-sp2

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

Packages that use GroupService
com.liferay.portal.service   
 

Uses of GroupService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement GroupService
 class GroupServiceWrapper
           This class is a wrapper for GroupService.
 

Methods in com.liferay.portal.service that return GroupService
static GroupService GroupServiceUtil.getService()
           
 GroupService GroupServiceWrapper.getWrappedGroupService()
           
 

Methods in com.liferay.portal.service with parameters of type GroupService
 void GroupServiceUtil.setService(GroupService service)
           
 void GroupServiceWrapper.setWrappedGroupService(GroupService groupService)
           
 

Constructors in com.liferay.portal.service with parameters of type GroupService
GroupServiceWrapper(GroupService groupService)
           
 


Liferay 6.0-ee-sp2