| Package | Description |
|---|---|
| biz.turnonline.ecosystem.widget.billing.event | |
| biz.turnonline.ecosystem.widget.billing.presenter | |
| biz.turnonline.ecosystem.widget.billing.ui | |
| biz.turnonline.ecosystem.widget.billing.view | |
| biz.turnonline.ecosystem.widget.purchase.ui | |
| biz.turnonline.ecosystem.widget.shared.rest.billing |
Project model that mirrors turnonline-product-billing-client:0.42
|
| 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 © 2023. All rights reserved.