Uses of Interface
com.atlassian.bamboo.author.AuthorDao
-
-
Uses of AuthorDao in com.atlassian.bamboo.analytics
Constructors in com.atlassian.bamboo.analytics with parameters of type AuthorDao Constructor Description MauServiceImpl(com.atlassian.event.api.EventPublisher eventPublisher, BambooUserManager bambooUserManager, AuthorDao authorDao)
-
Uses of AuthorDao in com.atlassian.bamboo.author
Classes in com.atlassian.bamboo.author that implement AuthorDao Modifier and Type Class Description class
AuthorHibernateDao
Constructors in com.atlassian.bamboo.author with parameters of type AuthorDao Constructor Description HibernateAuthorManagerImpl(AuthorDao authorDao)
-
Uses of AuthorDao in com.atlassian.bamboo.migration.beans
Constructors in com.atlassian.bamboo.migration.beans with parameters of type AuthorDao Constructor Description AuthorMigrationCacheImpl(AuthorDao authorDao)
-
Uses of AuthorDao in com.atlassian.bamboo.migration.stream
Fields in com.atlassian.bamboo.migration.stream declared as AuthorDao Modifier and Type Field Description protected AuthorDao
AbstractProjectMapper. authorDao
Constructors in com.atlassian.bamboo.migration.stream with parameters of type AuthorDao Constructor Description AbstractProjectMapper(org.hibernate.SessionFactory sessionFactory, @NotNull BambooStAXListImportStrategy listImportStrategy, @NotNull ProjectDao projectDao, AuthorDao authorDao, LabelDao labelDao, @NotNull PlanDao planDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
AuthorMapper(org.hibernate.SessionFactory sessionFactory, AuthorDao authorDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
CommitRootMapper(org.hibernate.SessionFactory sessionFactory, @NotNull AuthorDao authorDao, @NotNull CommitDao commitDao, @Nullable RepositoryChangesetDao repositoryChangesetDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of AuthorDao in com.atlassian.bamboo.migration.stream.build
Constructors in com.atlassian.bamboo.migration.stream.build with parameters of type AuthorDao Constructor Description ProjectChainMapper(org.hibernate.SessionFactory sessionFactory, @NotNull ProjectDao projectDao, AuthorDao authorDao, LabelDao labelDao, @NotNull PlanDao planDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull MapperFactory mapperFactory, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
ProjectMapper(org.hibernate.SessionFactory sessionFactory, @NotNull ProjectDao projectDao, AuthorDao authorDao, LabelDao labelDao, PlanDao planDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, RssProjectPermissionDao rssProjectPermissionDao, @NotNull MapperFactory mapperFactory, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of AuthorDao in com.atlassian.bamboo.user
Methods in com.atlassian.bamboo.user with parameters of type AuthorDao Modifier and Type Method Description void
BambooUserManagerImpl. setAuthorDao(AuthorDao authorDao)
-