| Modifier and Type | Class and Description |
|---|---|
class |
PriceAbstract |
class |
PriceImpl |
| Modifier and Type | Method and Description |
|---|---|
List<Price> |
PricesService.getDomainPrices(String domainId,
List<String> objectIds) |
List<Price> |
PricesService.getPracticedSystemPrices(String practicedSystemId) |
| Modifier and Type | Method and Description |
|---|---|
ProductPrices |
PricesService.computePricesIndication(Price filter,
String campaigns,
String excludeDomainId,
String excludeZoneId,
String excludePracticedSystemId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PricesService.updatePrices(List<Price> prices,
Domain domain,
PracticedSystem practicedSystem) |
| Modifier and Type | Method and Description |
|---|---|
List<Price> |
DomainService.getDomainPrices(String domainTopiaId) |
| Modifier and Type | Method and Description |
|---|---|
Domain |
DomainService.createOrUpdateDomain(Domain domain,
String locationId,
String legalStatusId,
List<GeoPoint> gpsData,
List<CroppingPlanEntryDto> croppingPlan,
Integer otex18,
Integer otex70,
List<Ground> grounds,
List<Equipment> equipments,
List<ToolsCoupling> toolsCouplings,
List<Price> prices) |
| Modifier and Type | Method and Description |
|---|---|
List<Price> |
EffectiveCropCycleService.getEffectivePrices(String zoneId,
List<String> objectIds)
Loads the prices involved in the given zone's effective crop cycle
|
| Modifier and Type | Method and Description |
|---|---|
void |
EffectiveCropCycleService.updateEffectiveCropCycles(String zoneId,
List<EffectiveSeasonalCropCycleDto> effectiveSeasonalCropCycles,
List<EffectivePerennialCropCycleDto> effectivePerennialCropCycles,
List<Price> prices)
Update zone's crop cycles.
|
| Modifier and Type | Method and Description |
|---|---|
List<Price> |
PracticedSystemService.getPracticedPrices(String practicedSystemId)
Loads the prices involved in the given practiced system ITK
|
| Modifier and Type | Method and Description |
|---|---|
PracticedSystem |
PracticedSystemService.createOrUpdatePracticedSystem(PracticedSystem practicedSystem,
List<PracticedPerennialCropCycleDto> practicedPerennialCropCycleDtos,
List<PracticedSeasonalCropCycleDto> practicedSeasonalCropCycleDtos,
List<Price> prices)
Create or update practicedPerennialCropCycle.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Price> |
EffectiveCropCycleAndDependencies.prices |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Price> |
EffectiveCropCycleAndDependencies.getPrices() |
| Modifier and Type | Method and Description |
|---|---|
void |
EffectiveCropCycleAndDependencies.addPrice(String id,
Price price) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Price> |
PracticedSystemAndDependencies.prices |
| Modifier and Type | Method and Description |
|---|---|
List<Price> |
PracticedSystemAndDependencies.getPrices() |
| Modifier and Type | Method and Description |
|---|---|
void |
PracticedSystemAndDependencies.addPrice(Price price) |
Copyright © 2013–2015 Inra. All rights reserved.