Methods
| Modifier and Type |
Method and Description |
PracticedPlot |
createOrUpdatePracticedPlot(PracticedPlot practicedPlot,
String practicedSystemId,
String locationId,
String selectedSurfaceTextureId,
String selectedSubSoilTextureId,
String selectedSolDepthId,
List<String> selectedPlotZoningIds,
List<SolHorizonDto> solHorizons,
List<String> adjacentElementIds) |
protected PracticedPlot |
createOrUpdatePracticedPlotWithoutCommit(PracticedPlot practicedPlot,
PracticedSystem practicedSystem,
RefLocation location,
RefSolTextureGeppa surfaceTexture,
RefSolTextureGeppa subSoilTexture,
RefSolProfondeurIndigo solDepth,
List<String> selectedPlotZoningIds,
List<SolHorizonDto> solHorizons,
List<String> adjacentElementIds) |
ResultList<PracticedPlot> |
getFilteredPracticedPlots(PracticedPlotFilter filter) |
ResultList<PracticedPlotDto> |
getFilteredPracticedPlotsDto(PracticedPlotFilter filter) |
protected Collection<RefParcelleZonageEDI> |
getPlotZonings(PracticedPlot practicedPlot,
List<String> selectedPlotZoningIds,
Collection<RefParcelleZonageEDI> plotZonings) |
PracticedPlot |
getPracticedPlot(String practicedPlotTopiaId) |
protected PracticedSystem |
getPracticedSystemForPracticedPlot(PracticedPlot practicedPlot,
String practicedSystemTopiaId) |
List<PracticedSystem> |
getPracticedSystemsWithoutPracticedPlot(NavigationContext navigationContext) |
protected RefLocation |
getRefLocation(String locationTopiaId) |
protected RefSolProfondeurIndigo |
getSolDepth(PracticedPlot practicedPlot,
String selectedSolProfondeurId) |
protected RefSolTextureGeppa |
getSubSoilTexture(PracticedPlot practicedPlot,
String selectedSubSoilTextureId) |
protected RefSolTextureGeppa |
getSurfaceTexture(PracticedPlot practicedPlot,
String selectedSurfaceTextureId) |
void |
importPZ0PracticedPlots(Map<Class,ImportResults> allResults) |
protected void |
manageAdjacentElements(List<String> adjacentElementIds,
PracticedPlot result) |
protected void |
managePracticePlotSolHorizon(PracticedPlot practicedPlot,
List<SolHorizonDto> solHorizons) |
void |
setAnonymizeService(AnonymizeService anonymizeService) |
void |
setAuthorizationService(BusinessAuthorizationService authorizationService) |
void |
setLocationDao(RefLocationTopiaDao locationDao) |
void |
setParcelleZonageEDIDao(RefParcelleZonageEDITopiaDao parcelleZonageEDIDao) |
void |
setPracticedPlotTopiaDao(PracticedPlotTopiaDao practicedPlotTopiaDao) |
void |
setPracticedSystemDao(PracticedSystemTopiaDao practicedSystemDao) |
void |
setRefElementVoisinageTopiaDao(RefElementVoisinageTopiaDao refElementVoisinageTopiaDao) |
void |
setRefSolProfondeurIndigoDao(RefSolProfondeurIndigoTopiaDao refSolProfondeurIndigoDao) |
void |
setRefSolTextureGeppaDao(RefSolTextureGeppaTopiaDao refSolTextureGeppaDao) |
void |
setSolHorizonDao(SolHorizonTopiaDao solHorizonDao) |
protected void |
validatePracticedPlot(PracticedPlot practicedPlot,
PracticedSystem practicedSystem) |