Uses of Class
com.masai.Dto.Seller
Packages that use Seller
-
Uses of Seller in com.masai.Dao
Methods in com.masai.Dao that return SellerModifier and TypeMethodDescriptionSellerDao.getSellerByUsername
(String username) Retrieves the seller details based on the username.SellerDaoImpl.getSellerByUsername
(String username) Retrieves the seller details based on the username.SellerDao.loginSeller
(String username, String password) Validates the seller's login credentials.SellerDaoImpl.loginSeller
(String username, String password) Validates the seller's login credentials.Methods in com.masai.Dao with parameters of type SellerModifier and TypeMethodDescriptionSellerDao.registerNewSeller
(Seller s) Registers a new seller.SellerDaoImpl.registerNewSeller
(Seller s) Registers a new seller.SellerDao.updateSellerDetails
(Seller u) Updates the details of a seller.SellerDaoImpl.updateSellerDetails
(Seller u) Updates the details of a seller. -
Uses of Seller in com.masai.SellerUi
Constructors in com.masai.SellerUi with parameters of type Seller