public static final class Views.ClientManagement
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DETAILS_SUB_FRAME
This view is used as a sub-frame of the
MAIN_FRAME and displays a summary
of the current client.A Client MUST be passed to this view. |
static java.lang.String |
FINES_SUB_FRAME
This view is used as a sub-frame of the
MAIN_FRAME and displays fines for the
current client.A Client MUST be passed to this view. |
static java.lang.String |
MAIN_FRAME
This view is the one that must be navigated to using the main router
to display a correct client management view.
A Client MUST be passed to this view. |
static java.lang.String |
SUBSCRIPTIONS_SUB_FRAME
This view is used as a sub-frame of the
MAIN_FRAME and displays subscriptions of the
current client. |
static java.lang.String |
UPDATE_SUB_FRAME
This view is used as a sub-frame of the
MAIN_FRAME and displays a form to modify
current client's information.A Client MUST be passed to this view. |
| Constructor and Description |
|---|
ClientManagement() |
public static final java.lang.String MAIN_FRAME
Client MUST be passed to this view.public static final java.lang.String DETAILS_SUB_FRAME
MAIN_FRAME and displays a summary
of the current client.Client MUST be passed to this view.public static final java.lang.String FINES_SUB_FRAME
MAIN_FRAME and displays fines for the
current client.Client MUST be passed to this view.public static final java.lang.String SUBSCRIPTIONS_SUB_FRAME
MAIN_FRAME and displays subscriptions of the
current client. It also allows to create new subscriptions.Client MUST be passed to this view.public static final java.lang.String UPDATE_SUB_FRAME
MAIN_FRAME and displays a form to modify
current client's information.Client MUST be passed to this view.