@Transactional(readOnly=true) public class CachedUserGroupResolverImpl extends Object implements CachedUserGroupResolver
| Constructor and Description |
|---|
CachedUserGroupResolverImpl(InternalUserDao userDao,
InternalGroupDao groupDao) |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,Group> |
findGroupsByIds(Collection<Long> groupIds)
Bulk find groups with the specified database identifiers.
|
Map<Long,User> |
findUsersByIds(Collection<Long> userIds)
Bulk find users with the specified database identifiers.
|
public CachedUserGroupResolverImpl(InternalUserDao userDao, InternalGroupDao groupDao)
public Map<Long,User> findUsersByIds(Collection<Long> userIds)
CachedUserGroupResolverfindUsersByIds in interface CachedUserGroupResolveruserIds - identifiers of users that will be foundpublic Map<Long,Group> findGroupsByIds(Collection<Long> groupIds)
CachedUserGroupResolverfindGroupsByIds in interface CachedUserGroupResolvergroupIds - identifiers of groups that will be foundCopyright © 2020 Atlassian. All rights reserved.