Uses of Class
com.mt.ecommerce.product.model.ImageBO
Packages that use ImageBO
Package
Description
-
Uses of ImageBO in com.mt.ecommerce.product.controller
Methods in com.mt.ecommerce.product.controller that return types with arguments of type ImageBO -
Uses of ImageBO in com.mt.ecommerce.product.model
Methods in com.mt.ecommerce.product.model that return types with arguments of type ImageBOModifier and TypeMethodDescriptionCategoryBO.getImageBOS()
ProductBO.getImageBOS()
ProductBO.getImages()
Method parameters in com.mt.ecommerce.product.model with type arguments of type ImageBOModifier and TypeMethodDescriptionvoid
CategoryBO.setImageBOS
(List<ImageBO> imageBOS) void
ProductBO.setImageBOS
(List<ImageBO> imageBOS) void
-
Uses of ImageBO in com.mt.ecommerce.product.service
Methods in com.mt.ecommerce.product.service that return ImageBOModifier and TypeMethodDescriptionFinds an image by its ID.Methods in com.mt.ecommerce.product.service that return types with arguments of type ImageBO