diff --git a/liferay-plugins-sdk-6.2/hooks/sicilia-login-hook/docroot/WEB-INF/src/it/mwg/sicilia/constants/ApiConstants.java b/liferay-plugins-sdk-6.2/hooks/sicilia-login-hook/docroot/WEB-INF/src/it/mwg/sicilia/constants/ApiConstants.java index a2e1c097..e5e5b9bc 100644 --- a/liferay-plugins-sdk-6.2/hooks/sicilia-login-hook/docroot/WEB-INF/src/it/mwg/sicilia/constants/ApiConstants.java +++ b/liferay-plugins-sdk-6.2/hooks/sicilia-login-hook/docroot/WEB-INF/src/it/mwg/sicilia/constants/ApiConstants.java @@ -36,7 +36,7 @@ public class ApiConstants { public static final String SESSION_TOKEN = SESSION_BASE + PARAMETER_TOKEN.toUpperCase(); public static final String SESSION_USER_DATA = SESSION_BASE + "USER_DATA"; - public static final String LOGIN_SERVER = "https://auth.mwg.it/"; + public static final String LOGIN_SERVER = "https://autenticazione.lavoripubblici.sicilia.it/"; private static final String ENDPOINT_BASE = LOGIN_SERVER + "api/v1/"; public static final String ENDPOINT_LOGIN = ENDPOINT_BASE + "login.cgi"; public static final String ENDPOINT_GET_TOKEN = ENDPOINT_BASE + "get_token.cgi"; diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.classpath b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.classpath index a236e703..6987637e 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.classpath +++ b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.classpath @@ -1,9 +1,11 @@ - + + + - + @@ -11,11 +13,9 @@ - - - + - + diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.jdt.core.prefs b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.jdt.core.prefs index 0c68a61d..c537b630 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.jdt.core.prefs +++ b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.jdt.core.prefs @@ -1,7 +1,7 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.8 +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml index 400ed549..af295340 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml +++ b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -4,8 +4,8 @@ - + diff --git a/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.tern-project b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.tern-project new file mode 100644 index 00000000..a185ba0d --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-autodestroy-portlet/.tern-project @@ -0,0 +1 @@ +{"ide":{"scriptPaths":[]},"plugins":{"aui":{},"liferay":{},"yui":{}},"libs":["ecma5","browser"]} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalService.java index 238b7330..ca03c280 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalService.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalService.java @@ -355,6 +355,9 @@ public interface IntPraticaLocalService extends BaseLocalService, throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException; + public java.util.List svuotaDatabase( + com.liferay.portal.service.ServiceContext serviceContext); + public void clearDb() throws java.lang.Exception; public it.tref.liferay.portos.bo.model.IntPratica deleteIntPratica( diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceClp.java index 2b5a9a99..b1a50f05 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceClp.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceClp.java @@ -155,309 +155,315 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { "com.liferay.portal.service.ServiceContext" }; - _methodName27 = "clearDb"; + _methodName27 = "svuotaDatabase"; - _methodParameterTypes27 = new String[] { }; + _methodParameterTypes27 = new String[] { + "com.liferay.portal.service.ServiceContext" + }; + + _methodName28 = "clearDb"; - _methodName28 = "deleteIntPratica"; + _methodParameterTypes28 = new String[] { }; - _methodParameterTypes28 = new String[] { + _methodName29 = "deleteIntPratica"; + + _methodParameterTypes29 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "boolean" }; - _methodName29 = "cloneIntPratica"; + _methodName30 = "cloneIntPratica"; - _methodParameterTypes29 = new String[] { + _methodParameterTypes30 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName30 = "updateDelegati"; + _methodName31 = "updateDelegati"; - _methodParameterTypes30 = new String[] { + _methodParameterTypes31 = new String[] { "long", "java.lang.String", "java.lang.String", "boolean" }; - _methodName31 = "findFascicoliNotProgetto"; + _methodName32 = "findFascicoliNotProgetto"; - _methodParameterTypes31 = new String[] { "int", "int" }; + _methodParameterTypes32 = new String[] { "int", "int" }; - _methodName32 = "countFascicoliNotProgetto"; + _methodName33 = "countFascicoliNotProgetto"; - _methodParameterTypes32 = new String[] { }; + _methodParameterTypes33 = new String[] { }; - _methodName33 = "addNumeroProgetto"; + _methodName34 = "addNumeroProgetto"; - _methodParameterTypes33 = new String[] { "long" }; + _methodParameterTypes34 = new String[] { "long" }; - _methodName34 = "sospendiPratica"; + _methodName35 = "sospendiPratica"; - _methodParameterTypes34 = new String[] { "long", "boolean" }; + _methodParameterTypes35 = new String[] { "long", "boolean" }; - _methodName35 = "cambiaTitolare"; + _methodName36 = "cambiaTitolare"; - _methodParameterTypes35 = new String[] { + _methodParameterTypes36 = new String[] { "long", "long", "com.liferay.portal.service.ServiceContext" }; - _methodName36 = "updateStatoPratica"; + _methodName37 = "updateStatoPratica"; - _methodParameterTypes36 = new String[] { + _methodParameterTypes37 = new String[] { "long", "long", "java.lang.String" }; - _methodName37 = "updateIntPraticaSorteggio"; + _methodName38 = "updateIntPraticaSorteggio"; - _methodParameterTypes37 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes38 = new String[] { "long", "java.util.Date" }; - _methodName38 = "updateIntPraticaSorteggio"; + _methodName39 = "updateIntPraticaSorteggio"; - _methodParameterTypes38 = new String[] { + _methodParameterTypes39 = new String[] { "long", "java.util.Date", "java.lang.String" }; - _methodName39 = "findByC_UserId"; - - _methodParameterTypes39 = new String[] { "long", "long", "int", "int" }; + _methodName40 = "findByC_UserId"; - _methodName40 = "countByC_UserId"; + _methodParameterTypes40 = new String[] { "long", "long", "int", "int" }; - _methodParameterTypes40 = new String[] { "long", "long" }; + _methodName41 = "countByC_UserId"; - _methodName41 = "fetchByOldIntPraticaId"; + _methodParameterTypes41 = new String[] { "long", "long" }; - _methodParameterTypes41 = new String[] { "long" }; + _methodName42 = "fetchByOldIntPraticaId"; - _methodName42 = "updateStatus"; + _methodParameterTypes42 = new String[] { "long" }; - _methodParameterTypes42 = new String[] { "long", "int" }; + _methodName43 = "updateStatus"; - _methodName43 = "findByCompanyIdSoggettoProgetti"; + _methodParameterTypes43 = new String[] { "long", "int" }; - _methodParameterTypes43 = new String[] { "long", "long" }; - - _methodName44 = "countByCompanyIdSoggettoProgetti"; + _methodName44 = "findByCompanyIdSoggettoProgetti"; _methodParameterTypes44 = new String[] { "long", "long" }; - _methodName45 = "findByCompanyIdSoggettoArchivio"; + _methodName45 = "countByCompanyIdSoggettoProgetti"; _methodParameterTypes45 = new String[] { "long", "long" }; - _methodName46 = "countByCompanyIdSoggettoArchivio"; + _methodName46 = "findByCompanyIdSoggettoArchivio"; _methodParameterTypes46 = new String[] { "long", "long" }; - _methodName47 = "findByCompanyIdSoggettoAltriProgetti"; + _methodName47 = "countByCompanyIdSoggettoArchivio"; + + _methodParameterTypes47 = new String[] { "long", "long" }; - _methodParameterTypes47 = new String[] { "long", "long", "int", "int" }; + _methodName48 = "findByCompanyIdSoggettoAltriProgetti"; - _methodName48 = "countByCompanyIdSoggettoAltriProgetti"; + _methodParameterTypes48 = new String[] { "long", "long", "int", "int" }; - _methodParameterTypes48 = new String[] { "long", "long" }; + _methodName49 = "countByCompanyIdSoggettoAltriProgetti"; - _methodName49 = "findByCanAddFineLavori"; + _methodParameterTypes49 = new String[] { "long", "long" }; - _methodParameterTypes49 = new String[] { + _methodName50 = "findByCanAddFineLavori"; + + _methodParameterTypes50 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName50 = "countByCanAddFineLavori"; + _methodName51 = "countByCanAddFineLavori"; - _methodParameterTypes50 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes51 = new String[] { "long", "java.lang.String" }; - _methodName51 = "findByCanAddCollaudo"; + _methodName52 = "findByCanAddCollaudo"; - _methodParameterTypes51 = new String[] { + _methodParameterTypes52 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName52 = "countByCanAddCollaudo"; + _methodName53 = "countByCanAddCollaudo"; - _methodParameterTypes52 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes53 = new String[] { "long", "java.lang.String" }; - _methodName53 = "search"; + _methodName54 = "search"; - _methodParameterTypes53 = new String[] { "java.util.List", "int", "int" }; + _methodParameterTypes54 = new String[] { "java.util.List", "int", "int" }; - _methodName54 = "countSearch"; + _methodName55 = "countSearch"; - _methodParameterTypes54 = new String[] { "java.util.List" }; + _methodParameterTypes55 = new String[] { "java.util.List" }; - _methodName55 = "searchWithIntPraticaId"; + _methodName56 = "searchWithIntPraticaId"; - _methodParameterTypes55 = new String[] { + _methodParameterTypes56 = new String[] { "java.util.List", "long", "int", "int" }; - _methodName56 = "countSearchWithIntPraticaId"; + _methodName57 = "countSearchWithIntPraticaId"; - _methodParameterTypes56 = new String[] { "java.util.List", "long" }; + _methodParameterTypes57 = new String[] { "java.util.List", "long" }; - _methodName57 = "allegaFileAnnullamento"; + _methodName58 = "allegaFileAnnullamento"; - _methodParameterTypes57 = new String[] { + _methodParameterTypes58 = new String[] { "long", "byte[][]", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName58 = "generateFileAnnullamento"; + _methodName59 = "generateFileAnnullamento"; - _methodParameterTypes58 = new String[] { + _methodParameterTypes59 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName59 = "deleteFileAnnullamento"; + _methodName60 = "deleteFileAnnullamento"; - _methodParameterTypes59 = new String[] { "long" }; + _methodParameterTypes60 = new String[] { "long" }; - _methodName60 = "completeAnnullamento"; + _methodName61 = "completeAnnullamento"; - _methodParameterTypes60 = new String[] { "long" }; + _methodParameterTypes61 = new String[] { "long" }; - _methodName61 = "cambiaIstruttore"; + _methodName62 = "cambiaIstruttore"; - _methodParameterTypes61 = new String[] { "long", "long", "long" }; + _methodParameterTypes62 = new String[] { "long", "long", "long" }; - _methodName62 = "countCaricoLavoroCF"; + _methodName63 = "countCaricoLavoroCF"; - _methodParameterTypes62 = new String[] { + _methodParameterTypes63 = new String[] { "long", "java.lang.String", "java.lang.Boolean", "java.lang.Long[][]" }; - _methodName63 = "countCaricoLavoroIstruttore"; + _methodName64 = "countCaricoLavoroIstruttore"; - _methodParameterTypes63 = new String[] { + _methodParameterTypes64 = new String[] { "long", "java.lang.String", "java.lang.Boolean" }; - _methodName64 = "generateReportPratica"; + _methodName65 = "generateReportPratica"; - _methodParameterTypes64 = new String[] { + _methodParameterTypes65 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "long" }; - _methodName65 = "updateModifiedDate"; + _methodName66 = "updateModifiedDate"; - _methodParameterTypes65 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes66 = new String[] { "long", "java.util.Date" }; - _methodName66 = "countAutorizzazione"; + _methodName67 = "countAutorizzazione"; - _methodParameterTypes66 = new String[] { + _methodParameterTypes67 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName67 = "countSanatorie"; + _methodName68 = "countSanatorie"; - _methodParameterTypes67 = new String[] { + _methodParameterTypes68 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName68 = "countOpereMinoreImportanza"; + _methodName69 = "countOpereMinoreImportanza"; - _methodParameterTypes68 = new String[] { + _methodParameterTypes69 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName69 = "countDeposito"; + _methodName70 = "countDeposito"; - _methodParameterTypes69 = new String[] { + _methodParameterTypes70 = new String[] { "java.util.Date", "java.util.Date", "long", "boolean" }; - _methodName70 = "countVidimate"; + _methodName71 = "countVidimate"; - _methodParameterTypes70 = new String[] { + _methodParameterTypes71 = new String[] { "java.util.Date", "java.util.Date", "long", "java.lang.String", "boolean" }; - _methodName71 = "countControllo"; + _methodName72 = "countControllo"; - _methodParameterTypes71 = new String[] { + _methodParameterTypes72 = new String[] { "java.util.Date", "java.util.Date", "long", "java.lang.String", "boolean" }; - _methodName72 = "importaVecchiFilesFascicolo"; + _methodName73 = "importaVecchiFilesFascicolo"; - _methodParameterTypes72 = new String[] { "long", "int", "int" }; + _methodParameterTypes73 = new String[] { "long", "int", "int" }; - _methodName73 = "findIntPraticaNotExist"; + _methodName74 = "findIntPraticaNotExist"; - _methodParameterTypes73 = new String[] { }; + _methodParameterTypes74 = new String[] { }; - _methodName74 = "riparaWorkflow"; + _methodName75 = "riparaWorkflow"; - _methodParameterTypes74 = new String[] { }; + _methodParameterTypes75 = new String[] { }; - _methodName75 = "reIndexFascicolo"; + _methodName76 = "reIndexFascicolo"; - _methodParameterTypes75 = new String[] { + _methodParameterTypes76 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "long" }; - _methodName76 = "reIndexFasciolo"; - - _methodParameterTypes76 = new String[] { "java.lang.String", "long" }; - _methodName77 = "reIndexFasciolo"; - _methodParameterTypes77 = new String[] { "long", "long" }; + _methodParameterTypes77 = new String[] { "java.lang.String", "long" }; - _methodName78 = "trovaDoppioni"; + _methodName78 = "reIndexFasciolo"; - _methodParameterTypes78 = new String[] { }; + _methodParameterTypes78 = new String[] { "long", "long" }; - _methodName79 = "findByNumeroProgetto"; + _methodName79 = "trovaDoppioni"; - _methodParameterTypes79 = new String[] { "java.lang.String" }; + _methodParameterTypes79 = new String[] { }; - _methodName80 = "findByTerritorioId"; + _methodName80 = "findByNumeroProgetto"; - _methodParameterTypes80 = new String[] { "long" }; + _methodParameterTypes80 = new String[] { "java.lang.String" }; - _methodName81 = "reportTempisticheIstruttorieAvvisiAutorizzazioni"; + _methodName81 = "findByTerritorioId"; - _methodParameterTypes81 = new String[] { - "java.util.Date", "java.util.Date", "long", "java.lang.String" - }; + _methodParameterTypes81 = new String[] { "long" }; - _methodName82 = "reportTempisticheIstruttorieCalcolaDataSorteggio"; + _methodName82 = "reportTempisticheIstruttorieAvvisiAutorizzazioni"; _methodParameterTypes82 = new String[] { - "java.util.Date", "java.util.Date", "long" + "java.util.Date", "java.util.Date", "long", "java.lang.String" }; - _methodName83 = "reportPraticheVidimate"; + _methodName83 = "reportTempisticheIstruttorieCalcolaDataSorteggio"; _methodParameterTypes83 = new String[] { - "java.util.Date", "java.util.Date", "long", "java.lang.String" + "java.util.Date", "java.util.Date", "long" }; - _methodName84 = "reportPraticheVidimateCalcolaDataSorteggio"; + _methodName84 = "reportPraticheVidimate"; _methodParameterTypes84 = new String[] { - "java.util.Date", "java.util.Date", "long" + "java.util.Date", "java.util.Date", "long", "java.lang.String" }; - _methodName85 = "countIngressiAutorizzazioni"; + _methodName85 = "reportPraticheVidimateCalcolaDataSorteggio"; _methodParameterTypes85 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName86 = "countIngressiDepositi"; + _methodName86 = "countIngressiAutorizzazioni"; _methodParameterTypes86 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName87 = "countIngressiCO"; + _methodName87 = "countIngressiDepositi"; _methodParameterTypes87 = new String[] { "java.util.Date", "java.util.Date", "long" }; + + _methodName88 = "countIngressiCO"; + + _methodParameterTypes88 = new String[] { + "java.util.Date", "java.util.Date", "long" + }; } @Override @@ -1346,11 +1352,36 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { return (it.tref.liferay.portos.bo.model.IntPratica)ClpSerializer.translateOutput(returnObj); } + @Override + public java.util.List svuotaDatabase( + com.liferay.portal.service.ServiceContext serviceContext) { + Object returnObj = null; + + try { + returnObj = _invokableLocalService.invokeMethod(_methodName27, + _methodParameterTypes27, + new Object[] { ClpSerializer.translateInput(serviceContext) }); + } + catch (Throwable t) { + t = ClpSerializer.translateThrowable(t); + + if (t instanceof RuntimeException) { + throw (RuntimeException)t; + } + else { + throw new RuntimeException(t.getClass().getName() + + " is not a valid exception"); + } + } + + return (java.util.List)ClpSerializer.translateOutput(returnObj); + } + @Override public void clearDb() throws java.lang.Exception { try { - _invokableLocalService.invokeMethod(_methodName27, - _methodParameterTypes27, new Object[] { }); + _invokableLocalService.invokeMethod(_methodName28, + _methodParameterTypes28, new Object[] { }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1377,8 +1408,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName28, - _methodParameterTypes28, + returnObj = _invokableLocalService.invokeMethod(_methodName29, + _methodParameterTypes29, new Object[] { ClpSerializer.translateInput(intPratica), @@ -1417,8 +1448,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName29, - _methodParameterTypes29, + returnObj = _invokableLocalService.invokeMethod(_methodName30, + _methodParameterTypes30, new Object[] { intPraticaId, @@ -1458,8 +1489,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName30, - _methodParameterTypes30, + returnObj = _invokableLocalService.invokeMethod(_methodName31, + _methodParameterTypes31, new Object[] { intPraticaId, @@ -1501,8 +1532,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName31, - _methodParameterTypes31, new Object[] { start, end }); + returnObj = _invokableLocalService.invokeMethod(_methodName32, + _methodParameterTypes32, new Object[] { start, end }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1529,8 +1560,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName32, - _methodParameterTypes32, new Object[] { }); + returnObj = _invokableLocalService.invokeMethod(_methodName33, + _methodParameterTypes33, new Object[] { }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1559,8 +1590,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName33, - _methodParameterTypes33, new Object[] { intPraticaId }); + returnObj = _invokableLocalService.invokeMethod(_methodName34, + _methodParameterTypes34, new Object[] { intPraticaId }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1593,8 +1624,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName34, - _methodParameterTypes34, + returnObj = _invokableLocalService.invokeMethod(_methodName35, + _methodParameterTypes35, new Object[] { intPraticaId, sospesa }); } catch (Throwable t) { @@ -1629,8 +1660,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName35, - _methodParameterTypes35, + returnObj = _invokableLocalService.invokeMethod(_methodName36, + _methodParameterTypes36, new Object[] { intPraticaId, @@ -1670,8 +1701,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName36, - _methodParameterTypes36, + returnObj = _invokableLocalService.invokeMethod(_methodName37, + _methodParameterTypes37, new Object[] { intPraticaId, @@ -1710,8 +1741,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName37, - _methodParameterTypes37, + returnObj = _invokableLocalService.invokeMethod(_methodName38, + _methodParameterTypes38, new Object[] { intPraticaId, @@ -1745,8 +1776,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName38, - _methodParameterTypes38, + returnObj = _invokableLocalService.invokeMethod(_methodName39, + _methodParameterTypes39, new Object[] { intPraticaId, @@ -1781,8 +1812,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName39, - _methodParameterTypes39, + returnObj = _invokableLocalService.invokeMethod(_methodName40, + _methodParameterTypes40, new Object[] { companyId, userId, start, end }); } catch (Throwable t) { @@ -1810,8 +1841,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName40, - _methodParameterTypes40, new Object[] { companyId, userId }); + returnObj = _invokableLocalService.invokeMethod(_methodName41, + _methodParameterTypes41, new Object[] { companyId, userId }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1839,8 +1870,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName41, - _methodParameterTypes41, new Object[] { oldIntPraticaId }); + returnObj = _invokableLocalService.invokeMethod(_methodName42, + _methodParameterTypes42, new Object[] { oldIntPraticaId }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1866,8 +1897,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException { try { - _invokableLocalService.invokeMethod(_methodName42, - _methodParameterTypes42, new Object[] { intPraticaId, status }); + _invokableLocalService.invokeMethod(_methodName43, + _methodParameterTypes43, new Object[] { intPraticaId, status }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1898,8 +1929,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName43, - _methodParameterTypes43, + returnObj = _invokableLocalService.invokeMethod(_methodName44, + _methodParameterTypes44, new Object[] { companyId, soggettoId }); } catch (Throwable t) { @@ -1932,8 +1963,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName44, - _methodParameterTypes44, + returnObj = _invokableLocalService.invokeMethod(_methodName45, + _methodParameterTypes45, new Object[] { companyId, soggettoId }); } catch (Throwable t) { @@ -1967,8 +1998,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName45, - _methodParameterTypes45, + returnObj = _invokableLocalService.invokeMethod(_methodName46, + _methodParameterTypes46, new Object[] { companyId, soggettoId }); } catch (Throwable t) { @@ -2001,8 +2032,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName46, - _methodParameterTypes46, + returnObj = _invokableLocalService.invokeMethod(_methodName47, + _methodParameterTypes47, new Object[] { companyId, soggettoId }); } catch (Throwable t) { @@ -2036,8 +2067,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName47, - _methodParameterTypes47, + returnObj = _invokableLocalService.invokeMethod(_methodName48, + _methodParameterTypes48, new Object[] { companyId, soggettoId, start, end }); } catch (Throwable t) { @@ -2071,8 +2102,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName48, - _methodParameterTypes48, + returnObj = _invokableLocalService.invokeMethod(_methodName49, + _methodParameterTypes49, new Object[] { companyId, soggettoId }); } catch (Throwable t) { @@ -2106,8 +2137,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName49, - _methodParameterTypes49, + returnObj = _invokableLocalService.invokeMethod(_methodName50, + _methodParameterTypes50, new Object[] { companyId, @@ -2149,8 +2180,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName50, - _methodParameterTypes50, + returnObj = _invokableLocalService.invokeMethod(_methodName51, + _methodParameterTypes51, new Object[] { companyId, @@ -2188,8 +2219,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName51, - _methodParameterTypes51, + returnObj = _invokableLocalService.invokeMethod(_methodName52, + _methodParameterTypes52, new Object[] { companyId, @@ -2231,8 +2262,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName52, - _methodParameterTypes52, + returnObj = _invokableLocalService.invokeMethod(_methodName53, + _methodParameterTypes53, new Object[] { companyId, @@ -2269,8 +2300,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName53, - _methodParameterTypes53, + returnObj = _invokableLocalService.invokeMethod(_methodName54, + _methodParameterTypes54, new Object[] { ClpSerializer.translateInput(groupIds), @@ -2304,8 +2335,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName54, - _methodParameterTypes54, + returnObj = _invokableLocalService.invokeMethod(_methodName55, + _methodParameterTypes55, new Object[] { ClpSerializer.translateInput(groupIds) }); } catch (Throwable t) { @@ -2334,8 +2365,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName55, - _methodParameterTypes55, + returnObj = _invokableLocalService.invokeMethod(_methodName56, + _methodParameterTypes56, new Object[] { ClpSerializer.translateInput(groupIds), @@ -2372,8 +2403,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName56, - _methodParameterTypes56, + returnObj = _invokableLocalService.invokeMethod(_methodName57, + _methodParameterTypes57, new Object[] { ClpSerializer.translateInput(groupIds), @@ -2410,8 +2441,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName57, - _methodParameterTypes57, + returnObj = _invokableLocalService.invokeMethod(_methodName58, + _methodParameterTypes58, new Object[] { intPraticaId, @@ -2461,8 +2492,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName58, - _methodParameterTypes58, + returnObj = _invokableLocalService.invokeMethod(_methodName59, + _methodParameterTypes59, new Object[] { intPraticaId, @@ -2501,8 +2532,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException { try { - _invokableLocalService.invokeMethod(_methodName59, - _methodParameterTypes59, + _invokableLocalService.invokeMethod(_methodName60, + _methodParameterTypes60, new Object[] { docPraticaAnnullamentoId }); } catch (Throwable t) { @@ -2531,8 +2562,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException { try { - _invokableLocalService.invokeMethod(_methodName60, - _methodParameterTypes60, new Object[] { intPraticaId }); + _invokableLocalService.invokeMethod(_methodName61, + _methodParameterTypes61, new Object[] { intPraticaId }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -2561,8 +2592,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException { try { - _invokableLocalService.invokeMethod(_methodName61, - _methodParameterTypes61, + _invokableLocalService.invokeMethod(_methodName62, + _methodParameterTypes62, new Object[] { intPraticaId, controlloPraticaId, istruttoreId }); } catch (Throwable t) { @@ -2595,8 +2626,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName62, - _methodParameterTypes62, + returnObj = _invokableLocalService.invokeMethod(_methodName63, + _methodParameterTypes63, new Object[] { ispettoreId, @@ -2637,8 +2668,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName63, - _methodParameterTypes63, + returnObj = _invokableLocalService.invokeMethod(_methodName64, + _methodParameterTypes64, new Object[] { ispettoreId, @@ -2674,8 +2705,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName64, - _methodParameterTypes64, + returnObj = _invokableLocalService.invokeMethod(_methodName65, + _methodParameterTypes65, new Object[] { ClpSerializer.translateInput(intPratica), @@ -2713,8 +2744,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName65, - _methodParameterTypes65, + returnObj = _invokableLocalService.invokeMethod(_methodName66, + _methodParameterTypes66, new Object[] { intPraticaId, @@ -2751,8 +2782,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName66, - _methodParameterTypes66, + returnObj = _invokableLocalService.invokeMethod(_methodName67, + _methodParameterTypes67, new Object[] { ClpSerializer.translateInput(dtMin), @@ -2787,8 +2818,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName67, - _methodParameterTypes67, + returnObj = _invokableLocalService.invokeMethod(_methodName68, + _methodParameterTypes68, new Object[] { ClpSerializer.translateInput(dtMin), @@ -2823,8 +2854,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName68, - _methodParameterTypes68, + returnObj = _invokableLocalService.invokeMethod(_methodName69, + _methodParameterTypes69, new Object[] { ClpSerializer.translateInput(dtMin), @@ -2859,8 +2890,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName69, - _methodParameterTypes69, + returnObj = _invokableLocalService.invokeMethod(_methodName70, + _methodParameterTypes70, new Object[] { ClpSerializer.translateInput(dtMin), @@ -2897,8 +2928,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName70, - _methodParameterTypes70, + returnObj = _invokableLocalService.invokeMethod(_methodName71, + _methodParameterTypes71, new Object[] { ClpSerializer.translateInput(dtMin), @@ -2938,8 +2969,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName71, - _methodParameterTypes71, + returnObj = _invokableLocalService.invokeMethod(_methodName72, + _methodParameterTypes72, new Object[] { ClpSerializer.translateInput(dtMin), @@ -2978,8 +3009,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName72, - _methodParameterTypes72, + returnObj = _invokableLocalService.invokeMethod(_methodName73, + _methodParameterTypes73, new Object[] { companyId, start, end }); } catch (Throwable t) { @@ -3007,8 +3038,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName73, - _methodParameterTypes73, new Object[] { }); + returnObj = _invokableLocalService.invokeMethod(_methodName74, + _methodParameterTypes74, new Object[] { }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -3035,8 +3066,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName74, - _methodParameterTypes74, new Object[] { }); + returnObj = _invokableLocalService.invokeMethod(_methodName75, + _methodParameterTypes75, new Object[] { }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -3061,8 +3092,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { public void reIndexFascicolo( it.tref.liferay.portos.bo.model.IntPratica intPratica, long companyId) { try { - _invokableLocalService.invokeMethod(_methodName75, - _methodParameterTypes75, + _invokableLocalService.invokeMethod(_methodName76, + _methodParameterTypes76, new Object[] { ClpSerializer.translateInput(intPratica), companyId }); } catch (Throwable t) { @@ -3082,8 +3113,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { public void reIndexFasciolo(java.lang.String numeroProgetto, long companyId) throws com.liferay.portal.kernel.exception.SystemException { try { - _invokableLocalService.invokeMethod(_methodName76, - _methodParameterTypes76, + _invokableLocalService.invokeMethod(_methodName77, + _methodParameterTypes77, new Object[] { ClpSerializer.translateInput(numeroProgetto), @@ -3112,8 +3143,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException { try { - _invokableLocalService.invokeMethod(_methodName77, - _methodParameterTypes77, + _invokableLocalService.invokeMethod(_methodName78, + _methodParameterTypes78, new Object[] { intPraticaId, companyId }); } catch (Throwable t) { @@ -3143,8 +3174,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName78, - _methodParameterTypes78, new Object[] { }); + returnObj = _invokableLocalService.invokeMethod(_methodName79, + _methodParameterTypes79, new Object[] { }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -3172,8 +3203,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName79, - _methodParameterTypes79, + returnObj = _invokableLocalService.invokeMethod(_methodName80, + _methodParameterTypes80, new Object[] { ClpSerializer.translateInput(numeroProgetto) }); } catch (Throwable t) { @@ -3202,8 +3233,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName80, - _methodParameterTypes80, new Object[] { territorioId }); + returnObj = _invokableLocalService.invokeMethod(_methodName81, + _methodParameterTypes81, new Object[] { territorioId }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -3232,8 +3263,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName81, - _methodParameterTypes81, + returnObj = _invokableLocalService.invokeMethod(_methodName82, + _methodParameterTypes82, new Object[] { ClpSerializer.translateInput(dtMin), @@ -3270,8 +3301,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName82, - _methodParameterTypes82, + returnObj = _invokableLocalService.invokeMethod(_methodName83, + _methodParameterTypes83, new Object[] { ClpSerializer.translateInput(dtMin), @@ -3307,8 +3338,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName83, - _methodParameterTypes83, + returnObj = _invokableLocalService.invokeMethod(_methodName84, + _methodParameterTypes84, new Object[] { ClpSerializer.translateInput(dtMin), @@ -3345,8 +3376,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName84, - _methodParameterTypes84, + returnObj = _invokableLocalService.invokeMethod(_methodName85, + _methodParameterTypes85, new Object[] { ClpSerializer.translateInput(dtMin), @@ -3381,8 +3412,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName85, - _methodParameterTypes85, + returnObj = _invokableLocalService.invokeMethod(_methodName86, + _methodParameterTypes86, new Object[] { ClpSerializer.translateInput(dtMin), @@ -3417,8 +3448,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName86, - _methodParameterTypes86, + returnObj = _invokableLocalService.invokeMethod(_methodName87, + _methodParameterTypes87, new Object[] { ClpSerializer.translateInput(dtMin), @@ -3453,8 +3484,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName87, - _methodParameterTypes87, + returnObj = _invokableLocalService.invokeMethod(_methodName88, + _methodParameterTypes88, new Object[] { ClpSerializer.translateInput(dtMin), @@ -3657,4 +3688,6 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { private String[] _methodParameterTypes86; private String _methodName87; private String[] _methodParameterTypes87; + private String _methodName88; + private String[] _methodParameterTypes88; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceUtil.java index 88d5a474..3174e6f6 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceUtil.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceUtil.java @@ -392,6 +392,11 @@ public class IntPraticaLocalServiceUtil { esitoControllo, dtPratica, oldIntPraticaId, serviceContext); } + public static java.util.List svuotaDatabase( + com.liferay.portal.service.ServiceContext serviceContext) { + return getService().svuotaDatabase(serviceContext); + } + public static void clearDb() throws java.lang.Exception { getService().clearDb(); } diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceWrapper.java index eb571d25..ee1f148d 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceWrapper.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/IntPraticaLocalServiceWrapper.java @@ -417,6 +417,12 @@ public class IntPraticaLocalServiceWrapper implements IntPraticaLocalService, oldIntPraticaId, serviceContext); } + @Override + public java.util.List svuotaDatabase( + com.liferay.portal.service.ServiceContext serviceContext) { + return _intPraticaLocalService.svuotaDatabase(serviceContext); + } + @Override public void clearDb() throws java.lang.Exception { _intPraticaLocalService.clearDb(); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/PuliziaDatabase.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/PuliziaDatabase.java index 2a984e71..b958088b 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/PuliziaDatabase.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/PuliziaDatabase.java @@ -16,6 +16,7 @@ import it.tref.liferay.portos.bo.util.WorkflowConstants; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.List; + import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.SystemException; import com.liferay.portal.kernel.log.Log; @@ -124,9 +125,4 @@ public class PuliziaDatabase { return esito; } - public static List pulisci(long companyId) { - List esito = new ArrayList(); - esito.add("Funzione non abilitata. Necessita di ulteriore debug."); - return esito; - } } diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/PortosAdministrationPortlet.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/PortosAdministrationPortlet.java index 103a931a..4cddc2f1 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/PortosAdministrationPortlet.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/PortosAdministrationPortlet.java @@ -115,9 +115,10 @@ public class PortosAdministrationPortlet extends MVCPortlet { actionResponse.setRenderParameter("esito", esito.toArray(new String[esito.size()])); } - public void testInterno(ActionRequest actionRequest, ActionResponse actionResponse) { - ThemeDisplay td = (ThemeDisplay) actionRequest.getAttribute(WebKeys.THEME_DISPLAY); - List esito = SismicaUtil.testInterno(td.getCompanyId()); + public void testInterno(ActionRequest actionRequest, ActionResponse actionResponse) + throws PortalException, SystemException { + ServiceContext serviceContext = ServiceContextFactory.getInstance(actionRequest); + List esito = IntPraticaLocalServiceUtil.svuotaDatabase(serviceContext); actionResponse.setRenderParameter("esito", esito.toArray(new String[esito.size()])); } diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceClpInvoker.java index 8c7dfedb..78195cfd 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceClpInvoker.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceClpInvoker.java @@ -154,317 +154,323 @@ public class IntPraticaLocalServiceClpInvoker { "com.liferay.portal.service.ServiceContext" }; - _methodName208 = "clearDb"; + _methodName208 = "svuotaDatabase"; - _methodParameterTypes208 = new String[] { }; + _methodParameterTypes208 = new String[] { + "com.liferay.portal.service.ServiceContext" + }; + + _methodName210 = "clearDb"; + + _methodParameterTypes210 = new String[] { }; - _methodName209 = "deleteIntPratica"; + _methodName211 = "deleteIntPratica"; - _methodParameterTypes209 = new String[] { + _methodParameterTypes211 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "boolean" }; - _methodName210 = "deleteIntPratica"; + _methodName212 = "deleteIntPratica"; - _methodParameterTypes210 = new String[] { + _methodParameterTypes212 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica" }; - _methodName211 = "cloneIntPratica"; + _methodName213 = "cloneIntPratica"; - _methodParameterTypes211 = new String[] { + _methodParameterTypes213 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName213 = "updateDelegati"; + _methodName215 = "updateDelegati"; - _methodParameterTypes213 = new String[] { + _methodParameterTypes215 = new String[] { "long", "java.lang.String", "java.lang.String", "boolean" }; - _methodName214 = "fetchIntPratica"; + _methodName216 = "fetchIntPratica"; - _methodParameterTypes214 = new String[] { "long" }; + _methodParameterTypes216 = new String[] { "long" }; - _methodName215 = "findFascicoliNotProgetto"; + _methodName217 = "findFascicoliNotProgetto"; - _methodParameterTypes215 = new String[] { "int", "int" }; + _methodParameterTypes217 = new String[] { "int", "int" }; - _methodName216 = "countFascicoliNotProgetto"; + _methodName218 = "countFascicoliNotProgetto"; - _methodParameterTypes216 = new String[] { }; + _methodParameterTypes218 = new String[] { }; - _methodName218 = "addNumeroProgetto"; + _methodName220 = "addNumeroProgetto"; - _methodParameterTypes218 = new String[] { "long" }; + _methodParameterTypes220 = new String[] { "long" }; - _methodName220 = "sospendiPratica"; + _methodName222 = "sospendiPratica"; - _methodParameterTypes220 = new String[] { "long", "boolean" }; + _methodParameterTypes222 = new String[] { "long", "boolean" }; - _methodName221 = "cambiaTitolare"; + _methodName223 = "cambiaTitolare"; - _methodParameterTypes221 = new String[] { + _methodParameterTypes223 = new String[] { "long", "long", "com.liferay.portal.service.ServiceContext" }; - _methodName222 = "updateStatoPratica"; + _methodName224 = "updateStatoPratica"; - _methodParameterTypes222 = new String[] { + _methodParameterTypes224 = new String[] { "long", "long", "java.lang.String" }; - _methodName224 = "updateIntPraticaSorteggio"; + _methodName226 = "updateIntPraticaSorteggio"; - _methodParameterTypes224 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes226 = new String[] { "long", "java.util.Date" }; - _methodName225 = "updateIntPraticaSorteggio"; + _methodName227 = "updateIntPraticaSorteggio"; - _methodParameterTypes225 = new String[] { + _methodParameterTypes227 = new String[] { "long", "java.util.Date", "java.lang.String" }; - _methodName226 = "findByC_UserId"; + _methodName228 = "findByC_UserId"; - _methodParameterTypes226 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes228 = new String[] { "long", "long", "int", "int" }; - _methodName227 = "countByC_UserId"; + _methodName229 = "countByC_UserId"; - _methodParameterTypes227 = new String[] { "long", "long" }; + _methodParameterTypes229 = new String[] { "long", "long" }; - _methodName228 = "fetchByOldIntPraticaId"; + _methodName230 = "fetchByOldIntPraticaId"; - _methodParameterTypes228 = new String[] { "long" }; + _methodParameterTypes230 = new String[] { "long" }; - _methodName229 = "updateStatus"; + _methodName231 = "updateStatus"; - _methodParameterTypes229 = new String[] { "long", "int" }; + _methodParameterTypes231 = new String[] { "long", "int" }; - _methodName230 = "findByCompanyIdSoggettoProgetti"; + _methodName232 = "findByCompanyIdSoggettoProgetti"; - _methodParameterTypes230 = new String[] { "long", "long" }; + _methodParameterTypes232 = new String[] { "long", "long" }; - _methodName231 = "countByCompanyIdSoggettoProgetti"; + _methodName233 = "countByCompanyIdSoggettoProgetti"; - _methodParameterTypes231 = new String[] { "long", "long" }; + _methodParameterTypes233 = new String[] { "long", "long" }; - _methodName233 = "findByCompanyIdSoggettoArchivio"; + _methodName235 = "findByCompanyIdSoggettoArchivio"; - _methodParameterTypes233 = new String[] { "long", "long" }; + _methodParameterTypes235 = new String[] { "long", "long" }; - _methodName234 = "countByCompanyIdSoggettoArchivio"; + _methodName236 = "countByCompanyIdSoggettoArchivio"; - _methodParameterTypes234 = new String[] { "long", "long" }; + _methodParameterTypes236 = new String[] { "long", "long" }; - _methodName236 = "findByCompanyIdSoggettoAltriProgetti"; + _methodName238 = "findByCompanyIdSoggettoAltriProgetti"; - _methodParameterTypes236 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes238 = new String[] { "long", "long", "int", "int" }; - _methodName237 = "countByCompanyIdSoggettoAltriProgetti"; + _methodName239 = "countByCompanyIdSoggettoAltriProgetti"; - _methodParameterTypes237 = new String[] { "long", "long" }; + _methodParameterTypes239 = new String[] { "long", "long" }; - _methodName239 = "findByCanAddFineLavori"; + _methodName241 = "findByCanAddFineLavori"; - _methodParameterTypes239 = new String[] { + _methodParameterTypes241 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName240 = "countByCanAddFineLavori"; + _methodName242 = "countByCanAddFineLavori"; - _methodParameterTypes240 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes242 = new String[] { "long", "java.lang.String" }; - _methodName242 = "findByCanAddCollaudo"; + _methodName244 = "findByCanAddCollaudo"; - _methodParameterTypes242 = new String[] { + _methodParameterTypes244 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName243 = "countByCanAddCollaudo"; + _methodName245 = "countByCanAddCollaudo"; - _methodParameterTypes243 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes245 = new String[] { "long", "java.lang.String" }; - _methodName245 = "search"; + _methodName247 = "search"; - _methodParameterTypes245 = new String[] { "java.util.List", "int", "int" }; + _methodParameterTypes247 = new String[] { "java.util.List", "int", "int" }; - _methodName246 = "countSearch"; + _methodName248 = "countSearch"; - _methodParameterTypes246 = new String[] { "java.util.List" }; + _methodParameterTypes248 = new String[] { "java.util.List" }; - _methodName247 = "searchWithIntPraticaId"; + _methodName249 = "searchWithIntPraticaId"; - _methodParameterTypes247 = new String[] { + _methodParameterTypes249 = new String[] { "java.util.List", "long", "int", "int" }; - _methodName248 = "countSearchWithIntPraticaId"; + _methodName250 = "countSearchWithIntPraticaId"; - _methodParameterTypes248 = new String[] { "java.util.List", "long" }; + _methodParameterTypes250 = new String[] { "java.util.List", "long" }; - _methodName249 = "allegaFileAnnullamento"; + _methodName251 = "allegaFileAnnullamento"; - _methodParameterTypes249 = new String[] { + _methodParameterTypes251 = new String[] { "long", "byte[][]", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName250 = "generateFileAnnullamento"; + _methodName252 = "generateFileAnnullamento"; - _methodParameterTypes250 = new String[] { + _methodParameterTypes252 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName251 = "deleteFileAnnullamento"; + _methodName253 = "deleteFileAnnullamento"; - _methodParameterTypes251 = new String[] { "long" }; + _methodParameterTypes253 = new String[] { "long" }; - _methodName252 = "completeAnnullamento"; + _methodName254 = "completeAnnullamento"; - _methodParameterTypes252 = new String[] { "long" }; + _methodParameterTypes254 = new String[] { "long" }; - _methodName253 = "cambiaIstruttore"; + _methodName255 = "cambiaIstruttore"; - _methodParameterTypes253 = new String[] { "long", "long", "long" }; + _methodParameterTypes255 = new String[] { "long", "long", "long" }; - _methodName254 = "countCaricoLavoroCF"; + _methodName256 = "countCaricoLavoroCF"; - _methodParameterTypes254 = new String[] { + _methodParameterTypes256 = new String[] { "long", "java.lang.String", "java.lang.Boolean", "java.lang.Long[][]" }; - _methodName255 = "countCaricoLavoroIstruttore"; + _methodName257 = "countCaricoLavoroIstruttore"; - _methodParameterTypes255 = new String[] { + _methodParameterTypes257 = new String[] { "long", "java.lang.String", "java.lang.Boolean" }; - _methodName256 = "generateReportPratica"; + _methodName258 = "generateReportPratica"; - _methodParameterTypes256 = new String[] { + _methodParameterTypes258 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "long" }; - _methodName257 = "updateModifiedDate"; + _methodName259 = "updateModifiedDate"; - _methodParameterTypes257 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes259 = new String[] { "long", "java.util.Date" }; - _methodName258 = "countAutorizzazione"; + _methodName260 = "countAutorizzazione"; - _methodParameterTypes258 = new String[] { + _methodParameterTypes260 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName259 = "countSanatorie"; + _methodName261 = "countSanatorie"; - _methodParameterTypes259 = new String[] { + _methodParameterTypes261 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName260 = "countOpereMinoreImportanza"; + _methodName262 = "countOpereMinoreImportanza"; - _methodParameterTypes260 = new String[] { + _methodParameterTypes262 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName261 = "countDeposito"; + _methodName263 = "countDeposito"; - _methodParameterTypes261 = new String[] { + _methodParameterTypes263 = new String[] { "java.util.Date", "java.util.Date", "long", "boolean" }; - _methodName262 = "countVidimate"; + _methodName264 = "countVidimate"; - _methodParameterTypes262 = new String[] { + _methodParameterTypes264 = new String[] { "java.util.Date", "java.util.Date", "long", "java.lang.String", "boolean" }; - _methodName263 = "countControllo"; + _methodName265 = "countControllo"; - _methodParameterTypes263 = new String[] { + _methodParameterTypes265 = new String[] { "java.util.Date", "java.util.Date", "long", "java.lang.String", "boolean" }; - _methodName264 = "importaVecchiFilesFascicolo"; + _methodName266 = "importaVecchiFilesFascicolo"; - _methodParameterTypes264 = new String[] { "long", "int", "int" }; + _methodParameterTypes266 = new String[] { "long", "int", "int" }; - _methodName265 = "findIntPraticaNotExist"; + _methodName267 = "findIntPraticaNotExist"; - _methodParameterTypes265 = new String[] { }; + _methodParameterTypes267 = new String[] { }; - _methodName266 = "riparaWorkflow"; + _methodName268 = "riparaWorkflow"; - _methodParameterTypes266 = new String[] { }; + _methodParameterTypes268 = new String[] { }; - _methodName267 = "reIndexFascicolo"; + _methodName269 = "reIndexFascicolo"; - _methodParameterTypes267 = new String[] { + _methodParameterTypes269 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "long" }; - _methodName268 = "reIndexFasciolo"; + _methodName270 = "reIndexFasciolo"; - _methodParameterTypes268 = new String[] { "java.lang.String", "long" }; + _methodParameterTypes270 = new String[] { "java.lang.String", "long" }; - _methodName269 = "reIndexFasciolo"; + _methodName271 = "reIndexFasciolo"; - _methodParameterTypes269 = new String[] { "long", "long" }; + _methodParameterTypes271 = new String[] { "long", "long" }; - _methodName270 = "trovaDoppioni"; + _methodName272 = "trovaDoppioni"; - _methodParameterTypes270 = new String[] { }; + _methodParameterTypes272 = new String[] { }; - _methodName271 = "findByNumeroProgetto"; + _methodName273 = "findByNumeroProgetto"; - _methodParameterTypes271 = new String[] { "java.lang.String" }; + _methodParameterTypes273 = new String[] { "java.lang.String" }; - _methodName272 = "findByTerritorioId"; + _methodName274 = "findByTerritorioId"; - _methodParameterTypes272 = new String[] { "long" }; + _methodParameterTypes274 = new String[] { "long" }; - _methodName273 = "reportTempisticheIstruttorieAvvisiAutorizzazioni"; + _methodName275 = "reportTempisticheIstruttorieAvvisiAutorizzazioni"; - _methodParameterTypes273 = new String[] { + _methodParameterTypes275 = new String[] { "java.util.Date", "java.util.Date", "long", "java.lang.String" }; - _methodName274 = "reportTempisticheIstruttorieCalcolaDataSorteggio"; + _methodName276 = "reportTempisticheIstruttorieCalcolaDataSorteggio"; - _methodParameterTypes274 = new String[] { + _methodParameterTypes276 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName275 = "reportPraticheVidimate"; + _methodName277 = "reportPraticheVidimate"; - _methodParameterTypes275 = new String[] { + _methodParameterTypes277 = new String[] { "java.util.Date", "java.util.Date", "long", "java.lang.String" }; - _methodName276 = "reportPraticheVidimateCalcolaDataSorteggio"; + _methodName278 = "reportPraticheVidimateCalcolaDataSorteggio"; - _methodParameterTypes276 = new String[] { + _methodParameterTypes278 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName277 = "countIngressiAutorizzazioni"; + _methodName279 = "countIngressiAutorizzazioni"; - _methodParameterTypes277 = new String[] { + _methodParameterTypes279 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName278 = "countIngressiDepositi"; + _methodName280 = "countIngressiDepositi"; - _methodParameterTypes278 = new String[] { + _methodParameterTypes280 = new String[] { "java.util.Date", "java.util.Date", "long" }; - _methodName279 = "countIngressiCO"; + _methodName281 = "countIngressiCO"; - _methodParameterTypes279 = new String[] { + _methodParameterTypes281 = new String[] { "java.util.Date", "java.util.Date", "long" }; } @@ -629,236 +635,241 @@ public class IntPraticaLocalServiceClpInvoker { if (_methodName208.equals(name) && Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { + return IntPraticaLocalServiceUtil.svuotaDatabase((com.liferay.portal.service.ServiceContext)arguments[0]); + } + + if (_methodName210.equals(name) && + Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { IntPraticaLocalServiceUtil.clearDb(); return null; } - if (_methodName209.equals(name) && - Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { + if (_methodName211.equals(name) && + Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { return IntPraticaLocalServiceUtil.deleteIntPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0], ((Boolean)arguments[1]).booleanValue()); } - if (_methodName210.equals(name) && - Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { + if (_methodName212.equals(name) && + Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { return IntPraticaLocalServiceUtil.deleteIntPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0]); } - if (_methodName211.equals(name) && - Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { + if (_methodName213.equals(name) && + Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { return IntPraticaLocalServiceUtil.cloneIntPratica(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); } - if (_methodName213.equals(name) && - Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { + if (_methodName215.equals(name) && + Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { return IntPraticaLocalServiceUtil.updateDelegati(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], ((Boolean)arguments[3]).booleanValue()); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName216.equals(name) && + Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { return IntPraticaLocalServiceUtil.fetchIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName215.equals(name) && - Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { + if (_methodName217.equals(name) && + Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { return IntPraticaLocalServiceUtil.findFascicoliNotProgetto(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName216.equals(name) && - Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { - return IntPraticaLocalServiceUtil.countFascicoliNotProgetto(); - } - if (_methodName218.equals(name) && Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { - return IntPraticaLocalServiceUtil.addNumeroProgetto(((Long)arguments[0]).longValue()); + return IntPraticaLocalServiceUtil.countFascicoliNotProgetto(); } if (_methodName220.equals(name) && Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { + return IntPraticaLocalServiceUtil.addNumeroProgetto(((Long)arguments[0]).longValue()); + } + + if (_methodName222.equals(name) && + Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { return IntPraticaLocalServiceUtil.sospendiPratica(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName221.equals(name) && - Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { + if (_methodName223.equals(name) && + Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { return IntPraticaLocalServiceUtil.cambiaTitolare(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[2]); } - if (_methodName222.equals(name) && - Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { + if (_methodName224.equals(name) && + Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { return IntPraticaLocalServiceUtil.updateStatoPratica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]); } - if (_methodName224.equals(name) && - Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { + if (_methodName226.equals(name) && + Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { return IntPraticaLocalServiceUtil.updateIntPraticaSorteggio(((Long)arguments[0]).longValue(), (java.util.Date)arguments[1]); } - if (_methodName225.equals(name) && - Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { + if (_methodName227.equals(name) && + Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { return IntPraticaLocalServiceUtil.updateIntPraticaSorteggio(((Long)arguments[0]).longValue(), (java.util.Date)arguments[1], (java.lang.String)arguments[2]); } - if (_methodName226.equals(name) && - Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { + if (_methodName228.equals(name) && + Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { return IntPraticaLocalServiceUtil.findByC_UserId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName227.equals(name) && - Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { + if (_methodName229.equals(name) && + Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) { return IntPraticaLocalServiceUtil.countByC_UserId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName228.equals(name) && - Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { + if (_methodName230.equals(name) && + Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { return IntPraticaLocalServiceUtil.fetchByOldIntPraticaId(((Long)arguments[0]).longValue()); } - if (_methodName229.equals(name) && - Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) { + if (_methodName231.equals(name) && + Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) { IntPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); return null; } - if (_methodName230.equals(name) && - Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { + if (_methodName232.equals(name) && + Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName231.equals(name) && - Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) { + if (_methodName233.equals(name) && + Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName233.equals(name) && - Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) { + if (_methodName235.equals(name) && + Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName234.equals(name) && - Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) { + if (_methodName236.equals(name) && + Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName236.equals(name) && - Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) { + if (_methodName238.equals(name) && + Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName237.equals(name) && - Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) { + if (_methodName239.equals(name) && + Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName239.equals(name) && - Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) { + if (_methodName241.equals(name) && + Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCanAddFineLavori(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName240.equals(name) && - Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) { + if (_methodName242.equals(name) && + Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCanAddFineLavori(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName242.equals(name) && - Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) { + if (_methodName244.equals(name) && + Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCanAddCollaudo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName243.equals(name) && - Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) { + if (_methodName245.equals(name) && + Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCanAddCollaudo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName245.equals(name) && - Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) { + if (_methodName247.equals(name) && + Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) { return IntPraticaLocalServiceUtil.search((java.util.List)arguments[0], ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName246.equals(name) && - Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) { + if (_methodName248.equals(name) && + Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) { return IntPraticaLocalServiceUtil.countSearch((java.util.List)arguments[0]); } - if (_methodName247.equals(name) && - Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) { + if (_methodName249.equals(name) && + Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) { return IntPraticaLocalServiceUtil.searchWithIntPraticaId((java.util.List)arguments[0], ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName248.equals(name) && - Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) { + if (_methodName250.equals(name) && + Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) { return IntPraticaLocalServiceUtil.countSearchWithIntPraticaId((java.util.List)arguments[0], ((Long)arguments[1]).longValue()); } - if (_methodName249.equals(name) && - Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) { + if (_methodName251.equals(name) && + Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) { return IntPraticaLocalServiceUtil.allegaFileAnnullamento(((Long)arguments[0]).longValue(), (byte[])arguments[1], (java.lang.String)arguments[2], (java.lang.String)arguments[3], (com.liferay.portal.service.ServiceContext)arguments[4]); } - if (_methodName250.equals(name) && - Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) { + if (_methodName252.equals(name) && + Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) { return IntPraticaLocalServiceUtil.generateFileAnnullamento(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); } - if (_methodName251.equals(name) && - Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) { + if (_methodName253.equals(name) && + Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) { IntPraticaLocalServiceUtil.deleteFileAnnullamento(((Long)arguments[0]).longValue()); return null; } - if (_methodName252.equals(name) && - Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) { + if (_methodName254.equals(name) && + Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) { IntPraticaLocalServiceUtil.completeAnnullamento(((Long)arguments[0]).longValue()); return null; } - if (_methodName253.equals(name) && - Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) { + if (_methodName255.equals(name) && + Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) { IntPraticaLocalServiceUtil.cambiaIstruttore(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue()); @@ -866,168 +877,168 @@ public class IntPraticaLocalServiceClpInvoker { return null; } - if (_methodName254.equals(name) && - Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) { + if (_methodName256.equals(name) && + Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) { return IntPraticaLocalServiceUtil.countCaricoLavoroCF(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.Boolean)arguments[2], (java.lang.Long[])arguments[3]); } - if (_methodName255.equals(name) && - Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) { + if (_methodName257.equals(name) && + Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) { return IntPraticaLocalServiceUtil.countCaricoLavoroIstruttore(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.Boolean)arguments[2]); } - if (_methodName256.equals(name) && - Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) { + if (_methodName258.equals(name) && + Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) { return IntPraticaLocalServiceUtil.generateReportPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0], ((Long)arguments[1]).longValue()); } - if (_methodName257.equals(name) && - Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) { + if (_methodName259.equals(name) && + Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) { return IntPraticaLocalServiceUtil.updateModifiedDate(((Long)arguments[0]).longValue(), (java.util.Date)arguments[1]); } - if (_methodName258.equals(name) && - Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) { + if (_methodName260.equals(name) && + Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) { return IntPraticaLocalServiceUtil.countAutorizzazione((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName259.equals(name) && - Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) { + if (_methodName261.equals(name) && + Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) { return IntPraticaLocalServiceUtil.countSanatorie((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName260.equals(name) && - Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) { + if (_methodName262.equals(name) && + Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) { return IntPraticaLocalServiceUtil.countOpereMinoreImportanza((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName261.equals(name) && - Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) { + if (_methodName263.equals(name) && + Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) { return IntPraticaLocalServiceUtil.countDeposito((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue(), ((Boolean)arguments[3]).booleanValue()); } - if (_methodName262.equals(name) && - Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) { + if (_methodName264.equals(name) && + Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) { return IntPraticaLocalServiceUtil.countVidimate((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3], ((Boolean)arguments[4]).booleanValue()); } - if (_methodName263.equals(name) && - Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) { + if (_methodName265.equals(name) && + Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) { return IntPraticaLocalServiceUtil.countControllo((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3], ((Boolean)arguments[4]).booleanValue()); } - if (_methodName264.equals(name) && - Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) { + if (_methodName266.equals(name) && + Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) { return IntPraticaLocalServiceUtil.importaVecchiFilesFascicolo(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName265.equals(name) && - Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) { + if (_methodName267.equals(name) && + Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) { return IntPraticaLocalServiceUtil.findIntPraticaNotExist(); } - if (_methodName266.equals(name) && - Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) { + if (_methodName268.equals(name) && + Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) { return IntPraticaLocalServiceUtil.riparaWorkflow(); } - if (_methodName267.equals(name) && - Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) { + if (_methodName269.equals(name) && + Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) { IntPraticaLocalServiceUtil.reIndexFascicolo((it.tref.liferay.portos.bo.model.IntPratica)arguments[0], ((Long)arguments[1]).longValue()); return null; } - if (_methodName268.equals(name) && - Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) { + if (_methodName270.equals(name) && + Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) { IntPraticaLocalServiceUtil.reIndexFasciolo((java.lang.String)arguments[0], ((Long)arguments[1]).longValue()); return null; } - if (_methodName269.equals(name) && - Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) { + if (_methodName271.equals(name) && + Arrays.deepEquals(_methodParameterTypes271, parameterTypes)) { IntPraticaLocalServiceUtil.reIndexFasciolo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); return null; } - if (_methodName270.equals(name) && - Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) { + if (_methodName272.equals(name) && + Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) { return IntPraticaLocalServiceUtil.trovaDoppioni(); } - if (_methodName271.equals(name) && - Arrays.deepEquals(_methodParameterTypes271, parameterTypes)) { + if (_methodName273.equals(name) && + Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) { return IntPraticaLocalServiceUtil.findByNumeroProgetto((java.lang.String)arguments[0]); } - if (_methodName272.equals(name) && - Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) { + if (_methodName274.equals(name) && + Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) { return IntPraticaLocalServiceUtil.findByTerritorioId(((Long)arguments[0]).longValue()); } - if (_methodName273.equals(name) && - Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) { + if (_methodName275.equals(name) && + Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) { return IntPraticaLocalServiceUtil.reportTempisticheIstruttorieAvvisiAutorizzazioni((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]); } - if (_methodName274.equals(name) && - Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) { + if (_methodName276.equals(name) && + Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) { return IntPraticaLocalServiceUtil.reportTempisticheIstruttorieCalcolaDataSorteggio((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName275.equals(name) && - Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) { + if (_methodName277.equals(name) && + Arrays.deepEquals(_methodParameterTypes277, parameterTypes)) { return IntPraticaLocalServiceUtil.reportPraticheVidimate((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]); } - if (_methodName276.equals(name) && - Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) { + if (_methodName278.equals(name) && + Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) { return IntPraticaLocalServiceUtil.reportPraticheVidimateCalcolaDataSorteggio((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName277.equals(name) && - Arrays.deepEquals(_methodParameterTypes277, parameterTypes)) { + if (_methodName279.equals(name) && + Arrays.deepEquals(_methodParameterTypes279, parameterTypes)) { return IntPraticaLocalServiceUtil.countIngressiAutorizzazioni((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName278.equals(name) && - Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) { + if (_methodName280.equals(name) && + Arrays.deepEquals(_methodParameterTypes280, parameterTypes)) { return IntPraticaLocalServiceUtil.countIngressiDepositi((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } - if (_methodName279.equals(name) && - Arrays.deepEquals(_methodParameterTypes279, parameterTypes)) { + if (_methodName281.equals(name) && + Arrays.deepEquals(_methodParameterTypes281, parameterTypes)) { return IntPraticaLocalServiceUtil.countIngressiCO((java.util.Date)arguments[0], (java.util.Date)arguments[1], ((Long)arguments[2]).longValue()); } @@ -1089,32 +1100,30 @@ public class IntPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes207; private String _methodName208; private String[] _methodParameterTypes208; - private String _methodName209; - private String[] _methodParameterTypes209; private String _methodName210; private String[] _methodParameterTypes210; private String _methodName211; private String[] _methodParameterTypes211; + private String _methodName212; + private String[] _methodParameterTypes212; private String _methodName213; private String[] _methodParameterTypes213; - private String _methodName214; - private String[] _methodParameterTypes214; private String _methodName215; private String[] _methodParameterTypes215; private String _methodName216; private String[] _methodParameterTypes216; + private String _methodName217; + private String[] _methodParameterTypes217; private String _methodName218; private String[] _methodParameterTypes218; private String _methodName220; private String[] _methodParameterTypes220; - private String _methodName221; - private String[] _methodParameterTypes221; private String _methodName222; private String[] _methodParameterTypes222; + private String _methodName223; + private String[] _methodParameterTypes223; private String _methodName224; private String[] _methodParameterTypes224; - private String _methodName225; - private String[] _methodParameterTypes225; private String _methodName226; private String[] _methodParameterTypes226; private String _methodName227; @@ -1127,26 +1136,26 @@ public class IntPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes230; private String _methodName231; private String[] _methodParameterTypes231; + private String _methodName232; + private String[] _methodParameterTypes232; private String _methodName233; private String[] _methodParameterTypes233; - private String _methodName234; - private String[] _methodParameterTypes234; + private String _methodName235; + private String[] _methodParameterTypes235; private String _methodName236; private String[] _methodParameterTypes236; - private String _methodName237; - private String[] _methodParameterTypes237; + private String _methodName238; + private String[] _methodParameterTypes238; private String _methodName239; private String[] _methodParameterTypes239; - private String _methodName240; - private String[] _methodParameterTypes240; + private String _methodName241; + private String[] _methodParameterTypes241; private String _methodName242; private String[] _methodParameterTypes242; - private String _methodName243; - private String[] _methodParameterTypes243; + private String _methodName244; + private String[] _methodParameterTypes244; private String _methodName245; private String[] _methodParameterTypes245; - private String _methodName246; - private String[] _methodParameterTypes246; private String _methodName247; private String[] _methodParameterTypes247; private String _methodName248; @@ -1213,4 +1222,8 @@ public class IntPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes278; private String _methodName279; private String[] _methodParameterTypes279; + private String _methodName280; + private String[] _methodParameterTypes280; + private String _methodName281; + private String[] _methodParameterTypes281; } \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ConfigurazioneLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ConfigurazioneLocalServiceImpl.java index 85a6f643..3a67feeb 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ConfigurazioneLocalServiceImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ConfigurazioneLocalServiceImpl.java @@ -29,13 +29,15 @@ import com.liferay.portal.service.ServiceContext; * The implementation of the configurazione local service. * *

- * All custom service methods should be put in this class. Whenever methods are added, rerun - * ServiceBuilder to copy their definitions into the - * {@link it.tref.liferay.portos.bo.service.ConfigurazioneLocalService} interface. + * All custom service methods should be put in this class. Whenever methods are + * added, rerun ServiceBuilder to copy their definitions into the + * {@link it.tref.liferay.portos.bo.service.ConfigurazioneLocalService} + * interface. * *

- * This is a local service. Methods of this service will not have security checks based on the - * propagated JAAS credentials because this service can only be accessed from within the same VM. + * This is a local service. Methods of this service will not have security + * checks based on the propagated JAAS credentials because this service can only + * be accessed from within the same VM. *

* * @author Davide Barbagallo, 3F Consulting @@ -43,80 +45,81 @@ import com.liferay.portal.service.ServiceContext; * @see it.tref.liferay.portos.bo.service.ConfigurazioneLocalServiceUtil */ public class ConfigurazioneLocalServiceImpl extends ConfigurazioneLocalServiceBaseImpl { - /* - * NOTE FOR DEVELOPERS: Never reference this interface directly. Always use {@link - * it.tref.liferay.portos.bo.service.ConfigurazioneLocalServiceUtil} to access the configurazione - * local service. - */ - private static final Log _log = LogFactoryUtil.getLog(ConfigurazioneLocalServiceImpl.class); + /* + * NOTE FOR DEVELOPERS: Never reference this interface directly. Always use + * {@link it.tref.liferay.portos.bo.service.ConfigurazioneLocalServiceUtil} + * to access the configurazione local service. + */ + private static final Log _log = LogFactoryUtil.getLog(ConfigurazioneLocalServiceImpl.class); - public long findByC_ChiaveLong(long companyId, String chiave) throws SystemException { + public long findByC_ChiaveLong(long companyId, String chiave) throws SystemException { - try { - Configurazione configurazione = configurazionePersistence.fetchByC_Chiave(companyId, chiave); - if (configurazione == null) { - return 0L; - } - return Long.parseLong(configurazione.getValore()); - } catch (NumberFormatException e) { - return 0L; - } - } + try { + Configurazione configurazione = configurazionePersistence.fetchByC_Chiave(companyId, chiave); + if (configurazione == null) { + return 0L; + } + return Long.parseLong(configurazione.getValore()); + } catch (NumberFormatException e) { + return 0L; + } + } - public String findByC_ChiaveString(long companyId, String chiave) throws SystemException { + public String findByC_ChiaveString(long companyId, String chiave) throws SystemException { - Configurazione configurazione = configurazionePersistence.fetchByC_Chiave(companyId, chiave); - if (configurazione == null) { - return StringPool.BLANK; - } else if (configurazione.getValore() == null) { - return StringPool.BLANK; - } - return configurazione.getValore(); - } + Configurazione configurazione = configurazionePersistence.fetchByC_Chiave(companyId, chiave); + if (configurazione == null) { + return StringPool.BLANK; + } else if (configurazione.getValore() == null) { + return StringPool.BLANK; + } + return configurazione.getValore(); + } - public Configurazione storeConfig(String chiave, String valore, ServiceContext serviceContext) - throws SystemException, PortalException { + public Configurazione storeConfig(String chiave, String valore, ServiceContext serviceContext) + throws SystemException, PortalException { - Configurazione configurazione = null; - try { - configurazione = configurazionePersistence.findByC_Chiave(serviceContext.getCompanyId(), chiave); - } catch (NoSuchConfigurazioneException e) { - } - if (configurazione == null) { - configurazione = createConfigurazione(counterLocalService.increment(Configurazione.class.getName())); - configurazione.setChiave(chiave); - configurazione.setCompanyId(serviceContext.getCompanyId()); - configurazione.setCreateDate(new Date()); - configurazione.setGroupId(serviceContext.getScopeGroupId()); - configurazione.setUserId(serviceContext.getUserId()); - configurazione.setUserName(userLocalService.getUser(serviceContext.getUserId()).getFullName()); - } - configurazione.setValore(valore); - return configurazioneLocalService.updateConfigurazione(configurazione); - } + Configurazione configurazione = null; + try { + configurazione = configurazionePersistence.findByC_Chiave(serviceContext.getCompanyId(), chiave); + } catch (NoSuchConfigurazioneException e) { + } + if (configurazione == null) { + configurazione = createConfigurazione(counterLocalService.increment(Configurazione.class + .getName())); + configurazione.setChiave(chiave); + configurazione.setCompanyId(serviceContext.getCompanyId()); + configurazione.setCreateDate(new Date()); + configurazione.setGroupId(serviceContext.getScopeGroupId()); + configurazione.setUserId(serviceContext.getUserId()); + configurazione.setUserName(userLocalService.getUser(serviceContext.getUserId()).getFullName()); + } + configurazione.setValore(valore); + return configurazioneLocalService.updateConfigurazione(configurazione); + } - public long getAndIncrement(long companyId, String chiave) throws SystemException { + public long getAndIncrement(long companyId, String chiave) throws SystemException { - try { - Configurazione configurazione = configurazionePersistence.findByC_Chiave(companyId, chiave); - long current = Long.parseLong(configurazione.getValore()); - configurazione.setValore(String.valueOf((current + 1))); - configurazioneLocalService.updateConfigurazione(configurazione); - return current; - } catch (NoSuchConfigurazioneException e) { - Configurazione configurazione = - createConfigurazione(counterLocalService.increment(Configurazione.class.getName())); - configurazione.setChiave(chiave); - configurazione.setCompanyId(companyId); - configurazione.setCreateDate(new Date()); - configurazione.setGroupId(-1); - configurazione.setUserId(0l); - configurazione.setValore("2"); - configurazioneLocalService.updateConfigurazione(configurazione); - return 1l; - } catch (NumberFormatException e) { - _log.error("error", e); - throw new SystemException("Errore imprevisto", e); - } - } + try { + Configurazione configurazione = configurazionePersistence.findByC_Chiave(companyId, chiave); + long current = Long.parseLong(configurazione.getValore()); + configurazione.setValore(String.valueOf((current + 1))); + configurazioneLocalService.updateConfigurazione(configurazione); + return current; + } catch (NoSuchConfigurazioneException e) { + Configurazione configurazione = createConfigurazione(counterLocalService + .increment(Configurazione.class.getName())); + configurazione.setChiave(chiave); + configurazione.setCompanyId(companyId); + configurazione.setCreateDate(new Date()); + configurazione.setGroupId(-1); + configurazione.setUserId(0l); + configurazione.setValore("2"); + configurazioneLocalService.updateConfigurazione(configurazione); + return 1l; + } catch (NumberFormatException e) { + _log.error("error", e); + throw new SystemException("Errore imprevisto", e); + } + } } diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaLocalServiceImpl.java index b40cecb4..eb19fb98 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaLocalServiceImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaLocalServiceImpl.java @@ -26,6 +26,7 @@ import it.tref.liferay.portos.bo.model.DettPratica; import it.tref.liferay.portos.bo.model.DocAggiuntiva; import it.tref.liferay.portos.bo.model.DocPratica; import it.tref.liferay.portos.bo.model.FineLavori; +import it.tref.liferay.portos.bo.model.HistoryWorkflowAction; import it.tref.liferay.portos.bo.model.IntPratica; import it.tref.liferay.portos.bo.model.Pagamento; import it.tref.liferay.portos.bo.model.ParereGeologo; @@ -59,6 +60,8 @@ import it.tref.liferay.portos.bo.util.PraticaUtil; import it.tref.liferay.portos.bo.util.WorkflowConstants; import it.tref.liferay.portos.bo.util.WorkflowUtil; import it.tref.liferay.portos.kaleo.service.FormLogLocalServiceUtil; +import it.tref.liferay.portos.mailmanager.model.Email; +import it.tref.liferay.portos.mailmanager.model.EmailAttachment; import it.tref.liferay.portos.report.shared.constants.ReportConstants; import it.tref.liferay.portos.report.shared.dto.ReportDto; import it.tref.liferay.portos.report.shared.dto.ReportResultDto; @@ -66,6 +69,8 @@ import it.tref.liferay.portos.report.shared.util.ReportUtil; import java.io.IOException; import java.io.Serializable; +import java.sql.Connection; +import java.sql.Statement; import java.util.ArrayList; import java.util.Calendar; import java.util.Collections; @@ -74,10 +79,15 @@ import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; +import java.util.Map.Entry; import org.apache.commons.codec.digest.DigestUtils; import org.apache.commons.lang.StringUtils; +import com.liferay.portal.kernel.cache.CacheRegistryUtil; +import com.liferay.portal.kernel.cache.MultiVMPoolUtil; +import com.liferay.portal.kernel.cache.SingleVMPoolUtil; +import com.liferay.portal.kernel.dao.jdbc.DataAccess; import com.liferay.portal.kernel.dao.orm.Disjunction; import com.liferay.portal.kernel.dao.orm.DynamicQuery; import com.liferay.portal.kernel.dao.orm.DynamicQueryFactoryUtil; @@ -98,6 +108,7 @@ import com.liferay.portal.kernel.repository.model.FileEntry; import com.liferay.portal.kernel.repository.model.Folder; import com.liferay.portal.kernel.search.Indexer; import com.liferay.portal.kernel.search.IndexerRegistryUtil; +import com.liferay.portal.kernel.servlet.DirectServletRegistryUtil; import com.liferay.portal.kernel.util.FastDateFormatFactoryUtil; import com.liferay.portal.kernel.util.LocaleUtil; import com.liferay.portal.kernel.util.MimeTypesUtil; @@ -119,6 +130,12 @@ import com.liferay.portal.workflow.kaleo.model.KaleoLog; import com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignmentInstance; import com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken; import com.liferay.portlet.documentlibrary.NoSuchFolderException; +import com.liferay.portlet.documentlibrary.model.DLFileEntry; +import com.liferay.portlet.documentlibrary.model.DLFolder; +import com.liferay.portlet.documentlibrary.service.DLAppLocalServiceUtil; +import com.liferay.portlet.documentlibrary.service.DLFileEntryLocalServiceUtil; +import com.liferay.portlet.documentlibrary.service.DLFolderLocalServiceUtil; +import com.liferay.portlet.social.model.SocialActivity; /** * The implementation of the int pratica local service. @@ -323,6 +340,139 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl { return intPratica; } + public List svuotaDatabase(ServiceContext serviceContext) { + List esito = new ArrayList(); + try { + Connection connection = DataAccess.getUpgradeOptimizedConnection(); + Statement statement = connection.createStatement(); + + Map> svuotare = new HashMap>() { + private static final long serialVersionUID = 1; + { + put("kaleoinstance", KaleoInstance.class); + put("kaleoinstancetoken", KaleoInstanceToken.class); + put("kaleolog", KaleoLog.class); + put("kaleotaskassignmentinstance", KaleoTaskAssignmentInstance.class); + put("kaleotaskinstancetoken", KaleoTaskInstanceToken.class); + put("portos_bo_allegatomanuale", AllegatoManuale.class); + put("portos_bo_asseverazione", Asseverazione.class); + put("portos_bo_avviso", Avviso.class); + put("portos_bo_collaudo", Collaudo.class); + put("portos_bo_controllopratica", ControlloPratica.class); + put("portos_bo_delega", Delega.class); + put("portos_bo_dettpratica", DettPratica.class); + put("portos_bo_docaggiuntiva", DocAggiuntiva.class); + put("portos_bo_docpratica", DocPratica.class); + put("portos_bo_finelavori", FineLavori.class); + put("portos_bo_historyworkflowaction", HistoryWorkflowAction.class); + put("portos_bo_intpratica", IntPratica.class); + put("portos_bo_pagamento", Pagamento.class); + put("portos_bo_pareregeo", ParereGeologo.class); + put("portos_bo_soggetto", Soggetto.class); + put("portos_bo_sorteggio", Sorteggio.class); + put("portos_bo_tempistica", Tempistica.class); + put("portos_mail_email", Email.class); + put("portos_mail_emailattachment", EmailAttachment.class); + put("socialactivity", SocialActivity.class); + put("workflowinstancelink", WorkflowInstanceLink.class); + } + }; + + for (Entry> entry : svuotare.entrySet()) { + String table = entry.getKey(); + String className = entry.getValue().getName(); + + statement.execute("TRUNCATE TABLE " + table); + esitoLog(esito, "Tabella " + table + " svuotata"); + counterLocalService.increment(className); + counterLocalService.reset(className); + esitoLog(esito, "Contatore di " + className + " azzerato"); + } + configurazioneLocalService.storeConfig(Constants.NUMERO_PROGETTO_KEY_DB, "1", serviceContext); + + // Reset di tutte le cache + SingleVMPoolUtil.clear(); + MultiVMPoolUtil.clear(); + CacheRegistryUtil.clear(); + DirectServletRegistryUtil.clearServlets(); + + // Pulizia Document Library + int start = 0; + int totali = 0; + + List folderDaSvuotare = new ArrayList() { + private static final long serialVersionUID = 1; + { + add("Allegati"); + add("Avvisi"); + add("MailManager_EmailAttachments"); + add("Report_Sorteggio"); + } + }; + + List fileEntries; + do { + fileEntries = DLFileEntryLocalServiceUtil.getFileEntries(start, start + 1); + totali++; + for (DLFileEntry fileEntry : fileEntries) { + DLFolder folder = fileEntry.getFolder(); + DLFolder parent = folder; + if (Validator.isNotNull(folder)) { + while (Validator.isNotNull(parent.getParentFolderId())) { + folder = parent; + parent = parent.getParentFolder(); + } + if (folderDaSvuotare.contains(parent.getName())) { + if (0 != folder.getParentFolderId()) { + _log.info("Cancello la cartella " + folder.getName()); + DLAppLocalServiceUtil.deleteFolder(folder.getFolderId()); + } else { + _log.info("Cancello il file " + fileEntry.getName()); + DLAppLocalServiceUtil.deleteFileEntry(fileEntry.getFileEntryId()); + } + start--; + } else { + _log.info("Mantengo il file " + fileEntry.getTitle()); + } + } else { + _log.info("Il file " + fileEntry.getName() + " non appartiene a nessuna cartella"); + } + } + start++; + } while (fileEntries.size() > 0); + + final int SLICE = 100; + int cancellati = start = totali = 0; + List folders; + do { + folders = DLFolderLocalServiceUtil.getDLFolders(start, start + SLICE); + int rimossi = 0; + totali += folders.size(); + for (DLFolder folder : folders) { + int nFiles = DLFileEntryLocalServiceUtil.getFileEntriesCount(folder.getGroupId(), + folder.getFolderId()); + if ((0 == nFiles) && (0 != folder.getParentFolderId())) { + DLAppLocalServiceUtil.deleteFolder(folder.getFolderId()); + cancellati++; + rimossi++; + } + } + start += folders.size() - rimossi; + _log.info("Analizzate " + totali + " cartelle, cancellate " + cancellati); + } while (folders.size() > 0); + esitoLog(esito, "Analizzate " + totali + " cartelle, cancellate " + cancellati); + } catch (Exception e) { + esitoLog(esito, "Errore: " + e.getMessage()); + } + _log.info("Elaborazione terminata correttamente"); + return esito; + } + + private void esitoLog(List esito, String msg) { + esito.add(msg); + _log.info(msg); + } + public void clearDb() throws Exception { User user = PermissionThreadLocal.getPermissionChecker().getUser(); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties index 026385d3..6b3bae4a 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/service.properties @@ -13,8 +13,8 @@ ## build.namespace=portos_bo - build.number=2387 - build.date=1595506971844 + build.number=2395 + build.date=1596812825885 build.auto.upgrade=true ## diff --git a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/.tern-project b/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/.tern-project new file mode 100644 index 00000000..a185ba0d --- /dev/null +++ b/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/.tern-project @@ -0,0 +1 @@ +{"ide":{"scriptPaths":[]},"plugins":{"aui":{},"liferay":{},"yui":{}},"libs":["ecma5","browser"]} \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/commons-logging.jar b/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/commons-logging.jar deleted file mode 100644 index 8758a96b..00000000 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/commons-logging.jar and /dev/null differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/log4j.jar b/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/log4j.jar deleted file mode 100644 index 068867eb..00000000 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/log4j.jar and /dev/null differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/util-bridges.jar b/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/util-bridges.jar deleted file mode 100644 index 7d7435fe..00000000 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/util-bridges.jar and /dev/null differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/util-java.jar b/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/util-java.jar deleted file mode 100644 index 1155f26e..00000000 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/util-java.jar and /dev/null differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/util-taglib.jar b/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/util-taglib.jar deleted file mode 100644 index 796ab7f5..00000000 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/WEB-INF/lib/util-taglib.jar and /dev/null differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/view.jsp index 0c15e732..8ab04a4a 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/view.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-cookies-portlet/docroot/view.jsp @@ -3,12 +3,12 @@ <%@page import="com.liferay.portal.kernel.util.StringPool"%> <%@page import="com.liferay.portal.model.Group"%> -<%@ page import="com.liferay.portal.service.PortletLocalServiceUtil" %> -<%@ page import="com.liferay.portal.model.Portlet" %> -<%@ page import="com.liferay.portal.kernel.util.GetterUtil" %> -<%@ page import="com.liferay.portal.kernel.util.PropsUtil" %> +<%@ page import="com.liferay.portal.service.PortletLocalServiceUtil"%> +<%@ page import="com.liferay.portal.model.Portlet"%> +<%@ page import="com.liferay.portal.kernel.util.GetterUtil"%> +<%@ page import="com.liferay.portal.kernel.util.PropsUtil"%> -<%@ include file="/init.jsp" %> +<%@ include file="/init.jsp"%> <% if(PortalUtil.getControlPanelPlid(company.getCompanyId()) != themeDisplay.getPlid()){ @@ -24,36 +24,35 @@ if (Validator.isNotNull(articleId)) { %> - - - if (leggiCookie("accepted_cookie") != "true") { - AUI().one('#cookies').removeClass('cookiesHide'); - AUI().one('#cookies').addClass('cookiesShow'); - } else { - AUI().one('#cookies').addClass('cookiesHide'); - AUI().one('#cookies').removeClass('cookiesShow'); - } + + if (leggiCookie("accepted_cookie") != "true") { + AUI().one('#cookies').removeClass('cookiesHide'); + AUI().one('#cookies').addClass('cookiesShow'); + } else { + AUI().one('#cookies').addClass('cookiesHide'); + AUI().one('#cookies').removeClass('cookiesShow'); + } + + Liferay.provide(window, 'cookiesAccepted', function() { + AUI().one('#cookies').hide(); + scriviCookie("accepted_cookie", "true", 10519200); + }); + - Liferay.provide( - window, - 'cookiesAccepted', - function() { - AUI().one('#cookies').hide(); - scriviCookie("accepted_cookie", "true", 10519200); - } - ); - - + +
-
- -
-
- -
-
+
+ +
+
Per migliorare l'esperienza di navigazione delle pagine e di + fruizione dei servizi online, questo sito utilizza cookie tecnici e analitici. Per informazioni sui cookie + dei siti di Regione Siciliana e su come eventualmente disabilitarli, leggi la "privacy policy". Chiudendo + questo banner, scorrendo questa pagina o cliccando qualunque altro link nella pagina acconsenti all'uso dei + cookie.
+ <% - } + } } %> \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/edit_modal_fascicolo.jsp b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/edit_modal_fascicolo.jsp index 68bfc72a..ae5df796 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/edit_modal_fascicolo.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/edit_modal_fascicolo.jsp @@ -139,7 +139,7 @@ for (var i = 0; i < rd.length; i++) procedure[rd[i].territorioId] = rd[i].procedura; callback(rd); - if (rd.length) { + if (rd.length == 1) { $('.add-new-project__fascia select')[0].selectedIndex = 1; $('.add-new-project__fascia select').change(); } diff --git a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_desc_edificio.jsp b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_desc_edificio.jsp index d04171d6..c5af173e 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_desc_edificio.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-fe-portlet/docroot/html/fascicolofe/navigator/domanda/page_desc_edificio.jsp @@ -45,31 +45,31 @@
<%=LanguageUtil.get(pageContext, "de-piani") %>
- - - - - - - - - - - - -
@@ -78,13 +78,13 @@
<%=LanguageUtil.get(pageContext, "de-altezza") %>
- - - -
@@ -93,13 +93,13 @@
<%=LanguageUtil.get(pageContext, "de-interrati") %>
- - - -
@@ -108,37 +108,37 @@
<%=LanguageUtil.get(pageContext, "de-superficie") %>
- - - - - - - - - - - - - - - -
@@ -147,33 +147,33 @@
<%=LanguageUtil.get(pageContext, "de-costruzione") %>
- - - - - - - - - - - - - -
@@ -182,43 +182,43 @@
<%=LanguageUtil.get(pageContext, "de-ristrutturazione") %>
- - - - - - - - - - - - -
@@ -228,21 +228,21 @@
<%=LanguageUtil.get(pageContext, "de-uso") %>
- - - - - - - -
@@ -251,13 +251,13 @@
<%=LanguageUtil.get(pageContext, "de-utilizzazione") %>
- - -
@@ -267,13 +267,13 @@
<%=LanguageUtil.get(pageContext, "de-posizione-edificio") %>
- - - -
@@ -283,10 +283,10 @@
- +
- +