Uses of Class
no.idata1002.group19.domain.entity.TransactionCredentials
-
Uses of TransactionCredentials in no.idata1002.group19.web.api
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
TransactionController.addTransaction
(TransactionCredentials credentials) Adds a new transaction to the system using the TransactionService and returns an appropriate HTTP response.org.springframework.http.ResponseEntity<?>
TransactionController.update
(long id, TransactionCredentials credentials) Updates a transaction with the specified ID using the TransactionService and returns an appropriate HTTP response.