com.liferay.portal.service
Class UserGroupRoleServiceWrapper
java.lang.Object
com.liferay.portal.service.UserGroupRoleServiceWrapper
- All Implemented Interfaces:
- UserGroupRoleService
public class UserGroupRoleServiceWrapper
- extends java.lang.Object
- implements UserGroupRoleService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for UserGroupRoleService
.
- Author:
- Brian Wing Shun Chan
- See Also:
UserGroupRoleService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupRoleServiceWrapper
public UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
addUserGroupRoles
public void addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addUserGroupRoles
in interface UserGroupRoleService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addUserGroupRoles
public void addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addUserGroupRoles
in interface UserGroupRoleService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteUserGroupRoles
public void deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteUserGroupRoles
in interface UserGroupRoleService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteUserGroupRoles
public void deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteUserGroupRoles
in interface UserGroupRoleService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedUserGroupRoleService
public UserGroupRoleService getWrappedUserGroupRoleService()