|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfactories.FabPiece
public class FabPiece
| Method Summary | |
|---|---|
static FabPiece |
getInstance()
Recuperation du singleton de FabPersonne |
java.util.Collection |
getLesPieces(java.sql.Date today)
Recuperation de l'ensemble (COLLECTION) de pieces avec les representations correspondantes. |
java.util.Collection |
getSeancesPiece(java.lang.String idPiece)
Recuperation d'un ensemble de Pieces, avec les Seances/Representations 1. |
java.lang.String |
getTitrePiece(java.lang.String idSeance)
|
void |
setConnection(java.sql.Connection c)
Mise en place d'une connexion JDBC au singleton |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static FabPiece getInstance()
public void setConnection(java.sql.Connection c)
throws java.sql.SQLException
c -
java.sql.SQLException
public java.util.Collection getSeancesPiece(java.lang.String idPiece)
throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getTitrePiece(java.lang.String idSeance)
throws java.sql.SQLException
idPiece -
java.sql.SQLException
public java.util.Collection getLesPieces(java.sql.Date today)
throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||