Index
All Classes and Interfaces|All Packages|Serialized Form
R
- RecordNotFoundException - Exception in com.masai.Exceptions
- RecordNotFoundException(String) - Constructor for exception com.masai.Exceptions.RecordNotFoundException
- recoverBuyerAcount(String, String, LocalDate) - Method in interface com.masai.Dao.BuyerDao
-
Recovers a buyer's account based on their username, password, and recovery date.
- recoverBuyerAcount(String, String, LocalDate) - Method in class com.masai.Dao.BuyerDaoImpl
-
Recovers a buyer's account based on their username, password, and recovery date.
- refundToBuyer(int, int) - Method in interface com.masai.Dao.SellerDao
-
Initiates a refund to the buyer for a specific product and quantity.
- refundToBuyer(int, int) - Method in class com.masai.Dao.SellerDaoImpl
-
Initiates a refund to the buyer for a specific product and quantity.
- registerNewBuyer(Buyer) - Method in interface com.masai.Dao.BuyerDao
-
Register a new buyer.
- registerNewBuyer(Buyer) - Method in class com.masai.Dao.BuyerDaoImpl
-
Register a new buyer.
- registerNewSeller(Seller) - Method in interface com.masai.Dao.SellerDao
-
Registers a new seller.
- registerNewSeller(Seller) - Method in class com.masai.Dao.SellerDaoImpl
-
Registers a new seller.
- reopenSeller(String, String) - Method in interface com.masai.Dao.SellerDao
-
Reopens the seller's account after it was closed.
- reopenSeller(String, String) - Method in class com.masai.Dao.SellerDaoImpl
-
Reopens the seller's account after it was closed.
- RestoreBuyerAcount - Class in com.masai.BuyerUi
- RestoreBuyerAcount() - Constructor for class com.masai.BuyerUi.RestoreBuyerAcount
-
Create the frame.
- returnProduct(ReturnProduct) - Method in interface com.masai.Dao.ProductDao
-
Processes the return of a product.
- returnProduct(ReturnProduct) - Method in class com.masai.Dao.ProductDaoImpl
-
Processes the return of a product.
- ReturnProduct - Class in com.masai.Dto
- ReturnProduct(int, int, String, String, LocalDate, String, String, String, int, int) - Constructor for class com.masai.Dto.ReturnProduct
- returnProductTransaction(ReturnProduct) - Method in interface com.masai.Dao.TransactionDao
-
Processes the return of a product as a transaction.
- returnProductTransaction(ReturnProduct) - Method in class com.masai.Dao.TransactionDaoImpl
-
Processes the return of a product as a transaction.
All Classes and Interfaces|All Packages|Serialized Form