|
|
@ -1005,12 +1005,14 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl { |
|
|
|
intPratica.setStatoPratica(StatoPraticaConstants.VIDIMATA); |
|
|
|
intPratica.setStatoPratica(StatoPraticaConstants.VIDIMATA); |
|
|
|
} else if (status == WorkflowConstants.STATUS_DENIED) { |
|
|
|
} else if (status == WorkflowConstants.STATUS_DENIED) { |
|
|
|
intPratica.setStatus(status); |
|
|
|
intPratica.setStatus(status); |
|
|
|
|
|
|
|
if (!intPratica.getStatoPratica().equalsIgnoreCase(StatoPraticaConstants.NO_PARERE)) { |
|
|
|
if (AzioniPraticheUtil.isAutorizzazione(intPraticaId)) { |
|
|
|
if (AzioniPraticheUtil.isAutorizzazione(intPraticaId)) { |
|
|
|
intPratica.setStatoPratica(StatoPraticaConstants.NON_AUTORIZZATA); |
|
|
|
intPratica.setStatoPratica(StatoPraticaConstants.NON_AUTORIZZATA); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
// SANATORIA (da capire)
|
|
|
|
// SANATORIA (da capire)
|
|
|
|
intPratica.setStatoPratica(StatoPraticaConstants.NON_CONFORME); |
|
|
|
intPratica.setStatoPratica(StatoPraticaConstants.NON_CONFORME); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} else if (status == WorkflowConstants.STATUS_PENDING) { |
|
|
|
} else if (status == WorkflowConstants.STATUS_PENDING) { |
|
|
|
intPratica.setStatus(WorkflowConstants.STATUS_PENDING); |
|
|
|
intPratica.setStatus(WorkflowConstants.STATUS_PENDING); |
|
|
|
intPratica.setStatoPratica(StatoPraticaConstants.SOTTOPOSTA_A_PARERE); |
|
|
|
intPratica.setStatoPratica(StatoPraticaConstants.SOTTOPOSTA_A_PARERE); |
|
|
|