| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities.managementmode | |
| fr.inra.agrosyst.api.services.managementmode |
| Modifier and Type | Class and Description |
|---|---|
class |
SectionAbstract |
class |
SectionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Section> |
ManagementModeAbstract.sections
Nom de l'attribut en BD : sections
|
| Modifier and Type | Method and Description |
|---|---|
Section |
ManagementModeAbstract.getSectionsByTopiaId(String topiaId) |
Section |
ManagementMode.getSectionsByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Section> |
ManagementModeAbstract.getSections() |
Collection<Section> |
ManagementMode.getSections() |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementModeAbstract.addSections(Section sections) |
void |
ManagementMode.addSections(Section sections) |
boolean |
ManagementModeAbstract.containsSections(Section sections) |
boolean |
ManagementMode.containsSections(Section sections) |
void |
ManagementModeAbstract.removeSections(Section sections) |
void |
ManagementMode.removeSections(Section sections) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementModeAbstract.addAllSections(Iterable<Section> sections) |
void |
ManagementMode.addAllSections(Iterable<Section> sections) |
void |
ManagementModeAbstract.setSections(Collection<Section> sections) |
void |
ManagementMode.setSections(Collection<Section> sections) |
| Modifier and Type | Class and Description |
|---|---|
class |
SectionDto |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Section,SectionDto> |
ManagementModes.SECTION_TO_DTO |
Copyright © 2013–2015 Inra. All rights reserved.