JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Uses of Class
org.bookstore.order.entity.Order
Packages that use
Order
Package
Description
org.bookstore.order.service
Uses of
Order
in
org.bookstore.order.service
Methods in
org.bookstore.order.service
that return
Order
Modifier and Type
Method
Description
Order
OrderService.
findOrder
(long id)
Finds an order by identifier.
Order
OrderService.
placeOrder
(long customerId,
List
<
OrderItem
> items)
Places an order with the bookstore.