| 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.
|
List<ImportLog<Batch>> |
BatchService.importInventory(File file)
Import inventaire.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchService.addAnalyzeFile(Batch batch,
BatchAnalyze analyze,
String fileName,
File file)
Ajoute un fichier d'analyse à un lot.
|
List<AnalyzeFile> |
BatchService.findAllAnalyzeFilesByBatch(Batch batch) |
List<BatchAnalyze> |
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) |
| Constructor and Description |
|---|
InventoryImportModel(Map<Integer,Batch> batchCache) |
| 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 |
PresentationAbstract.batch
Nom de l'attribut en BD : batch
|
protected Batch |
BatchAnalyzeAbstract.batch
Nom de l'attribut en BD : batch
|
| Modifier and Type | Method and Description |
|---|---|
Batch |
AnalyzeFileAbstract.getBatch() |
Batch |
Presentation.getBatch() |
Batch |
AnalyzeFile.getBatch() |
Batch |
PresentationAbstract.getBatch() |
Batch |
BatchAnalyze.getBatch() |
Batch |
BatchAnalyzeAbstract.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> |
AnalyzeFileDAOAbstract.findAllByBatch(Batch v) |
List<E> |
PresentationDAOAbstract.findAllByBatch(Batch v) |
List<E> |
BatchAnalyzeDAOAbstract.findAllByBatch(Batch v) |
List<PresentationModel> |
PresentationDAOImpl.findAllByBatchOrderByPresentation(Batch batch)
Retourne les presentations d'un lot ordonnées par le code presentation,
avec pour chaque présentation, ses emplacements théoriques disponibles.
|
E |
AnalyzeFileDAOAbstract.findByBatch(Batch v) |
E |
PresentationDAOAbstract.findByBatch(Batch v) |
E |
BatchAnalyzeDAOAbstract.findByBatch(Batch v) |
void |
AnalyzeFileAbstract.setBatch(Batch batch) |
void |
Presentation.setBatch(Batch batch) |
void |
AnalyzeFile.setBatch(Batch batch) |
void |
PresentationAbstract.setBatch(Batch batch) |
void |
BatchAnalyze.setBatch(Batch batch) |
void |
BatchAnalyzeAbstract.setBatch(Batch batch) |
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.