Uses of Interface
com.atlassian.bamboo.comment.CommentDao

Packages that use CommentDao
com.atlassian.bamboo.comment   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.user   
 

Uses of CommentDao in com.atlassian.bamboo.comment
 

Classes in com.atlassian.bamboo.comment that implement CommentDao
 class CommentHibernateDao
           
 

Methods in com.atlassian.bamboo.comment with parameters of type CommentDao
 void CommentManagerImpl.setCommentDao(CommentDao commentDao)
           
 

Uses of CommentDao in com.atlassian.bamboo.deployments.versions.service
 

Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type CommentDao
DeploymentVersionDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentVersionDao deploymentVersionDao, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, VariableDefinitionDao variableDefinitionDao, CommentDao commentDao, ArtifactManager artifactManager)
           
 

Uses of CommentDao in com.atlassian.bamboo.migration.stream
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type CommentDao
CommentRootMapper(net.sf.hibernate.SessionFactory sessionFactory, CommentDao commentDao)
           
 

Uses of CommentDao in com.atlassian.bamboo.user
 

Methods in com.atlassian.bamboo.user with parameters of type CommentDao
 void BambooUserManagerImpl.setCommentDao(CommentDao commentDao)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.