Uses of Interface
com.atlassian.bamboo.author.AuthorDao

Packages that use AuthorDao
com.atlassian.bamboo.author   
com.atlassian.bamboo.user   
 

Uses of AuthorDao in com.atlassian.bamboo.author
 

Classes in com.atlassian.bamboo.author that implement AuthorDao
 class AuthorHibernateDao
           
 

Methods in com.atlassian.bamboo.author that return AuthorDao
 AuthorDao HibernateAuthorManagerImpl.getAuthorDao()
           
 

Methods in com.atlassian.bamboo.author with parameters of type AuthorDao
 void HibernateAuthorManagerImpl.setAuthorDao(AuthorDao authorDao)
           
 

Uses of AuthorDao in com.atlassian.bamboo.user
 

Methods in com.atlassian.bamboo.user with parameters of type AuthorDao
 void BambooUserManagerImpl.setAuthorDao(AuthorDao authorDao)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.