| 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<Batch> |
BatchService.getBatchWithBulletinToAsk()
Retourne les lots dont un bulletin doit être demandé au forunisseur.
|
List<Batch> |
BatchService.getBatchWithInputAndPendingAnalysis()
Deprecated.
since 20130530 unused
|
List<Batch> |
ProductionService.getBatchWithLabelAfterExpiration()
Lots probablement expirés et pour lesquels une étiquette a été émise.
|
List<Batch> |
BatchService.getBatchWithMoreSellThanStock() |
List<Batch> |
BatchService.getBatchWithNoStock() |
List<Batch> |
BatchService.getBatchWithOutputAndPendingAnalysis() |
List<Batch> |
BatchService.getDedicatedClientExpiredBatch() |
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.
|
protected boolean |
ProductionService.checkBatchProduct(Batch batch,
String productCode,
Date date)
Test que le code produit de la ligne est celui attendu (c'est à dire
celui défini pour le 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 | Class and Description |
|---|---|
class |
BatchBean |
| Modifier and Type | Field and Description |
|---|---|
protected Batch |
InventoryBean.batch |
| Modifier and Type | Method and Description |
|---|---|
Batch |
InventoryBean.getBatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryBean.setBatch(Batch batch) |
| Constructor and Description |
|---|
InventoryImportModel(Map<Integer,Batch> batchCache,
Map<String,Place> places,
Map<String,Product> products) |
| 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 |
LabelErrorAbstract.afterBatchExpiration
Nom de l'attribut en BD : afterBatchExpiration
|
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 |
LabelErrorAbstract.getAfterBatchExpiration() |
Batch |
LabelError.getAfterBatchExpiration() |
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).
|
List<Batch> |
BatchDAOImpl.getBatchWithBulletinToAsk()
Retourne les lots sur lequels porte une analyze en attente de reception
et dont le prestataire est un fournisseur.
|
List<Batch> |
BatchDAOImpl.getBatchWithInputAndPendingAnalysis()
Retourne les lots en attente d'analyse pour lequel il y a déjà une sortie d'étiquette interne.
|
List<Batch> |
LabelErrorDAOImpl.getBatchWithLabelAfterExpiration()
Lots probablement expirés et pour lesquels une étiquette a été émise.
|
List<Batch> |
BatchDAOImpl.getBatchWithMoreSellThanStock()
Retourne les lots qui ont des expeditions supérieures à la quantité entrée.
|
List<Batch> |
BatchDAOImpl.getBatchWithNoStock()
Retourne les lots qui n'ont plus de stock
|
List<Batch> |
BatchDAOImpl.getBatchWithOutputAndPendingAnalysis()
Retourne les lots en attente d'analyse pour lequel il y a déjà une sortie externe.
|
List<Batch> |
BatchDAOImpl.getDedicatedClientExpiredBatch()
Retourne les lots qui concernent les clients dédiés et qui sont
probablement expiré.
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
LabelErrorDAOAbstract.findAllByAfterBatchExpiration(Batch v) |
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 |
LabelErrorDAOAbstract.findByAfterBatchExpiration(Batch v) |
E |
AnalyzeFileDAOAbstract.findByBatch(Batch v) |
E |
PresentationDAOAbstract.findByBatch(Batch v) |
E |
BatchAnalyzeDAOAbstract.findByBatch(Batch v) |
void |
LabelErrorAbstract.setAfterBatchExpiration(Batch afterBatchExpiration) |
void |
LabelError.setAfterBatchExpiration(Batch afterBatchExpiration) |
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) |
void |
PresentationDAOImpl.setPresentationQuantityToZero(Batch batch)
Reset all presentation quantity to zero for batch.
|
Copyright © 2012-2013 Herboristerie Cailleau. All Rights Reserved.