| Modifier and Type | Method and Description |
|---|---|
List<Order> |
OrderDaoImpl.readOrdersForCustomer(Customer customer,
OrderStatus orderStatus) |
List<Order> |
OrderDao.readOrdersForCustomer(Customer customer,
OrderStatus orderStatus) |
| Modifier and Type | Method and Description |
|---|---|
OrderStatus |
Order.getStatus()
Gets the status of the Order.
|
OrderStatus |
OrderImpl.getStatus() |
OrderStatus |
NullOrderImpl.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setStatus(OrderStatus status)
Sets the status of the Order
|
void |
OrderImpl.setStatus(OrderStatus status) |
void |
NullOrderImpl.setStatus(OrderStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<Order> |
OrderServiceImpl.findOrdersForCustomer(Customer customer,
OrderStatus status) |
List<Order> |
OrderService.findOrdersForCustomer(Customer customer,
OrderStatus status)
Looks up all Orders for the specified customer that are in the specified OrderStatus.
|
| Modifier and Type | Field and Description |
|---|---|
static OrderStatus |
OrderStatus.CANCELLED |
static OrderStatus |
OrderStatus.IN_PROCESS |
static OrderStatus |
OrderStatus.NAMED |
static OrderStatus |
OrderStatus.QUOTE |
static OrderStatus |
OrderStatus.SUBMITTED |
| Modifier and Type | Method and Description |
|---|---|
static OrderStatus |
OrderStatus.getInstance(String type) |
Copyright © 2014. All Rights Reserved.