| Modifier and Type | Field and Description |
|---|---|
protected PracticedSystem |
PriceAbstract.practicedSystem
Nom de l'attribut en BD : practicedSystem
|
| Modifier and Type | Method and Description |
|---|---|
PracticedSystem |
Price.getPracticedSystem() |
PracticedSystem |
PriceAbstract.getPracticedSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
Price.setPracticedSystem(PracticedSystem practicedSystem) |
void |
PriceAbstract.setPracticedSystem(PracticedSystem practicedSystem) |
| Modifier and Type | Class and Description |
|---|---|
class |
PracticedSystemAbstract |
class |
PracticedSystemImpl |
| Modifier and Type | Field and Description |
|---|---|
protected PracticedSystem |
PracticedPlotAbstract.practicedSystem
Nom de l'attribut en BD : practicedSystem
|
protected PracticedSystem |
PracticedCropCycleAbstract.practicedSystem
Nom de l'attribut en BD : practicedSystem
|
| Modifier and Type | Method and Description |
|---|---|
PracticedSystem |
PracticedPlot.getPracticedSystem() |
PracticedSystem |
PracticedPlotAbstract.getPracticedSystem() |
PracticedSystem |
PracticedCropCycleAbstract.getPracticedSystem() |
PracticedSystem |
PracticedCropCycle.getPracticedSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
PracticedPlot.setPracticedSystem(PracticedSystem practicedSystem) |
void |
PracticedPlotAbstract.setPracticedSystem(PracticedSystem practicedSystem) |
void |
PracticedCropCycleAbstract.setPracticedSystem(PracticedSystem practicedSystem) |
void |
PracticedCropCycle.setPracticedSystem(PracticedSystem practicedSystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
PricesService.updatePrices(List<Price> prices,
Domain domain,
PracticedSystem practicedSystem) |
| Modifier and Type | Method and Description |
|---|---|
List<PracticedSystem> |
GrowingSystemService.getPracticedSystems(String growingSystemCode)
Recupère la liste des systèmes pratiqués lié à systeme de culture via son code de prolongation.
|
| Modifier and Type | Field and Description |
|---|---|
protected PracticedSystem |
DuplicateCropCyclesContext.practicedSystem
for practiced System
|
protected PracticedSystem |
DuplicateCropCyclesContext.practicedSystemClone |
| Modifier and Type | Method and Description |
|---|---|
PracticedSystem |
PracticedSystemService.createOrUpdatePracticedSystem(PracticedSystem practicedSystem,
List<PracticedPerennialCropCycleDto> practicedPerennialCropCycleDtos,
List<PracticedSeasonalCropCycleDto> practicedSeasonalCropCycleDtos,
List<Price> prices)
Create or update practicedPerennialCropCycle.
|
PracticedSystem |
PracticedSystemService.duplicatePracticedSystem(String practicedSystemId,
String growingSystemId)
Duplicate practiced system with id practicedSystemId on the target growing system with id the growingSystemId given has parameter.
|
PracticedSystem |
DuplicateCropCyclesContext.getPracticedSystem() |
PracticedSystem |
PracticedSystemService.getPracticedSystem(String practicedSystemTopiaId)
Return the practicedSystem matching the given TopiaId key if null a new empty instance is created.
|
PracticedSystem |
DuplicateCropCyclesContext.getPracticedSystemClone() |
PracticedSystem |
PracticedSystemService.validate(String practicedSystemId)
Set valid true to practiced system
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<PracticedSystem> |
PracticedSystemService.getFilteredPracticedSystems(PracticedSystemFilter filter)
Return the list of Plots filtered according the given filter.
|
List<PracticedSystem> |
PracticedPlotService.getPracticedSystemsWithoutPracticedPlot(NavigationContext navigationContext)
Return Practiced Systems not related to Practiced Plot
|
| Modifier and Type | Method and Description |
|---|---|
PracticedSystem |
PracticedSystemService.createOrUpdatePracticedSystem(PracticedSystem practicedSystem,
List<PracticedPerennialCropCycleDto> practicedPerennialCropCycleDtos,
List<PracticedSeasonalCropCycleDto> practicedSeasonalCropCycleDtos,
List<Price> prices)
Create or update practicedPerennialCropCycle.
|
void |
DuplicateCropCyclesContext.setPracticedSystem(PracticedSystem practicedSystem) |
void |
DuplicateCropCyclesContext.setPracticedSystemClone(PracticedSystem practicedSystemClone) |
| Modifier and Type | Method and Description |
|---|---|
PracticedSystem |
PracticedSystemAndDependencies.getEntity() |
PracticedSystem |
PracticedSystemAndDependencies.getPracticedSystem() |
| Constructor and Description |
|---|
PracticedSystemAndDependencies(PracticedSystem entity,
long importedNumber,
String csvId) |
| Modifier and Type | Method and Description |
|---|---|
PracticedSystem |
AnonymizeService.checkForPracticedSystemAnonymization(PracticedSystem practicedSystem) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<PracticedSystem,PracticedSystemDto> |
AnonymizeService.getPracticedSystemToDtoFunction() |
| Modifier and Type | Method and Description |
|---|---|
PracticedSystem |
AnonymizeService.checkForPracticedSystemAnonymization(PracticedSystem practicedSystem) |
Copyright © 2013–2015 Inra. All rights reserved.