com.atlassian.user.util.migration
Class OSUserDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.jdbc.core.support.JdbcDaoSupport
          extended by com.atlassian.user.util.migration.OSUserDao
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class OSUserDao
extends org.springframework.jdbc.core.support.JdbcDaoSupport


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Method Summary
 Map<String,List<String>> findAllUserGroups(Map users)
          Builds a map that contains the mapping between a username and a list of the group names this user belongs to.
 
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, initTemplateConfig, releaseConnection, setDataSource, setJdbcTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findAllUserGroups

public Map<String,List<String>> findAllUserGroups(Map users)
Builds a map that contains the mapping between a username and a list of the group names this user belongs to.



Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.