Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ID |
Modifier and Type | Method and Description |
---|---|
FcSeance |
ajouterIntervenantOnSeance(Double identIntervenant,
FcSeance seance,
FTaches taches,
boolean isAffected)
Add (and reserved if affected) a trainer on course unit
|
FcSeance |
ajouterIntervenantOnSeance(FcIntervenant intervenant,
FcSeance seance,
FTaches taches,
boolean isAffected)
Add (and reserved if affected) a trainer on course unit
|
FcSeance |
ajouterIntervenantOnSeance(FcIntervenant intervenant,
FcSeance seance,
FTaches taches,
Double identPlanning) |
Double |
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 |
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 |
creerSeance(FcSeance seance,
Double identJM)
Create a course unit
|
List<FcAffectation> |
findAffectationsByIntervenant(Double identIntervenant)
recherche des affectations par ident intervenant
|
List<FcAffectation> |
findAffectationsByIntervenantResa(Double identIntervenant,
Double identResa)
recherche des affectations par ident intervenant et resa intervenant
|
List<FcSeance> |
findByModule(Double identModule)
Liste des séances d'un module
|
List<FcSeance> |
findByModuleLikeNom(Double identModule,
String nom)
Liste des séances d'un module
|
List<ResaIntervenantLieASeance> |
findResaIntervenantBySeance(Double identSeance)
Charge la liste des intervenants d'une séance
|
List<FcSeance> |
findSeanceParticipant(Double identSession,
Date dateDeb,
Date dateFin) |
List<FcParticipant> |
getParticipantsAbsents(FcSession session,
Date dtDebPeriodeEval,
Date dtFinPeriodeEval,
Date dtEvalMax,
List<FcParticipant> lstParticipants) |
FcSeance |
loadSeanceByIdent(Double identSeance)
Load a complet course unit by is ident for consultation
|
FcSeance |
loadSeanceByResaInterv(Double identResaInterv) |
FcSeance |
modifierSeance(FcSeance seance,
Double identJM)
Update a course unit
|
FcSeance |
modifierSeance(FcSeance seance,
Double identJM,
boolean isAffected)
modifier seance
|
void |
reafecterIntervenant(Double identResaInterv,
Double identNewIntervenant,
boolean isAffected) |
void |
supprimerSeance(FcSeance seance)
Delete a course unit
|
FcSeance |
supprimmerIntervenantOnSeance(Double identIntervenant,
FcSeance seance,
FcAffectation affectation) |
FcSeance |
supprimmerIntervenantOnSeance(FcIntervenant intervenant,
FcSeance seance,
FcAffectation affectation)
Delete a trainer on a course unit
|
getServerMessages, resetServerMessages
static final String SERVICE_ID
FcSeance creerSeance(FcSeance seance, Double identJM)
seance
- bean of the course unit to be createdFcSeance modifierSeance(FcSeance seance, Double identJM)
seance
- bean of the course unit to be updatedvoid supprimerSeance(FcSeance seance)
seance
- bean of the course unit to be deletedDouble calculNbSeance(FcSeance seance, Double identJM)
seance
- bean of the course unitDouble calculDureeSeance(FcSeance seance, Double identJM)
seance
- bean of the course unitFcSeance ajouterIntervenantOnSeance(Double identIntervenant, FcSeance seance, FTaches taches, boolean isAffected)
FcSeance ajouterIntervenantOnSeance(FcIntervenant intervenant, FcSeance seance, FTaches taches, boolean isAffected)
FcSeance ajouterIntervenantOnSeance(FcIntervenant intervenant, FcSeance seance, FTaches taches, Double identPlanning)
FcSeance supprimmerIntervenantOnSeance(FcIntervenant intervenant, FcSeance seance, FcAffectation affectation)
intervenant
- id of the trainerseance
- id of the course unitFcSeance supprimmerIntervenantOnSeance(Double identIntervenant, FcSeance seance, FcAffectation affectation)
FcSeance loadSeanceByIdent(Double identSeance)
List<ResaIntervenantLieASeance> findResaIntervenantBySeance(Double identSeance)
List<FcSeance> findByModuleLikeNom(Double identModule, String nom)
void reafecterIntervenant(Double identResaInterv, Double identNewIntervenant, boolean isAffected)
List<FcAffectation> findAffectationsByIntervenant(Double identIntervenant)
List<FcAffectation> findAffectationsByIntervenantResa(Double identIntervenant, Double identResa)
FcSeance modifierSeance(FcSeance seance, Double identJM, boolean isAffected)
List<FcParticipant> getParticipantsAbsents(FcSession session, Date dtDebPeriodeEval, Date dtFinPeriodeEval, Date dtEvalMax, List<FcParticipant> lstParticipants)
Copyright © 2016. All rights reserved.