|
|
@ -568,25 +568,23 @@ public class FascicoloFePortlet extends MVCPortlet { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void addFascicolo(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception { |
|
|
|
public void addFascicolo(ActionRequest actionRequest, ActionResponse actionResponse) |
|
|
|
|
|
|
|
throws PortalException, SystemException, IOException { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
long comuneId = ParamUtil.getLong(actionRequest, "comune"); |
|
|
|
|
|
|
|
Territorio territorio = TerritorioLocalServiceUtil.findByComuneId(comuneId, 0, 1).get(0); |
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
|
|
|
long territorioId = ParamUtil.getLong(actionRequest, "territorioId"); |
|
|
|
|
|
|
|
String tipoProcedura = ParamUtil.getString(actionRequest, "tipoProcedura"); |
|
|
|
String tipoProcedura = ParamUtil.getString(actionRequest, "tipoProcedura"); |
|
|
|
String successURL = ParamUtil.getString(actionRequest, "successURL"); |
|
|
|
String successURL = ParamUtil.getString(actionRequest, "successURL"); |
|
|
|
ServiceContext serviceContext = ServiceContextFactory.getInstance(actionRequest); |
|
|
|
ServiceContext serviceContext = ServiceContextFactory.getInstance(actionRequest); |
|
|
|
DettPratica dettPratica = DettPraticaServiceUtil.addDettPratica(territorioId, tipoProcedura, |
|
|
|
DettPratica dettPratica = DettPraticaServiceUtil.addDettPratica(territorio.getTerritorioId(), |
|
|
|
serviceContext); |
|
|
|
tipoProcedura, serviceContext); |
|
|
|
|
|
|
|
|
|
|
|
successURL = HttpUtil.addParameter(successURL, actionResponse.getNamespace() + "mvcPath", |
|
|
|
successURL = HttpUtil.addParameter(successURL, actionResponse.getNamespace() + "mvcPath", |
|
|
|
"/html/fascicolofe/edit_fascicolo.jsp"); |
|
|
|
"/html/fascicolofe/edit_fascicolo.jsp"); |
|
|
|
successURL = HttpUtil.addParameter(successURL, actionResponse.getNamespace() + "dettPraticaId", |
|
|
|
successURL = HttpUtil.addParameter(successURL, actionResponse.getNamespace() + "dettPraticaId", |
|
|
|
String.valueOf(dettPratica.getDettPraticaId())); |
|
|
|
String.valueOf(dettPratica.getDettPraticaId())); |
|
|
|
actionResponse.sendRedirect(successURL); |
|
|
|
actionResponse.sendRedirect(successURL); |
|
|
|
} catch (PortalException | SystemException e) { |
|
|
|
|
|
|
|
_log.error(e, e); |
|
|
|
|
|
|
|
throw e; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void addDelega(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception { |
|
|
|
public void addDelega(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception { |
|
|
@ -1296,7 +1294,8 @@ public class FascicoloFePortlet extends MVCPortlet { |
|
|
|
String livelloDiTutela = ParamUtil.getString(actionRequest, "livelloDiTutela"); |
|
|
|
String livelloDiTutela = ParamUtil.getString(actionRequest, "livelloDiTutela"); |
|
|
|
String paesaggioLocale = ParamUtil.getString(actionRequest, "paesaggioLocale"); |
|
|
|
String paesaggioLocale = ParamUtil.getString(actionRequest, "paesaggioLocale"); |
|
|
|
String vincoli = ParamUtil.getString(actionRequest, "vincoli"); |
|
|
|
String vincoli = ParamUtil.getString(actionRequest, "vincoli"); |
|
|
|
String destinazioneAltroIntervento = ParamUtil.getString(actionRequest, "destinazioneAltroIntervento"); |
|
|
|
String destinazioneAltroIntervento = ParamUtil |
|
|
|
|
|
|
|
.getString(actionRequest, "destinazioneAltroIntervento"); |
|
|
|
Boolean tcCostruzioniEsistenti = ParamUtil.getBoolean(actionRequest, "tcCostruzioniEsistenti"); |
|
|
|
Boolean tcCostruzioniEsistenti = ParamUtil.getBoolean(actionRequest, "tcCostruzioniEsistenti"); |
|
|
|
Boolean tcManutOrdStraord = ParamUtil.getBoolean(actionRequest, "tcManutOrdStraord"); |
|
|
|
Boolean tcManutOrdStraord = ParamUtil.getBoolean(actionRequest, "tcManutOrdStraord"); |
|
|
|
Boolean tcAltriInterventi = ParamUtil.getBoolean(actionRequest, "tcAltriInterventi"); |
|
|
|
Boolean tcAltriInterventi = ParamUtil.getBoolean(actionRequest, "tcAltriInterventi"); |
|
|
@ -1358,8 +1357,10 @@ public class FascicoloFePortlet extends MVCPortlet { |
|
|
|
boolean tcAltro = ParamUtil.getBoolean(actionRequest, "tcAltro"); |
|
|
|
boolean tcAltro = ParamUtil.getBoolean(actionRequest, "tcAltro"); |
|
|
|
String tcAltroDescrizione = ParamUtil.getString(actionRequest, "tcAltroDescrizione"); |
|
|
|
String tcAltroDescrizione = ParamUtil.getString(actionRequest, "tcAltroDescrizione"); |
|
|
|
boolean tcConDispositivi = ParamUtil.getBoolean(actionRequest, "tcConDispositivi"); |
|
|
|
boolean tcConDispositivi = ParamUtil.getBoolean(actionRequest, "tcConDispositivi"); |
|
|
|
boolean tcNuovaCostruzionePertinenza = ParamUtil.getBoolean(actionRequest, "tcNuovaCostruzionePertinenza"); |
|
|
|
boolean tcNuovaCostruzionePertinenza = ParamUtil.getBoolean(actionRequest, |
|
|
|
boolean tcInterventoOpereEscavazione = ParamUtil.getBoolean(actionRequest, "tcInterventoOpereEscavazione"); |
|
|
|
"tcNuovaCostruzionePertinenza"); |
|
|
|
|
|
|
|
boolean tcInterventoOpereEscavazione = ParamUtil.getBoolean(actionRequest, |
|
|
|
|
|
|
|
"tcInterventoOpereEscavazione"); |
|
|
|
boolean tcViarch = ParamUtil.getBoolean(actionRequest, "tcViarch"); |
|
|
|
boolean tcViarch = ParamUtil.getBoolean(actionRequest, "tcViarch"); |
|
|
|
boolean tcOperaA25 = ParamUtil.getBoolean(actionRequest, "tcOperaA25"); |
|
|
|
boolean tcOperaA25 = ParamUtil.getBoolean(actionRequest, "tcOperaA25"); |
|
|
|
|
|
|
|
|
|
|
@ -1597,9 +1598,10 @@ public class FascicoloFePortlet extends MVCPortlet { |
|
|
|
normDprg01, normDprg02, normAnr, normArt3com3, normArt3com4, normOrd01, normDm04, |
|
|
|
normDprg01, normDprg02, normAnr, normArt3com3, normArt3com4, normOrd01, normDm04, |
|
|
|
normDm05, normCI01, normLTC01, suap, normSismaBonus, clRischioPreInt, clRischioPostInt, |
|
|
|
normDm05, normCI01, normLTC01, suap, normSismaBonus, clRischioPreInt, clRischioPostInt, |
|
|
|
intervFinPub, intervFinPubDesc, serviceContext, bozza, disabledSubmit, geoDisabledSubmit, |
|
|
|
intervFinPub, intervFinPubDesc, serviceContext, bozza, disabledSubmit, geoDisabledSubmit, |
|
|
|
paesaggioLocale, livelloDiTutela, vincoli, destinazioneAltroIntervento, tcCostruzioniEsistenti, tcManutOrdStraord, |
|
|
|
paesaggioLocale, livelloDiTutela, vincoli, destinazioneAltroIntervento, |
|
|
|
tcAltriInterventi, tcAltriInterventiDesc, noCollaudo, tcNuovaCostruzionePertinenza, tcInterventoOpereEscavazione, |
|
|
|
tcCostruzioniEsistenti, tcManutOrdStraord, tcAltriInterventi, tcAltriInterventiDesc, |
|
|
|
tcViarch, tcOperaA25); |
|
|
|
noCollaudo, tcNuovaCostruzionePertinenza, tcInterventoOpereEscavazione, tcViarch, |
|
|
|
|
|
|
|
tcOperaA25); |
|
|
|
|
|
|
|
|
|
|
|
String redirect = ParamUtil.getString(actionRequest, "redirect"); |
|
|
|
String redirect = ParamUtil.getString(actionRequest, "redirect"); |
|
|
|
if (Validator.isNull(redirect)) { |
|
|
|
if (Validator.isNull(redirect)) { |
|
|
@ -2008,17 +2010,19 @@ public class FascicoloFePortlet extends MVCPortlet { |
|
|
|
String livelloDiTutela = ParamUtil.getString(actionRequest, "livelloDiTutela"); |
|
|
|
String livelloDiTutela = ParamUtil.getString(actionRequest, "livelloDiTutela"); |
|
|
|
String paesaggioLocale = ParamUtil.getString(actionRequest, "paesaggioLocale"); |
|
|
|
String paesaggioLocale = ParamUtil.getString(actionRequest, "paesaggioLocale"); |
|
|
|
String vincoli = ParamUtil.getString(actionRequest, "vincoli"); |
|
|
|
String vincoli = ParamUtil.getString(actionRequest, "vincoli"); |
|
|
|
String destinazioneAltroIntervento = ParamUtil.getString(actionRequest, "destinazioneAltroIntervento"); |
|
|
|
String destinazioneAltroIntervento = ParamUtil |
|
|
|
|
|
|
|
.getString(actionRequest, "destinazioneAltroIntervento"); |
|
|
|
Boolean tcCostruzioniEsistenti = ParamUtil.getBoolean(actionRequest, "tcCostruzioniEsistenti"); |
|
|
|
Boolean tcCostruzioniEsistenti = ParamUtil.getBoolean(actionRequest, "tcCostruzioniEsistenti"); |
|
|
|
Boolean tcManutOrdStraord = ParamUtil.getBoolean(actionRequest, "tcManutOrdStraord"); |
|
|
|
Boolean tcManutOrdStraord = ParamUtil.getBoolean(actionRequest, "tcManutOrdStraord"); |
|
|
|
Boolean tcAltriInterventi = ParamUtil.getBoolean(actionRequest, "tcAltriInterventi"); |
|
|
|
Boolean tcAltriInterventi = ParamUtil.getBoolean(actionRequest, "tcAltriInterventi"); |
|
|
|
String tcAltriInterventiDesc = ParamUtil.getString(actionRequest, "tcAltriInterventiDesc"); |
|
|
|
String tcAltriInterventiDesc = ParamUtil.getString(actionRequest, "tcAltriInterventiDesc"); |
|
|
|
Boolean tcNuovaCostruzionePertinenza = ParamUtil.getBoolean(actionRequest, "tcNuovaCostruzionePertinenza"); |
|
|
|
Boolean tcNuovaCostruzionePertinenza = ParamUtil.getBoolean(actionRequest, |
|
|
|
Boolean tcInterventoOpereEscavazione = ParamUtil.getBoolean(actionRequest, "tcInterventoOpereEscavazione"); |
|
|
|
"tcNuovaCostruzionePertinenza"); |
|
|
|
|
|
|
|
Boolean tcInterventoOpereEscavazione = ParamUtil.getBoolean(actionRequest, |
|
|
|
|
|
|
|
"tcInterventoOpereEscavazione"); |
|
|
|
Boolean tcViarch = ParamUtil.getBoolean(actionRequest, "tcViarch"); |
|
|
|
Boolean tcViarch = ParamUtil.getBoolean(actionRequest, "tcViarch"); |
|
|
|
Boolean tcOperaA25 = ParamUtil.getBoolean(actionRequest, "tcOperaA25"); |
|
|
|
Boolean tcOperaA25 = ParamUtil.getBoolean(actionRequest, "tcOperaA25"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
try { |
|
|
|
DettPraticaServiceUtil.updateDettPratica(userId, dettPratica.getDettPraticaId(), |
|
|
|
DettPraticaServiceUtil.updateDettPratica(userId, dettPratica.getDettPraticaId(), |
|
|
|
dettPratica.getIntPraticaId(), dettPratica.getIntegrazione(), protocollo, |
|
|
|
dettPratica.getIntPraticaId(), dettPratica.getIntegrazione(), protocollo, |
|
|
@ -2078,9 +2082,10 @@ public class FascicoloFePortlet extends MVCPortlet { |
|
|
|
normDprg01, normDprg02, normAnr, normArt3com3, normArt3com4, normOrd01, normDm04, |
|
|
|
normDprg01, normDprg02, normAnr, normArt3com3, normArt3com4, normOrd01, normDm04, |
|
|
|
normDm05, normCI01, normLTC01, suap, normSismaBonus, clRischioPreInt, clRischioPostInt, |
|
|
|
normDm05, normCI01, normLTC01, suap, normSismaBonus, clRischioPreInt, clRischioPostInt, |
|
|
|
intervFinPub, intervFinPubDesc, serviceContext, bozza, disabledSubmit, geoDisabledSubmit, |
|
|
|
intervFinPub, intervFinPubDesc, serviceContext, bozza, disabledSubmit, geoDisabledSubmit, |
|
|
|
paesaggioLocale, livelloDiTutela, vincoli, destinazioneAltroIntervento, tcCostruzioniEsistenti, tcManutOrdStraord, |
|
|
|
paesaggioLocale, livelloDiTutela, vincoli, destinazioneAltroIntervento, |
|
|
|
tcAltriInterventi, tcAltriInterventiDesc, noCollaudo, tcNuovaCostruzionePertinenza, |
|
|
|
tcCostruzioniEsistenti, tcManutOrdStraord, tcAltriInterventi, tcAltriInterventiDesc, |
|
|
|
tcInterventoOpereEscavazione, tcViarch, tcOperaA25); |
|
|
|
noCollaudo, tcNuovaCostruzionePertinenza, tcInterventoOpereEscavazione, tcViarch, |
|
|
|
|
|
|
|
tcOperaA25); |
|
|
|
|
|
|
|
|
|
|
|
String redirect = ParamUtil.getString(actionRequest, "redirect"); |
|
|
|
String redirect = ParamUtil.getString(actionRequest, "redirect"); |
|
|
|
if (Validator.isNull(redirect)) { |
|
|
|
if (Validator.isNull(redirect)) { |
|
|
|