com.liferay.portal.service
Interface UserGroupGroupRoleService
- All Known Implementing Classes:
- UserGroupGroupRoleServiceWrapper
@JSONWebService
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface UserGroupGroupRoleService
The interface for the user group group role remote service.
This is a remote service. 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:
UserGroupGroupRoleServiceUtil
,
UserGroupGroupRoleServiceBaseImpl
,
com.liferay.portal.service.impl.UserGroupGroupRoleServiceImpl
addUserGroupGroupRoles
void addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addUserGroupGroupRoles
void addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteUserGroupGroupRoles
void deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteUserGroupGroupRoles
void deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException