Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class UserGroupGroupRoleServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.UserGroupGroupRoleServiceBaseImpl
          extended by com.liferay.portal.service.impl.UserGroupGroupRoleServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, UserGroupGroupRoleService

public class UserGroupGroupRoleServiceImpl
extends UserGroupGroupRoleServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.UserGroupGroupRoleServiceBaseImpl
counterLocalService, roleFinder, roleLocalService, rolePersistence, roleService, userGroupFinder, userGroupGroupRoleFinder, userGroupGroupRoleLocalService, userGroupGroupRolePersistence, userGroupGroupRoleService, userGroupLocalService, userGroupPersistence, userGroupService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
UserGroupGroupRoleServiceImpl()
           
 
Method Summary
 void addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId)
           
 void addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds)
           
protected  void checkPermission(long groupId, long[] roleIds)
           
 void deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId)
           
 void deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds)
           
 
Methods inherited from class com.liferay.portal.service.base.UserGroupGroupRoleServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getRoleFinder, getRoleLocalService, getRolePersistence, getRoleService, getUserGroupFinder, getUserGroupGroupRoleFinder, getUserGroupGroupRoleLocalService, getUserGroupGroupRolePersistence, getUserGroupGroupRoleService, getUserGroupLocalService, getUserGroupPersistence, getUserGroupService, runSQL, setCounterLocalService, setRoleFinder, setRoleLocalService, setRolePersistence, setRoleService, setUserGroupFinder, setUserGroupGroupRoleFinder, setUserGroupGroupRoleLocalService, setUserGroupGroupRolePersistence, setUserGroupGroupRoleService, setUserGroupLocalService, setUserGroupPersistence, setUserGroupService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupGroupRoleServiceImpl

public UserGroupGroupRoleServiceImpl()
Method Detail

addUserGroupGroupRoles

public void addUserGroupGroupRoles(long userGroupId,
                                   long groupId,
                                   long[] roleIds)
                            throws PortalException
Throws:
PortalException

addUserGroupGroupRoles

public void addUserGroupGroupRoles(long[] userGroupIds,
                                   long groupId,
                                   long roleId)
                            throws PortalException
Throws:
PortalException

deleteUserGroupGroupRoles

public void deleteUserGroupGroupRoles(long userGroupId,
                                      long groupId,
                                      long[] roleIds)
                               throws PortalException
Throws:
PortalException

deleteUserGroupGroupRoles

public void deleteUserGroupGroupRoles(long[] userGroupIds,
                                      long groupId,
                                      long roleId)
                               throws PortalException
Throws:
PortalException

checkPermission

protected void checkPermission(long groupId,
                               long[] roleIds)
                        throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4