| Modifier and Type | Method and Description |
|---|---|
Order.Status |
OrderStatusChangeEvent.getOrderStatus()
Returns the current order status.
|
| Constructor and Description |
|---|
OrderStatusChangeEvent(Order.Status orderStatus,
Long orderId) |
| Modifier and Type | Method and Description |
|---|---|
void |
EditOrderPresenter.IView.setStatus(Order.Status status)
Sets the current order status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderDetail.setStatus(Order.Status status)
Sets the current order status, visualized by 4 steps (
Order.Status#TRIALING is for time being hidden). |
| Modifier and Type | Method and Description |
|---|---|
void |
EditOrderView.setStatus(Order.Status status) |
| Modifier and Type | Method and Description |
|---|---|
void |
PurchaseOrderDetails.setStatus(Order.Status status)
Sets the current order status, visualized by 4 steps (
Order.Status#TRIALING is for time being hidden). |
| Modifier and Type | Method and Description |
|---|---|
Order.Status |
OrderStatus.getStatusEnum() |
static Order.Status |
Order.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.Status[] |
Order.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.