| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities | |
| fr.inra.agrosyst.api.services.growingplan | |
| fr.inra.agrosyst.api.services.growingsystem | |
| fr.inra.agrosyst.api.services.security |
| Modifier and Type | Class and Description |
|---|---|
class |
GrowingPlanAbstract |
class |
GrowingPlanImpl |
| Modifier and Type | Field and Description |
|---|---|
protected GrowingPlan |
GrowingSystemAbstract.growingPlan
Nom de l'attribut en BD : growingPlan
|
| Modifier and Type | Method and Description |
|---|---|
GrowingPlan |
GrowingSystemAbstract.getGrowingPlan() |
GrowingPlan |
GrowingSystem.getGrowingPlan() |
| Modifier and Type | Method and Description |
|---|---|
void |
GrowingSystemAbstract.setGrowingPlan(GrowingPlan growingPlan) |
void |
GrowingSystem.setGrowingPlan(GrowingPlan growingPlan) |
| Modifier and Type | Method and Description |
|---|---|
GrowingPlan |
GrowingPlanService.createOrUpdateGrowingPlan(GrowingPlan dispositif)
Update or create a GrowingPlan.
|
GrowingPlan |
GrowingPlanService.duplicateGrowingPlan(ExtendContext extendContext,
Domain clonedDomain,
GrowingPlan growingPlan,
boolean duplicateGrowingSystems)
Duplicate growing plan without committing transaction.
|
GrowingPlan |
GrowingPlanService.duplicateGrowingPlan(String growingPlanId,
String duplicateDomainId,
boolean duplicateGrowingSystems)
Duplicate growing plan from id and associate if with given domain id.
|
GrowingPlan |
GrowingPlanService.getGrowingPlan(String growningPlanId)
Find a specific growingPlan from identifier.
|
GrowingPlan |
GrowingPlanService.newGrowingPlan()
Create a new growing plan not persisted yet
|
GrowingPlan |
GrowingPlanService.validateAndCommit(String growingPlanId)
Do validate the current growing plan state
|
| Modifier and Type | Method and Description |
|---|---|
List<GrowingPlan> |
GrowingPlanService.findAllByDomain(Domain domain)
Find all growing plan for a domain.
|
ResultList<GrowingPlan> |
GrowingPlanService.getFilteredGrowingPlans(GrowingPlanFilter filter)
Find growingPlans matching user filter and navigation context.
|
List<GrowingPlan> |
GrowingPlanService.getGrowingPlanWithName(String growingPlanName) |
| Modifier and Type | Method and Description |
|---|---|
GrowingPlan |
GrowingPlanService.createOrUpdateGrowingPlan(GrowingPlan dispositif)
Update or create a GrowingPlan.
|
GrowingPlan |
GrowingPlanService.duplicateGrowingPlan(ExtendContext extendContext,
Domain clonedDomain,
GrowingPlan growingPlan,
boolean duplicateGrowingSystems)
Duplicate growing plan without committing transaction.
|
| Modifier and Type | Method and Description |
|---|---|
GrowingSystem |
GrowingSystemService.duplicateGrowingSystem(ExtendContext extendContext,
GrowingPlan clonedGrowingPlan,
GrowingSystem growingSystem)
Duplicate a growing system without committing transaction.
|
List<GrowingSystem> |
GrowingSystemService.findAllByGrowingPlan(GrowingPlan growingPlan)
Find all growing system for a specific growing plan.
|
| Modifier and Type | Method and Description |
|---|---|
GrowingPlan |
AnonymizeService.checkForGrowingPlanAnonymization(GrowingPlan growingPlan) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<GrowingPlan,GrowingPlanDto> |
AnonymizeService.getGrowingPlanToDtoFunction(boolean includeResponsibles) |
| Modifier and Type | Method and Description |
|---|---|
GrowingPlan |
AnonymizeService.checkForGrowingPlanAnonymization(GrowingPlan growingPlan) |
void |
BusinessAuthorizationService.growingPlanCreated(GrowingPlan growingPlan) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
AnonymizeService.getGrowingPlansAsMap(Iterable<GrowingPlan> growingPlans) |
Copyright © 2013–2015 Inra. All rights reserved.