Liferay 6.2-ce-ga5

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

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

Uses of UserGroupRoleService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement UserGroupRoleService
 class UserGroupRoleServiceWrapper
          Provides a wrapper for UserGroupRoleService.
 

Methods in com.liferay.portal.service that return UserGroupRoleService
static UserGroupRoleService UserGroupRoleServiceUtil.getService()
           
 UserGroupRoleService UserGroupRoleServiceWrapper.getWrappedService()
           
 UserGroupRoleService UserGroupRoleServiceWrapper.getWrappedUserGroupRoleService()
          Deprecated. As of 6.1.0, replaced by UserGroupRoleServiceWrapper.getWrappedService()
 

Methods in com.liferay.portal.service with parameters of type UserGroupRoleService
 void UserGroupRoleServiceUtil.setService(UserGroupRoleService service)
          Deprecated. As of 6.2.0
 void UserGroupRoleServiceWrapper.setWrappedService(UserGroupRoleService userGroupRoleService)
           
 void UserGroupRoleServiceWrapper.setWrappedUserGroupRoleService(UserGroupRoleService userGroupRoleService)
          Deprecated. As of 6.1.0, replaced by UserGroupRoleServiceWrapper.setWrappedService(com.liferay.portal.service.UserGroupRoleService)
 

Constructors in com.liferay.portal.service with parameters of type UserGroupRoleService
UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
           
 


Liferay 6.2-ce-ga5