Class SymbolRegistryImportService
java.lang.Object
com.bluebell.greenhouse.radicle.services.symbol.SymbolRegistryImportService
Imports symbol registry entries into the database.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolRegistryImportService(ExchangeService exchangeService, SymbolRepository symbolRepository, SymbolRegistryService symbolRegistryService, jakarta.persistence.EntityManager entityManager) Creates a new symbol registry import service. -
Method Summary
Modifier and TypeMethodDescriptionvoidimportSymbols(Boolean needsReview) Imports symbol registry entries into the database.
-
Constructor Details
-
SymbolRegistryImportService
@Autowired public SymbolRegistryImportService(ExchangeService exchangeService, SymbolRepository symbolRepository, SymbolRegistryService symbolRegistryService, jakarta.persistence.EntityManager entityManager) Creates a new symbol registry import service.- Parameters:
exchangeService- exchange servicesymbolRepository- symbol repositorysymbolRegistryService- symbol registry serviceentityManager-EntityManager
-
-
Method Details
-
importSymbols
Imports symbol registry entries into the database.- Parameters:
needsReview- optional needs-review filter
-