public interface AnonymizeService extends AgrosystService
Collection<Domain> checkForDomainsAnonymization(Collection<Domain> domains)
ResultList<Domain> checkForDomainsAnonymization(ResultList<Domain> domains)
com.google.common.base.Function<Domain,DomainDto> getDomainToDtoFunction(boolean includeResponsibles)
com.google.common.base.Function<Zone,ZoneDto> getZoneToDtoFunction(boolean includePlot)
GrowingPlan checkForGrowingPlanAnonymization(GrowingPlan growingPlan)
com.google.common.base.Function<GrowingPlan,GrowingPlanDto> getGrowingPlanToDtoFunction(boolean includeResponsibles)
Map<String,String> getGrowingPlansAsMap(Iterable<GrowingPlan> growingPlans)
GrowingSystem checkForGrowingSystemAnonymization(GrowingSystem growingSystem)
com.google.common.base.Function<GrowingSystem,GrowingSystemDto> getGrowingSystemToDtoFunction()
PracticedSystem checkForPracticedSystemAnonymization(PracticedSystem practicedSystem)
com.google.common.base.Function<PracticedSystem,PracticedSystemDto> getPracticedSystemToDtoFunction()
ManagementMode checkForManagementModeAnonymization(ManagementMode managementMode)
com.google.common.base.Function<PracticedPlot,PracticedPlotDto> getPracticedPlotToDtoFunction()
ResultList<Performance> checkForPerformancesAnonymization(ResultList<Performance> result)
com.google.common.base.Function<Performance,PerformanceDto> getPerformanceToDtoFunction()
Copyright © 2013–2015 Inra. All rights reserved.