Uses of Class
org.qubership.atp.environments.repo.impl.SystemCategoryRepositoryImpl
Packages that use SystemCategoryRepositoryImpl
Package
Description
-
Uses of SystemCategoryRepositoryImpl in org.qubership.atp.environments.repo.impl
Methods in org.qubership.atp.environments.repo.impl that return types with arguments of type SystemCategoryRepositoryImplModifier and TypeMethodDescriptionjavax.inject.Provider<SystemCategoryRepositoryImpl> SystemRepositoryImpl.getSystemCategoryRepo() -
Uses of SystemCategoryRepositoryImpl in org.qubership.atp.environments.service.direct.impl
Constructors in org.qubership.atp.environments.service.direct.impl with parameters of type SystemCategoryRepositoryImplModifierConstructorDescriptionEnvironmentServiceImpl(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.SystemCategoriesServiceImpl(SystemCategoryRepositoryImpl systemCategoriesRepository, DateTimeUtil dateTimeUtil)