Package | Description |
---|---|
fr.ifremer.coser.bean |
Storage structure classes.
|
fr.ifremer.coser.services |
Services classes.
|
Modifier and Type | Field and Description |
---|---|
protected Control |
Project.control
Project control.
|
Modifier and Type | Method and Description |
---|---|
Control |
Project.getControl() |
Modifier and Type | Method and Description |
---|---|
void |
Project.setControl(Control control) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectService.deleteData(Project project,
Control control,
CoserConstants.Category category,
String index)
Supprime une données via son index.
|
void |
ProjectService.deleteData(Project project,
Control control,
CoserConstants.Category category,
String index,
String commandUUID)
Supprime une données via son index.
|
File |
PublicationService.extractControlLogAsHTML(Project project,
Control control)
Extrait les logs des modifications faites sur un control au format html.
|
protected void |
PublicationService.extractControlLogAsHTML(Project project,
Control control,
Writer out)
Extrait les logs des modifications faites sur un control au format html
dans un flux donné.
|
void |
PublicationService.extractControlLogAsPDF(Project project,
Control control,
List<ControlError> validationErrors,
File pdfFile)
Extrait les logs des modifications faites sur un control au format pdf.
|
void |
ProjectService.replaceData(Project project,
Control control,
CoserConstants.Category category,
String[] data)
Replace all bean data.
|
protected List<ControlError> |
ControlService.validateCategorySpecific(Project project,
Control control,
CoserConstants.Category category,
ProgressMonitor progress)
Effectue un calcul global, mais specific a chaque categorie.
|
protected List<ControlError> |
ControlService.validateCategorySpecificCatch(Project project,
Control control,
ProgressMonitor progress)
Alerte si Somme(CAPTURES$Nombre par CAPTURES$Annee|Strate|Espece) < nobsmin.
|
protected List<ControlError> |
ControlService.validateCategorySpecificHaul(Project project,
Control control,
ProgressMonitor progress)
Specific validation for Haul category.
|
protected List<ControlError> |
ControlService.validateCategorySpecificLength(Project project,
Control control,
ProgressMonitor progress)
Alerte si Somme(TAILLES$Nombre par TAILLES$Annee|Strate|Espece) < nobsmin
Warning sur les tailles aberrantes par espèce:
premiere passe pour calculer l'écart type et la moyenne par espèce
seconde passe pour détecter les valeurs abérentes (> ecart type)
L'ecart étant : racine( somme (x - moyenne)^2 / n)
|
protected List<ControlError> |
ControlService.validateCategorySpecificStrata(Project project,
Control control,
ProgressMonitor progress)
Specific validation for Strata category.
|
List<ControlError> |
ControlService.validateCategoryXWork(Project project,
Control control,
CoserConstants.Category category,
ProgressMonitor progress)
Valide une category entière d'un project.
|
List<ControlError> |
ControlService.validateData(Project project,
Control control,
ProgressMonitor progress)
Valide toutes les données du projet.
|
protected List<? extends ControlError> |
ControlService.validateDiffCatchLength(Project project,
Control control,
ProgressMonitor progress)
Detecte des différences entre les nombres dans captures
et les nombres dans taille.
|
protected List<ControlError> |
ControlService.validationCrossFiles(Project project,
Control control,
ProgressMonitor progress)
Validation par croisement de fichiers.
|
Copyright © 2010–2015 Ifremer. All rights reserved.