| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities.managementmode | |
| fr.inra.agrosyst.api.services.managementmode |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementModeCategory |
ManagementModeAbstract.category
Nom de l'attribut en BD : category
|
| Modifier and Type | Method and Description |
|---|---|
ManagementModeCategory |
ManagementModeAbstract.getCategory() |
ManagementModeCategory |
ManagementMode.getCategory() |
static ManagementModeCategory |
ManagementModeCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementModeCategory[] |
ManagementModeCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementModeAbstract.setCategory(ManagementModeCategory category) |
void |
ManagementMode.setCategory(ManagementModeCategory category) |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementModeCategory |
ManagementModeFilter.managementModeCategory |
| Modifier and Type | Method and Description |
|---|---|
ManagementModeCategory |
ManagementModeFilter.getManagementModeCategory() |
| Modifier and Type | Method and Description |
|---|---|
List<ManagementModeCategory> |
ManagementModeService.getAvailableManagementModeCategories(String growingSystemId)
Return the categories associated with the GrowingSystem with same topiaId as given in parameter.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementMode |
ManagementModeService.copyManagementMode(String growingSystemId,
ManagementModeCategory category,
String mainChangesFromPlanned,
String changeReasonFromPlanned) |
void |
ManagementModeFilter.setManagementModeCategory(ManagementModeCategory managementModeCategory) |
Copyright © 2013–2015 Inra. All rights reserved.