Uses of Class
com.bluebell.greenhouse.planter.resolvers.request.ref.OwnedTransactionRef
Packages that use OwnedTransactionRef
Package
Description
Contains owned reference types carried by API request contexts.
Contains transaction request contexts and resolvers.
Contains the service layer for
Transactions.-
Uses of OwnedTransactionRef in com.bluebell.greenhouse.planter.resolvers.request.ref
Methods in com.bluebell.greenhouse.planter.resolvers.request.ref that return OwnedTransactionRefModifier and TypeMethodDescriptionstatic OwnedTransactionRefOwnedTransactionRef.of(OwnedAccountRef accountRef, long transactionNumber) Creates the reference. -
Uses of OwnedTransactionRef in com.bluebell.greenhouse.planter.resolvers.request.transaction
Methods in com.bluebell.greenhouse.planter.resolvers.request.transaction that return OwnedTransactionRefModifier and TypeMethodDescriptionTransactionRequestContext.transactionRef()Returns the value of thetransactionRefrecord component.Constructors in com.bluebell.greenhouse.planter.resolvers.request.transaction with parameters of type OwnedTransactionRefModifierConstructorDescriptionTransactionRequestContext(AccountRequestContext accountContext, OwnedTransactionRef transactionRef) Creates an instance of aTransactionRequestContextrecord class. -
Uses of OwnedTransactionRef in com.bluebell.greenhouse.radicle.services.transaction
Methods in com.bluebell.greenhouse.radicle.services.transaction with parameters of type OwnedTransactionRefModifier and TypeMethodDescriptionbooleanTransactionService.deleteTransaction(OwnedTransactionRef ref) Deletes the transaction a reference identifies.TransactionService.resolveOwned(OwnedTransactionRef ref) Resolves the transaction a reference identifies.TransactionService.updateTransaction(OwnedTransactionRef ref, CreateUpdateTransactionDTO data, Account account) Updates the transaction a reference identifies.