| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeType |
ReferentialService.findAnalyzeTypeById(String id)
Find single analyze types by id.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyzeType> |
ReferentialService.findAllAnalyzeTypes()
Find all analyze types.
|
| Modifier and Type | Method and Description |
|---|---|
List<Analyze> |
BatchService.getAnalysisToReceive(AnalyzeType analyzeType) |
List<Analyze> |
BatchService.getAnalysisToSend(AnalyzeType analyzeType) |
void |
ReferentialService.saveAnalyzeType(AnalyzeType analyzeType)
Save (create or update) analyze type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyzeTypeDAOAbstract<E extends AnalyzeType> |
class |
AnalyzeTypeDAOImpl<E extends AnalyzeType> |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyzeTypeAbstract |
class |
AnalyzeTypeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected AnalyzeType |
AnalyzeAbstract.analyzeType
Nom de l'attribut en BD : analyzeType
|
| Modifier and Type | Method and Description |
|---|---|
AnalyzeType |
AnalyzeAbstract.getAnalyzeType() |
AnalyzeType |
Analyze.getAnalyzeType() |
| 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.
|
List<E> |
AnalyzeDAOAbstract.findAllByAnalyzeType(AnalyzeType v) |
E |
AnalyzeDAOAbstract.findByAnalyzeType(AnalyzeType v) |
void |
AnalyzeAbstract.setAnalyzeType(AnalyzeType analyzeType) |
void |
Analyze.setAnalyzeType(AnalyzeType analyzeType) |
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.