public class Views
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Views.ActionCenters
This class is used as a namespace.
|
static class |
Views.Cells
This class is used as a namespace.
|
static class |
Views.ClientManagement
This class is used as a namespace.
|
static class |
Views.LibraryItems
This class is used as a namespace.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BOOKINGS
This view allows to manage bookings for a client.
|
static java.lang.String |
CLIENT_BOOKINGS
This view displays an field to enter the card ID of a client to display
bookings of.
|
static java.lang.String |
CLIENT_BORROWED_ITEM
This view allows a client to consult all library item he/she loaned
and rate each of these if he/she want to.
|
static java.lang.String |
CLIENT_LOANS
This view displays a field to enter the card ID of a client we want
to create loans for.
|
static java.lang.String |
CLIENT_RECOMMENDATIONS
This views displays all recommended items of a client.
|
static java.lang.String |
CLIENT_RETURNS
This view simply displays a field to enter the ID of a library item
to return.
|
static java.lang.String |
CLIENTS_LIST
This view list all clients.
|
static java.lang.String |
LOANS
This views allows to create new loans for a client.
|
static java.lang.String |
LOGIN
This view displays a form allowing a client or a staff member to connect to
the software.
|
static java.lang.String |
LOGS
This view displays logs of the software.
|
static java.lang.String |
NEW_CLIENT
This view allows to create a new
Client . |
static java.lang.String |
RETURNS
This view allows to create a return for a loan.
|
static java.lang.String |
SETTINGS
This view allows a staff member to update it's name and/or it's password.
|
static java.lang.String |
STATS
This view display some statistics about what the state of the library.
|
public static final java.lang.String SETTINGS
public static final java.lang.String LOGS
public static final java.lang.String LOGIN
public static final java.lang.String NEW_CLIENT
Client
.public static final java.lang.String CLIENT_RECOMMENDATIONS
Client
when created.public static final java.lang.String CLIENT_LOANS
public static final java.lang.String CLIENT_BOOKINGS
public static final java.lang.String CLIENT_RETURNS
public static final java.lang.String CLIENTS_LIST
Views.Cells.CLIENT
.public static final java.lang.String CLIENT_BORROWED_ITEM
public static final java.lang.String LOANS
Client
when created.public static final java.lang.String BOOKINGS
Client
when created.public static final java.lang.String RETURNS
Loan
when created.public static final java.lang.String STATS