StudentLoanManagement
|
This is the complete list of members for com.student_loan.service.LoanService, including all inherited members.
createLoan(Loan loan) | com.student_loan.service.LoanService | |
deleteLoan(Long id) | com.student_loan.service.LoanService | |
getAllLoans() | com.student_loan.service.LoanService | |
getBorrowedItemsIdByUser(Long userId) | com.student_loan.service.LoanService | |
getLentItemsIdByUser(Long userId) | com.student_loan.service.LoanService | |
getLoanById(Long id) | com.student_loan.service.LoanService | |
getLoansByBorrower(Long userId) | com.student_loan.service.LoanService | |
getLoansByLender(Long userId) | com.student_loan.service.LoanService | |
returnLoan(Long itemId, Long borrowerId) | com.student_loan.service.LoanService | |
saveLoan(Loan loan) | com.student_loan.service.LoanService |