Uses of Interface
com.bluebell.greenhouse.radicle.repositories.account.AccountRepository
Packages that use AccountRepository
Package
Description
Contains the service layer for
Accounts.Contains the service layer for
Transactions.-
Uses of AccountRepository in com.bluebell.greenhouse.radicle.services.account
Subclasses with type arguments of type AccountRepository in com.bluebell.greenhouse.radicle.services.accountModifier and TypeClassDescriptionclassService-layer for building and reading account ledger entries from positions and transactions.classService-layer forAccountentities.Constructors in com.bluebell.greenhouse.radicle.services.account with parameters of type AccountRepositoryModifierConstructorDescriptionAccountLedgerService(AccountLedgerRepository accountLedgerRepository, AccountRepository accountRepository, PositionRepository positionRepository, TransactionRepository transactionRepository) Creates the service.AccountService(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 AccountRepository in com.bluebell.greenhouse.radicle.services.transaction
Constructors in com.bluebell.greenhouse.radicle.services.transaction with parameters of type AccountRepositoryModifierConstructorDescriptionTransactionService(AccountRepository accountRepository, PositionRepository positionRepository, TransactionRepository transactionRepository, AccountLedgerService accountLedgerService, jakarta.persistence.EntityManager entityManager) Creates the service.