| Modifier and Type | Class and Description |
|---|---|
class |
ToolsCouplingAbstract |
class |
ToolsCouplingImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<ToolsCoupling> |
EffectiveInterventionAbstract.toolCouplings
Nom de l'attribut en BD : toolCouplings
|
| Modifier and Type | Method and Description |
|---|---|
ToolsCoupling |
EffectiveIntervention.getToolCouplingsByTopiaId(String topiaId) |
ToolsCoupling |
EffectiveInterventionAbstract.getToolCouplingsByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ToolsCoupling> |
EffectiveIntervention.getToolCouplings() |
Collection<ToolsCoupling> |
EffectiveInterventionAbstract.getToolCouplings() |
| Modifier and Type | Method and Description |
|---|---|
void |
EffectiveIntervention.addToolCouplings(ToolsCoupling toolCouplings) |
void |
EffectiveInterventionAbstract.addToolCouplings(ToolsCoupling toolCouplings) |
boolean |
EffectiveIntervention.containsToolCouplings(ToolsCoupling toolCouplings) |
boolean |
EffectiveInterventionAbstract.containsToolCouplings(ToolsCoupling toolCouplings) |
void |
EffectiveIntervention.removeToolCouplings(ToolsCoupling toolCouplings) |
void |
EffectiveInterventionAbstract.removeToolCouplings(ToolsCoupling toolCouplings) |
| Modifier and Type | Method and Description |
|---|---|
void |
EffectiveIntervention.addAllToolCouplings(Iterable<ToolsCoupling> toolCouplings) |
void |
EffectiveInterventionAbstract.addAllToolCouplings(Iterable<ToolsCoupling> toolCouplings) |
void |
EffectiveIntervention.setToolCouplings(Collection<ToolsCoupling> toolCouplings) |
void |
EffectiveInterventionAbstract.setToolCouplings(Collection<ToolsCoupling> toolCouplings) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<ToolsCoupling,String> |
Equipments.GET_TOOLS_COUPLING_CODE |
static com.google.common.base.Function<ToolsCoupling,ToolsCouplingDto> |
Equipments.TOOLS_COUPLING_TO_TOOLS_COUPLING_DTO |
| Modifier and Type | Method and Description |
|---|---|
ToolsCoupling |
DomainService.newToolsCoupling()
Create ToolsCoupling instance.
|
| Modifier and Type | Method and Description |
|---|---|
UsageList<ToolsCoupling> |
DomainService.getToolsCouplingAndUsage(String domainId)
The tools coupling UsageList from domain with id the given domainId.
|
List<ToolsCoupling> |
DomainService.getToolsCouplings(String domainId) |
List<ToolsCoupling> |
DomainService.getToolsCouplingsForDomainCodeAndCampaigns(String code,
Set<Integer> campaigns)
List of ToolsCouplings for domains with code the given code and for given campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
DomainService.copyTools(String fromDomain,
List<String> toDomains,
Boolean includeToolCouplings,
List<Equipment> equipmentsToCopy,
List<ToolsCoupling> toolsCouplingsToCopy)
Copy equipments and optionally tools couplings and manuals interventions from domain the given fromDomain to domain the given toDomains list
|
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) |
void |
DomainService.deleteToolsCouplings(Collection<ToolsCoupling> toolsCouplings)
delete Tools couplings and the associated object
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<ToolsCoupling,String> |
EffectiveCropCycleService.GET_TOOLS_COUPLING_BY_CODE |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ToolsCoupling> |
DomainAndDependencies.toolsCouplingsByCode |
protected Map<ToolsCoupling,String> |
DomainAndDependencies.toolsCouplingsToCsvId |
| Modifier and Type | Method and Description |
|---|---|
Collection<ToolsCoupling> |
DomainAndDependencies.getToolsCouplings() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainAndDependencies.addToolsCoupling(String csvId,
ToolsCoupling toolsCoupling) |
String |
DomainAndDependencies.getCsvIdForToolsCouplings(ToolsCoupling toolsCoupling) |
Copyright © 2013–2015 Inra. All rights reserved.