Uses of Class
com.masai.Dto.Buyer
Packages that use Buyer
-
Uses of Buyer in com.masai.BuyerUi
Fields in com.masai.BuyerUi declared as BuyerConstructors in com.masai.BuyerUi with parameters of type BuyerModifierConstructorDescriptionBuyerOperations
(Buyer buyer) Create the frame.BuyerUpdate
(Buyer buyer2) Create the frame. -
Uses of Buyer in com.masai.Dao
Methods in com.masai.Dao that return BuyerModifier and TypeMethodDescriptionBuyerDao.getBuyerByUsername
(String username) Retrieve buyer details by username.BuyerDaoImpl.getBuyerByUsername
(String username) Retrieve buyer details by username.BuyerDao.loginBuyer
(String username, String password) Login as a buyer.BuyerDaoImpl.loginBuyer
(String username, String password) Login as a buyer.Methods in com.masai.Dao with parameters of type BuyerModifier and TypeMethodDescriptionBuyerDao.registerNewBuyer
(Buyer u) Register a new buyer.BuyerDaoImpl.registerNewBuyer
(Buyer u) Register a new buyer.BuyerDao.updateBuyerDetails
(Buyer u) Update buyer details.BuyerDaoImpl.updateBuyerDetails
(Buyer u) Update buyer details.