Uses of Class
org.qubership.atp.environments.repo.impl.SystemRepositoryImpl
Packages that use SystemRepositoryImpl
Package
Description
-
Uses of SystemRepositoryImpl in org.qubership.atp.environments.repo.impl
Methods in org.qubership.atp.environments.repo.impl that return types with arguments of type SystemRepositoryImplModifier and TypeMethodDescriptionjavax.inject.Provider<SystemRepositoryImpl> EnvironmentRepositoryImpl.getSystemRepo() -
Uses of SystemRepositoryImpl in org.qubership.atp.environments.repo.projections
Fields in org.qubership.atp.environments.repo.projections declared as SystemRepositoryImplConstructors in org.qubership.atp.environments.repo.projections with parameters of type SystemRepositoryImplModifierConstructorDescriptionConstructor. -
Uses of SystemRepositoryImpl in org.qubership.atp.environments.service.direct.impl
Constructors in org.qubership.atp.environments.service.direct.impl with parameters of type SystemRepositoryImplModifierConstructorDescriptionEnvironmentServiceImpl(EnvironmentRepositoryImpl environmentRepository, SystemRepositoryImpl systemRepository, ConnectionRepositoryImpl connectionRepository, SystemService systemService, SystemCategoryRepositoryImpl systemCategoryRepository, DateTimeUtil dateTimeUtil, org.qubership.atp.auth.springbootstarter.ssl.Provider<org.qubership.atp.auth.springbootstarter.entities.UserInfo> userInfoProvider, ProjectAccessService projectAccessService, org.springframework.cache.CacheManager cacheManager, ValidationStrategyFactory validationStrategyFactory) Class constructor.SystemServiceImpl(SystemRepositoryImpl systemRepository, ConnectionRepositoryImpl connectionRepository, ConnectionService connectionService, SystemCategoriesService systemCategoriesService, DateTimeUtil dateTimeUtil, EnvironmentRepositoryImpl environmentRepository, EncryptorService encryptorService, DecryptorService decryptorService, org.qubership.atp.auth.springbootstarter.ssl.Provider<org.qubership.atp.auth.springbootstarter.entities.UserInfo> userInfoProvider, KafkaService kafkaService, RegexpHandler regexpHandler, JsonPathHandler jsonPathHandler, VersionCheckerFactory versionCheckerFactory, MetricService metricService) TODO Make javadoc documentation for this method. -
Uses of SystemRepositoryImpl in org.qubership.atp.environments.versioning.service.impl
Constructors in org.qubership.atp.environments.versioning.service.impl with parameters of type SystemRepositoryImplModifierConstructorDescriptionJaversRestoreSystemServiceImpl(org.javers.core.Javers javers, javax.validation.Validator validator, CommitEntityService<System> commitEntityService, DateTimeUtil dateTimeUtil, org.qubership.atp.auth.springbootstarter.ssl.Provider<org.qubership.atp.auth.springbootstarter.entities.UserInfo> userInfoProvider, com.querydsl.sql.SQLQueryFactory queryFactory, SystemRepositoryImpl systemRepository) Constructor.