Uses of Class
com.mt.ecommerce.product.model.VendorBO
Packages that use VendorBO
Package
Description
-
Uses of VendorBO in com.mt.ecommerce.product.controller
Methods in com.mt.ecommerce.product.controller that return VendorBOModifier and TypeMethodDescriptionVendorController.getVendorByStoreName
(String storename) Endpoint to retrieve a vendor by store name.Methods in com.mt.ecommerce.product.controller that return types with arguments of type VendorBOModifier and TypeMethodDescriptionVendorController.getVendors()
Endpoint to retrieve all vendors. -
Uses of VendorBO in com.mt.ecommerce.product.mapper
Methods in com.mt.ecommerce.product.mapper that return VendorBOModifier and TypeMethodDescriptionMaps a Vendor entity to a VendorBO object.Methods in com.mt.ecommerce.product.mapper with parameters of type VendorBO -
Uses of VendorBO in com.mt.ecommerce.product.model
Methods in com.mt.ecommerce.product.model that return types with arguments of type VendorBOMethod parameters in com.mt.ecommerce.product.model with type arguments of type VendorBO -
Uses of VendorBO in com.mt.ecommerce.product.service
Methods in com.mt.ecommerce.product.service that return VendorBOModifier and TypeMethodDescriptionVendorService.findByName
(String vendorName) Finds a vendor by store name.Methods in com.mt.ecommerce.product.service that return types with arguments of type VendorBO