Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ID |
Modifier and Type | Method and Description |
---|---|
Double |
calculerCoutIntervention(Double identIntervenant,
Double identModule,
Double mntUnitaire,
String codeTarif)
methode de calcul des couts d'intervention en fonction du type de coûts
|
List<IntervenantHistoriqueCoutsDIntervention> |
findByIntervenant(Double identIntervenant,
Date dateDebut,
Date dateFin)
Charge l'hirstorique des couts d'intervention entre deux dates (non obligatoires) pour un ident d'intervenant
|
List<FcCoutIntervention> |
findCoutInterventionForModule(Double identModule)
Récupération des cout d'intervention pour un Module
|
FcCoutIntervention |
modifierCoutIntervention(FcCoutIntervention intervention) |
List<FcCoutIntervention> |
modifierCoutIntervention(List<FcCoutIntervention> interventions)
Modification de la liste des couts d'intervention
|
List<ManagerCoutInterventionResultat> |
rechercheMultiCritere(ManagerCoutInterventionCritere critere)
Recherche multi-critere pour le manager des cout d'intervention avec regroupement
|
List<ManagerCoutInterventionResultat> |
rechercheMultiCritereSansRegroupement(ManagerCoutInterventionCritere critere)
Recherche multi-critere pour le manager des cout d'intervention sans le regroupement
|
void |
supprimerCoutInterveantion(FcCoutIntervention coutIntervention)
Delete an intervention cost
|
void |
traiterIntervention(List<ManagerCoutInterventionResultat> listIntervention)
Traite en masse des interventions
|
FcCoutIntervention |
updateEtat(Double ident,
Double newEtat)
Mise à jour de l'état d'une intervention
|
getServerMessages, resetServerMessages
static final String SERVICE_ID
List<IntervenantHistoriqueCoutsDIntervention> findByIntervenant(Double identIntervenant, Date dateDebut, Date dateFin)
identIntervenant
- dateDebut
- dateFin
- List<FcCoutIntervention> findCoutInterventionForModule(Double identModule)
identModule
- List<FcCoutIntervention> modifierCoutIntervention(List<FcCoutIntervention> interventions)
interventions
- FcCoutIntervention modifierCoutIntervention(FcCoutIntervention intervention)
void supprimerCoutInterveantion(FcCoutIntervention coutIntervention)
coutIntervention
- Double calculerCoutIntervention(Double identIntervenant, Double identModule, Double mntUnitaire, String codeTarif)
identIntervenant
- identModule
- mntUnitaire
- codeTarif
- List<ManagerCoutInterventionResultat> rechercheMultiCritere(ManagerCoutInterventionCritere critere)
critere
- List<ManagerCoutInterventionResultat> rechercheMultiCritereSansRegroupement(ManagerCoutInterventionCritere critere)
critere
- void traiterIntervention(List<ManagerCoutInterventionResultat> listIntervention)
listIntervention
- FcCoutIntervention updateEtat(Double ident, Double newEtat)
ident
- newEtat
- Copyright © 2016. All rights reserved.