Package | Description |
---|---|
fr.ifremer.coser.services |
Services classes.
|
fr.ifremer.coser.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
Project |
ProjectService.createProject(Project project,
Map<CoserConstants.Category,File> categoriesAndFiles,
List<File> maps,
ProgressMonitor progress)
Create new project.
|
DataStorage |
CommonService.loadCSVFile(Project project,
CoserConstants.Category category,
File file,
ProgressMonitor progress)
Load file as csv.
|
DataStorage |
CommonService.loadCSVFile(Project project,
CoserConstants.Category category,
File file,
ProgressMonitor progress,
boolean originalLoading)
Load file as csv.
|
String |
ClientResultService.performResultUpload(Collection<GlobalResult> selectedResults,
Collection<GlobalResult> indicatorsResults,
Collection<GlobalResult> mapResults,
Collection<GlobalResult> publishDataResults,
String login,
String password,
ProgressMonitor progress)
Upload user selected result to coser web front-end using common http
client.
|
String |
WebService.performResultUpload(Collection<RSufiResultPath> selectedResults,
Collection<RSufiResultPath> indicatorsResults,
Collection<RSufiResultPath> mapResults,
Collection<RSufiResultPath> publishDataResults,
String login,
String password,
ProgressMonitor progress)
Deprecated.
Upload user selected result to coser web front-end using common http
client.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ProgressMonitor |
ProgressStream.delegateProgress
Progress monitor notified.
|
protected ProgressMonitor |
ProgressReader.delegateProgress
Progress monitor notified.
|
Constructor and Description |
---|
ProgressReader(Reader delegateReader,
ProgressMonitor delegateProgress) |
ProgressStream(InputStream delegateStream,
ProgressMonitor delegateProgress) |
Copyright © 2010–2015 Ifremer. All rights reserved.