Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ID |
Modifier and Type | Method and Description |
---|---|
FcAffectation |
affecterIntervenant(Double identInterveant,
Double identSession,
Date debut,
Date fin)
Assign a trainer on a training course
|
FcAffectation |
affecterIntervenant(Double identInterveant,
Double identSession,
Date debut,
Date fin,
boolean reservation)
Affectation d'un intervenant sur une seance
|
FcAffectation |
affecterIntervenant(Double identInterveant,
Double identSession,
Date debut,
Date fin,
boolean reservation,
FcResaIntervenant resaIntervenant)
Assign a trainer on a training course and reserved it on the course unit if the reserved paramerter is true
|
FcAffectation |
affecterIntervenant(Double identInterveant,
Double identSession,
Date debut,
Date fin,
FcResaIntervenant resaIntervenant)
Affectation d'un intervenant sur une seance avec resaIntervenant
|
FcAffectation |
affecterIntervenant(Double identInterveant,
Double identSession,
Double identSeance,
Date debut,
Date fin,
boolean reservation) |
FcAffectation |
affecterIntervenant(FcIntervenant intervenant,
FcSession session,
Date debut,
Date fin,
boolean reservation,
FcResaIntervenant resaInter) |
FcResaIntervenant |
dereserverIntervenant(FcResaIntervenant resaIntervenant)
Set the reservation Flag at pre-reserved
|
List<AffectationIntervenantASession> |
findAffectationsByInterveant(Double identIntervenant)
Charge la liste des sessions affectés à un intervenant
|
List<AffectationIntervenantASession> |
findAffectationsByInterveant(Double identIntervenant,
Date debut,
Date fin)
Charge la liste des sessions affectés à un intervenant
|
FcAffectation |
modifierAffectation(FcAffectation affectation)
Update olny the assignement comment of a trainer
|
List<ManagerInterventionResultat> |
rechercheMultiCritere(ManagerInterventionCritere critere)
REcherche multicritere poutr le manager des interventions
|
void |
supprimerAffectation(Double identAffectation)
Suppression d'une affectation
|
void |
supprimerAffectation(FcAffectation affectation)
delet the assignement of a trainer and set the reservation indicator at 0 where it's necessary
|
void |
supprimerAffectationBySession(FcSession session)
Delete all the affectation for a training course
|
void |
supprimerReservationSession(FcSession session)
Delete the room reservations and the trainer reservations on a training course
|
getServerMessages, resetServerMessages
static final String SERVICE_ID
List<AffectationIntervenantASession> findAffectationsByInterveant(Double identIntervenant)
identIntervenant
- List<AffectationIntervenantASession> findAffectationsByInterveant(Double identIntervenant, Date debut, Date fin)
identIntervenant
- void supprimerReservationSession(FcSession session)
identSession
- FcAffectation affecterIntervenant(Double identInterveant, Double identSession, Date debut, Date fin)
interveant
- id of the traineridentSession
- id of the training coursedebut
- begining af the affectationfin
- end of the affectationFcAffectation affecterIntervenant(Double identInterveant, Double identSession, Date debut, Date fin, boolean reservation)
identInterveant
- identSession
- debut
- fin
- reservation
- FcAffectation affecterIntervenant(Double identInterveant, Double identSession, Double identSeance, Date debut, Date fin, boolean reservation)
FcAffectation affecterIntervenant(Double identInterveant, Double identSession, Date debut, Date fin, boolean reservation, FcResaIntervenant resaIntervenant)
intervenant
- session
- debut
- fin
- reservation
- boolean to force the reservation on the unit course where the trainer is pre reservedFcAffectation affecterIntervenant(Double identInterveant, Double identSession, Date debut, Date fin, FcResaIntervenant resaIntervenant)
identInterveant
- identSession
- debut
- fin
- resaIntervenant
- FcAffectation modifierAffectation(FcAffectation affectation)
affectation
- void supprimerAffectation(FcAffectation affectation)
affectation
- FcAffectation affecterIntervenant(FcIntervenant intervenant, FcSession session, Date debut, Date fin, boolean reservation, FcResaIntervenant resaInter)
intervenant
- session
- debut
- fin
- reservation
- resaIntervenant
- void supprimerAffectation(Double identAffectation)
identAffectation
- void supprimerAffectationBySession(FcSession session)
identSession
- training course' IDFcResaIntervenant dereserverIntervenant(FcResaIntervenant resaIntervenant)
resaIntervenant
- List<ManagerInterventionResultat> rechercheMultiCritere(ManagerInterventionCritere critere)
critere
- Copyright © 2016. All rights reserved.