StudentLoanManagement
com.student_loan.controller.LoanController Member List

This is the complete list of members for com.student_loan.controller.LoanController, including all inherited members.

createLoan(@RequestBody LoanRecord loanRecord)com.student_loan.controller.LoanController
deleteLoan(@PathVariable Long id, @RequestParam("token") String token)com.student_loan.controller.LoanController
getAllLoans(@RequestParam("token") String token)com.student_loan.controller.LoanController
getLoanById(@PathVariable Long id, @RequestParam("token") String token)com.student_loan.controller.LoanController
getLoansByBorrower()com.student_loan.controller.LoanController
getLoansByLender()com.student_loan.controller.LoanController
returnLoan(@PathVariable Long itemId)com.student_loan.controller.LoanController
updateLoan(@PathVariable Long id, @RequestBody LoanRecord loan, @RequestHeader("Authorization") String authHeader)com.student_loan.controller.LoanController