| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.model | |
| com.herbocailleau.sgq.business.services | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Field and Description |
|---|---|
protected AnalyzeType |
AnalyzeFilter.analyzeType |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeType |
AnalyzeFilter.getAnalyzeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyzeFilter.setAnalyzeType(AnalyzeType analyzeType) |
| 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 |
|---|---|
void |
BatchService.prepareAnalyze(Batch batch,
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 | Field and Description |
|---|---|
protected Collection<AnalyzeType> |
ProductAbstract.analyzeType
Nom de l'attribut en BD : analyzeType
|
| Modifier and Type | Method and Description |
|---|---|
AnalyzeType |
AnalyzeAbstract.getAnalyzeType() |
AnalyzeType |
Analyze.getAnalyzeType() |
AnalyzeType |
ProductAbstract.getAnalyzeTypeByTopiaId(String topiaId) |
AnalyzeType |
Product.getAnalyzeTypeByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AnalyzeType> |
ProductAbstract.getAnalyzeType() |
Collection<AnalyzeType> |
Product.getAnalyzeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductAbstract.addAnalyzeType(AnalyzeType analyzeType) |
void |
Product.addAnalyzeType(AnalyzeType analyzeType) |
List<E> |
AnalyzeDAOAbstract.findAllByAnalyzeType(AnalyzeType v) |
List<E> |
ProductDAOAbstract.findAllContainsAnalyzeType(AnalyzeType v) |
E |
AnalyzeDAOAbstract.findByAnalyzeType(AnalyzeType v) |
E |
ProductDAOAbstract.findContainsAnalyzeType(AnalyzeType v) |
void |
ProductAbstract.removeAnalyzeType(AnalyzeType analyzeType) |
void |
Product.removeAnalyzeType(AnalyzeType analyzeType) |
void |
AnalyzeAbstract.setAnalyzeType(AnalyzeType analyzeType) |
void |
Analyze.setAnalyzeType(AnalyzeType analyzeType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductAbstract.addAllAnalyzeType(Collection<AnalyzeType> analyzeType) |
void |
Product.addAllAnalyzeType(Collection<AnalyzeType> analyzeType) |
void |
ProductAbstract.setAnalyzeType(Collection<AnalyzeType> analyzeType) |
void |
Product.setAnalyzeType(Collection<AnalyzeType> analyzeType) |
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.