|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Abonne | |
|---|---|
| data.reservation | |
| factories | |
| gui.vues.demande | Fournit les écrans graphiques du cas d'utilisation 1 : demande de réservation. |
| metier.reservations | Fournit les méthodes métier pour répondre aux 3 cas d'utilisations notamment : La demande de réservation, l'annulation et la validation des réservations. |
| Uses of Abonne in data.reservation |
|---|
| Methods in data.reservation that return Abonne | |
|---|---|
Abonne |
Reservation.getAbonne()
|
| Methods in data.reservation with parameters of type Abonne | |
|---|---|
void |
Reservation.setAbonne(Abonne abonne)
|
| Uses of Abonne in factories |
|---|
| Methods in factories that return Abonne | |
|---|---|
Abonne |
FabAbonne.rechercher(java.lang.String idAbonne)
|
| Uses of Abonne in gui.vues.demande |
|---|
| Constructors in gui.vues.demande with parameters of type Abonne | |
|---|---|
FinReservation(Piece p,
Abonne a,
Reservation res,
Representation rep,
javax.swing.JDialog owner,
NtpPanel previous)
Construction d'un objet FinReservation. |
|
InfosAbonne(Abonne a,
Piece p,
java.util.Date d,
javax.swing.JDialog owner,
NtpPanel previous)
Construit un objet InfosAbonne |
|
InfosAttribution(Piece p,
Abonne a,
Reservation res,
Representation rep,
javax.swing.JDialog owner,
NtpPanel previous)
Construit un objet InfosAttribution. |
|
ListePersonnes(Piece p,
Abonne a,
Reservation res,
Representation rep,
javax.swing.JDialog owner,
NtpPanel previous)
|
|
ListeRepresentations(Piece p,
Abonne a,
Reservation res,
javax.swing.JDialog owner,
NtpPanel previous)
Créer un objet ListeRepresentations |
|
Recapitulatif(Piece p,
Abonne a,
Reservation res,
Representation rep,
javax.swing.JDialog owner,
NtpPanel previous)
Construit un objet Recapitulatif Pour afficher le récapitulatif
de la réservation. |
|
SaisieInformations(Piece p,
Abonne a,
Reservation res,
Representation rep,
javax.swing.JDialog owner,
NtpPanel previous)
Construit un objet SaisieInformations. |
|
| Uses of Abonne in metier.reservations |
|---|
| Methods in metier.reservations that return Abonne | |
|---|---|
Abonne |
Demande.abonneExiste(java.lang.String idAbonne)
Permet de récupérer un objet Abonne associé à un identifiant d'abonné. |
| Methods in metier.reservations with parameters of type Abonne | |
|---|---|
boolean |
Demande.abonnementValide(Abonne a,
java.util.Date d)
Indique si l'abonnement d'un abonné est valide à une date donnée. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||