Class SymbolRegistryImportService

java.lang.Object
com.bluebell.greenhouse.radicle.services.symbol.SymbolRegistryImportService

@Service public class SymbolRegistryImportService extends Object
Imports symbol registry entries into the database.
Version:
3.0.6
Author:
Stephen Prizio
  • 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 service
      symbolRepository - symbol repository
      symbolRegistryService - symbol registry service
      entityManager - EntityManager
  • Method Details

    • importSymbols

      @Transactional public void importSymbols(Boolean needsReview)
      Imports symbol registry entries into the database.
      Parameters:
      needsReview - optional needs-review filter