Liferay 6.1.2-ce-ga3

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

Methods in com.liferay.portal.service that return UserGroupService
static UserGroupService UserGroupServiceUtil.getService()
           
 UserGroupService UserGroupServiceWrapper.getWrappedService()
           
 UserGroupService UserGroupServiceWrapper.getWrappedUserGroupService()
          Deprecated. Renamed to UserGroupServiceWrapper.getWrappedService()
 

Methods in com.liferay.portal.service with parameters of type UserGroupService
 void UserGroupServiceUtil.setService(UserGroupService service)
          Deprecated.  
 void UserGroupServiceWrapper.setWrappedService(UserGroupService userGroupService)
           
 void UserGroupServiceWrapper.setWrappedUserGroupService(UserGroupService userGroupService)
          Deprecated. Renamed to UserGroupServiceWrapper.setWrappedService(com.liferay.portal.service.UserGroupService)
 

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


Liferay 6.1.2-ce-ga3