Uses of Class
com.cyran.tp.server.orders.Orders
Package | Description |
---|---|
com.cyran.tp.server.orders |
-
Uses of Orders in com.cyran.tp.server.orders
Methods in com.cyran.tp.server.orders that return Orders Modifier and Type Method Description Orders
BoughtProducts. getOrder()
Gets order which contains this productMethods in com.cyran.tp.server.orders that return types with arguments of type Orders Modifier and Type Method Description java.util.List<Orders>
OrdersRepository. findAll()
Gets all ordersMethods in com.cyran.tp.server.orders with parameters of type Orders Modifier and Type Method Description void
BoughtProducts. setOrder(Orders order)
Sets order which contains this product