Liferay 7.0-ce-b4

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

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

Uses of GroupService in com.liferay.portal.service
 

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

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

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

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


Liferay 7.0-ce-b4