Uses of Class
com.mt.ecommerce.product.entity.UserInfo
Packages that use UserInfo
Package
Description
-
Uses of UserInfo in com.mt.ecommerce.product.controller
Methods in com.mt.ecommerce.product.controller with parameters of type UserInfoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
AuthController.addNewUser
(UserInfo userInfo) Endpoint to register a new user. -
Uses of UserInfo in com.mt.ecommerce.product.entity
Methods in com.mt.ecommerce.product.entity that return UserInfoMethods in com.mt.ecommerce.product.entity with parameters of type UserInfo -
Uses of UserInfo in com.mt.ecommerce.product.mapper
Methods in com.mt.ecommerce.product.mapper that return UserInfoModifier and TypeMethodDescriptionUserMapper.mapDAO
(UserInfoBO userInfoBO) Maps a UserInfoBO object to a UserInfo entity.Methods in com.mt.ecommerce.product.mapper with parameters of type UserInfoModifier and TypeMethodDescriptionMaps a UserInfo entity to a UserInfoBO object. -
Uses of UserInfo in com.mt.ecommerce.product.repository
Methods in com.mt.ecommerce.product.repository that return types with arguments of type UserInfoModifier and TypeMethodDescriptionUserInfoRepository.findByEmail
(String email) Finds a UserInfo record by its email. -
Uses of UserInfo in com.mt.ecommerce.product.service
Methods in com.mt.ecommerce.product.service that return UserInfoModifier and TypeMethodDescriptionAdds a new user to the system.Retrieves user information by their username (email).Methods in com.mt.ecommerce.product.service with parameters of type UserInfoModifier and TypeMethodDescriptionAdds a new user to the system.Constructors in com.mt.ecommerce.product.service with parameters of type UserInfo