Liferay 6.2-ce-ga5

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.getWrappedGroupService()
          Deprecated. As of 6.1.0, replaced by GroupServiceWrapper.getWrappedService()
 GroupService GroupServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type GroupService
 void GroupServiceUtil.setService(GroupService service)
          Deprecated. As of 6.2.0
 void GroupServiceWrapper.setWrappedGroupService(GroupService groupService)
          Deprecated. As of 6.1.0, replaced by GroupServiceWrapper.setWrappedService(com.liferay.portal.service.GroupService)
 void GroupServiceWrapper.setWrappedService(GroupService groupService)
           
 

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


Liferay 6.2-ce-ga5