| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_ID |
| Modifier and Type | Method and Description |
|---|---|
InfoChampFormData |
creer(InfoChampFormData control)
Créer un contrôle "informations sur un champ"
|
boolean |
doesInfoExistsOnZone(Double pathIdent) |
String |
exporter(List<InfoChampFormData> controlsToExport)
Exporte une liste de contrôles
|
Collection<TCtrlInfoChamp> |
getAllInfosChamps() |
void |
importer(String content)
Importe une liste d'informations
|
InfoChampFormData |
modifier(InfoChampFormData control)
Modifier un contrôle "informations sur un champ"
|
List<InfoChampFormData> |
recherche(CritereRechercheCtrlInfoChamp critere)
Recherche d'informations sur les contrôles "informations sur un champ"
|
void |
supprimer(InfoChampFormData control)
Supprimer un contrôle "informations sur un champ"
|
void |
supprimer(List<InfoChampFormData> controls)
Supprimer plusieurs contrôles "informations sur un champ"
|
getServerMessages, resetServerMessagesstatic final String SERVICE_ID
List<InfoChampFormData> recherche(CritereRechercheCtrlInfoChamp critere)
critere - critères de rechercheInfoChampFormData creer(InfoChampFormData control)
control - donnéesInfoChampFormData modifier(InfoChampFormData control)
control - donnéesvoid supprimer(InfoChampFormData control)
control - contrôle à supprimervoid supprimer(List<InfoChampFormData> controls)
controls - contrôles à supprimerString exporter(List<InfoChampFormData> controlsToExport)
controlsToExport - liste de contrôles à exportervoid importer(String content)
content - fichier JSON contenant la liste des contrôles à importerboolean doesInfoExistsOnZone(Double pathIdent)
pathIdent - identifiant du pathpathIdent, false dans le cas contraireCollection<TCtrlInfoChamp> getAllInfosChamps()
Copyright © 2016. All rights reserved.