Uses of Class
com.eeit87t3.tickiteasy.product.entity.ProductCartItemEntity
Packages that use ProductCartItemEntity
Package
Description
-
Uses of ProductCartItemEntity in com.eeit87t3.tickiteasy.product.controller
Methods in com.eeit87t3.tickiteasy.product.controller that return types with arguments of type ProductCartItemEntityModifier and TypeMethodDescriptionUserProductAPIController.updateCartItem(ProductCartItemEntity cartItem, Integer newQuantity) Methods in com.eeit87t3.tickiteasy.product.controller with parameters of type ProductCartItemEntityModifier and TypeMethodDescriptionUserProductAPIController.updateCartItem(ProductCartItemEntity cartItem, Integer newQuantity) -
Uses of ProductCartItemEntity in com.eeit87t3.tickiteasy.product.service
Methods in com.eeit87t3.tickiteasy.product.service that return ProductCartItemEntityModifier and TypeMethodDescriptionUserProductService.updateCartItemQuantity(ProductCartItemEntity cartItem, Integer newQuantity) Methods in com.eeit87t3.tickiteasy.product.service with parameters of type ProductCartItemEntityModifier and TypeMethodDescriptionUserProductService.updateCartItemQuantity(ProductCartItemEntity cartItem, Integer newQuantity)