diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar index 537578f9..f02cbc8f 100644 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar and b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar differ 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 aae0c9c9..bad81c31 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 @@ -317,6 +317,14 @@ public interface IntPraticaLocalService extends BaseLocalService, java.lang.String[] parameterTypes, java.lang.Object[] arguments) throws java.lang.Throwable; + public java.util.List filtraPraticheStato(java.util.Date dataInizioLavori, + java.util.Date dataFineLavori) + throws com.liferay.portal.kernel.exception.SystemException; + + public java.util.List filtraPraticheIntegrazioni( + java.util.Date dataInizioLavori, java.util.Date dataFineLavori) + throws com.liferay.portal.kernel.exception.SystemException; + @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public java.util.Map getTipiProcedure(); 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 52caf1c5..adc39139 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 @@ -131,267 +131,279 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { _methodParameterTypes21 = new String[] { "java.lang.String" }; - _methodName23 = "getTipiProcedure"; + _methodName23 = "filtraPraticheStato"; - _methodParameterTypes23 = new String[] { }; + _methodParameterTypes23 = new String[] { + "java.util.Date", "java.util.Date" + }; + + _methodName24 = "filtraPraticheIntegrazioni"; + + _methodParameterTypes24 = new String[] { + "java.util.Date", "java.util.Date" + }; - _methodName24 = "getVecchieProcedure"; + _methodName25 = "getTipiProcedure"; - _methodParameterTypes24 = new String[] { }; + _methodParameterTypes25 = new String[] { }; - _methodName25 = "addIntPratica"; + _methodName26 = "getVecchieProcedure"; - _methodParameterTypes25 = new String[] { + _methodParameterTypes26 = new String[] { }; + + _methodName27 = "addIntPratica"; + + _methodParameterTypes27 = new String[] { "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName26 = "addIntPratica"; + _methodName28 = "addIntPratica"; - _methodParameterTypes26 = new String[] { + _methodParameterTypes28 = new String[] { "long", "java.lang.String", "java.lang.String", "long", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "int", "java.util.Date", "com.liferay.portal.service.ServiceContext" }; - _methodName27 = "findByStatoPratica"; + _methodName29 = "findByStatoPratica"; - _methodParameterTypes27 = new String[] { "java.lang.String" }; + _methodParameterTypes29 = new String[] { "java.lang.String" }; - _methodName28 = "findByStatoPratica"; + _methodName30 = "findByStatoPratica"; - _methodParameterTypes28 = new String[] { "java.lang.String", "int", "int" }; + _methodParameterTypes30 = new String[] { "java.lang.String", "int", "int" }; - _methodName29 = "deleteIntPratica"; + _methodName31 = "deleteIntPratica"; - _methodParameterTypes29 = new String[] { + _methodParameterTypes31 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "boolean" }; - _methodName30 = "cloneIntPratica"; + _methodName32 = "cloneIntPratica"; - _methodParameterTypes30 = new String[] { + _methodParameterTypes32 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName31 = "updateDelegati"; + _methodName33 = "updateDelegati"; - _methodParameterTypes31 = new String[] { + _methodParameterTypes33 = new String[] { "long", "java.lang.String", "java.lang.String", "boolean" }; - _methodName32 = "findFascicoliNotProgetto"; + _methodName34 = "findFascicoliNotProgetto"; - _methodParameterTypes32 = new String[] { "int", "int" }; + _methodParameterTypes34 = new String[] { "int", "int" }; - _methodName33 = "countFascicoliNotProgetto"; + _methodName35 = "countFascicoliNotProgetto"; - _methodParameterTypes33 = new String[] { }; + _methodParameterTypes35 = new String[] { }; - _methodName34 = "countByPosizione"; + _methodName36 = "countByPosizione"; - _methodParameterTypes34 = new String[] { "double", "double", "int" }; + _methodParameterTypes36 = new String[] { "double", "double", "int" }; - _methodName35 = "findByPosizione"; + _methodName37 = "findByPosizione"; - _methodParameterTypes35 = new String[] { "double", "double", "int" }; + _methodParameterTypes37 = new String[] { "double", "double", "int" }; - _methodName36 = "findByPosizione"; + _methodName38 = "findByPosizione"; - _methodParameterTypes36 = new String[] { + _methodParameterTypes38 = new String[] { "double", "double", "int", "int", "int" }; - _methodName37 = "addNumeroProgetto"; + _methodName39 = "addNumeroProgetto"; - _methodParameterTypes37 = new String[] { "long" }; + _methodParameterTypes39 = new String[] { "long" }; - _methodName38 = "sospendiPratica"; + _methodName40 = "sospendiPratica"; - _methodParameterTypes38 = new String[] { "long", "boolean" }; + _methodParameterTypes40 = new String[] { "long", "boolean" }; - _methodName39 = "cambiaTitolare"; + _methodName41 = "cambiaTitolare"; - _methodParameterTypes39 = new String[] { + _methodParameterTypes41 = new String[] { "long", "long", "com.liferay.portal.service.ServiceContext" }; - _methodName40 = "updateStatoPratica"; - - _methodParameterTypes40 = new String[] { "long", "java.lang.String" }; - - _methodName41 = "findByC_UserId"; - - _methodParameterTypes41 = new String[] { "long", "long", "int", "int" }; + _methodName42 = "updateStatoPratica"; - _methodName42 = "countByC_UserId"; + _methodParameterTypes42 = new String[] { "long", "java.lang.String" }; - _methodParameterTypes42 = new String[] { "long", "long" }; + _methodName43 = "findByC_UserId"; - _methodName43 = "updateStatus"; + _methodParameterTypes43 = new String[] { "long", "long", "int", "int" }; - _methodParameterTypes43 = new String[] { "long", "int" }; - - _methodName44 = "findByCompanyIdSoggettoProgetti"; + _methodName44 = "countByC_UserId"; _methodParameterTypes44 = new String[] { "long", "long" }; - _methodName45 = "countByCompanyIdSoggettoProgetti"; + _methodName45 = "updateStatus"; - _methodParameterTypes45 = new String[] { "long", "long" }; + _methodParameterTypes45 = new String[] { "long", "int" }; - _methodName46 = "findByCompanyIdSoggettoArchivio"; + _methodName46 = "findByCompanyIdSoggettoProgetti"; _methodParameterTypes46 = new String[] { "long", "long" }; - _methodName47 = "countByCompanyIdSoggettoArchivio"; + _methodName47 = "countByCompanyIdSoggettoProgetti"; _methodParameterTypes47 = new String[] { "long", "long" }; - _methodName48 = "findByCompanyIdSoggettoAltriProgetti"; + _methodName48 = "findByCompanyIdSoggettoArchivio"; - _methodParameterTypes48 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes48 = new String[] { "long", "long" }; - _methodName49 = "countByCompanyIdSoggettoAltriProgetti"; + _methodName49 = "countByCompanyIdSoggettoArchivio"; _methodParameterTypes49 = new String[] { "long", "long" }; - _methodName50 = "findByCanAddFineLavori"; + _methodName50 = "findByCompanyIdSoggettoAltriProgetti"; - _methodParameterTypes50 = new String[] { - "long", "java.lang.String", "int", "int" - }; + _methodParameterTypes50 = new String[] { "long", "long", "int", "int" }; - _methodName51 = "countByCanAddFineLavori"; + _methodName51 = "countByCompanyIdSoggettoAltriProgetti"; - _methodParameterTypes51 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes51 = new String[] { "long", "long" }; - _methodName52 = "findByCanAddCollaudo"; + _methodName52 = "findByCanAddFineLavori"; _methodParameterTypes52 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName53 = "countByCanAddCollaudo"; + _methodName53 = "countByCanAddFineLavori"; _methodParameterTypes53 = new String[] { "long", "java.lang.String" }; - _methodName54 = "search"; + _methodName54 = "findByCanAddCollaudo"; - _methodParameterTypes54 = new String[] { "java.util.List", "int", "int" }; + _methodParameterTypes54 = new String[] { + "long", "java.lang.String", "int", "int" + }; + + _methodName55 = "countByCanAddCollaudo"; + + _methodParameterTypes55 = new String[] { "long", "java.lang.String" }; - _methodName55 = "countSearch"; + _methodName56 = "search"; - _methodParameterTypes55 = new String[] { "java.util.List" }; + _methodParameterTypes56 = new String[] { "java.util.List", "int", "int" }; - _methodName56 = "searchWithIntPraticaId"; + _methodName57 = "countSearch"; - _methodParameterTypes56 = new String[] { + _methodParameterTypes57 = new String[] { "java.util.List" }; + + _methodName58 = "searchWithIntPraticaId"; + + _methodParameterTypes58 = new String[] { "java.util.List", "long", "int", "int" }; - _methodName57 = "allegaFileAnnullamento"; + _methodName59 = "allegaFileAnnullamento"; - _methodParameterTypes57 = new String[] { + _methodParameterTypes59 = new String[] { "long", "byte[][]", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName58 = "generateFileAnnullamento"; + _methodName60 = "generateFileAnnullamento"; - _methodParameterTypes58 = new String[] { + _methodParameterTypes60 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName59 = "deleteFileAnnullamento"; + _methodName61 = "deleteFileAnnullamento"; - _methodParameterTypes59 = new String[] { "long" }; + _methodParameterTypes61 = new String[] { "long" }; - _methodName60 = "completeAnnullamento"; + _methodName62 = "completeAnnullamento"; - _methodParameterTypes60 = new String[] { "long" }; + _methodParameterTypes62 = new String[] { "long" }; - _methodName61 = "cambiaIstruttore"; + _methodName63 = "cambiaIstruttore"; - _methodParameterTypes61 = new String[] { "long", "long", "long" }; + _methodParameterTypes63 = new String[] { "long", "long", "long" }; - _methodName62 = "countCaricoLavoroCF"; + _methodName64 = "countCaricoLavoroCF"; - _methodParameterTypes62 = new String[] { + _methodParameterTypes64 = new String[] { "long", "java.lang.String", "java.lang.Long[][]" }; - _methodName63 = "countCaricoLavoroIstruttore"; + _methodName65 = "countCaricoLavoroIstruttore"; - _methodParameterTypes63 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes65 = new String[] { "long", "java.lang.String" }; - _methodName64 = "generateReportPratica"; + _methodName66 = "generateReportPratica"; - _methodParameterTypes64 = new String[] { + _methodParameterTypes66 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "long" }; - _methodName65 = "updateModifiedDate"; + _methodName67 = "updateModifiedDate"; - _methodParameterTypes65 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes67 = new String[] { "long", "java.util.Date" }; - _methodName66 = "reIndexFascicolo"; + _methodName68 = "reIndexFascicolo"; - _methodParameterTypes66 = new String[] { + _methodParameterTypes68 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "long" }; - _methodName67 = "reIndexFasciolo"; + _methodName69 = "reIndexFasciolo"; - _methodParameterTypes67 = new String[] { "java.lang.String", "long" }; + _methodParameterTypes69 = new String[] { "java.lang.String", "long" }; - _methodName68 = "reIndexFasciolo"; + _methodName70 = "reIndexFasciolo"; - _methodParameterTypes68 = new String[] { "long", "long" }; + _methodParameterTypes70 = new String[] { "long", "long" }; - _methodName69 = "findByNumeroProgetto"; + _methodName71 = "findByNumeroProgetto"; - _methodParameterTypes69 = new String[] { "java.lang.String" }; + _methodParameterTypes71 = new String[] { "java.lang.String" }; - _methodName70 = "findByTerritorioId"; + _methodName72 = "findByTerritorioId"; - _methodParameterTypes70 = new String[] { "long" }; + _methodParameterTypes72 = new String[] { "long" }; - _methodName71 = "getOrganizationByIntPraticaId"; + _methodName73 = "getOrganizationByIntPraticaId"; - _methodParameterTypes71 = new String[] { "long" }; + _methodParameterTypes73 = new String[] { "long" }; - _methodName72 = "hasRichiestaIntegrazioneAttiva"; + _methodName74 = "hasRichiestaIntegrazioneAttiva"; - _methodParameterTypes72 = new String[] { "long" }; + _methodParameterTypes74 = new String[] { "long" }; - _methodName73 = "invioMailNotifica"; + _methodName75 = "invioMailNotifica"; - _methodParameterTypes73 = new String[] { + _methodParameterTypes75 = new String[] { "long", "long", "java.lang.String", "java.lang.String[][]", "java.lang.String[][]", "java.lang.String[][]", "java.lang.String", "com.liferay.portal.kernel.json.JSONObject", "java.util.List", "com.liferay.portal.service.ServiceContext" }; - _methodName74 = "searchAltriProgetti"; + _methodName76 = "searchAltriProgetti"; - _methodParameterTypes74 = new String[] { + _methodParameterTypes76 = new String[] { "javax.servlet.http.HttpServletRequest", "com.liferay.portal.model.User", "int", "int" }; - _methodName75 = "searchArchivioProgetti"; + _methodName77 = "searchArchivioProgetti"; - _methodParameterTypes75 = new String[] { + _methodParameterTypes77 = new String[] { "javax.servlet.http.HttpServletRequest", "com.liferay.portal.model.User", "int", "int" }; - _methodName76 = "searchMieiProgetti"; + _methodName78 = "searchMieiProgetti"; - _methodParameterTypes76 = new String[] { + _methodParameterTypes78 = new String[] { "javax.servlet.http.HttpServletRequest", "com.liferay.portal.model.User", "int", "int" }; @@ -1098,12 +1110,80 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { } @Override - public java.util.Map getTipiProcedure() { + public java.util.List filtraPraticheStato(java.util.Date dataInizioLavori, + java.util.Date dataFineLavori) + throws com.liferay.portal.kernel.exception.SystemException { Object returnObj = null; try { returnObj = _invokableLocalService.invokeMethod(_methodName23, - _methodParameterTypes23, new Object[] { }); + _methodParameterTypes23, + new Object[] { + ClpSerializer.translateInput(dataInizioLavori), + + ClpSerializer.translateInput(dataFineLavori) + }); + } + catch (Throwable t) { + t = ClpSerializer.translateThrowable(t); + + if (t instanceof com.liferay.portal.kernel.exception.SystemException) { + throw (com.liferay.portal.kernel.exception.SystemException)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 java.util.List filtraPraticheIntegrazioni( + java.util.Date dataInizioLavori, java.util.Date dataFineLavori) + throws com.liferay.portal.kernel.exception.SystemException { + Object returnObj = null; + + try { + returnObj = _invokableLocalService.invokeMethod(_methodName24, + _methodParameterTypes24, + new Object[] { + ClpSerializer.translateInput(dataInizioLavori), + + ClpSerializer.translateInput(dataFineLavori) + }); + } + catch (Throwable t) { + t = ClpSerializer.translateThrowable(t); + + if (t instanceof com.liferay.portal.kernel.exception.SystemException) { + throw (com.liferay.portal.kernel.exception.SystemException)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 java.util.Map getTipiProcedure() { + Object returnObj = null; + + try { + returnObj = _invokableLocalService.invokeMethod(_methodName25, + _methodParameterTypes25, new Object[] { }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1125,8 +1205,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName24, - _methodParameterTypes24, new Object[] { }); + returnObj = _invokableLocalService.invokeMethod(_methodName26, + _methodParameterTypes26, new Object[] { }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1152,8 +1232,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName25, - _methodParameterTypes25, + returnObj = _invokableLocalService.invokeMethod(_methodName27, + _methodParameterTypes27, new Object[] { territorioId, @@ -1197,8 +1277,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName26, - _methodParameterTypes26, + returnObj = _invokableLocalService.invokeMethod(_methodName28, + _methodParameterTypes28, new Object[] { userId, @@ -1253,8 +1333,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName27, - _methodParameterTypes27, + returnObj = _invokableLocalService.invokeMethod(_methodName29, + _methodParameterTypes29, new Object[] { ClpSerializer.translateInput(statoPratica) }); } catch (Throwable t) { @@ -1283,8 +1363,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName28, - _methodParameterTypes28, + returnObj = _invokableLocalService.invokeMethod(_methodName30, + _methodParameterTypes30, new Object[] { ClpSerializer.translateInput(statoPratica), @@ -1320,8 +1400,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName29, - _methodParameterTypes29, + returnObj = _invokableLocalService.invokeMethod(_methodName31, + _methodParameterTypes31, new Object[] { ClpSerializer.translateInput(intPratica), @@ -1360,8 +1440,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName30, - _methodParameterTypes30, + returnObj = _invokableLocalService.invokeMethod(_methodName32, + _methodParameterTypes32, new Object[] { intPraticaId, @@ -1401,8 +1481,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName31, - _methodParameterTypes31, + returnObj = _invokableLocalService.invokeMethod(_methodName33, + _methodParameterTypes33, new Object[] { intPraticaId, @@ -1444,8 +1524,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName32, - _methodParameterTypes32, new Object[] { start, end }); + returnObj = _invokableLocalService.invokeMethod(_methodName34, + _methodParameterTypes34, new Object[] { start, end }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1472,8 +1552,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName33, - _methodParameterTypes33, new Object[] { }); + returnObj = _invokableLocalService.invokeMethod(_methodName35, + _methodParameterTypes35, new Object[] { }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1500,8 +1580,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName34, - _methodParameterTypes34, new Object[] { lat, lng, raggio }); + returnObj = _invokableLocalService.invokeMethod(_methodName36, + _methodParameterTypes36, new Object[] { lat, lng, raggio }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1529,8 +1609,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName35, - _methodParameterTypes35, new Object[] { lat, lng, raggio }); + returnObj = _invokableLocalService.invokeMethod(_methodName37, + _methodParameterTypes37, new Object[] { lat, lng, raggio }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1558,8 +1638,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName36, - _methodParameterTypes36, + returnObj = _invokableLocalService.invokeMethod(_methodName38, + _methodParameterTypes38, new Object[] { lat, lng, raggio, start, end }); } catch (Throwable t) { @@ -1589,8 +1669,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName37, - _methodParameterTypes37, new Object[] { intPraticaId }); + returnObj = _invokableLocalService.invokeMethod(_methodName39, + _methodParameterTypes39, new Object[] { intPraticaId }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1623,8 +1703,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName38, - _methodParameterTypes38, + returnObj = _invokableLocalService.invokeMethod(_methodName40, + _methodParameterTypes40, new Object[] { intPraticaId, sospesa }); } catch (Throwable t) { @@ -1659,8 +1739,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName39, - _methodParameterTypes39, + returnObj = _invokableLocalService.invokeMethod(_methodName41, + _methodParameterTypes41, new Object[] { intPraticaId, @@ -1700,8 +1780,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName40, - _methodParameterTypes40, + returnObj = _invokableLocalService.invokeMethod(_methodName42, + _methodParameterTypes42, new Object[] { intPraticaId, @@ -1738,8 +1818,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName41, - _methodParameterTypes41, + returnObj = _invokableLocalService.invokeMethod(_methodName43, + _methodParameterTypes43, new Object[] { companyId, userId, start, end }); } catch (Throwable t) { @@ -1767,8 +1847,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName42, - _methodParameterTypes42, new Object[] { companyId, userId }); + returnObj = _invokableLocalService.invokeMethod(_methodName44, + _methodParameterTypes44, new Object[] { companyId, userId }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1794,8 +1874,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException { try { - _invokableLocalService.invokeMethod(_methodName43, - _methodParameterTypes43, new Object[] { intPraticaId, status }); + _invokableLocalService.invokeMethod(_methodName45, + _methodParameterTypes45, new Object[] { intPraticaId, status }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -1826,8 +1906,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName44, - _methodParameterTypes44, + returnObj = _invokableLocalService.invokeMethod(_methodName46, + _methodParameterTypes46, new Object[] { companyId, soggettoId }); } catch (Throwable t) { @@ -1860,8 +1940,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName45, - _methodParameterTypes45, + returnObj = _invokableLocalService.invokeMethod(_methodName47, + _methodParameterTypes47, new Object[] { companyId, soggettoId }); } catch (Throwable t) { @@ -1895,8 +1975,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName46, - _methodParameterTypes46, + returnObj = _invokableLocalService.invokeMethod(_methodName48, + _methodParameterTypes48, new Object[] { companyId, soggettoId }); } catch (Throwable t) { @@ -1929,8 +2009,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName47, - _methodParameterTypes47, + returnObj = _invokableLocalService.invokeMethod(_methodName49, + _methodParameterTypes49, new Object[] { companyId, soggettoId }); } catch (Throwable t) { @@ -1964,8 +2044,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName48, - _methodParameterTypes48, + returnObj = _invokableLocalService.invokeMethod(_methodName50, + _methodParameterTypes50, new Object[] { companyId, soggettoId, start, end }); } catch (Throwable t) { @@ -1999,8 +2079,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName49, - _methodParameterTypes49, + returnObj = _invokableLocalService.invokeMethod(_methodName51, + _methodParameterTypes51, new Object[] { companyId, soggettoId }); } catch (Throwable t) { @@ -2034,8 +2114,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName50, - _methodParameterTypes50, + returnObj = _invokableLocalService.invokeMethod(_methodName52, + _methodParameterTypes52, new Object[] { companyId, @@ -2077,8 +2157,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName51, - _methodParameterTypes51, + returnObj = _invokableLocalService.invokeMethod(_methodName53, + _methodParameterTypes53, new Object[] { companyId, @@ -2116,8 +2196,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName52, - _methodParameterTypes52, + returnObj = _invokableLocalService.invokeMethod(_methodName54, + _methodParameterTypes54, new Object[] { companyId, @@ -2159,8 +2239,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName53, - _methodParameterTypes53, + returnObj = _invokableLocalService.invokeMethod(_methodName55, + _methodParameterTypes55, new Object[] { companyId, @@ -2197,8 +2277,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName54, - _methodParameterTypes54, + returnObj = _invokableLocalService.invokeMethod(_methodName56, + _methodParameterTypes56, new Object[] { ClpSerializer.translateInput(groupIds), @@ -2232,8 +2312,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName55, - _methodParameterTypes55, + returnObj = _invokableLocalService.invokeMethod(_methodName57, + _methodParameterTypes57, new Object[] { ClpSerializer.translateInput(groupIds) }); } catch (Throwable t) { @@ -2262,8 +2342,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName56, - _methodParameterTypes56, + returnObj = _invokableLocalService.invokeMethod(_methodName58, + _methodParameterTypes58, new Object[] { ClpSerializer.translateInput(groupIds), @@ -2304,8 +2384,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName57, - _methodParameterTypes57, + returnObj = _invokableLocalService.invokeMethod(_methodName59, + _methodParameterTypes59, new Object[] { intPraticaId, @@ -2355,8 +2435,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName58, - _methodParameterTypes58, + returnObj = _invokableLocalService.invokeMethod(_methodName60, + _methodParameterTypes60, new Object[] { intPraticaId, @@ -2395,8 +2475,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(_methodName61, + _methodParameterTypes61, new Object[] { docPraticaAnnullamentoId }); } catch (Throwable t) { @@ -2425,8 +2505,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(_methodName62, + _methodParameterTypes62, new Object[] { intPraticaId }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -2455,8 +2535,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(_methodName63, + _methodParameterTypes63, new Object[] { intPraticaId, controlloPraticaId, istruttoreId }); } catch (Throwable t) { @@ -2488,8 +2568,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName62, - _methodParameterTypes62, + returnObj = _invokableLocalService.invokeMethod(_methodName64, + _methodParameterTypes64, new Object[] { ispettoreId, @@ -2528,8 +2608,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName63, - _methodParameterTypes63, + returnObj = _invokableLocalService.invokeMethod(_methodName65, + _methodParameterTypes65, new Object[] { ispettoreId, @@ -2563,8 +2643,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName64, - _methodParameterTypes64, + returnObj = _invokableLocalService.invokeMethod(_methodName66, + _methodParameterTypes66, new Object[] { ClpSerializer.translateInput(intPratica), @@ -2602,8 +2682,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName65, - _methodParameterTypes65, + returnObj = _invokableLocalService.invokeMethod(_methodName67, + _methodParameterTypes67, new Object[] { intPraticaId, @@ -2637,8 +2717,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { public void reIndexFascicolo( it.tref.liferay.portos.bo.model.IntPratica pratica, long companyId) { try { - _invokableLocalService.invokeMethod(_methodName66, - _methodParameterTypes66, + _invokableLocalService.invokeMethod(_methodName68, + _methodParameterTypes68, new Object[] { ClpSerializer.translateInput(pratica), companyId }); } catch (Throwable t) { @@ -2658,8 +2738,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(_methodName67, - _methodParameterTypes67, + _invokableLocalService.invokeMethod(_methodName69, + _methodParameterTypes69, new Object[] { ClpSerializer.translateInput(numeroProgetto), @@ -2688,8 +2768,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException { try { - _invokableLocalService.invokeMethod(_methodName68, - _methodParameterTypes68, + _invokableLocalService.invokeMethod(_methodName70, + _methodParameterTypes70, new Object[] { intPraticaId, companyId }); } catch (Throwable t) { @@ -2720,8 +2800,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName69, - _methodParameterTypes69, + returnObj = _invokableLocalService.invokeMethod(_methodName71, + _methodParameterTypes71, new Object[] { ClpSerializer.translateInput(numeroProgetto) }); } catch (Throwable t) { @@ -2750,8 +2830,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName70, - _methodParameterTypes70, new Object[] { territorioId }); + returnObj = _invokableLocalService.invokeMethod(_methodName72, + _methodParameterTypes72, new Object[] { territorioId }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -2780,8 +2860,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName71, - _methodParameterTypes71, new Object[] { intPraticaId }); + returnObj = _invokableLocalService.invokeMethod(_methodName73, + _methodParameterTypes73, new Object[] { intPraticaId }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -2811,8 +2891,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName72, - _methodParameterTypes72, new Object[] { intPraticaId }); + returnObj = _invokableLocalService.invokeMethod(_methodName74, + _methodParameterTypes74, new Object[] { intPraticaId }); } catch (Throwable t) { t = ClpSerializer.translateThrowable(t); @@ -2840,8 +2920,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException { try { - _invokableLocalService.invokeMethod(_methodName73, - _methodParameterTypes73, + _invokableLocalService.invokeMethod(_methodName75, + _methodParameterTypes75, new Object[] { dettPraticaId, @@ -2892,8 +2972,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName74, - _methodParameterTypes74, + returnObj = _invokableLocalService.invokeMethod(_methodName76, + _methodParameterTypes76, new Object[] { ClpSerializer.translateInput(request), @@ -2926,8 +3006,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName75, - _methodParameterTypes75, + returnObj = _invokableLocalService.invokeMethod(_methodName77, + _methodParameterTypes77, new Object[] { ClpSerializer.translateInput(request), @@ -2960,8 +3040,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { Object returnObj = null; try { - returnObj = _invokableLocalService.invokeMethod(_methodName76, - _methodParameterTypes76, + returnObj = _invokableLocalService.invokeMethod(_methodName78, + _methodParameterTypes78, new Object[] { ClpSerializer.translateInput(request), @@ -3140,4 +3220,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService { private String[] _methodParameterTypes75; private String _methodName76; private String[] _methodParameterTypes76; + private String _methodName77; + private String[] _methodParameterTypes77; + private String _methodName78; + private String[] _methodParameterTypes78; } \ 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 435b5474..b377a134 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 @@ -342,6 +342,19 @@ public class IntPraticaLocalServiceUtil { return getService().invokeMethod(name, parameterTypes, arguments); } + public static java.util.List filtraPraticheStato( + java.util.Date dataInizioLavori, java.util.Date dataFineLavori) + throws com.liferay.portal.kernel.exception.SystemException { + return getService().filtraPraticheStato(dataInizioLavori, dataFineLavori); + } + + public static java.util.List filtraPraticheIntegrazioni( + java.util.Date dataInizioLavori, java.util.Date dataFineLavori) + throws com.liferay.portal.kernel.exception.SystemException { + return getService() + .filtraPraticheIntegrazioni(dataInizioLavori, dataFineLavori); + } + public static java.util.Map getTipiProcedure() { return getService().getTipiProcedure(); } 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 4b5f0a28..6b137d08 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 @@ -362,6 +362,22 @@ public class IntPraticaLocalServiceWrapper implements IntPraticaLocalService, arguments); } + @Override + public java.util.List filtraPraticheStato(java.util.Date dataInizioLavori, + java.util.Date dataFineLavori) + throws com.liferay.portal.kernel.exception.SystemException { + return _intPraticaLocalService.filtraPraticheStato(dataInizioLavori, + dataFineLavori); + } + + @Override + public java.util.List filtraPraticheIntegrazioni( + java.util.Date dataInizioLavori, java.util.Date dataFineLavori) + throws com.liferay.portal.kernel.exception.SystemException { + return _intPraticaLocalService.filtraPraticheIntegrazioni(dataInizioLavori, + dataFineLavori); + } + @Override public java.util.Map getTipiProcedure() { return _intPraticaLocalService.getTipiProcedure(); diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaFinder.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaFinder.java index c996aec4..098d23ec 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaFinder.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaFinder.java @@ -26,7 +26,11 @@ public interface IntPraticaFinder { java.lang.String codiceFiscaleDelegatoCollaudo) throws com.liferay.portal.kernel.exception.SystemException; - public java.util.List filtraPratiche(java.util.Date dataInizioLavori, + public java.util.List filtraPraticheStato(java.util.Date dataInizioLavori, java.util.Date dataFineLavori) throws com.liferay.portal.kernel.exception.SystemException; + + public java.util.List filtraPraticheIntegrazioni( + java.util.Date dataInizioLavori, java.util.Date dataFineLavori) + throws com.liferay.portal.kernel.exception.SystemException; } \ 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/persistence/IntPraticaFinderUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaFinderUtil.java index 24af221c..8b0d1e90 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaFinderUtil.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/IntPraticaFinderUtil.java @@ -34,10 +34,17 @@ public class IntPraticaFinderUtil { return getFinder().canAddCollaudoCount(codiceFiscaleDelegatoCollaudo); } - public static java.util.List filtraPratiche( + public static java.util.List filtraPraticheStato( java.util.Date dataInizioLavori, java.util.Date dataFineLavori) throws com.liferay.portal.kernel.exception.SystemException { - return getFinder().filtraPratiche(dataInizioLavori, dataFineLavori); + return getFinder().filtraPraticheStato(dataInizioLavori, dataFineLavori); + } + + public static java.util.List filtraPraticheIntegrazioni( + java.util.Date dataInizioLavori, java.util.Date dataFineLavori) + throws com.liferay.portal.kernel.exception.SystemException { + return getFinder() + .filtraPraticheIntegrazioni(dataInizioLavori, dataFineLavori); } public static IntPraticaFinder getFinder() { 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 db12a39c..df11b449 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 @@ -130,277 +130,289 @@ public class IntPraticaLocalServiceClpInvoker { _methodParameterTypes171 = new String[] { "java.lang.String" }; - _methodName176 = "getTipiProcedure"; + _methodName176 = "filtraPraticheStato"; - _methodParameterTypes176 = new String[] { }; + _methodParameterTypes176 = new String[] { + "java.util.Date", "java.util.Date" + }; + + _methodName177 = "filtraPraticheIntegrazioni"; + + _methodParameterTypes177 = new String[] { + "java.util.Date", "java.util.Date" + }; - _methodName177 = "getVecchieProcedure"; + _methodName178 = "getTipiProcedure"; - _methodParameterTypes177 = new String[] { }; + _methodParameterTypes178 = new String[] { }; - _methodName178 = "addIntPratica"; + _methodName179 = "getVecchieProcedure"; - _methodParameterTypes178 = new String[] { + _methodParameterTypes179 = new String[] { }; + + _methodName180 = "addIntPratica"; + + _methodParameterTypes180 = new String[] { "long", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName179 = "addIntPratica"; + _methodName181 = "addIntPratica"; - _methodParameterTypes179 = new String[] { + _methodParameterTypes181 = new String[] { "long", "java.lang.String", "java.lang.String", "long", "java.lang.String", "java.lang.String", "java.lang.String", "boolean", "int", "java.util.Date", "com.liferay.portal.service.ServiceContext" }; - _methodName180 = "findByStatoPratica"; + _methodName182 = "findByStatoPratica"; - _methodParameterTypes180 = new String[] { "java.lang.String" }; + _methodParameterTypes182 = new String[] { "java.lang.String" }; - _methodName181 = "findByStatoPratica"; + _methodName183 = "findByStatoPratica"; - _methodParameterTypes181 = new String[] { "java.lang.String", "int", "int" }; + _methodParameterTypes183 = new String[] { "java.lang.String", "int", "int" }; - _methodName182 = "deleteIntPratica"; + _methodName184 = "deleteIntPratica"; - _methodParameterTypes182 = new String[] { + _methodParameterTypes184 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "boolean" }; - _methodName183 = "deleteIntPratica"; + _methodName185 = "deleteIntPratica"; - _methodParameterTypes183 = new String[] { + _methodParameterTypes185 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica" }; - _methodName184 = "cloneIntPratica"; + _methodName186 = "cloneIntPratica"; - _methodParameterTypes184 = new String[] { + _methodParameterTypes186 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName186 = "updateDelegati"; + _methodName188 = "updateDelegati"; - _methodParameterTypes186 = new String[] { + _methodParameterTypes188 = new String[] { "long", "java.lang.String", "java.lang.String", "boolean" }; - _methodName187 = "fetchIntPratica"; + _methodName189 = "fetchIntPratica"; - _methodParameterTypes187 = new String[] { "long" }; + _methodParameterTypes189 = new String[] { "long" }; - _methodName188 = "findFascicoliNotProgetto"; + _methodName190 = "findFascicoliNotProgetto"; - _methodParameterTypes188 = new String[] { "int", "int" }; + _methodParameterTypes190 = new String[] { "int", "int" }; - _methodName189 = "countFascicoliNotProgetto"; + _methodName191 = "countFascicoliNotProgetto"; - _methodParameterTypes189 = new String[] { }; + _methodParameterTypes191 = new String[] { }; - _methodName191 = "countByPosizione"; + _methodName193 = "countByPosizione"; - _methodParameterTypes191 = new String[] { "double", "double", "int" }; + _methodParameterTypes193 = new String[] { "double", "double", "int" }; - _methodName192 = "findByPosizione"; + _methodName194 = "findByPosizione"; - _methodParameterTypes192 = new String[] { "double", "double", "int" }; + _methodParameterTypes194 = new String[] { "double", "double", "int" }; - _methodName193 = "findByPosizione"; + _methodName195 = "findByPosizione"; - _methodParameterTypes193 = new String[] { + _methodParameterTypes195 = new String[] { "double", "double", "int", "int", "int" }; - _methodName195 = "addNumeroProgetto"; + _methodName197 = "addNumeroProgetto"; - _methodParameterTypes195 = new String[] { "long" }; + _methodParameterTypes197 = new String[] { "long" }; - _methodName196 = "sospendiPratica"; + _methodName198 = "sospendiPratica"; - _methodParameterTypes196 = new String[] { "long", "boolean" }; + _methodParameterTypes198 = new String[] { "long", "boolean" }; - _methodName197 = "cambiaTitolare"; + _methodName199 = "cambiaTitolare"; - _methodParameterTypes197 = new String[] { + _methodParameterTypes199 = new String[] { "long", "long", "com.liferay.portal.service.ServiceContext" }; - _methodName198 = "updateStatoPratica"; + _methodName200 = "updateStatoPratica"; - _methodParameterTypes198 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes200 = new String[] { "long", "java.lang.String" }; - _methodName199 = "findByC_UserId"; + _methodName201 = "findByC_UserId"; - _methodParameterTypes199 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes201 = new String[] { "long", "long", "int", "int" }; - _methodName200 = "countByC_UserId"; + _methodName202 = "countByC_UserId"; - _methodParameterTypes200 = new String[] { "long", "long" }; + _methodParameterTypes202 = new String[] { "long", "long" }; - _methodName201 = "updateStatus"; + _methodName203 = "updateStatus"; - _methodParameterTypes201 = new String[] { "long", "int" }; + _methodParameterTypes203 = new String[] { "long", "int" }; - _methodName202 = "findByCompanyIdSoggettoProgetti"; + _methodName204 = "findByCompanyIdSoggettoProgetti"; - _methodParameterTypes202 = new String[] { "long", "long" }; + _methodParameterTypes204 = new String[] { "long", "long" }; - _methodName203 = "countByCompanyIdSoggettoProgetti"; + _methodName205 = "countByCompanyIdSoggettoProgetti"; - _methodParameterTypes203 = new String[] { "long", "long" }; + _methodParameterTypes205 = new String[] { "long", "long" }; - _methodName205 = "findByCompanyIdSoggettoArchivio"; + _methodName207 = "findByCompanyIdSoggettoArchivio"; - _methodParameterTypes205 = new String[] { "long", "long" }; + _methodParameterTypes207 = new String[] { "long", "long" }; - _methodName206 = "countByCompanyIdSoggettoArchivio"; + _methodName208 = "countByCompanyIdSoggettoArchivio"; - _methodParameterTypes206 = new String[] { "long", "long" }; + _methodParameterTypes208 = new String[] { "long", "long" }; - _methodName208 = "findByCompanyIdSoggettoAltriProgetti"; + _methodName210 = "findByCompanyIdSoggettoAltriProgetti"; - _methodParameterTypes208 = new String[] { "long", "long", "int", "int" }; + _methodParameterTypes210 = new String[] { "long", "long", "int", "int" }; - _methodName209 = "countByCompanyIdSoggettoAltriProgetti"; + _methodName211 = "countByCompanyIdSoggettoAltriProgetti"; - _methodParameterTypes209 = new String[] { "long", "long" }; + _methodParameterTypes211 = new String[] { "long", "long" }; - _methodName211 = "findByCanAddFineLavori"; + _methodName213 = "findByCanAddFineLavori"; - _methodParameterTypes211 = new String[] { + _methodParameterTypes213 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName212 = "countByCanAddFineLavori"; + _methodName214 = "countByCanAddFineLavori"; - _methodParameterTypes212 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes214 = new String[] { "long", "java.lang.String" }; - _methodName214 = "findByCanAddCollaudo"; + _methodName216 = "findByCanAddCollaudo"; - _methodParameterTypes214 = new String[] { + _methodParameterTypes216 = new String[] { "long", "java.lang.String", "int", "int" }; - _methodName215 = "countByCanAddCollaudo"; + _methodName217 = "countByCanAddCollaudo"; - _methodParameterTypes215 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes217 = new String[] { "long", "java.lang.String" }; - _methodName216 = "search"; + _methodName218 = "search"; - _methodParameterTypes216 = new String[] { "java.util.List", "int", "int" }; + _methodParameterTypes218 = new String[] { "java.util.List", "int", "int" }; - _methodName217 = "countSearch"; + _methodName219 = "countSearch"; - _methodParameterTypes217 = new String[] { "java.util.List" }; + _methodParameterTypes219 = new String[] { "java.util.List" }; - _methodName218 = "searchWithIntPraticaId"; + _methodName220 = "searchWithIntPraticaId"; - _methodParameterTypes218 = new String[] { + _methodParameterTypes220 = new String[] { "java.util.List", "long", "int", "int" }; - _methodName219 = "allegaFileAnnullamento"; + _methodName221 = "allegaFileAnnullamento"; - _methodParameterTypes219 = new String[] { + _methodParameterTypes221 = new String[] { "long", "byte[][]", "java.lang.String", "java.lang.String", "com.liferay.portal.service.ServiceContext" }; - _methodName220 = "generateFileAnnullamento"; + _methodName222 = "generateFileAnnullamento"; - _methodParameterTypes220 = new String[] { + _methodParameterTypes222 = new String[] { "long", "com.liferay.portal.service.ServiceContext" }; - _methodName221 = "deleteFileAnnullamento"; + _methodName223 = "deleteFileAnnullamento"; - _methodParameterTypes221 = new String[] { "long" }; + _methodParameterTypes223 = new String[] { "long" }; - _methodName222 = "completeAnnullamento"; + _methodName224 = "completeAnnullamento"; - _methodParameterTypes222 = new String[] { "long" }; + _methodParameterTypes224 = new String[] { "long" }; - _methodName223 = "cambiaIstruttore"; + _methodName225 = "cambiaIstruttore"; - _methodParameterTypes223 = new String[] { "long", "long", "long" }; + _methodParameterTypes225 = new String[] { "long", "long", "long" }; - _methodName224 = "countCaricoLavoroCF"; + _methodName226 = "countCaricoLavoroCF"; - _methodParameterTypes224 = new String[] { + _methodParameterTypes226 = new String[] { "long", "java.lang.String", "java.lang.Long[][]" }; - _methodName225 = "countCaricoLavoroIstruttore"; + _methodName227 = "countCaricoLavoroIstruttore"; - _methodParameterTypes225 = new String[] { "long", "java.lang.String" }; + _methodParameterTypes227 = new String[] { "long", "java.lang.String" }; - _methodName226 = "generateReportPratica"; + _methodName228 = "generateReportPratica"; - _methodParameterTypes226 = new String[] { + _methodParameterTypes228 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "long" }; - _methodName227 = "updateModifiedDate"; + _methodName229 = "updateModifiedDate"; - _methodParameterTypes227 = new String[] { "long", "java.util.Date" }; + _methodParameterTypes229 = new String[] { "long", "java.util.Date" }; - _methodName228 = "reIndexFascicolo"; + _methodName230 = "reIndexFascicolo"; - _methodParameterTypes228 = new String[] { + _methodParameterTypes230 = new String[] { "it.tref.liferay.portos.bo.model.IntPratica", "long" }; - _methodName229 = "reIndexFasciolo"; + _methodName231 = "reIndexFasciolo"; - _methodParameterTypes229 = new String[] { "java.lang.String", "long" }; + _methodParameterTypes231 = new String[] { "java.lang.String", "long" }; - _methodName230 = "reIndexFasciolo"; + _methodName232 = "reIndexFasciolo"; - _methodParameterTypes230 = new String[] { "long", "long" }; + _methodParameterTypes232 = new String[] { "long", "long" }; - _methodName231 = "findByNumeroProgetto"; + _methodName233 = "findByNumeroProgetto"; - _methodParameterTypes231 = new String[] { "java.lang.String" }; + _methodParameterTypes233 = new String[] { "java.lang.String" }; - _methodName232 = "findByTerritorioId"; + _methodName234 = "findByTerritorioId"; - _methodParameterTypes232 = new String[] { "long" }; + _methodParameterTypes234 = new String[] { "long" }; - _methodName233 = "getOrganizationByIntPraticaId"; + _methodName235 = "getOrganizationByIntPraticaId"; - _methodParameterTypes233 = new String[] { "long" }; + _methodParameterTypes235 = new String[] { "long" }; - _methodName234 = "hasRichiestaIntegrazioneAttiva"; + _methodName236 = "hasRichiestaIntegrazioneAttiva"; - _methodParameterTypes234 = new String[] { "long" }; + _methodParameterTypes236 = new String[] { "long" }; - _methodName235 = "invioMailNotifica"; + _methodName237 = "invioMailNotifica"; - _methodParameterTypes235 = new String[] { + _methodParameterTypes237 = new String[] { "long", "long", "java.lang.String", "java.lang.String[][]", "java.lang.String[][]", "java.lang.String[][]", "java.lang.String", "com.liferay.portal.kernel.json.JSONObject", "java.util.List", "com.liferay.portal.service.ServiceContext" }; - _methodName236 = "searchAltriProgetti"; + _methodName238 = "searchAltriProgetti"; - _methodParameterTypes236 = new String[] { + _methodParameterTypes238 = new String[] { "javax.servlet.http.HttpServletRequest", "com.liferay.portal.model.User", "int", "int" }; - _methodName237 = "searchArchivioProgetti"; + _methodName239 = "searchArchivioProgetti"; - _methodParameterTypes237 = new String[] { + _methodParameterTypes239 = new String[] { "javax.servlet.http.HttpServletRequest", "com.liferay.portal.model.User", "int", "int" }; - _methodName238 = "searchMieiProgetti"; + _methodName240 = "searchMieiProgetti"; - _methodParameterTypes238 = new String[] { + _methodParameterTypes240 = new String[] { "javax.servlet.http.HttpServletRequest", "com.liferay.portal.model.User", "int", "int" }; @@ -533,23 +545,35 @@ public class IntPraticaLocalServiceClpInvoker { if (_methodName176.equals(name) && Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) { - return IntPraticaLocalServiceUtil.getTipiProcedure(); + return IntPraticaLocalServiceUtil.filtraPraticheStato((java.util.Date)arguments[0], + (java.util.Date)arguments[1]); } if (_methodName177.equals(name) && Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) { - return IntPraticaLocalServiceUtil.getVecchieProcedure(); + return IntPraticaLocalServiceUtil.filtraPraticheIntegrazioni((java.util.Date)arguments[0], + (java.util.Date)arguments[1]); } if (_methodName178.equals(name) && Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) { + return IntPraticaLocalServiceUtil.getTipiProcedure(); + } + + if (_methodName179.equals(name) && + Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + return IntPraticaLocalServiceUtil.getVecchieProcedure(); + } + + if (_methodName180.equals(name) && + Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { return IntPraticaLocalServiceUtil.addIntPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (com.liferay.portal.service.ServiceContext)arguments[2]); } - if (_methodName179.equals(name) && - Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) { + if (_methodName181.equals(name) && + Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { return IntPraticaLocalServiceUtil.addIntPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], ((Long)arguments[3]).longValue(), @@ -561,74 +585,74 @@ public class IntPraticaLocalServiceClpInvoker { (com.liferay.portal.service.ServiceContext)arguments[10]); } - if (_methodName180.equals(name) && - Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) { + if (_methodName182.equals(name) && + Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { return IntPraticaLocalServiceUtil.findByStatoPratica((java.lang.String)arguments[0]); } - if (_methodName181.equals(name) && - Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) { + if (_methodName183.equals(name) && + Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { return IntPraticaLocalServiceUtil.findByStatoPratica((java.lang.String)arguments[0], ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName182.equals(name) && - Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) { + if (_methodName184.equals(name) && + Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { return IntPraticaLocalServiceUtil.deleteIntPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0], ((Boolean)arguments[1]).booleanValue()); } - if (_methodName183.equals(name) && - Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) { + if (_methodName185.equals(name) && + Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) { return IntPraticaLocalServiceUtil.deleteIntPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0]); } - if (_methodName184.equals(name) && - Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) { + if (_methodName186.equals(name) && + Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { return IntPraticaLocalServiceUtil.cloneIntPratica(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); } - if (_methodName186.equals(name) && - Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) { + if (_methodName188.equals(name) && + Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { return IntPraticaLocalServiceUtil.updateDelegati(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.String)arguments[2], ((Boolean)arguments[3]).booleanValue()); } - if (_methodName187.equals(name) && - Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) { + if (_methodName189.equals(name) && + Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { return IntPraticaLocalServiceUtil.fetchIntPratica(((Long)arguments[0]).longValue()); } - if (_methodName188.equals(name) && - Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) { + if (_methodName190.equals(name) && + Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) { return IntPraticaLocalServiceUtil.findFascicoliNotProgetto(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } - if (_methodName189.equals(name) && - Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) { + if (_methodName191.equals(name) && + Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { return IntPraticaLocalServiceUtil.countFascicoliNotProgetto(); } - if (_methodName191.equals(name) && - Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) { + if (_methodName193.equals(name) && + Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { return IntPraticaLocalServiceUtil.countByPosizione(((Double)arguments[0]).doubleValue(), ((Double)arguments[1]).doubleValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName192.equals(name) && - Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) { + if (_methodName194.equals(name) && + Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) { return IntPraticaLocalServiceUtil.findByPosizione(((Double)arguments[0]).doubleValue(), ((Double)arguments[1]).doubleValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName193.equals(name) && - Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) { + if (_methodName195.equals(name) && + Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { return IntPraticaLocalServiceUtil.findByPosizione(((Double)arguments[0]).doubleValue(), ((Double)arguments[1]).doubleValue(), ((Integer)arguments[2]).intValue(), @@ -636,168 +660,168 @@ public class IntPraticaLocalServiceClpInvoker { ((Integer)arguments[4]).intValue()); } - if (_methodName195.equals(name) && - Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) { + if (_methodName197.equals(name) && + Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { return IntPraticaLocalServiceUtil.addNumeroProgetto(((Long)arguments[0]).longValue()); } - if (_methodName196.equals(name) && - Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) { + if (_methodName198.equals(name) && + Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { return IntPraticaLocalServiceUtil.sospendiPratica(((Long)arguments[0]).longValue(), ((Boolean)arguments[1]).booleanValue()); } - if (_methodName197.equals(name) && - Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) { + if (_methodName199.equals(name) && + Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { return IntPraticaLocalServiceUtil.cambiaTitolare(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[2]); } - if (_methodName198.equals(name) && - Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) { + if (_methodName200.equals(name) && + Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { return IntPraticaLocalServiceUtil.updateStatoPratica(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName199.equals(name) && - Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) { + if (_methodName201.equals(name) && + Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { return IntPraticaLocalServiceUtil.findByC_UserId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName200.equals(name) && - Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) { + if (_methodName202.equals(name) && + Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { return IntPraticaLocalServiceUtil.countByC_UserId(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName201.equals(name) && - Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) { + if (_methodName203.equals(name) && + Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { IntPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(), ((Integer)arguments[1]).intValue()); return null; } - if (_methodName202.equals(name) && - Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) { + if (_methodName204.equals(name) && + Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName203.equals(name) && - Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) { + if (_methodName205.equals(name) && + Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName205.equals(name) && - Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) { + if (_methodName207.equals(name) && + Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName206.equals(name) && - Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) { + if (_methodName208.equals(name) && + Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName208.equals(name) && - Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) { + if (_methodName210.equals(name) && + Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName209.equals(name) && - Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) { + if (_methodName211.equals(name) && + Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); } - if (_methodName211.equals(name) && - Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) { + if (_methodName213.equals(name) && + Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCanAddFineLavori(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName212.equals(name) && - Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) { + if (_methodName214.equals(name) && + Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCanAddFineLavori(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName214.equals(name) && - Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) { + if (_methodName216.equals(name) && + Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { return IntPraticaLocalServiceUtil.findByCanAddCollaudo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName215.equals(name) && - Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) { + if (_methodName217.equals(name) && + Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { return IntPraticaLocalServiceUtil.countByCanAddCollaudo(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName216.equals(name) && - Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) { + if (_methodName218.equals(name) && + Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { return IntPraticaLocalServiceUtil.search((java.util.List)arguments[0], ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } - if (_methodName217.equals(name) && - Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) { + if (_methodName219.equals(name) && + Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { return IntPraticaLocalServiceUtil.countSearch((java.util.List)arguments[0]); } - if (_methodName218.equals(name) && - Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) { + if (_methodName220.equals(name) && + Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { return IntPraticaLocalServiceUtil.searchWithIntPraticaId((java.util.List)arguments[0], ((Long)arguments[1]).longValue(), ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName219.equals(name) && - Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) { + if (_methodName221.equals(name) && + Arrays.deepEquals(_methodParameterTypes221, 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 (_methodName220.equals(name) && - Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) { + if (_methodName222.equals(name) && + Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { return IntPraticaLocalServiceUtil.generateFileAnnullamento(((Long)arguments[0]).longValue(), (com.liferay.portal.service.ServiceContext)arguments[1]); } - if (_methodName221.equals(name) && - Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) { + if (_methodName223.equals(name) && + Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { IntPraticaLocalServiceUtil.deleteFileAnnullamento(((Long)arguments[0]).longValue()); return null; } - if (_methodName222.equals(name) && - Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) { + if (_methodName224.equals(name) && + Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { IntPraticaLocalServiceUtil.completeAnnullamento(((Long)arguments[0]).longValue()); return null; } - if (_methodName223.equals(name) && - Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) { + if (_methodName225.equals(name) && + Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { IntPraticaLocalServiceUtil.cambiaIstruttore(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), ((Long)arguments[2]).longValue()); @@ -805,76 +829,76 @@ public class IntPraticaLocalServiceClpInvoker { return null; } - if (_methodName224.equals(name) && - Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) { + if (_methodName226.equals(name) && + Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { return IntPraticaLocalServiceUtil.countCaricoLavoroCF(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1], (java.lang.Long[])arguments[2]); } - if (_methodName225.equals(name) && - Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) { + if (_methodName227.equals(name) && + Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { return IntPraticaLocalServiceUtil.countCaricoLavoroIstruttore(((Long)arguments[0]).longValue(), (java.lang.String)arguments[1]); } - if (_methodName226.equals(name) && - Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) { + if (_methodName228.equals(name) && + Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { return IntPraticaLocalServiceUtil.generateReportPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0], ((Long)arguments[1]).longValue()); } - if (_methodName227.equals(name) && - Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) { + if (_methodName229.equals(name) && + Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) { return IntPraticaLocalServiceUtil.updateModifiedDate(((Long)arguments[0]).longValue(), (java.util.Date)arguments[1]); } - if (_methodName228.equals(name) && - Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) { + if (_methodName230.equals(name) && + Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { IntPraticaLocalServiceUtil.reIndexFascicolo((it.tref.liferay.portos.bo.model.IntPratica)arguments[0], ((Long)arguments[1]).longValue()); return null; } - if (_methodName229.equals(name) && - Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) { + if (_methodName231.equals(name) && + Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) { IntPraticaLocalServiceUtil.reIndexFasciolo((java.lang.String)arguments[0], ((Long)arguments[1]).longValue()); return null; } - if (_methodName230.equals(name) && - Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) { + if (_methodName232.equals(name) && + Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) { IntPraticaLocalServiceUtil.reIndexFasciolo(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue()); return null; } - if (_methodName231.equals(name) && - Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) { + if (_methodName233.equals(name) && + Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) { return IntPraticaLocalServiceUtil.findByNumeroProgetto((java.lang.String)arguments[0]); } - if (_methodName232.equals(name) && - Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) { + if (_methodName234.equals(name) && + Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) { return IntPraticaLocalServiceUtil.findByTerritorioId(((Long)arguments[0]).longValue()); } - if (_methodName233.equals(name) && - Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) { + if (_methodName235.equals(name) && + Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) { return IntPraticaLocalServiceUtil.getOrganizationByIntPraticaId(((Long)arguments[0]).longValue()); } - if (_methodName234.equals(name) && - Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) { + if (_methodName236.equals(name) && + Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) { return IntPraticaLocalServiceUtil.hasRichiestaIntegrazioneAttiva(((Long)arguments[0]).longValue()); } - if (_methodName235.equals(name) && - Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) { + if (_methodName237.equals(name) && + Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) { IntPraticaLocalServiceUtil.invioMailNotifica(((Long)arguments[0]).longValue(), ((Long)arguments[1]).longValue(), (java.lang.String)arguments[2], @@ -889,24 +913,24 @@ public class IntPraticaLocalServiceClpInvoker { return null; } - if (_methodName236.equals(name) && - Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) { + if (_methodName238.equals(name) && + Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) { return IntPraticaLocalServiceUtil.searchAltriProgetti((javax.servlet.http.HttpServletRequest)arguments[0], (com.liferay.portal.model.User)arguments[1], ((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.searchArchivioProgetti((javax.servlet.http.HttpServletRequest)arguments[0], (com.liferay.portal.model.User)arguments[1], ((Integer)arguments[2]).intValue(), ((Integer)arguments[3]).intValue()); } - if (_methodName238.equals(name) && - Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) { + if (_methodName240.equals(name) && + Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) { return IntPraticaLocalServiceUtil.searchMieiProgetti((javax.servlet.http.HttpServletRequest)arguments[0], (com.liferay.portal.model.User)arguments[1], ((Integer)arguments[2]).intValue(), @@ -978,24 +1002,24 @@ public class IntPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes183; private String _methodName184; private String[] _methodParameterTypes184; + private String _methodName185; + private String[] _methodParameterTypes185; private String _methodName186; private String[] _methodParameterTypes186; - private String _methodName187; - private String[] _methodParameterTypes187; private String _methodName188; private String[] _methodParameterTypes188; private String _methodName189; private String[] _methodParameterTypes189; + private String _methodName190; + private String[] _methodParameterTypes190; private String _methodName191; private String[] _methodParameterTypes191; - private String _methodName192; - private String[] _methodParameterTypes192; private String _methodName193; private String[] _methodParameterTypes193; + private String _methodName194; + private String[] _methodParameterTypes194; private String _methodName195; private String[] _methodParameterTypes195; - private String _methodName196; - private String[] _methodParameterTypes196; private String _methodName197; private String[] _methodParameterTypes197; private String _methodName198; @@ -1010,22 +1034,22 @@ public class IntPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes202; private String _methodName203; private String[] _methodParameterTypes203; + private String _methodName204; + private String[] _methodParameterTypes204; private String _methodName205; private String[] _methodParameterTypes205; - private String _methodName206; - private String[] _methodParameterTypes206; + private String _methodName207; + 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; @@ -1072,4 +1096,8 @@ public class IntPraticaLocalServiceClpInvoker { private String[] _methodParameterTypes237; private String _methodName238; private String[] _methodParameterTypes238; + private String _methodName239; + private String[] _methodParameterTypes239; + private String _methodName240; + private String[] _methodParameterTypes240; } \ 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/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 256d69ce..d7cf0ca9 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 @@ -133,8 +133,11 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl { private static Map vecchieProcedure = null; private static final Log _log = LogFactoryUtil.getLog(IntPraticaLocalServiceImpl.class); - public Iterator filtraPratiche(Date dataInizioLavori, Date dataFineLavori) { - return IntPraticaFinderUtil.filtraPratiche(dataInizioLavori, dataFineLavori); + public List filtraPraticheStato(Date dataInizioLavori, Date dataFineLavori) throws SystemException { + return IntPraticaFinderUtil.filtraPraticheStato(dataInizioLavori, dataFineLavori); + } + public List filtraPraticheIntegrazioni(Date dataInizioLavori, Date dataFineLavori) throws SystemException { + return IntPraticaFinderUtil.filtraPraticheIntegrazioni(dataInizioLavori, dataFineLavori); } @Override diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaServiceImpl.java index e8b6fef6..5e28829f 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaServiceImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/IntPraticaServiceImpl.java @@ -8,6 +8,11 @@ package it.tref.liferay.portos.bo.service.impl; +import com.liferay.portal.kernel.exception.PortalException; +import com.liferay.portal.kernel.exception.SystemException; +import com.liferay.portal.kernel.repository.model.FileEntry; +import com.liferay.portal.service.ServiceContext; + import it.mwg.sismica.bo.shared.util.AzioniPraticheUtil; import it.tref.liferay.portos.bo.model.IntPratica; import it.tref.liferay.portos.bo.model.Territorio; @@ -18,11 +23,6 @@ import it.tref.liferay.portos.bo.shared.util.ActionKeys; import java.io.IOException; import java.util.List; -import com.liferay.portal.kernel.exception.PortalException; -import com.liferay.portal.kernel.exception.SystemException; -import com.liferay.portal.kernel.repository.model.FileEntry; -import com.liferay.portal.service.ServiceContext; - /** * The implementation of the int pratica remote service. *

diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IntPraticaFinderImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IntPraticaFinderImpl.java index 45d8516e..df52d0fe 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IntPraticaFinderImpl.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IntPraticaFinderImpl.java @@ -13,6 +13,8 @@ import com.liferay.util.dao.orm.CustomSQLUtil; import it.tref.liferay.portos.bo.model.IntPratica; import it.tref.liferay.portos.bo.model.impl.IntPraticaImpl; +import java.util.ArrayList; +import java.util.Collection; import java.util.Date; import java.util.Iterator; import java.util.List; @@ -73,20 +75,44 @@ public class IntPraticaFinderImpl extends BasePersistenceImpl implem } } } - private final String FILTRA_PRATICHE = "IntPratica.reportPraticaStato"; - private final String FILTRA_PRATICHE_AVVISO = "IntPratica.reportPraticaIntegrazioni"; - public Iterator filtraPratiche(Date dataInizioLavori, Date dataFineLavori) + private final String FILTRA_PRATICHE_STATO = "IntPratica.reportPraticaStato"; + private final String FILTRA_PRATICHE_INTEGRAZIONI = "IntPratica.reportPraticaIntegrazioni"; + public List filtraPraticheStato(Date dataInizioLavori, Date dataFineLavori) throws SystemException { Session session = null; try { session = openSession(); - String sql = CustomSQLUtil.get(FILTRA_PRATICHE); + String sql = CustomSQLUtil.get(FILTRA_PRATICHE_STATO); SQLQuery query = session.createSQLQuery(sql); query.setCacheable(false); QueryPos qPos = QueryPos.getInstance(query); qPos.add(dataInizioLavori); qPos.add(dataFineLavori); - Iterator l = query.iterate(); + List l = query.list(); + _log.debug(l.getClass().getSimpleName()); + return l; + } catch (ORMException e) { + _log.error("Errore", e); + throw new RuntimeException(e); + } finally { + if (session != null) { + closeSession(session); + } + } + } + + public List filtraPraticheIntegrazioni(Date dataInizioLavori, Date dataFineLavori) + throws SystemException { + Session session = null; + try { + session = openSession(); + String sql = CustomSQLUtil.get(FILTRA_PRATICHE_INTEGRAZIONI); + SQLQuery query = session.createSQLQuery(sql); + query.setCacheable(false); + QueryPos qPos = QueryPos.getInstance(query); + qPos.add(dataInizioLavori); + qPos.add(dataFineLavori); + List l = query.list(); _log.debug(l.getClass().getSimpleName()); return l; } catch (ORMException e) { 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 c2cad714..e869c1ad 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=3622 - build.date=1679568472281 + build.number=3632 + build.date=1679901564833 build.auto.upgrade=true ## diff --git a/liferay-plugins-sdk-6.2/portlets/portos-reportistica-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar b/liferay-plugins-sdk-6.2/portlets/portos-reportistica-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar index 537578f9..f02cbc8f 100644 Binary files a/liferay-plugins-sdk-6.2/portlets/portos-reportistica-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar and b/liferay-plugins-sdk-6.2/portlets/portos-reportistica-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar differ diff --git a/liferay-plugins-sdk-6.2/portlets/portos-reportistica-portlet/docroot/html/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-reportistica-portlet/docroot/html/view.jsp index 4c697265..59ca464f 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-reportistica-portlet/docroot/html/view.jsp +++ b/liferay-plugins-sdk-6.2/portlets/portos-reportistica-portlet/docroot/html/view.jsp @@ -1,3 +1,8 @@ +<%@page import="java.util.HashMap"%> +<%@page import="java.util.Map"%> +<%@page import="java.math.BigInteger"%> +<%@page import="java.util.ArrayList"%> +<%@page import="com.liferay.portal.kernel.util.UnmodifiableList"%> <%@page import="java.util.Iterator"%> <%@page import="it.tref.liferay.portos.bo.model.DocPratica"%> <%@page import="it.tref.liferay.portos.bo.model.IntPratica"%> @@ -14,10 +19,24 @@ <%@page import="com.liferay.portlet.PortletURLFactoryUtil"%> <%@ include file="/html/init.jsp"%> <% - Date dataInizioLavori = ParamUtil.getDate(request, "dataInizioInput", DateFormatFactoryUtil.getSimpleDateFormat("yyyy-MM-dd")); Date dataFineLavori = ParamUtil.getDate(request, "dataFineInput", DateFormatFactoryUtil.getSimpleDateFormat("yyyy-MM-dd")); + List i = IntPraticaLocalServiceUtil.filtraPraticheStato(dataInizioLavori, dataFineLavori); + List j = IntPraticaLocalServiceUtil.filtraPraticheIntegrazioni(dataInizioLavori, dataFineLavori); + Map stati; + Map integrazioni; + stati = new HashMap(); + integrazioni = new HashMap(); + for(int p=1;p<=10;p++){ + stati.put("P"+p, BigInteger.valueOf(0)); + stati.put("Q"+p, BigInteger.valueOf(0)); + integrazioni.put("Q"+p, BigInteger.valueOf(0)); + integrazioni.put("Q"+p, BigInteger.valueOf(0)); + } %> + +

Dashboard di Reportistica

+ @@ -38,7 +57,6 @@

Data fine Lavori Opera:

@@ -52,4 +70,64 @@ -
\ No newline at end of file + +
+ + <% + for(int p=1;p<=10;p++){ + stati.put("P"+p, BigInteger.valueOf(0)); + stati.put("Q"+p, BigInteger.valueOf(0)); + integrazioni.put("Q"+p, BigInteger.valueOf(0)); + integrazioni.put("Q"+p, BigInteger.valueOf(0)); + } + %> +

Filtra Pratiche per Stato

+ <% if(Validator.isNotNull(i)&&!i.isEmpty()){ + + for(Object[] firsti : i){ + String tipoprocedura = (String)firsti[0]; + String statopratica = (String)firsti[1]; + BigInteger countStati = (BigInteger)firsti[2]; + BigInteger rigaCountMappa = stati.get(tipoprocedura); + if(Validator.isNotNull(countStati)&&Validator.isNotNull(rigaCountMappa)) + stati.put(tipoprocedura, countStati.add(rigaCountMappa)); + %> + + <% if(Validator.isNotNull(firsti)){%> + <%=tipoprocedura %> + <%=statopratica %> + <%=countStati %> + <%}%> + + <%}}%> + +

Report Stati

+

<%=stati.toString()%>

+
+
+ + +

Filtra Pratiche per Integrazioni

+ <% if(Validator.isNotNull(j)&&!j.isEmpty()){ + + for(Object[] firsti : j){ + String tipoprocedura = (String)firsti[0]; + BigInteger countIntegrazioni = (BigInteger)firsti[1]; + BigInteger rigaCountMappa = integrazioni.get(tipoprocedura); + if(Validator.isNotNull(countIntegrazioni)&&Validator.isNotNull(rigaCountMappa)) + integrazioni.put(tipoprocedura, countIntegrazioni.add(rigaCountMappa)); + %> + + <% if(Validator.isNotNull(firsti)){%> + <%=tipoprocedura %> + <%=countIntegrazioni %> + <%}%> + + <%}}%> + +

Report Integrazioni

+

<%=integrazioni.toString()%>

+ +
+
+
\ No newline at end of file