Uses of Interface
com.bluebell.greenhouse.radicle.repositories.transaction.TransactionRepository
Packages that use TransactionRepository
Package
Description
Contains the service layer for
Accounts.Contains the service layer for
Positions.Contains the service layer for
Transactions.-
Uses of TransactionRepository in com.bluebell.greenhouse.radicle.services.account
Constructors in com.bluebell.greenhouse.radicle.services.account with parameters of type TransactionRepositoryModifierConstructorDescriptionAccountLedgerService(AccountLedgerRepository accountLedgerRepository, AccountRepository accountRepository, PositionRepository positionRepository, TransactionRepository transactionRepository) Creates the service.AccountServiceCollaborators(PortfolioRepository portfolioRepository, PositionRepository positionRepository, TransactionRepository transactionRepository, PositionDTOConverter positionDTOConverter, TransactionDTOConverter transactionDTOConverter) Creates the collaborator bundle. -
Uses of TransactionRepository in com.bluebell.greenhouse.radicle.services.position
Constructors in com.bluebell.greenhouse.radicle.services.position with parameters of type TransactionRepositoryModifierConstructorDescriptionPositionService(PositionRepository positionRepository, AccountLedgerRepository accountLedgerRepository, TransactionRepository transactionRepository, AccountLedgerService accountLedgerService, SymbolService symbolService, StrategyService strategyService, PositionLifecycleService positionLifecycleService, PositionDTOConverter positionDTOConverter) Creates the service. -
Uses of TransactionRepository in com.bluebell.greenhouse.radicle.services.transaction
Subclasses with type arguments of type TransactionRepository in com.bluebell.greenhouse.radicle.services.transactionConstructors in com.bluebell.greenhouse.radicle.services.transaction with parameters of type TransactionRepositoryModifierConstructorDescriptionTransactionService(AccountRepository accountRepository, PositionRepository positionRepository, TransactionRepository transactionRepository, AccountLedgerService accountLedgerService, jakarta.persistence.EntityManager entityManager) Creates the service.