Package | Description |
---|---|
com.itnsa.gestion.constantes | |
com.itnsa.gestion.gmao.service |
Modifier and Type | Method and Description |
---|---|
static CodeActionDmdInt |
CodeActionDmdInt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeActionDmdInt[] |
CodeActionDmdInt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GMAOAlertesMailService.envoyerAlertesMailSurDemande(Double idDemande,
CodeActionDmdInt action)
Envoi des alertes mail/fax aux contacts/collaborateurs destinataires
Les actions possibles sont répertoriées dans le type énuméré CodeActionDemande Les destinataires sont paramétrés en fonction des activités/actions/contrats/... |
void |
GMAOAlertesMailService.historiserMailEnvoye(GFicmaint demande,
String subject,
CodeActionDmdInt action,
String from,
Set<String> to,
GMAOTypeHotline type) |
void |
GMAOHistorisationService.historiserModifsDemande(CtxDemande ctxDemandeOld,
CtxDemande ctxDemandeNew,
CodeActionDmdInt action) |
void |
GMAOHistorisationService.historiserModifsIntervention(CtxIntervention ctxInterOld,
CtxIntervention ctxInterNew,
CodeActionDmdInt action) |
CtxDemande |
GMAOHotlineService.modifierContexteDemande(CtxDemande ctxDemande,
CodeActionDmdInt action)
Modifier le contexte d'une demande
|
CtxDemande |
GMAOHotlineService.modifierDemande(CtxDemande ctxDemande,
CodeActionDmdInt action)
Modification d'une demande, avec envoi éventuel d'alertes mail suivant le type d'action effectué
|
CtxIntervention |
GMAOHotlineService.modifierIntervention(CtxIntervention ctxIntervention,
CodeActionDmdInt action) |
CtxDemande |
GMAOSuspensionService.reprendreDemande(CtxDemande ctxDemande,
GHistoSuspension suspension,
CodeActionDmdInt codeActionDmdInt)
Reprise d'une demande
|
CtxDemande |
GMAOSuspensionService.suspendreDemande(CtxDemande ctxDemande,
CodeActionDmdInt codeActionDmdInt)
Suspension d'une demande
|
CtxDemande |
GMAOSuspensionService.suspendreDemandeCloturee(CtxDemande ctxDemande,
GHistoSuspension suspension,
CodeActionDmdInt codeActionDmdInt)
Suspension d'une demande cloturée
|
CtxIntervention |
GMAOHotlineService.terminerInterventionTotal(CtxIntervention ctxIntervention,
CtxDemande ctxDemande,
CodeActionDmdInt action)
Terminaison automatique de l'intervention passée en paramètre
|
Copyright © 2016. All rights reserved.