com.liferay.portal.service
Class UserGroupGroupRoleServiceWrapper
java.lang.Object
com.liferay.portal.service.UserGroupGroupRoleServiceWrapper
- All Implemented Interfaces:
- BaseService, ServiceWrapper<UserGroupGroupRoleService>, UserGroupGroupRoleService
@ProviderType
public class UserGroupGroupRoleServiceWrapper
- extends Object
- implements UserGroupGroupRoleService, ServiceWrapper<UserGroupGroupRoleService>
Provides a wrapper for UserGroupGroupRoleService.
- See Also:
UserGroupGroupRoleService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupGroupRoleServiceWrapper
public UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService)
addUserGroupGroupRoles
public void addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
- Specified by:
addUserGroupGroupRoles in interface UserGroupGroupRoleService
- Throws:
PortalException
addUserGroupGroupRoles
public void addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
- Specified by:
addUserGroupGroupRoles in interface UserGroupGroupRoleService
- Throws:
PortalException
deleteUserGroupGroupRoles
public void deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
- Specified by:
deleteUserGroupGroupRoles in interface UserGroupGroupRoleService
- Throws:
PortalException
deleteUserGroupGroupRoles
public void deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
- Specified by:
deleteUserGroupGroupRoles in interface UserGroupGroupRoleService
- Throws:
PortalException
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface UserGroupGroupRoleService
- Returns:
- the OSGi service identifier
getWrappedService
public UserGroupGroupRoleService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>
setWrappedService
public void setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService)
- Specified by:
setWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>