Liferay 7.0-ce-b4

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

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

Uses of UserGroupLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement UserGroupLocalService
 class UserGroupLocalServiceWrapper
          Provides a wrapper for UserGroupLocalService.
 

Methods in com.liferay.portal.service that return UserGroupLocalService
static UserGroupLocalService UserGroupLocalServiceUtil.getService()
           
 UserGroupLocalService UserGroupLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type UserGroupLocalService
 void UserGroupLocalServiceWrapper.setWrappedService(UserGroupLocalService userGroupLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type UserGroupLocalService
UserGroupLocalServiceWrapper(UserGroupLocalService userGroupLocalService)
           
 


Liferay 7.0-ce-b4