@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface UserGroupGroupRoleService extends BaseService
UserGroupGroupRoleServiceUtil,
com.liferay.portal.service.base.UserGroupGroupRoleServiceBaseImpl,
com.liferay.portal.service.impl.UserGroupGroupRoleServiceImpl| Modifier and Type | Method and Description |
|---|---|
void |
addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId) |
void |
addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds) |
void |
deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId) |
void |
deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
String getOSGiServiceIdentifier()
void addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
PortalExceptionvoid addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
PortalExceptionvoid deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
PortalExceptionvoid deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
PortalException