| 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 Batch |
BatchModel.batch |
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchModel.getBatch() |
| Constructor and Description |
|---|
BatchModel(Batch batch,
double totalPresentation,
double totalSale,
Date dmes) |
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchService.getBatchById(String batchId)
Get batch instance with batch id.
|
protected Batch |
BatchService.getBatchByNumber(int batchNumer)
Find batch by number.
|
| Modifier and Type | Method and Description |
|---|---|
List<Batch> |
BatchService.findAllBetweenNumbers(int startNumber,
int endNumber) |
List<ImportLog<Batch>> |
BatchService.importBatchFile(File batchFile)
Import du fichier dbf des numéros de lots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchService.addAnalyzeFile(Batch batch,
Analyze analyze,
String fileName,
File file)
Ajoute un fichier d'analyse à un lot.
|
List<AnalyzeFile> |
BatchService.findAllAnalyzeFilesByBatch(Batch batch) |
List<Analyze> |
BatchService.findAllAnalyzesByBatch(Batch batch) |
List<PresentationModel> |
BatchService.findAllPresentationsByBatch(Batch batch)
Find all presentation for batch.
|
File |
BatchService.generateControlFile(Batch batch)
Génere le pdf de controle d'indentification ou botanique suivant
le produit du lot.
|
String |
BatchService.getControlFilename(Batch batch)
Retourne le nom du fichier généré lors du télechargement.
|
protected String |
BatchService.getControlHtmlContent(Batch batch)
Extraction de la génération seule du contenu html pour être plus
facilement testé.
|
void |
BatchService.prepareAnalyze(Batch batch,
AnalyzeType analyzeType) |
void |
BatchService.saveBatch(Batch batch)
Save batch.
|
| Modifier and Type | Field and Description |
|---|---|
protected Batch |
InventoryBean.batch |
| Modifier and Type | Method and Description |
|---|---|
Batch |
InventoryBean.getBatch() |
Batch |
BatchImportModel.newEmptyInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryBean.setBatch(Batch batch) |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchDAOAbstract<E extends Batch> |
class |
BatchDAOImpl<E extends Batch> |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchAbstract |
class |
BatchImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Batch |
AnalyzeFileAbstract.batch
Nom de l'attribut en BD : batch
|
protected Batch |
AnalyzeAbstract.batch
Nom de l'attribut en BD : batch
|
protected Batch |
PresentationAbstract.batch
Nom de l'attribut en BD : batch
|
| Modifier and Type | Method and Description |
|---|---|
Batch |
AnalyzeFileAbstract.getBatch() |
Batch |
Presentation.getBatch() |
Batch |
AnalyzeAbstract.getBatch() |
Batch |
AnalyzeFile.getBatch() |
Batch |
PresentationAbstract.getBatch() |
Batch |
Analyze.getBatch() |
| Modifier and Type | Method and Description |
|---|---|
List<Batch> |
BatchDAOImpl.findAllBetweenNumbers(int start,
int end)
Return all batches between range of numbers (non elapsed or in error).
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
AnalyzeDAOAbstract.findAllByBatch(Batch v) |
List<E> |
AnalyzeFileDAOAbstract.findAllByBatch(Batch v) |
List<E> |
PresentationDAOAbstract.findAllByBatch(Batch v) |
List<Presentation> |
PresentationDAOImpl.findAllByBatchOrderByPresentation(Batch batch)
Retourne les presentations d'un lot ordonées par le code presentation.
|
E |
AnalyzeDAOAbstract.findByBatch(Batch v) |
E |
AnalyzeFileDAOAbstract.findByBatch(Batch v) |
E |
PresentationDAOAbstract.findByBatch(Batch v) |
void |
AnalyzeFileAbstract.setBatch(Batch batch) |
void |
Presentation.setBatch(Batch batch) |
void |
AnalyzeAbstract.setBatch(Batch batch) |
void |
AnalyzeFile.setBatch(Batch batch) |
void |
PresentationAbstract.setBatch(Batch batch) |
void |
Analyze.setBatch(Batch batch) |
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.