Package | Description |
---|---|
org.salespointframework.order |
The order subsystem.
|
Modifier and Type | Method and Description |
---|---|
OrderStatus |
Order.getOrderStatus() |
static OrderStatus |
OrderStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderStatus[] |
OrderStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Streamable<T> |
OrderManager.findBy(OrderStatus orderStatus)
|
Streamable<T> |
PersistentOrderManager.findBy(OrderStatus orderStatus) |
Iterable<T> |
OrderRepository.findByOrderStatus(OrderStatus orderStatus) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.