Uses of Class
com.bluebell.greenhouse.radicle.services.locale.LocaleService
Packages that use LocaleService
Package
Description
Contains the service layer for
Accounts.Contains the service layer for
Exchanges.-
Uses of LocaleService in com.bluebell.greenhouse.radicle.services.account
Constructors in com.bluebell.greenhouse.radicle.services.account with parameters of type LocaleServiceModifierConstructorDescriptionAccountService(AccountRepository accountRepository, AccountLedgerService accountLedgerService, AccountDetailsService accountDetailsService, LocaleService localeService, PositionService positionService, PerformanceReportService performanceReportService, StrategyService strategyService, TransactionService transactionService, PositionImportService positionImportService, AccountServiceCollaborators collaborators) Creates the service. -
Uses of LocaleService in com.bluebell.greenhouse.radicle.services.exchange
Constructors in com.bluebell.greenhouse.radicle.services.exchange with parameters of type LocaleServiceModifierConstructorDescriptionExchangeRegistryImportService(ExchangeRegistryService exchangeRegistryService, LocaleService localeService, ExchangeRepository exchangeRepository, jakarta.persistence.EntityManager entityManager) Creates a new exchange registry import service.