Modifier and Type | Method and Description |
---|---|
FcSeance |
FcSeanceBuilder.build() |
Modifier and Type | Method and Description |
---|---|
FcAffectationSalleBuilder |
FcAffectationSalleBuilder.withSeance(FcSeance seance) |
FcResaSalleBuilder |
FcResaSalleBuilder.withSeance(FcSeance seance) |
FcResaIntervenantBuilder |
FcResaIntervenantBuilder.withSeance(FcSeance seance) |
FcQuestionnaireReponduBuilder |
FcQuestionnaireReponduBuilder.withSeance(FcSeance seance) |
Modifier and Type | Method and Description |
---|---|
FcSeance |
FcQuestionnaireRepondu.getSeance() |
FcSeance |
FcAffectationSalle.getSeance() |
FcSeance |
FcResaIntervenant.getSeance() |
FcSeance |
FcResaSalle.getSeance() |
Modifier and Type | Method and Description |
---|---|
Set<FcSeance> |
FcModule.getSeances() |
Modifier and Type | Method and Description |
---|---|
void |
FcModule.addSeance(FcSeance o) |
void |
FcModule.removeSeance(FcSeance o) |
void |
FcQuestionnaireRepondu.setSeance(FcSeance seance) |
void |
FcAffectationSalle.setSeance(FcSeance seance)
* BDD : Seance
Pointeur vers la séance |
void |
FcResaIntervenant.setSeance(FcSeance seance)
BDD : SEANCE
Pointeur sur FC_SEANCE |
void |
FcResaSalle.setSeance(FcSeance seance)
BDD : SEANCE
Pointeur sur FC_SEANCE |
Modifier and Type | Method and Description |
---|---|
void |
FcModule.addAllSeance(Collection<FcSeance> coll) |
protected void |
FcModule.setSeances(Set<FcSeance> seances) |
Constructor and Description |
---|
FcResaIntervenant(FTaches taches,
FcSeance seance,
FcIntervenant intervenant,
Double indReserve,
Double tpSeq685) |
FcResaSalle(FcSalle salle,
FcSeance seance) |
Modifier and Type | Method and Description |
---|---|
List<FcSeance> |
CtxModule.getListeSeance() |
List<FcSeance> |
CtxModule.getListeUnite() |
Modifier and Type | Method and Description |
---|---|
void |
CtxModule.setListeSeance(List<FcSeance> listeSeance) |
void |
CtxModule.setListeUnite(List<FcSeance> listeUnite) |
Modifier and Type | Method and Description |
---|---|
FcSeance |
AffectationSalleASession.getSeance() |
Modifier and Type | Method and Description |
---|---|
List<FcSeance> |
IntervenantPourEdition.getListeUnite() |
List<FcSeance> |
InterventionPourEdition.getListeUnite() |
Modifier and Type | Method and Description |
---|---|
void |
AffectationSalleASession.setSeance(FcSeance seance) |
Modifier and Type | Method and Description |
---|---|
void |
IntervenantPourEdition.setListeUnite(List<FcSeance> listeUnite) |
void |
InterventionPourEdition.setListeUnite(List<FcSeance> listUnite) |
Modifier and Type | Method and Description |
---|---|
FcSeance |
PlngHebdoPartieCritere.getSeance() |
FcSeance |
IntervenantSeance.getSeance() |
Modifier and Type | Method and Description |
---|---|
void |
PlngHebdoPartieCritere.setSeance(FcSeance seance) |
void |
IntervenantSeance.setSeance(FcSeance seance) |
Modifier and Type | Method and Description |
---|---|
FcSeance |
SeanceService.ajouterIntervenantOnSeance(Double identIntervenant,
FcSeance seance,
FTaches taches,
boolean isAffected)
Add (and reserved if affected) a trainer on course unit
|
FcSeance |
SeanceService.ajouterIntervenantOnSeance(FcIntervenant intervenant,
FcSeance seance,
FTaches taches,
boolean isAffected)
Add (and reserved if affected) a trainer on course unit
|
FcSeance |
SeanceService.ajouterIntervenantOnSeance(FcIntervenant intervenant,
FcSeance seance,
FTaches taches,
Double identPlanning) |
FcSeance |
SeanceService.creerSeance(FcSeance seance,
Double identJM)
Create a course unit
|
FcSeance |
SeanceService.loadSeanceByIdent(Double identSeance)
Load a complet course unit by is ident for consultation
|
FcSeance |
SeanceService.loadSeanceByResaInterv(Double identResaInterv) |
FcSeance |
SeanceService.modifierSeance(FcSeance seance,
Double identJM)
Update a course unit
|
FcSeance |
SeanceService.modifierSeance(FcSeance seance,
Double identJM,
boolean isAffected)
modifier seance
|
FcSeance |
SeanceService.supprimmerIntervenantOnSeance(Double identIntervenant,
FcSeance seance,
FcAffectation affectation) |
FcSeance |
SeanceService.supprimmerIntervenantOnSeance(FcIntervenant intervenant,
FcSeance seance,
FcAffectation affectation)
Delete a trainer on a course unit
|
Modifier and Type | Method and Description |
---|---|
List<FcSeance> |
SeanceService.findByModule(Double identModule)
Liste des séances d'un module
|
List<FcSeance> |
SeanceService.findByModuleLikeNom(Double identModule,
String nom)
Liste des séances d'un module
|
List<FcSeance> |
SeanceService.findSeanceParticipant(Double identSession,
Date dateDeb,
Date dateFin) |
Modifier and Type | Method and Description |
---|---|
FcAffectationSalle |
SalleService.affecterSalleOnSession(Double identSalle,
FcSession session,
FcModule module,
FcSeance seance,
Date dateDebut,
Date dateFin) |
FcAffectationSalle |
SalleService.affecterSalleOnSession(FcSalle salle,
FcSession session,
FcModule module,
FcSeance seance,
Date dateDebut,
Date dateFin)
Assaign a training room on a training course
|
FcSeance |
SeanceService.ajouterIntervenantOnSeance(Double identIntervenant,
FcSeance seance,
FTaches taches,
boolean isAffected)
Add (and reserved if affected) a trainer on course unit
|
FcSeance |
SeanceService.ajouterIntervenantOnSeance(FcIntervenant intervenant,
FcSeance seance,
FTaches taches,
boolean isAffected)
Add (and reserved if affected) a trainer on course unit
|
FcSeance |
SeanceService.ajouterIntervenantOnSeance(FcIntervenant intervenant,
FcSeance seance,
FTaches taches,
Double identPlanning) |
Double |
SeanceService.calculDureeSeance(FcSeance seance,
Double identJM)
find the duration of course unit by: fisrt the description of a standard day of the training center or the description of a standard day of the part of the training course finaly the description of a standard day of the company
|
Double |
SeanceService.calculNbSeance(FcSeance seance,
Double identJM)
Find the number of unit of the course unit by fisrt the description of a standard day of the training center or the description of a standard day of the part of the training course finaly the description of a standard day of the company
|
FcSeance |
SeanceService.creerSeance(FcSeance seance,
Double identJM)
Create a course unit
|
List<FcPaiement> |
IntervenantService.loadPaiementBySeance(FcSeance seance,
boolean sansnumZero)
recherche paiements par ident seance
|
List<FcResaIntervenant> |
IntervenantService.loadSameReservationByIntervenant(Double identIntervenant,
FcSeance seance)
retourne une liste des resaIntervenants par ident intervenant et seance
|
FcSeance |
SeanceService.modifierSeance(FcSeance seance,
Double identJM)
Update a course unit
|
FcSeance |
SeanceService.modifierSeance(FcSeance seance,
Double identJM,
boolean isAffected)
modifier seance
|
void |
SeanceService.supprimerSeance(FcSeance seance)
Delete a course unit
|
FcSeance |
SeanceService.supprimmerIntervenantOnSeance(Double identIntervenant,
FcSeance seance,
FcAffectation affectation) |
FcSeance |
SeanceService.supprimmerIntervenantOnSeance(FcIntervenant intervenant,
FcSeance seance,
FcAffectation affectation)
Delete a trainer on a course unit
|
Copyright © 2016. All rights reserved.