@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface UserGroupRoleService extends BaseService
UserGroupRoleServiceUtil,
UserGroupRoleServiceBaseImpl,
com.liferay.portal.service.impl.UserGroupRoleServiceImpl| Modifier and Type | Method and Description |
|---|---|
void |
addUserGroupRoles(long[] userIds,
long groupId,
long roleId) |
void |
addUserGroupRoles(long userId,
long groupId,
long[] roleIds) |
void |
deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId) |
void |
deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanvoid addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws PortalException,
SystemException
PortalExceptionSystemException