|
|
@ -270,10 +270,16 @@ public class DocumentiPraticaUtil { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static boolean richiestoA24(DettPratica dettPratica) { |
|
|
|
public static boolean richiestoA24(DettPratica dettPratica) { |
|
|
|
|
|
|
|
boolean ret = false; |
|
|
|
return (dettPratica.getLavoriPubblici() || dettPratica.getIntervFinPub()) |
|
|
|
if( |
|
|
|
&& !(dettPratica.getIntervInAreaDiInteresse() || dettPratica.getIntervNonModificante() || dettPratica |
|
|
|
(dettPratica.getLavoriPubblici() || dettPratica.getIntervFinPub()) && |
|
|
|
.getIntervNonAssoggettabile()); |
|
|
|
!dettPratica.getIntervInAreaDiInteresse() && |
|
|
|
|
|
|
|
!dettPratica.getIntervNonModificante() && |
|
|
|
|
|
|
|
!dettPratica.getIntervNonAssoggettabile() |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
ret = true; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return ret; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static List<String> getDocGeologo() { |
|
|
|
public static List<String> getDocGeologo() { |
|
|
|