Liferay 6.1.2-ce-ga3

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

Methods in com.liferay.portal.service that return UserGroupRoleService
static UserGroupRoleService UserGroupRoleServiceUtil.getService()
           
 UserGroupRoleService UserGroupRoleServiceWrapper.getWrappedService()
           
 UserGroupRoleService UserGroupRoleServiceWrapper.getWrappedUserGroupRoleService()
          Deprecated. Renamed to UserGroupRoleServiceWrapper.getWrappedService()
 

Methods in com.liferay.portal.service with parameters of type UserGroupRoleService
 void UserGroupRoleServiceUtil.setService(UserGroupRoleService service)
          Deprecated.  
 void UserGroupRoleServiceWrapper.setWrappedService(UserGroupRoleService userGroupRoleService)
           
 void UserGroupRoleServiceWrapper.setWrappedUserGroupRoleService(UserGroupRoleService userGroupRoleService)
          Deprecated. Renamed to UserGroupRoleServiceWrapper.setWrappedService(com.liferay.portal.service.UserGroupRoleService)
 

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


Liferay 6.1.2-ce-ga3