|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmetier.theatre.OutilsTheatre
public class OutilsTheatre
| Constructor Summary | |
|---|---|
OutilsTheatre()
|
|
| Method Summary | |
|---|---|
Zone |
getImageZonePlacesLibres(java.lang.String idZone,
java.lang.String idSeance)
Recuperation d'une image de Zone dont on a soustrait les places occupees dans des Reservations existantes. |
void |
removePlace(Zone z,
Fauteuil f)
Deletion d'un Fauteuil d'une Zone. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutilsTheatre()
| Method Detail |
|---|
public void removePlace(Zone z,
Fauteuil f)
throws PlaceInexistanteException
z - Zone d'ou il faut supprimer la Placef - Fauteuil a supprimer, tel qu'on le recupere dans Reservation
PlaceInexistanteException - Au cas ou la Place n'existe pas dans cette zone
public Zone getImageZonePlacesLibres(java.lang.String idZone,
java.lang.String idSeance)
throws java.sql.SQLException
idZone - String identifiant la Zone qu'on veut recuperer.
java.sql.SQLException - en cas de probleme de connexion a la BdD
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||