| Modifier and Type | Field and Description |
|---|---|
protected RefVariete |
CroppingPlanSpeciesAbstract.variety
Nom de l'attribut en BD : variety
|
| Modifier and Type | Method and Description |
|---|---|
RefVariete |
CroppingPlanSpeciesAbstract.getVariety() |
RefVariete |
CroppingPlanSpecies.getVariety() |
| Modifier and Type | Method and Description |
|---|---|
void |
CroppingPlanSpeciesAbstract.setVariety(RefVariete variety) |
void |
CroppingPlanSpecies.setVariety(RefVariete variety) |
| Modifier and Type | Field and Description |
|---|---|
protected RefVariete |
EffectiveCropCycleSpeciesAbstract.graftSupport
Nom de l'attribut en BD : graftSupport
|
| Modifier and Type | Method and Description |
|---|---|
RefVariete |
EffectiveCropCycleSpeciesAbstract.getGraftSupport() |
RefVariete |
EffectiveCropCycleSpecies.getGraftSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
EffectiveCropCycleSpeciesAbstract.setGraftSupport(RefVariete graftSupport) |
void |
EffectiveCropCycleSpecies.setGraftSupport(RefVariete graftSupport) |
| Modifier and Type | Field and Description |
|---|---|
protected RefVariete |
PracticedCropCycleSpeciesAbstract.graftSupport
Nom de l'attribut en BD : graftSupport
|
| Modifier and Type | Method and Description |
|---|---|
RefVariete |
PracticedCropCycleSpecies.getGraftSupport() |
RefVariete |
PracticedCropCycleSpeciesAbstract.getGraftSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
PracticedCropCycleSpecies.setGraftSupport(RefVariete graftSupport) |
void |
PracticedCropCycleSpeciesAbstract.setGraftSupport(RefVariete graftSupport) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RefVarieteGeves |
interface |
RefVarietePlantGrape |
| Modifier and Type | Class and Description |
|---|---|
class |
RefVarieteAbstract |
class |
RefVarieteGevesAbstract |
class |
RefVarieteGevesImpl |
class |
RefVarieteImpl |
class |
RefVarietePlantGrapeAbstract |
class |
RefVarietePlantGrapeImpl |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<RefVariete,CropCycleGraftDto> |
PracticedSystems.REF_VARIETE_TO_GRAPH_DTO |
| Modifier and Type | Method and Description |
|---|---|
RefVariete |
ReferentialService.getVariete(String varieteId) |
| Modifier and Type | Method and Description |
|---|---|
List<RefVariete> |
ReferentialService.findGraftSupports(String term)
Find all species with :
- colonne D (nom Section), valeur "Porte-greffes"
- "varietes PlantGrape" : colonne C (Utilisation), valeur "PG"
and name starting with 'term'.
|
List<RefVariete> |
ReferentialService.findVarietes(String speciesId,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReferentialService.validVarietesFromCodeEspeceEdi(RefVariete variete,
String code_espece_botanique)
Valid that variety with same spece botanique code as the given one exists within GEVES or PLANT_GRAP referential
|
boolean |
ReferentialService.validVarietesFromSpeciesId(RefVariete variete,
String speciesId)
Valid that species with same species botanic code as variety's edi species code exists within GEVES or PLANT_GRAP referential
|
Copyright © 2013–2015 Inra. All rights reserved.