Uses of Class
com.bluebell.greenhouse.planter.resolvers.request.ref.OwnedAccountRef
Packages that use OwnedAccountRef
Package
Description
Contains account request contexts and resolvers.
Contains position request contexts and resolvers.
Contains owned reference types carried by API request contexts.
Contains transaction request contexts and resolvers.
Contains account cache key helpers.
Contains the service layer for
Accounts.-
Uses of OwnedAccountRef in com.bluebell.greenhouse.planter.resolvers.request.account
Methods in com.bluebell.greenhouse.planter.resolvers.request.account that return OwnedAccountRefModifier and TypeMethodDescriptionAccountDeletionRequestContext.accountRef()Returns the reference identifying the resolved account.AccountPortfolioRequestContext.accountRef()Returns the reference identifying the resolved account.AccountRequestContext.accountRef()Returns the value of theaccountRefrecord component.Constructors in com.bluebell.greenhouse.planter.resolvers.request.account with parameters of type OwnedAccountRefModifierConstructorDescriptionAccountRequestContext(AuthenticatedUserRef userRef, OwnedAccountRef accountRef) Creates an instance of aAccountRequestContextrecord class. -
Uses of OwnedAccountRef in com.bluebell.greenhouse.planter.resolvers.request.position
Methods in com.bluebell.greenhouse.planter.resolvers.request.position that return OwnedAccountRefModifier and TypeMethodDescriptionPositionOrderRequestContext.accountRef()PositionRequestContext.accountRef()PositionTransactionRequestContext.accountRef() -
Uses of OwnedAccountRef in com.bluebell.greenhouse.planter.resolvers.request.ref
Methods in com.bluebell.greenhouse.planter.resolvers.request.ref that return OwnedAccountRefModifier and TypeMethodDescriptionOwnedPositionRef.accountRef()OwnedTransactionRef.accountRef()Returns the owning account reference.static OwnedAccountRefOwnedAccountRef.of(AuthenticatedUserRef userRef, String accountNumber) Creates the reference.Methods in com.bluebell.greenhouse.planter.resolvers.request.ref with parameters of type OwnedAccountRefModifier and TypeMethodDescriptionstatic OwnedPositionRefOwnedPositionRef.of(OwnedAccountRef accountRef, long positionNumber) Mints a reference.static OwnedTransactionRefOwnedTransactionRef.of(OwnedAccountRef accountRef, long transactionNumber) Creates the reference. -
Uses of OwnedAccountRef in com.bluebell.greenhouse.planter.resolvers.request.transaction
Methods in com.bluebell.greenhouse.planter.resolvers.request.transaction that return OwnedAccountRefModifier and TypeMethodDescriptionTransactionRequestContext.accountRef()Returns the reference identifying the resolved account. -
Uses of OwnedAccountRef in com.bluebell.greenhouse.platform.configuration.cache.account
Methods in com.bluebell.greenhouse.platform.configuration.cache.account with parameters of type OwnedAccountRefModifier and TypeMethodDescriptionstatic StringAccountLedgerCacheKeys.forAccountBalancePerformance(OwnedAccountRef ref, BalancePerformanceMetric metric, BalancePerformancePeriod period, ZoneId zoneId) Builds the cache key for an account balance-performance report addressed by reference. -
Uses of OwnedAccountRef in com.bluebell.greenhouse.radicle.services.account
Methods in com.bluebell.greenhouse.radicle.services.account with parameters of type OwnedAccountRefModifier and TypeMethodDescriptionbooleanAccountService.deleteAccount(OwnedAccountRef ref) Deletes the account a reference identifies.AccountService.getAccountDetails(OwnedAccountRef ref) Retrieves details for the account a reference identifies.BalancePerformanceReportService.getAccountReport(OwnedAccountRef ref, BalancePerformanceMetric metric, BalancePerformancePeriod period, ZoneId zoneId) Builds the balance performance report for the account a reference identifies.AccountService.refreshAccount(OwnedAccountRef ref, boolean ignoreStart) Refreshes the account a reference identifies.AccountService.resolveOwned(OwnedAccountRef ref) Resolves the account a reference identifies.AccountService.updateAccount(OwnedAccountRef ref, CreateUpdateAccountDTO data, Portfolio portfolio) Updates the account a reference identifies.AccountService.updateAccountStrategy(OwnedAccountRef ref, String strategyUid) Assigns or removes a strategy on the account a reference identifies.