Package | Description |
---|---|
openbook.domain | |
openbook.server |
Modifier and Type | Method and Description |
---|---|
PurchaseOrder.Status |
PurchaseOrder.getStatus()
Gets the status of this Purchase Order.
|
static PurchaseOrder.Status |
PurchaseOrder.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PurchaseOrder.Status[] |
PurchaseOrder.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<PurchaseOrder> |
OpenBookService.getOrders(PurchaseOrder.Status status,
Customer customer)
Gets the list of orders of given status.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.