Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for GroupService.
 

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

Methods in com.liferay.portal.service with parameters of type GroupService
 void GroupServiceUtil.setService(GroupService service)
          Deprecated.  
 void GroupServiceWrapper.setWrappedGroupService(GroupService groupService)
          Deprecated. Renamed to 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.1.2-ce-ga3