@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface UserGroupGroupRoleService extends BaseService
UserGroupGroupRoleServiceUtil| Modifier and Type | Method and Description |
|---|---|
void |
addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId) |
void |
addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId) |
void |
deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
UserGroupGroupRoleServiceUtil to access the user group group role remote service. Add custom service methods to com.liferay.portal.service.impl.UserGroupGroupRoleServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.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
PortalExceptionString getOSGiServiceIdentifier()