Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.transaction.TransactionNotFoundApiResponse
Packages that use TransactionNotFoundApiResponse
-
Uses of TransactionNotFoundApiResponse in com.bluebell.greenhouse.planter.controllers.transaction
Methods in com.bluebell.greenhouse.planter.controllers.transaction with annotations of type TransactionNotFoundApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Boolean> TransactionApiController.deleteTransaction(TransactionRequestContext context) Deletes aTransactionwith the matching name & account.org.springframework.http.ResponseEntity<TransactionDTO> TransactionApiController.putUpdateTransaction(TransactionRequestContext context, @Valid CreateUpdateTransactionDTO data) Returns an updatedTransaction.