Uses of Class
com.cyran.tp.server.pojo.Product
Package | Description |
---|---|
com.cyran.tp.server | |
com.cyran.tp.server.api | |
com.cyran.tp.server.pojo |
-
Uses of Product in com.cyran.tp.server
Methods in com.cyran.tp.server that return Product Modifier and Type Method Description Product
UserController. getProduct(java.lang.String name)
-
Uses of Product in com.cyran.tp.server.api
Methods in com.cyran.tp.server.api that return Product Modifier and Type Method Description Product
BackendAPI. getProduct(java.lang.String byName)
-
Uses of Product in com.cyran.tp.server.pojo
Methods in com.cyran.tp.server.pojo that return types with arguments of type Product Modifier and Type Method Description java.util.List<Product>
Cart. getProducts()
Returns list of productsjava.util.List<Product>
User. getProducts()
Returns list of productsMethod parameters in com.cyran.tp.server.pojo with type arguments of type Product Modifier and Type Method Description void
Cart. setProducts(java.util.List<Product> products)
Sets list of productsvoid
User. setProducts(java.util.List<Product> products)
Sets list of products