Uses of Class
com.bluebell.greenhouse.planter.resolvers.request.ref.OwnedPositionRef
Packages that use OwnedPositionRef
Package
Description
Contains position request contexts and resolvers.
Contains owned reference types carried by API request contexts.
Contains the service layer for
Positions.-
Uses of OwnedPositionRef in com.bluebell.greenhouse.planter.resolvers.request.position
Methods in com.bluebell.greenhouse.planter.resolvers.request.position that return OwnedPositionRefModifier and TypeMethodDescriptionPositionOrderRequestContext.positionRef()PositionRequestContext.positionRef()Returns the value of thepositionRefrecord component.PositionTransactionRequestContext.positionRef()Constructors in com.bluebell.greenhouse.planter.resolvers.request.position with parameters of type OwnedPositionRefModifierConstructorDescriptionPositionRequestContext(AccountRequestContext accountContext, OwnedPositionRef positionRef) Creates an instance of aPositionRequestContextrecord class. -
Uses of OwnedPositionRef in com.bluebell.greenhouse.planter.resolvers.request.ref
Methods in com.bluebell.greenhouse.planter.resolvers.request.ref that return OwnedPositionRefModifier and TypeMethodDescriptionstatic OwnedPositionRefOwnedPositionRef.of(OwnedAccountRef accountRef, long positionNumber) Mints a reference.OwnedPositionOrderRef.positionRef()Returns the owning position reference.OwnedPositionTransactionRef.positionRef()Returns the owning position reference.Methods in com.bluebell.greenhouse.planter.resolvers.request.ref with parameters of type OwnedPositionRefModifier and TypeMethodDescriptionstatic OwnedPositionOrderRefOwnedPositionOrderRef.of(OwnedPositionRef positionRef, String uid) Creates the reference.static OwnedPositionTransactionRefOwnedPositionTransactionRef.of(OwnedPositionRef positionRef, String uid) Creates the reference. -
Uses of OwnedPositionRef in com.bluebell.greenhouse.radicle.services.position
Methods in com.bluebell.greenhouse.radicle.services.position with parameters of type OwnedPositionRefModifier and TypeMethodDescriptionbooleanPositionService.deletePosition(OwnedPositionRef ref) Deletes the position a reference identifies.PositionOrderService.findPositionOrderByUid(String uid, OwnedPositionRef ref) Finds a position order by uid on the position a reference identifies.PositionOrderService.findPositionOrders(OwnedPositionRef ref) Lists the orders on the position a reference identifies.PositionTransactionService.findPositionTransactionByUid(String uid, OwnedPositionRef ref) Finds a position transaction by uid on the position a reference identifies.PositionTransactionService.findPositionTransactions(OwnedPositionRef ref) Lists the transactions on the position a reference identifies.PositionService.generatePositionInsights(OwnedPositionRef ref) Generates insights for the position a reference identifies.PositionService.getPositionDetail(OwnedPositionRef ref) Returns the detail payload for the given position reference.PositionOrderService.placePositionOrder(OwnedPositionRef ref, CreateUpdatePositionOrderDTO data, Account account) Places an order on the position a reference identifies.PositionWriteService.placePositionOrder(OwnedPositionRef ref, CreateUpdatePositionOrderDTO data, Account account) Places an order on the position a reference identifies and returns the converted result.PositionTransactionService.recordPositionTransaction(OwnedPositionRef ref, CreateUpdatePositionTransactionDTO data, Account account) Records a transaction on the position a reference identifies.PositionWriteService.recordPositionTransaction(OwnedPositionRef ref, CreateUpdatePositionTransactionDTO data, Account account) Records a transaction on the position a reference identifies and returns the converted result.PositionService.resolveOwned(OwnedPositionRef ref) Resolves the position a reference identifies.PositionService.updatePosition(OwnedPositionRef ref, CreateUpdatePositionDTO data, Account account) Updates the position a reference identifies.PositionWriteService.updatePosition(OwnedPositionRef ref, CreateUpdatePositionDTO data, Account account) Updates the position a reference identifies and returns the converted result.