| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.model | |
| com.herbocailleau.sgq.business.services | |
| 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 totalQuantity) |
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchService.getBatchById(String batchId) |
protected Batch |
BatchService.getBatchByNumber(int batchNumer)
Find batch by number.
|
| Modifier and Type | Method and Description |
|---|---|
List<Batch> |
BatchService.findAllBetweenNumbers(int startNumber,
int endNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<Analyze> |
BatchService.findAllAnalyzesByBatch(Batch batch) |
List<Presentation> |
BatchService.findAllPresentationsByBatch(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 |
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 |
Presentation.getBatch() |
Batch |
AnalyzeAbstract.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
AnalyzeDAOAbstract.findAllByBatch(Batch v) |
List<E> |
PresentationDAOAbstract.findAllByBatch(Batch v) |
E |
AnalyzeDAOAbstract.findByBatch(Batch v) |
E |
PresentationDAOAbstract.findByBatch(Batch v) |
void |
Presentation.setBatch(Batch batch) |
void |
AnalyzeAbstract.setBatch(Batch batch) |
void |
PresentationAbstract.setBatch(Batch batch) |
void |
Analyze.setBatch(Batch batch) |
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.