| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.model | |
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.business.services.csv | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Field and Description |
|---|---|
protected BatchAnalyze |
AnalyzeModel.analyze |
| Modifier and Type | Field and Description |
|---|---|
protected List<BatchAnalyze> |
BatchModel.batchAnalyzes
Batch analyzes.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAnalyze |
AnalyzeModel.getAnalyze() |
| Modifier and Type | Method and Description |
|---|---|
List<BatchAnalyze> |
BatchModel.getBatchAnalyzes()
Get batch analyze (can be null if
SearchColumn.ANALYZE_CONFORMITY
is not selected for query. |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyzeModel.setAnalyze(BatchAnalyze analyze) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchModel.setBatchAnalyzes(List<BatchAnalyze> batchAnalyzes) |
| Constructor and Description |
|---|
AnalyzeModel(BatchAnalyze analyze) |
| Modifier and Type | Method and Description |
|---|---|
BatchAnalyze |
BatchService.getAnalyzeById(String analyzeId) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchAnalyze> |
BatchService.findAllAnalyzesByBatch(Batch batch) |
List<BatchAnalyze> |
BatchService.getAnalysisToReceive(AnalyzeFilter analyzeFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchService.addAnalyzeFile(Batch batch,
BatchAnalyze analyze,
String fileName,
File file)
Ajoute un fichier d'analyse à un lot.
|
void |
BatchService.deleteAnalyze(BatchAnalyze analyze)
Supprimer une analyze.
|
List<AnalyzeFile> |
BatchService.findAllAnalyzeFilesByAnalyze(BatchAnalyze analyze) |
void |
BatchService.receiveAnalyzeFromSupplier(BatchAnalyze analyze,
Supplier supplier) |
void |
BatchService.saveAnalyze(BatchAnalyze analyze) |
void |
BatchService.sendAnalyzeToSupplier(BatchAnalyze analyze,
Date sentDate,
Date receiveLimitDate,
Supplier supplier)
Sauvegarde une analyze a envoyer.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAnalyze |
AnalyzeImportModel.newEmptyInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchAnalyzeDAOAbstract<E extends BatchAnalyze> |
class |
BatchAnalyzeDAOImpl<E extends BatchAnalyze> |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchAnalyzeAbstract |
class |
BatchAnalyzeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected BatchAnalyze |
AnalyzeFileAbstract.batchAnalyze
Nom de l'attribut en BD : batchAnalyze
|
| Modifier and Type | Method and Description |
|---|---|
BatchAnalyze |
AnalyzeFile.getBatchAnalyze() |
BatchAnalyze |
AnalyzeFileAbstract.getBatchAnalyze() |
| Modifier and Type | Method and Description |
|---|---|
List<BatchAnalyze> |
BatchAnalyzeDAOImpl.findAllAnalyze(AnalyzeFilter analyzeFilter)
Retourne l'ensemble des analyzes suivant un filtre.
|
List<BatchAnalyze> |
BatchAnalyzeDAOImpl.findAllAnalyzeToReceive(AnalyzeFilter analyzeFilter)
Retourne l'ensemble des analyzes expédiées en attente de reception.
|
List<BatchAnalyze> |
BatchAnalyzeDAOImpl.findAllAnalyzeToSend(AnalyzeFilter analyzeFilter)
Retourne l'ensemble des analyzes a preparer et non encore expédiées.
|
protected List<BatchAnalyze> |
BatchAnalyzeDAOImpl.findAllAnalyzeWithQuery(AnalyzeFilter analyzeFilter,
String queryPrefix)
Retourne l'ensemble des analyzes en utilisant le filtre et le
debut de requete.
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
AnalyzeFileDAOAbstract.findAllByBatchAnalyze(BatchAnalyze v) |
E |
AnalyzeFileDAOAbstract.findByBatchAnalyze(BatchAnalyze v) |
void |
AnalyzeFile.setBatchAnalyze(BatchAnalyze batchAnalyze) |
void |
AnalyzeFileAbstract.setBatchAnalyze(BatchAnalyze batchAnalyze) |
Copyright © 2012–2014 Herboristerie Cailleau. All rights reserved.