com.liferay.portal.service
Class UserGroupGroupRoleServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.UserGroupGroupRoleServiceWrapper
All Implemented Interfaces:
UserGroupGroupRoleService

public class UserGroupGroupRoleServiceWrapper
extends java.lang.Object
implements UserGroupGroupRoleService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for UserGroupGroupRoleService.

Author:
Brian Wing Shun Chan
See Also:
UserGroupGroupRoleService
Generated:

Constructor Summary
UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService)
           
 
Method Summary
 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)
           
 UserGroupGroupRoleService getWrappedUserGroupGroupRoleService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupGroupRoleServiceWrapper

public UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService)
Method Detail

addUserGroupGroupRoles

public void addUserGroupGroupRoles(long userGroupId,
                                   long groupId,
                                   long[] roleIds)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Specified by:
addUserGroupGroupRoles in interface UserGroupGroupRoleService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addUserGroupGroupRoles

public void addUserGroupGroupRoles(long[] userGroupIds,
                                   long groupId,
                                   long roleId)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Specified by:
addUserGroupGroupRoles in interface UserGroupGroupRoleService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteUserGroupGroupRoles

public void deleteUserGroupGroupRoles(long userGroupId,
                                      long groupId,
                                      long[] roleIds)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
deleteUserGroupGroupRoles in interface UserGroupGroupRoleService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteUserGroupGroupRoles

public void deleteUserGroupGroupRoles(long[] userGroupIds,
                                      long groupId,
                                      long roleId)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
deleteUserGroupGroupRoles in interface UserGroupGroupRoleService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedUserGroupGroupRoleService

public UserGroupGroupRoleService getWrappedUserGroupGroupRoleService()