| Modifier and Type | Method and Description |
|---|---|
static AgrosystInterventionType |
AgrosystInterventionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgrosystInterventionType[] |
AgrosystInterventionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected AgrosystInterventionType |
AbstractInputAbstract.inputType
Nom de l'attribut en BD : inputType
|
| Modifier and Type | Method and Description |
|---|---|
AgrosystInterventionType |
AbstractInputAbstract.getInputType() |
AgrosystInterventionType |
AbstractInput.getInputType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInputAbstract.setInputType(AgrosystInterventionType inputType) |
void |
AbstractInput.setInputType(AgrosystInterventionType inputType) |
| Modifier and Type | Field and Description |
|---|---|
protected AgrosystInterventionType |
EffectiveInterventionAbstract.type
Nom de l'attribut en BD : type
|
| Modifier and Type | Method and Description |
|---|---|
AgrosystInterventionType |
EffectiveIntervention.getType() |
AgrosystInterventionType |
EffectiveInterventionAbstract.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
EffectiveIntervention.setType(AgrosystInterventionType type) |
void |
EffectiveInterventionAbstract.setType(AgrosystInterventionType type) |
| Modifier and Type | Field and Description |
|---|---|
protected AgrosystInterventionType |
DecisionRuleAbstract.interventionType
Nom de l'attribut en BD : interventionType
|
| Modifier and Type | Method and Description |
|---|---|
AgrosystInterventionType |
DecisionRuleAbstract.getInterventionType() |
AgrosystInterventionType |
DecisionRule.getInterventionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionRuleAbstract.setInterventionType(AgrosystInterventionType interventionType) |
void |
DecisionRule.setInterventionType(AgrosystInterventionType interventionType) |
| Modifier and Type | Field and Description |
|---|---|
protected AgrosystInterventionType |
PracticedInterventionAbstract.type
Nom de l'attribut en BD : type
|
| Modifier and Type | Method and Description |
|---|---|
AgrosystInterventionType |
PracticedIntervention.getType() |
AgrosystInterventionType |
PracticedInterventionAbstract.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PracticedIntervention.setType(AgrosystInterventionType type) |
void |
PracticedInterventionAbstract.setType(AgrosystInterventionType type) |
| Modifier and Type | Field and Description |
|---|---|
protected AgrosystInterventionType |
RefActaTraitementsProduitsCategAbstract.action
Nom de l'attribut en BD : action
|
protected AgrosystInterventionType |
RefInterventionAgrosystTravailEDIAbstract.intervention_agrosyst
Nom de l'attribut en BD : intervention_agrosyst
|
| Modifier and Type | Method and Description |
|---|---|
AgrosystInterventionType |
RefActaTraitementsProduitsCategAbstract.getAction() |
AgrosystInterventionType |
RefActaTraitementsProduitsCateg.getAction() |
AgrosystInterventionType |
RefInterventionAgrosystTravailEDI.getIntervention_agrosyst() |
AgrosystInterventionType |
RefInterventionAgrosystTravailEDIAbstract.getIntervention_agrosyst() |
| Modifier and Type | Method and Description |
|---|---|
void |
RefActaTraitementsProduitsCategAbstract.setAction(AgrosystInterventionType action) |
void |
RefActaTraitementsProduitsCateg.setAction(AgrosystInterventionType action) |
void |
RefInterventionAgrosystTravailEDI.setIntervention_agrosyst(AgrosystInterventionType intervention_agrosyst) |
void |
RefInterventionAgrosystTravailEDIAbstract.setIntervention_agrosyst(AgrosystInterventionType intervention_agrosyst) |
| Modifier and Type | Method and Description |
|---|---|
List<ToolsCouplingDto> |
EffectiveCropCycleService.getToolsCouplingModel(String zoneTopiaId,
AgrosystInterventionType interventionType) |
| Modifier and Type | Field and Description |
|---|---|
static Set<AgrosystInterventionType> |
Inputs.INPUT_TYPES |
| Modifier and Type | Field and Description |
|---|---|
protected AgrosystInterventionType |
DecisionRuleFilter.interventionType |
| Modifier and Type | Method and Description |
|---|---|
AgrosystInterventionType |
DecisionRuleFilter.getInterventionType() |
| Modifier and Type | Method and Description |
|---|---|
DecisionRule |
ManagementModeService.createNewDecisionRule(AgrosystInterventionType interventionType,
String growingSystemTopiaId,
BioAgressorType bioAgressorType,
String bioAgressorTopiaId,
String croppingPlanEntryId,
String name)
Create decision rule with params given has parameters
|
void |
DecisionRuleFilter.setInterventionType(AgrosystInterventionType interventionType) |
| Modifier and Type | Method and Description |
|---|---|
List<ToolsCouplingDto> |
PracticedSystemService.getToolsCouplingModel(String growingSystemId,
String campaigns,
AgrosystInterventionType interventionType)
Create a list of toolsCouplingDto from the domain associated to the growing system and the selected campains that have the same interventionType.
|
| Modifier and Type | Method and Description |
|---|---|
Map<AgrosystInterventionType,List<String>> |
ReferentialService.getAllActiveActaTreatmentProductTypes()
return the list of ACTA treatment product type ordered by AgrosystInterventionType
|
| Modifier and Type | Method and Description |
|---|---|
List<RefInterventionAgrosystTravailEDI> |
ReferentialService.findAllActiveAgrosystActions(AgrosystInterventionType interventionType)
Find all active RefTypeTravailEDIs according the interventionType given as parameter
|
List<RefActaTraitementsProduit> |
ReferentialService.getActaTraitementsProduits(AgrosystInterventionType interventionType,
String productType)
Return all Active ActaTraitementsProduit according the given product type
|
Copyright © 2013–2015 Inra. All rights reserved.