| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Method and Description |
|---|---|
Analyze |
BatchService.getAnalyzeById(String analyzeId) |
| Modifier and Type | Method and Description |
|---|---|
List<Analyze> |
BatchService.findAllAnalyzesByBatch(Batch batch) |
List<Analyze> |
BatchService.getAnalysisToReceive(AnalyzeType analyzeType) |
List<Analyze> |
BatchService.getAnalysisToSend(AnalyzeType analyzeType) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchService.addAnalyze(Analyze analyze) |
void |
BatchService.receiveAnalyzeFromSupplier(Analyze analyze,
Supplier supplier) |
void |
BatchService.sendAnalyzeToSupplier(Analyze analyze,
Supplier supplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyzeDAOAbstract<E extends Analyze> |
class |
AnalyzeDAOImpl<E extends Analyze> |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyzeAbstract |
class |
AnalyzeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<Analyze> |
AnalyzeDAOImpl.findAllAnalyzeToReceive(AnalyzeType analyzeType)
Retourne l'ensemble des analyzes expédiées en attente de reception.
|
List<Analyze> |
AnalyzeDAOImpl.findAllAnalyzeToSend(AnalyzeType analyzeType)
Retourne l'ensemble des analyzes a preparer et non encore expédiées.
|
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.