com.liferay.portal.service
Class UserGroupRoleServiceUtil
java.lang.Object
com.liferay.portal.service.UserGroupRoleServiceUtil
@ProviderType
public class UserGroupRoleServiceUtil
- extends Object
Provides the remote service utility for UserGroupRole. This utility wraps
UserGroupRoleServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.
- See Also:
UserGroupRoleService,
UserGroupRoleServiceBaseImpl,
UserGroupRoleServiceImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupRoleServiceUtil
public UserGroupRoleServiceUtil()
addUserGroupRoles
public static void addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws PortalException
- Throws:
PortalException
addUserGroupRoles
public static void addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws PortalException
- Throws:
PortalException
deleteUserGroupRoles
public static void deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws PortalException
- Throws:
PortalException
deleteUserGroupRoles
public static void deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws PortalException
- Throws:
PortalException
getOSGiServiceIdentifier
public static String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Returns:
- the OSGi service identifier
getService
public static UserGroupRoleService getService()