@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface UserGroupRoleService extends BaseService
UserGroupRoleServiceUtil| Modifier and Type | Method and Description |
|---|---|
void |
addUserGroupRoles(long[] userIds,
long groupId,
long roleId) |
void |
addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId) |
void |
deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
updateUserGroupRoles(long userId,
long groupId,
long[] addedRoleIds,
long[] deletedRoleIds) |
void addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws PortalException
UserGroupRoleServiceUtil to access the user group role remote service. Add custom service methods to com.liferay.portal.service.impl.UserGroupRoleServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalExceptionvoid addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws PortalException
PortalExceptionvoid deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws PortalException
PortalExceptionvoid deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
void updateUserGroupRoles(long userId,
long groupId,
long[] addedRoleIds,
long[] deletedRoleIds)
throws PortalException
PortalException