Liferay 6.2-ce-ga5

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

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

Uses of UserGroupService in com.liferay.portal.service
 

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

Methods in com.liferay.portal.service that return UserGroupService
static UserGroupService UserGroupServiceUtil.getService()
           
 UserGroupService UserGroupServiceWrapper.getWrappedService()
           
 UserGroupService UserGroupServiceWrapper.getWrappedUserGroupService()
          Deprecated. As of 6.1.0, replaced by UserGroupServiceWrapper.getWrappedService()
 

Methods in com.liferay.portal.service with parameters of type UserGroupService
 void UserGroupServiceUtil.setService(UserGroupService service)
          Deprecated. As of 6.2.0
 void UserGroupServiceWrapper.setWrappedService(UserGroupService userGroupService)
           
 void UserGroupServiceWrapper.setWrappedUserGroupService(UserGroupService userGroupService)
          Deprecated. As of 6.1.0, replaced by UserGroupServiceWrapper.setWrappedService(com.liferay.portal.service.UserGroupService)
 

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


Liferay 6.2-ce-ga5