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, RepositoryDefinitionManager repositoryDefinitionManager, ErrorUpdateHandler errorUpdateHandler)
           
 

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, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

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, ProjectDao projectDao, AuthorDao authorDao, LabelDao labelDao, PlanDao planDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao)
           
LabelMapper(net.sf.hibernate.SessionFactory sessionFactory, LabelDao labelDao)
           
ProjectChainMapper(net.sf.hibernate.SessionFactory sessionFactory, ProjectDao projectDao, AuthorDao authorDao, LabelDao labelDao, PlanDao planDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao, MapperFactory mapperFactory)
           
ProjectMapper(net.sf.hibernate.SessionFactory sessionFactory, ProjectDao projectDao, AuthorDao authorDao, LabelDao labelDao, PlanDao planDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao, MapperFactory mapperFactory)
           
 

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