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
           
 

Constructors in com.atlassian.bamboo.comment with parameters of type CommentDao
CommentManagerImpl(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, DeploymentResultService deploymentResultService, DeploymentVersionDao deploymentVersionDao, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, VariableDefinitionDao variableDefinitionDao, CommentDao commentDao, ArtifactManager artifactManager, com.atlassian.event.api.EventPublisher eventPublisher, EnvironmentService environmentService, DeploymentProjectService deploymentProjectService)
           
 

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 © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.