Uses of Interface
com.atlassian.bamboo.labels.LabelDao

Packages that use LabelDao
com.atlassian.bamboo.build.expiry   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.user   
 

Uses of LabelDao in com.atlassian.bamboo.build.expiry
 

Constructors in com.atlassian.bamboo.build.expiry with parameters of type LabelDao
BuildExpiryBean(ResultsSummaryManager resultsSummaryManager, PlanManager planManager, AdministrationConfigurationManager administrationConfigurationManager, LabelDao labelDao)
           
 

Uses of LabelDao in com.atlassian.bamboo.labels
 

Classes in com.atlassian.bamboo.labels that implement LabelDao
 class LabelHibernateDao
           
 

Constructors in com.atlassian.bamboo.labels with parameters of type LabelDao
LabelManagerImpl(LabelDao labelDao, BuildResultsIndexer buildResultsIndexer, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
           
 

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

Fields in com.atlassian.bamboo.migration.stream declared as LabelDao
protected  LabelDao AbstractProjectMapper.labelDao
           
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type LabelDao
AbstractProjectMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooStAXListImportStrategy listImportStrategy, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager)
           
LabelMapper(net.sf.hibernate.SessionFactory sessionFactory, LabelDao labelDao)
           
ProjectBuildMapper(net.sf.hibernate.SessionFactory sessionFactory, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager, BuildResultsSummaryDao buildResultsSummaryDao)
           
ProjectChainMapper(net.sf.hibernate.SessionFactory sessionFactory, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager, BuildResultsSummaryDao buildResultsSummaryDao)
           
ProjectMapper(net.sf.hibernate.SessionFactory sessionFactory, ProjectManager projectManager, BuildResultsSummaryManager buildResultsSummaryManager, ExtendedAuthorManager extendedAuthorManager, LabelDao labelDao, NotificationManager notificationManager, PlanManager planManager, BuildResultsSummaryDao buildResultsSummaryDao)
           
 

Uses of LabelDao in com.atlassian.bamboo.user
 

Methods in com.atlassian.bamboo.user with parameters of type LabelDao
 void BambooUserManagerImpl.setLabelDao(LabelDao labelDao)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.