true
if this dett pratica is tc manut ord straord.
+ *
+ * @return true
if this dett pratica is tc manut ord straord; false
otherwise
+ */
+ public boolean isTcManutOrdStraord();
+
+ /**
+ * Sets whether this dett pratica is tc manut ord straord.
+ *
+ * @param tcManutOrdStraord the tc manut ord straord of this dett pratica
+ */
+ public void setTcManutOrdStraord(boolean tcManutOrdStraord);
+
+ /**
+ * Returns the tc altri interventi of this dett pratica.
+ *
+ * @return the tc altri interventi of this dett pratica
+ */
+ public boolean getTcAltriInterventi();
+
+ /**
+ * Returns true
if this dett pratica is tc altri interventi.
+ *
+ * @return true
if this dett pratica is tc altri interventi; false
otherwise
+ */
+ public boolean isTcAltriInterventi();
+
+ /**
+ * Sets whether this dett pratica is tc altri interventi.
+ *
+ * @param tcAltriInterventi the tc altri interventi of this dett pratica
+ */
+ public void setTcAltriInterventi(boolean tcAltriInterventi);
+
+ /**
+ * Returns the tc altri interventi desc of this dett pratica.
+ *
+ * @return the tc altri interventi desc of this dett pratica
+ */
+ @AutoEscape
+ public String getTcAltriInterventiDesc();
+
+ /**
+ * Sets the tc altri interventi desc of this dett pratica.
+ *
+ * @param tcAltriInterventiDesc the tc altri interventi desc of this dett pratica
+ */
+ public void setTcAltriInterventiDesc(String tcAltriInterventiDesc);
+
/**
* Returns the tc in c a of this dett pratica.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java
index f7cae783..d778cc20 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java
@@ -69,6 +69,9 @@ public class DettPraticaSoap implements Serializable {
soapModel.setDestinazione(model.getDestinazione());
soapModel.setAg(model.getAg());
soapModel.setDescLongIntervento(model.getDescLongIntervento());
+ soapModel.setPaesaggioLocale(model.getPaesaggioLocale());
+ soapModel.setLivelloDiTutela(model.getLivelloDiTutela());
+ soapModel.setVincoli(model.getVincoli());
soapModel.setVia(model.getVia());
soapModel.setLocalita(model.getLocalita());
soapModel.setEstremiCatastali(model.getEstremiCatastali());
@@ -127,6 +130,7 @@ public class DettPraticaSoap implements Serializable {
soapModel.setDeInfAltro(model.getDeInfAltro());
soapModel.setDeInfAltroDesc(model.getDeInfAltroDesc());
soapModel.setDccFondazioni(model.getDccFondazioni());
+ soapModel.setDestinazioneAltroIntervento(model.getDestinazioneAltroIntervento());
soapModel.setDccStruttureEleMuraturePietrame(model.getDccStruttureEleMuraturePietrame());
soapModel.setDccStruttureEleMuratureLaterizio(model.getDccStruttureEleMuratureLaterizio());
soapModel.setDccStruttureEleMuratureMisto(model.getDccStruttureEleMuratureMisto());
@@ -224,6 +228,9 @@ public class DettPraticaSoap implements Serializable {
soapModel.setTcMiglioramentoSismico(model.getTcMiglioramentoSismico());
soapModel.setTcRiparazioneInterventoLocale(model.getTcRiparazioneInterventoLocale());
soapModel.setTcCostruzioniEsistenti(model.getTcCostruzioniEsistenti());
+ soapModel.setTcManutOrdStraord(model.getTcManutOrdStraord());
+ soapModel.setTcAltriInterventi(model.getTcAltriInterventi());
+ soapModel.setTcAltriInterventiDesc(model.getTcAltriInterventiDesc());
soapModel.setTcInCA(model.getTcInCA());
soapModel.setTcInOpera(model.getTcInOpera());
soapModel.setTcPrefabbricato(model.getTcPrefabbricato());
@@ -640,6 +647,30 @@ public class DettPraticaSoap implements Serializable {
_descLongIntervento = descLongIntervento;
}
+ public String getPaesaggioLocale() {
+ return _paesaggioLocale;
+ }
+
+ public void setPaesaggioLocale(String paesaggioLocale) {
+ _paesaggioLocale = paesaggioLocale;
+ }
+
+ public String getLivelloDiTutela() {
+ return _livelloDiTutela;
+ }
+
+ public void setLivelloDiTutela(String livelloDiTutela) {
+ _livelloDiTutela = livelloDiTutela;
+ }
+
+ public String getVincoli() {
+ return _vincoli;
+ }
+
+ public void setVincoli(String vincoli) {
+ _vincoli = vincoli;
+ }
+
public String getVia() {
return _via;
}
@@ -1183,6 +1214,15 @@ public class DettPraticaSoap implements Serializable {
_dccFondazioni = dccFondazioni;
}
+ public String getDestinazioneAltroIntervento() {
+ return _destinazioneAltroIntervento;
+ }
+
+ public void setDestinazioneAltroIntervento(
+ String destinazioneAltroIntervento) {
+ _destinazioneAltroIntervento = destinazioneAltroIntervento;
+ }
+
public boolean getDccStruttureEleMuraturePietrame() {
return _dccStruttureEleMuraturePietrame;
}
@@ -2194,6 +2234,38 @@ public class DettPraticaSoap implements Serializable {
_tcCostruzioniEsistenti = tcCostruzioniEsistenti;
}
+ public boolean getTcManutOrdStraord() {
+ return _tcManutOrdStraord;
+ }
+
+ public boolean isTcManutOrdStraord() {
+ return _tcManutOrdStraord;
+ }
+
+ public void setTcManutOrdStraord(boolean tcManutOrdStraord) {
+ _tcManutOrdStraord = tcManutOrdStraord;
+ }
+
+ public boolean getTcAltriInterventi() {
+ return _tcAltriInterventi;
+ }
+
+ public boolean isTcAltriInterventi() {
+ return _tcAltriInterventi;
+ }
+
+ public void setTcAltriInterventi(boolean tcAltriInterventi) {
+ _tcAltriInterventi = tcAltriInterventi;
+ }
+
+ public String getTcAltriInterventiDesc() {
+ return _tcAltriInterventiDesc;
+ }
+
+ public void setTcAltriInterventiDesc(String tcAltriInterventiDesc) {
+ _tcAltriInterventiDesc = tcAltriInterventiDesc;
+ }
+
public boolean getTcInCA() {
return _tcInCA;
}
@@ -2744,6 +2816,9 @@ public class DettPraticaSoap implements Serializable {
private String _destinazione;
private String _ag;
private String _descLongIntervento;
+ private String _paesaggioLocale;
+ private String _livelloDiTutela;
+ private String _vincoli;
private String _via;
private String _localita;
private String _estremiCatastali;
@@ -2802,6 +2877,7 @@ public class DettPraticaSoap implements Serializable {
private boolean _deInfAltro;
private String _deInfAltroDesc;
private String _dccFondazioni;
+ private String _destinazioneAltroIntervento;
private boolean _dccStruttureEleMuraturePietrame;
private boolean _dccStruttureEleMuratureLaterizio;
private boolean _dccStruttureEleMuratureMisto;
@@ -2899,6 +2975,9 @@ public class DettPraticaSoap implements Serializable {
private boolean _tcMiglioramentoSismico;
private boolean _tcRiparazioneInterventoLocale;
private boolean _tcCostruzioniEsistenti;
+ private boolean _tcManutOrdStraord;
+ private boolean _tcAltriInterventi;
+ private String _tcAltriInterventiDesc;
private boolean _tcInCA;
private boolean _tcInOpera;
private boolean _tcPrefabbricato;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java
index 6e7edd63..1dacb3fe 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java
@@ -89,6 +89,9 @@ public class DettPraticaWrapper implements DettPratica,
attributes.put("destinazione", getDestinazione());
attributes.put("ag", getAg());
attributes.put("descLongIntervento", getDescLongIntervento());
+ attributes.put("paesaggioLocale", getPaesaggioLocale());
+ attributes.put("livelloDiTutela", getLivelloDiTutela());
+ attributes.put("vincoli", getVincoli());
attributes.put("via", getVia());
attributes.put("localita", getLocalita());
attributes.put("estremiCatastali", getEstremiCatastali());
@@ -160,6 +163,8 @@ public class DettPraticaWrapper implements DettPratica,
attributes.put("deInfAltro", getDeInfAltro());
attributes.put("deInfAltroDesc", getDeInfAltroDesc());
attributes.put("dccFondazioni", getDccFondazioni());
+ attributes.put("destinazioneAltroIntervento",
+ getDestinazioneAltroIntervento());
attributes.put("dccStruttureEleMuraturePietrame",
getDccStruttureEleMuraturePietrame());
attributes.put("dccStruttureEleMuratureLaterizio",
@@ -299,6 +304,9 @@ public class DettPraticaWrapper implements DettPratica,
attributes.put("tcRiparazioneInterventoLocale",
getTcRiparazioneInterventoLocale());
attributes.put("tcCostruzioniEsistenti", getTcCostruzioniEsistenti());
+ attributes.put("tcManutOrdStraord", getTcManutOrdStraord());
+ attributes.put("tcAltriInterventi", getTcAltriInterventi());
+ attributes.put("tcAltriInterventiDesc", getTcAltriInterventiDesc());
attributes.put("tcInCA", getTcInCA());
attributes.put("tcInOpera", getTcInOpera());
attributes.put("tcPrefabbricato", getTcPrefabbricato());
@@ -584,6 +592,24 @@ public class DettPraticaWrapper implements DettPratica,
setDescLongIntervento(descLongIntervento);
}
+ String paesaggioLocale = (String)attributes.get("paesaggioLocale");
+
+ if (paesaggioLocale != null) {
+ setPaesaggioLocale(paesaggioLocale);
+ }
+
+ String livelloDiTutela = (String)attributes.get("livelloDiTutela");
+
+ if (livelloDiTutela != null) {
+ setLivelloDiTutela(livelloDiTutela);
+ }
+
+ String vincoli = (String)attributes.get("vincoli");
+
+ if (vincoli != null) {
+ setVincoli(vincoli);
+ }
+
String via = (String)attributes.get("via");
if (via != null) {
@@ -961,6 +987,13 @@ public class DettPraticaWrapper implements DettPratica,
setDccFondazioni(dccFondazioni);
}
+ String destinazioneAltroIntervento = (String)attributes.get(
+ "destinazioneAltroIntervento");
+
+ if (destinazioneAltroIntervento != null) {
+ setDestinazioneAltroIntervento(destinazioneAltroIntervento);
+ }
+
Boolean dccStruttureEleMuraturePietrame = (Boolean)attributes.get(
"dccStruttureEleMuraturePietrame");
@@ -1625,6 +1658,25 @@ public class DettPraticaWrapper implements DettPratica,
setTcCostruzioniEsistenti(tcCostruzioniEsistenti);
}
+ Boolean tcManutOrdStraord = (Boolean)attributes.get("tcManutOrdStraord");
+
+ if (tcManutOrdStraord != null) {
+ setTcManutOrdStraord(tcManutOrdStraord);
+ }
+
+ Boolean tcAltriInterventi = (Boolean)attributes.get("tcAltriInterventi");
+
+ if (tcAltriInterventi != null) {
+ setTcAltriInterventi(tcAltriInterventi);
+ }
+
+ String tcAltriInterventiDesc = (String)attributes.get(
+ "tcAltriInterventiDesc");
+
+ if (tcAltriInterventiDesc != null) {
+ setTcAltriInterventiDesc(tcAltriInterventiDesc);
+ }
+
Boolean tcInCA = (Boolean)attributes.get("tcInCA");
if (tcInCA != null) {
@@ -2758,6 +2810,66 @@ public class DettPraticaWrapper implements DettPratica,
_dettPratica.setDescLongIntervento(descLongIntervento);
}
+ /**
+ * Returns the paesaggio locale of this dett pratica.
+ *
+ * @return the paesaggio locale of this dett pratica
+ */
+ @Override
+ public java.lang.String getPaesaggioLocale() {
+ return _dettPratica.getPaesaggioLocale();
+ }
+
+ /**
+ * Sets the paesaggio locale of this dett pratica.
+ *
+ * @param paesaggioLocale the paesaggio locale of this dett pratica
+ */
+ @Override
+ public void setPaesaggioLocale(java.lang.String paesaggioLocale) {
+ _dettPratica.setPaesaggioLocale(paesaggioLocale);
+ }
+
+ /**
+ * Returns the livello di tutela of this dett pratica.
+ *
+ * @return the livello di tutela of this dett pratica
+ */
+ @Override
+ public java.lang.String getLivelloDiTutela() {
+ return _dettPratica.getLivelloDiTutela();
+ }
+
+ /**
+ * Sets the livello di tutela of this dett pratica.
+ *
+ * @param livelloDiTutela the livello di tutela of this dett pratica
+ */
+ @Override
+ public void setLivelloDiTutela(java.lang.String livelloDiTutela) {
+ _dettPratica.setLivelloDiTutela(livelloDiTutela);
+ }
+
+ /**
+ * Returns the vincoli of this dett pratica.
+ *
+ * @return the vincoli of this dett pratica
+ */
+ @Override
+ public java.lang.String getVincoli() {
+ return _dettPratica.getVincoli();
+ }
+
+ /**
+ * Sets the vincoli of this dett pratica.
+ *
+ * @param vincoli the vincoli of this dett pratica
+ */
+ @Override
+ public void setVincoli(java.lang.String vincoli) {
+ _dettPratica.setVincoli(vincoli);
+ }
+
/**
* Returns the via of this dett pratica.
*
@@ -4101,6 +4213,27 @@ public class DettPraticaWrapper implements DettPratica,
_dettPratica.setDccFondazioni(dccFondazioni);
}
+ /**
+ * Returns the destinazione altro intervento of this dett pratica.
+ *
+ * @return the destinazione altro intervento of this dett pratica
+ */
+ @Override
+ public java.lang.String getDestinazioneAltroIntervento() {
+ return _dettPratica.getDestinazioneAltroIntervento();
+ }
+
+ /**
+ * Sets the destinazione altro intervento of this dett pratica.
+ *
+ * @param destinazioneAltroIntervento the destinazione altro intervento of this dett pratica
+ */
+ @Override
+ public void setDestinazioneAltroIntervento(
+ java.lang.String destinazioneAltroIntervento) {
+ _dettPratica.setDestinazioneAltroIntervento(destinazioneAltroIntervento);
+ }
+
/**
* Returns the dcc strutture ele murature pietrame of this dett pratica.
*
@@ -6583,6 +6716,86 @@ public class DettPraticaWrapper implements DettPratica,
_dettPratica.setTcCostruzioniEsistenti(tcCostruzioniEsistenti);
}
+ /**
+ * Returns the tc manut ord straord of this dett pratica.
+ *
+ * @return the tc manut ord straord of this dett pratica
+ */
+ @Override
+ public boolean getTcManutOrdStraord() {
+ return _dettPratica.getTcManutOrdStraord();
+ }
+
+ /**
+ * Returns true
if this dett pratica is tc manut ord straord.
+ *
+ * @return true
if this dett pratica is tc manut ord straord; false
otherwise
+ */
+ @Override
+ public boolean isTcManutOrdStraord() {
+ return _dettPratica.isTcManutOrdStraord();
+ }
+
+ /**
+ * Sets whether this dett pratica is tc manut ord straord.
+ *
+ * @param tcManutOrdStraord the tc manut ord straord of this dett pratica
+ */
+ @Override
+ public void setTcManutOrdStraord(boolean tcManutOrdStraord) {
+ _dettPratica.setTcManutOrdStraord(tcManutOrdStraord);
+ }
+
+ /**
+ * Returns the tc altri interventi of this dett pratica.
+ *
+ * @return the tc altri interventi of this dett pratica
+ */
+ @Override
+ public boolean getTcAltriInterventi() {
+ return _dettPratica.getTcAltriInterventi();
+ }
+
+ /**
+ * Returns true
if this dett pratica is tc altri interventi.
+ *
+ * @return true
if this dett pratica is tc altri interventi; false
otherwise
+ */
+ @Override
+ public boolean isTcAltriInterventi() {
+ return _dettPratica.isTcAltriInterventi();
+ }
+
+ /**
+ * Sets whether this dett pratica is tc altri interventi.
+ *
+ * @param tcAltriInterventi the tc altri interventi of this dett pratica
+ */
+ @Override
+ public void setTcAltriInterventi(boolean tcAltriInterventi) {
+ _dettPratica.setTcAltriInterventi(tcAltriInterventi);
+ }
+
+ /**
+ * Returns the tc altri interventi desc of this dett pratica.
+ *
+ * @return the tc altri interventi desc of this dett pratica
+ */
+ @Override
+ public java.lang.String getTcAltriInterventiDesc() {
+ return _dettPratica.getTcAltriInterventiDesc();
+ }
+
+ /**
+ * Sets the tc altri interventi desc of this dett pratica.
+ *
+ * @param tcAltriInterventiDesc the tc altri interventi desc of this dett pratica
+ */
+ @Override
+ public void setTcAltriInterventiDesc(java.lang.String tcAltriInterventiDesc) {
+ _dettPratica.setTcAltriInterventiDesc(tcAltriInterventiDesc);
+ }
+
/**
* Returns the tc in c a of this dett pratica.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalService.java
index d8d3138f..39889acb 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalService.java
@@ -546,7 +546,14 @@ public interface DettPraticaLocalService extends BaseLocalService,
boolean normLTC01, boolean suap, boolean normSismaBonus,
java.lang.String clRischioPreInt, java.lang.String clRischioPostInt,
boolean intervFinPub, java.lang.String intervFinPubDesc,
- com.liferay.portal.service.ServiceContext serviceContext, boolean bozza)
+ com.liferay.portal.service.ServiceContext serviceContext,
+ boolean bozza, java.lang.String paesaggioLocale,
+ java.lang.String livelloDiTutela, java.lang.String vincoli,
+ java.lang.String destinazioneAltroIntervento,
+ java.lang.Boolean tcCostruzioniEsistenti,
+ java.lang.Boolean tcManutOrdStraord,
+ java.lang.Boolean tcAltriInterventi,
+ java.lang.String tcAltriInterventiDesc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
@@ -633,7 +640,14 @@ public interface DettPraticaLocalService extends BaseLocalService,
boolean normLTC01, boolean suap, boolean normSismaBonus,
java.lang.String clRischioPreInt, java.lang.String clRischioPostInt,
boolean intervFinPub, java.lang.String intervFinPubDesc,
- com.liferay.portal.service.ServiceContext serviceContext, boolean bozza)
+ com.liferay.portal.service.ServiceContext serviceContext,
+ boolean bozza, java.lang.String paesaggioLocale,
+ java.lang.String livelloDiTutela, java.lang.String vincoli,
+ java.lang.String destinazioneAltroIntervento,
+ java.lang.Boolean tcCostruzioniEsistenti,
+ java.lang.Boolean tcManutOrdStraord,
+ java.lang.Boolean tcAltriInterventi,
+ java.lang.String tcAltriInterventiDesc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceClp.java
index ed1ef0e6..99e628c9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceClp.java
@@ -273,7 +273,10 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "java.lang.String", "java.lang.String",
"boolean", "java.lang.String",
- "com.liferay.portal.service.ServiceContext", "boolean"
+ "com.liferay.portal.service.ServiceContext", "boolean",
+ "java.lang.String", "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.Boolean", "java.lang.Boolean",
+ "java.lang.Boolean", "java.lang.String"
};
_methodName42 = "updateDettPraticaDatiDomanda";
@@ -310,7 +313,10 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
"boolean", "boolean", "boolean", "boolean", "boolean", "boolean",
"boolean", "boolean", "boolean", "java.lang.String",
"java.lang.String", "boolean", "java.lang.String",
- "com.liferay.portal.service.ServiceContext", "boolean"
+ "com.liferay.portal.service.ServiceContext", "boolean",
+ "java.lang.String", "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.Boolean", "java.lang.Boolean",
+ "java.lang.Boolean", "java.lang.String"
};
_methodName43 = "updateDettPraticaDatiIntegrazione";
@@ -1999,7 +2005,14 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
boolean normLTC01, boolean suap, boolean normSismaBonus,
java.lang.String clRischioPreInt, java.lang.String clRischioPostInt,
boolean intervFinPub, java.lang.String intervFinPubDesc,
- com.liferay.portal.service.ServiceContext serviceContext, boolean bozza)
+ com.liferay.portal.service.ServiceContext serviceContext,
+ boolean bozza, java.lang.String paesaggioLocale,
+ java.lang.String livelloDiTutela, java.lang.String vincoli,
+ java.lang.String destinazioneAltroIntervento,
+ java.lang.Boolean tcCostruzioniEsistenti,
+ java.lang.Boolean tcManutOrdStraord,
+ java.lang.Boolean tcAltriInterventi,
+ java.lang.String tcAltriInterventiDesc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
@@ -2432,7 +2445,23 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
ClpSerializer.translateInput(serviceContext),
- bozza
+ bozza,
+
+ ClpSerializer.translateInput(paesaggioLocale),
+
+ ClpSerializer.translateInput(livelloDiTutela),
+
+ ClpSerializer.translateInput(vincoli),
+
+ ClpSerializer.translateInput(destinazioneAltroIntervento),
+
+ ClpSerializer.translateInput(tcCostruzioniEsistenti),
+
+ ClpSerializer.translateInput(tcManutOrdStraord),
+
+ ClpSerializer.translateInput(tcAltriInterventi),
+
+ ClpSerializer.translateInput(tcAltriInterventiDesc)
});
}
catch (Throwable t) {
@@ -2541,7 +2570,14 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
boolean normLTC01, boolean suap, boolean normSismaBonus,
java.lang.String clRischioPreInt, java.lang.String clRischioPostInt,
boolean intervFinPub, java.lang.String intervFinPubDesc,
- com.liferay.portal.service.ServiceContext serviceContext, boolean bozza)
+ com.liferay.portal.service.ServiceContext serviceContext,
+ boolean bozza, java.lang.String paesaggioLocale,
+ java.lang.String livelloDiTutela, java.lang.String vincoli,
+ java.lang.String destinazioneAltroIntervento,
+ java.lang.Boolean tcCostruzioniEsistenti,
+ java.lang.Boolean tcManutOrdStraord,
+ java.lang.Boolean tcAltriInterventi,
+ java.lang.String tcAltriInterventiDesc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
@@ -2840,7 +2876,23 @@ public class DettPraticaLocalServiceClp implements DettPraticaLocalService {
ClpSerializer.translateInput(serviceContext),
- bozza
+ bozza,
+
+ ClpSerializer.translateInput(paesaggioLocale),
+
+ ClpSerializer.translateInput(livelloDiTutela),
+
+ ClpSerializer.translateInput(vincoli),
+
+ ClpSerializer.translateInput(destinazioneAltroIntervento),
+
+ ClpSerializer.translateInput(tcCostruzioniEsistenti),
+
+ ClpSerializer.translateInput(tcManutOrdStraord),
+
+ ClpSerializer.translateInput(tcAltriInterventi),
+
+ ClpSerializer.translateInput(tcAltriInterventiDesc)
});
}
catch (Throwable t) {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceUtil.java
index c8191b0f..25e23be9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceUtil.java
@@ -614,7 +614,14 @@ public class DettPraticaLocalServiceUtil {
boolean normLTC01, boolean suap, boolean normSismaBonus,
java.lang.String clRischioPreInt, java.lang.String clRischioPostInt,
boolean intervFinPub, java.lang.String intervFinPubDesc,
- com.liferay.portal.service.ServiceContext serviceContext, boolean bozza)
+ com.liferay.portal.service.ServiceContext serviceContext,
+ boolean bozza, java.lang.String paesaggioLocale,
+ java.lang.String livelloDiTutela, java.lang.String vincoli,
+ java.lang.String destinazioneAltroIntervento,
+ java.lang.Boolean tcCostruzioniEsistenti,
+ java.lang.Boolean tcManutOrdStraord,
+ java.lang.Boolean tcAltriInterventi,
+ java.lang.String tcAltriInterventiDesc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return getService()
@@ -691,7 +698,10 @@ public class DettPraticaLocalServiceUtil {
normDm2018, normDprg01, normDprg02, normAnr, normArt3com3,
normArt3com4, normOrd01, normDm04, normDm05, normCI01, normLTC01,
suap, normSismaBonus, clRischioPreInt, clRischioPostInt,
- intervFinPub, intervFinPubDesc, serviceContext, bozza);
+ intervFinPub, intervFinPubDesc, serviceContext, bozza,
+ paesaggioLocale, livelloDiTutela, vincoli,
+ destinazioneAltroIntervento, tcCostruzioniEsistenti,
+ tcManutOrdStraord, tcAltriInterventi, tcAltriInterventiDesc);
}
public static it.tref.liferay.portos.bo.model.DettPratica updateDettPraticaDatiDomanda(
@@ -776,7 +786,14 @@ public class DettPraticaLocalServiceUtil {
boolean normLTC01, boolean suap, boolean normSismaBonus,
java.lang.String clRischioPreInt, java.lang.String clRischioPostInt,
boolean intervFinPub, java.lang.String intervFinPubDesc,
- com.liferay.portal.service.ServiceContext serviceContext, boolean bozza)
+ com.liferay.portal.service.ServiceContext serviceContext,
+ boolean bozza, java.lang.String paesaggioLocale,
+ java.lang.String livelloDiTutela, java.lang.String vincoli,
+ java.lang.String destinazioneAltroIntervento,
+ java.lang.Boolean tcCostruzioniEsistenti,
+ java.lang.Boolean tcManutOrdStraord,
+ java.lang.Boolean tcAltriInterventi,
+ java.lang.String tcAltriInterventiDesc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return getService()
@@ -828,7 +845,10 @@ public class DettPraticaLocalServiceUtil {
normDm2018, normDprg01, normDprg02, normAnr, normArt3com3,
normArt3com4, normOrd01, normDm04, normDm05, normCI01, normLTC01,
suap, normSismaBonus, clRischioPreInt, clRischioPostInt,
- intervFinPub, intervFinPubDesc, serviceContext, bozza);
+ intervFinPub, intervFinPubDesc, serviceContext, bozza,
+ paesaggioLocale, livelloDiTutela, vincoli,
+ destinazioneAltroIntervento, tcCostruzioniEsistenti,
+ tcManutOrdStraord, tcAltriInterventi, tcAltriInterventiDesc);
}
public static it.tref.liferay.portos.bo.model.DettPratica updateDettPraticaDatiIntegrazione(
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceWrapper.java
index e4c029a4..54c98483 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaLocalServiceWrapper.java
@@ -644,7 +644,14 @@ public class DettPraticaLocalServiceWrapper implements DettPraticaLocalService,
boolean normLTC01, boolean suap, boolean normSismaBonus,
java.lang.String clRischioPreInt, java.lang.String clRischioPostInt,
boolean intervFinPub, java.lang.String intervFinPubDesc,
- com.liferay.portal.service.ServiceContext serviceContext, boolean bozza)
+ com.liferay.portal.service.ServiceContext serviceContext,
+ boolean bozza, java.lang.String paesaggioLocale,
+ java.lang.String livelloDiTutela, java.lang.String vincoli,
+ java.lang.String destinazioneAltroIntervento,
+ java.lang.Boolean tcCostruzioniEsistenti,
+ java.lang.Boolean tcManutOrdStraord,
+ java.lang.Boolean tcAltriInterventi,
+ java.lang.String tcAltriInterventiDesc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return _dettPraticaLocalService.updateDettPratica(userId,
@@ -721,7 +728,10 @@ public class DettPraticaLocalServiceWrapper implements DettPraticaLocalService,
normDm2018, normDprg01, normDprg02, normAnr, normArt3com3,
normArt3com4, normOrd01, normDm04, normDm05, normCI01, normLTC01,
suap, normSismaBonus, clRischioPreInt, clRischioPostInt,
- intervFinPub, intervFinPubDesc, serviceContext, bozza);
+ intervFinPub, intervFinPubDesc, serviceContext, bozza,
+ paesaggioLocale, livelloDiTutela, vincoli,
+ destinazioneAltroIntervento, tcCostruzioniEsistenti,
+ tcManutOrdStraord, tcAltriInterventi, tcAltriInterventiDesc);
}
@Override
@@ -807,7 +817,14 @@ public class DettPraticaLocalServiceWrapper implements DettPraticaLocalService,
boolean normLTC01, boolean suap, boolean normSismaBonus,
java.lang.String clRischioPreInt, java.lang.String clRischioPostInt,
boolean intervFinPub, java.lang.String intervFinPubDesc,
- com.liferay.portal.service.ServiceContext serviceContext, boolean bozza)
+ com.liferay.portal.service.ServiceContext serviceContext,
+ boolean bozza, java.lang.String paesaggioLocale,
+ java.lang.String livelloDiTutela, java.lang.String vincoli,
+ java.lang.String destinazioneAltroIntervento,
+ java.lang.Boolean tcCostruzioniEsistenti,
+ java.lang.Boolean tcManutOrdStraord,
+ java.lang.Boolean tcAltriInterventi,
+ java.lang.String tcAltriInterventiDesc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return _dettPraticaLocalService.updateDettPraticaDatiDomanda(userId,
@@ -858,7 +875,10 @@ public class DettPraticaLocalServiceWrapper implements DettPraticaLocalService,
normDm2018, normDprg01, normDprg02, normAnr, normArt3com3,
normArt3com4, normOrd01, normDm04, normDm05, normCI01, normLTC01,
suap, normSismaBonus, clRischioPreInt, clRischioPostInt,
- intervFinPub, intervFinPubDesc, serviceContext, bozza);
+ intervFinPub, intervFinPubDesc, serviceContext, bozza,
+ paesaggioLocale, livelloDiTutela, vincoli,
+ destinazioneAltroIntervento, tcCostruzioniEsistenti,
+ tcManutOrdStraord, tcAltriInterventi, tcAltriInterventiDesc);
}
@Override
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaService.java
index c6a3af41..e5ac43ed 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaService.java
@@ -246,7 +246,13 @@ public interface DettPraticaService extends BaseService, InvokableService {
java.lang.String clRischioPreInt, java.lang.String clRischioPostInt,
boolean intervFinPub, java.lang.String intervFinPubDesc,
com.liferay.portal.service.ServiceContext serviceContext,
- boolean bozza, boolean disabledSubmit, boolean geoDisabledSubmit)
+ boolean bozza, boolean disabledSubmit, boolean geoDisabledSubmit,
+ java.lang.String paesaggioLocale, java.lang.String livelloDiTutela,
+ java.lang.String vincoli, java.lang.String destinazioneAltroIntervento,
+ java.lang.Boolean tcCostruzioniEsistenti,
+ java.lang.Boolean tcManutOrdStraord,
+ java.lang.Boolean tcAltriInterventi,
+ java.lang.String tcAltriInterventiDesc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceClp.java
index ee844d98..ddb97cf5 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceClp.java
@@ -131,7 +131,9 @@ public class DettPraticaServiceClp implements DettPraticaService {
"boolean", "boolean", "java.lang.String", "java.lang.String",
"boolean", "java.lang.String",
"com.liferay.portal.service.ServiceContext", "boolean",
- "boolean", "boolean"
+ "boolean", "boolean", "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "java.lang.Boolean",
+ "java.lang.Boolean", "java.lang.Boolean", "java.lang.String"
};
_methodName12 = "fetchDettPratica";
@@ -705,7 +707,13 @@ public class DettPraticaServiceClp implements DettPraticaService {
java.lang.String clRischioPreInt, java.lang.String clRischioPostInt,
boolean intervFinPub, java.lang.String intervFinPubDesc,
com.liferay.portal.service.ServiceContext serviceContext,
- boolean bozza, boolean disabledSubmit, boolean geoDisabledSubmit)
+ boolean bozza, boolean disabledSubmit, boolean geoDisabledSubmit,
+ java.lang.String paesaggioLocale, java.lang.String livelloDiTutela,
+ java.lang.String vincoli, java.lang.String destinazioneAltroIntervento,
+ java.lang.Boolean tcCostruzioniEsistenti,
+ java.lang.Boolean tcManutOrdStraord,
+ java.lang.Boolean tcAltriInterventi,
+ java.lang.String tcAltriInterventiDesc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
@@ -1142,7 +1150,23 @@ public class DettPraticaServiceClp implements DettPraticaService {
disabledSubmit,
- geoDisabledSubmit
+ geoDisabledSubmit,
+
+ ClpSerializer.translateInput(paesaggioLocale),
+
+ ClpSerializer.translateInput(livelloDiTutela),
+
+ ClpSerializer.translateInput(vincoli),
+
+ ClpSerializer.translateInput(destinazioneAltroIntervento),
+
+ ClpSerializer.translateInput(tcCostruzioniEsistenti),
+
+ ClpSerializer.translateInput(tcManutOrdStraord),
+
+ ClpSerializer.translateInput(tcAltriInterventi),
+
+ ClpSerializer.translateInput(tcAltriInterventiDesc)
});
}
catch (Throwable t) {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceUtil.java
index 4c4e43f3..73676f4b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceUtil.java
@@ -266,7 +266,13 @@ public class DettPraticaServiceUtil {
java.lang.String clRischioPreInt, java.lang.String clRischioPostInt,
boolean intervFinPub, java.lang.String intervFinPubDesc,
com.liferay.portal.service.ServiceContext serviceContext,
- boolean bozza, boolean disabledSubmit, boolean geoDisabledSubmit)
+ boolean bozza, boolean disabledSubmit, boolean geoDisabledSubmit,
+ java.lang.String paesaggioLocale, java.lang.String livelloDiTutela,
+ java.lang.String vincoli, java.lang.String destinazioneAltroIntervento,
+ java.lang.Boolean tcCostruzioniEsistenti,
+ java.lang.Boolean tcManutOrdStraord,
+ java.lang.Boolean tcAltriInterventi,
+ java.lang.String tcAltriInterventiDesc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return getService()
@@ -344,7 +350,10 @@ public class DettPraticaServiceUtil {
normArt3com4, normOrd01, normDm04, normDm05, normCI01, normLTC01,
suap, normSismaBonus, clRischioPreInt, clRischioPostInt,
intervFinPub, intervFinPubDesc, serviceContext, bozza,
- disabledSubmit, geoDisabledSubmit);
+ disabledSubmit, geoDisabledSubmit, paesaggioLocale,
+ livelloDiTutela, vincoli, destinazioneAltroIntervento,
+ tcCostruzioniEsistenti, tcManutOrdStraord, tcAltriInterventi,
+ tcAltriInterventiDesc);
}
public static it.tref.liferay.portos.bo.model.DettPratica fetchDettPratica(
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceWrapper.java
index 6d09b31d..f4d592a6 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/DettPraticaServiceWrapper.java
@@ -266,7 +266,13 @@ public class DettPraticaServiceWrapper implements DettPraticaService,
java.lang.String clRischioPreInt, java.lang.String clRischioPostInt,
boolean intervFinPub, java.lang.String intervFinPubDesc,
com.liferay.portal.service.ServiceContext serviceContext,
- boolean bozza, boolean disabledSubmit, boolean geoDisabledSubmit)
+ boolean bozza, boolean disabledSubmit, boolean geoDisabledSubmit,
+ java.lang.String paesaggioLocale, java.lang.String livelloDiTutela,
+ java.lang.String vincoli, java.lang.String destinazioneAltroIntervento,
+ java.lang.Boolean tcCostruzioniEsistenti,
+ java.lang.Boolean tcManutOrdStraord,
+ java.lang.Boolean tcAltriInterventi,
+ java.lang.String tcAltriInterventiDesc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return _dettPraticaService.updateDettPratica(userId, dettPraticaId,
@@ -343,7 +349,10 @@ public class DettPraticaServiceWrapper implements DettPraticaService,
normArt3com4, normOrd01, normDm04, normDm05, normCI01, normLTC01,
suap, normSismaBonus, clRischioPreInt, clRischioPostInt,
intervFinPub, intervFinPubDesc, serviceContext, bozza,
- disabledSubmit, geoDisabledSubmit);
+ disabledSubmit, geoDisabledSubmit, paesaggioLocale,
+ livelloDiTutela, vincoli, destinazioneAltroIntervento,
+ tcCostruzioniEsistenti, tcManutOrdStraord, tcAltriInterventi,
+ tcAltriInterventiDesc);
}
@Override
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql
index 20d5b69d..d8faf819 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql
@@ -234,6 +234,9 @@ create table portos_bo_DettPratica (
destinazione VARCHAR(10) null,
ag VARCHAR(10) null,
descLongIntervento STRING null,
+ paesaggioLocale VARCHAR(75) null,
+ livelloDiTutela VARCHAR(75) null,
+ vincoli VARCHAR(75) null,
via VARCHAR(75) null,
localita VARCHAR(75) null,
estremiCatastali STRING null,
@@ -292,6 +295,7 @@ create table portos_bo_DettPratica (
deInfAltro BOOLEAN,
deInfAltroDesc STRING null,
dccFondazioni VARCHAR(75) null,
+ destinazioneAltroIntervento VARCHAR(75) null,
dccStruttureEleMuraturePietrame BOOLEAN,
dccStruttureEleMuratureLaterizio BOOLEAN,
dccStruttureEleMuratureMisto BOOLEAN,
@@ -389,6 +393,9 @@ create table portos_bo_DettPratica (
tcMiglioramentoSismico BOOLEAN,
tcRiparazioneInterventoLocale BOOLEAN,
tcCostruzioniEsistenti BOOLEAN,
+ tcManutOrdStraord BOOLEAN,
+ tcAltriInterventi BOOLEAN,
+ tcAltriInterventiDesc VARCHAR(75) null,
tcInCA BOOLEAN,
tcInOpera BOOLEAN,
tcPrefabbricato BOOLEAN,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml
index 4b6ea245..f32022ee 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml
@@ -284,6 +284,9 @@
<%= LanguageUtil.get(pageContext, "interventi-beni-culturali") %>
-<%= LanguageUtil.get(pageContext, "interventi-beni-paesaggistici") %>
-