Liferay 6.0.5

com.liferay.portal.service
Class UserGroupRoleServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.UserGroupRoleServiceWrapper
All Implemented Interfaces:
UserGroupRoleService

public class UserGroupRoleServiceWrapper
extends Object
implements UserGroupRoleService

This class is a wrapper for UserGroupRoleService.

See Also:
UserGroupRoleService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
           
 
Method Summary
 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)
           
 UserGroupRoleService getWrappedUserGroupRoleService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupRoleServiceWrapper

public UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
Method Detail

addUserGroupRoles

public void addUserGroupRoles(long userId,
                              long groupId,
                              long[] roleIds)
                       throws PortalException,
                              SystemException
Specified by:
addUserGroupRoles in interface UserGroupRoleService
Throws:
PortalException
SystemException

addUserGroupRoles

public void addUserGroupRoles(long[] userIds,
                              long groupId,
                              long roleId)
                       throws PortalException,
                              SystemException
Specified by:
addUserGroupRoles in interface UserGroupRoleService
Throws:
PortalException
SystemException

deleteUserGroupRoles

public void deleteUserGroupRoles(long userId,
                                 long groupId,
                                 long[] roleIds)
                          throws PortalException,
                                 SystemException
Specified by:
deleteUserGroupRoles in interface UserGroupRoleService
Throws:
PortalException
SystemException

deleteUserGroupRoles

public void deleteUserGroupRoles(long[] userIds,
                                 long groupId,
                                 long roleId)
                          throws PortalException,
                                 SystemException
Specified by:
deleteUserGroupRoles in interface UserGroupRoleService
Throws:
PortalException
SystemException

getWrappedUserGroupRoleService

public UserGroupRoleService getWrappedUserGroupRoleService()

Liferay 6.0.5