@ProviderType public class UserGroupGroupRoleServiceWrapper extends java.lang.Object implements UserGroupGroupRoleService, ServiceWrapper<UserGroupGroupRoleService>
UserGroupGroupRoleService.UserGroupGroupRoleService| Constructor and Description |
|---|
UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService) |
| 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) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
UserGroupGroupRoleService |
getWrappedService() |
UserGroupGroupRoleService |
getWrappedUserGroupGroupRoleService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService) |
void |
setWrappedUserGroupGroupRoleService(UserGroupGroupRoleService userGroupGroupRoleService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.UserGroupGroupRoleService) |
public UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService)
public void addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
addUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalExceptionpublic void addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
addUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalExceptionpublic void deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
deleteUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalExceptionpublic void deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
deleteUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface UserGroupGroupRoleServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface UserGroupGroupRoleServicebeanIdentifier - the Spring bean ID for this bean@Deprecated public UserGroupGroupRoleService getWrappedUserGroupGroupRoleService()
getWrappedService()@Deprecated public void setWrappedUserGroupGroupRoleService(UserGroupGroupRoleService userGroupGroupRoleService)
setWrappedService(com.liferay.portal.service.UserGroupGroupRoleService)public UserGroupGroupRoleService getWrappedService()
getWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>public void setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService)
setWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>