Uses of Class
no.idata1002.group19.domain.entity.TransactionCredentials
Packages that use TransactionCredentials
-
Uses of TransactionCredentials in no.idata1002.group19.web.api
Methods in no.idata1002.group19.web.api with parameters of type TransactionCredentialsModifier 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.