diff --git a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_bo/view_richiesta_popup.jsp b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_bo/view_richiesta_popup.jsp
index d16f9b34..0da26304 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_bo/view_richiesta_popup.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_bo/view_richiesta_popup.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="com.liferay.portlet.documentlibrary.util.DLUtil"%>
<%@page import="com.liferay.portlet.documentlibrary.service.DLAppLocalServiceUtil"%>
<%@page import="com.liferay.portlet.documentlibrary.service.DLFileEntryLocalServiceUtil"%>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/init.jsp b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/init.jsp
index 69d433f3..5e1eafd9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/init.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/init.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="javax.portlet.PortletURL"%>
<%@page import="com.liferay.portal.model.User"%>
<%@page import="com.liferay.portal.service.UserLocalServiceUtil"%>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/richiedi-atto.jsp b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/richiedi-atto.jsp
index 4670abc8..d6ce6dcc 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/richiedi-atto.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/richiedi-atto.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@include file="init.jsp" %>
<%
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/richiesta-inviata-success.jsp b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/richiesta-inviata-success.jsp
index ba036176..8fdf5c93 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/richiesta-inviata-success.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/richiesta-inviata-success.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@include file="init.jsp" %>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/view.jsp
index f015186a..ea877692 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/view.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/view.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@include file="init.jsp" %>
<%
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/visualizza-atto.jsp b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/visualizza-atto.jsp
index 27d4ec6b..b6d6f3ec 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/visualizza-atto.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/accesso_atti_fe/visualizza-atto.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="it.tref.liferay.portos.bo.util.SoggettiUtil"%>
<%@page import="com.liferay.portal.kernel.portlet.LiferayWindowState"%>
<%@page import="it.tref.liferay.portos.bo.shared.util.PortletKeys"%>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/creazione_account/success.jsp b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/creazione_account/success.jsp
index d841c51c..481185a6 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/creazione_account/success.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/creazione_account/success.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@include file="../init.jsp" %>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/creazione_account/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/creazione_account/view.jsp
index fb91975b..b78222b5 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/creazione_account/view.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/creazione_account/view.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@include file="../init.jsp" %>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/init.jsp b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/init.jsp
index f3db762d..11c883c0 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/init.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/html/init.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="java.text.Format"%>
<%@page import="com.liferay.portal.kernel.util.FastDateFormatFactoryUtil"%>
<%@page import="com.liferay.portal.kernel.util.StringUtil"%>
diff --git a/liferay-plugins-sdk-6.2/themes/provatema-theme/.classpath b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.classpath
similarity index 64%
rename from liferay-plugins-sdk-6.2/themes/provatema-theme/.classpath
rename to liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.classpath
index 714ef228..a87fe340 100644
--- a/liferay-plugins-sdk-6.2/themes/provatema-theme/.classpath
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.classpath
@@ -1,7 +1,7 @@
-
+
@@ -13,10 +13,15 @@
-
+
+
+
+
+
+
diff --git a/liferay-plugins-sdk-6.2/themes/provatema-theme/.project b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.project
similarity index 86%
rename from liferay-plugins-sdk-6.2/themes/provatema-theme/.project
rename to liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.project
index 0b1f363a..ada198f3 100644
--- a/liferay-plugins-sdk-6.2/themes/provatema-theme/.project
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.project
@@ -1,6 +1,6 @@
- provatema-theme
+ portos-advanced-operation-portlet
@@ -10,11 +10,6 @@
-
- com.liferay.ide.eclipse.theme.core.cssBuilder
-
-
-
org.eclipse.jdt.core.javabuilder
@@ -37,5 +32,6 @@
org.eclipse.wst.common.project.facet.core.nature
org.eclipse.jdt.core.javanature
org.eclipse.wst.jsdt.core.jsNature
+ org.apache.ivyde.eclipse.ivynature
diff --git a/liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/.jsdtscope b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/.jsdtscope
similarity index 100%
rename from liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/.jsdtscope
rename to liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/.jsdtscope
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.jdt.core.prefs b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 00000000..f42de363
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.7
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.jst.jsp.core.prefs b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.jst.jsp.core.prefs
new file mode 100644
index 00000000..3a5c98db
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.jst.jsp.core.prefs
@@ -0,0 +1,3 @@
+eclipse.preferences.version=1
+validateFragments=false
+validation.use-project-settings=true
diff --git a/liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.common.component b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.common.component
similarity index 54%
rename from liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.common.component
rename to liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.common.component
index 03ede77c..84aea89d 100644
--- a/liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.common.component
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.common.component
@@ -1,8 +1,8 @@
-
+
-
-
+
+
diff --git a/liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
similarity index 65%
rename from liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
rename to liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
index dc62c6dc..500dfccb 100644
--- a/liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
@@ -1,7 +1,7 @@
-
+
-
+
diff --git a/liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.common.project.facet.core.xml b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml
similarity index 86%
rename from liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.common.project.facet.core.xml
rename to liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml
index 9bbc4736..b0264dbc 100644
--- a/liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -1,11 +1,11 @@
-
+
-
+
diff --git a/liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.jsdt.ui.superType.container b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.jsdt.ui.superType.container
similarity index 100%
rename from liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.jsdt.ui.superType.container
rename to liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.jsdt.ui.superType.container
diff --git a/liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.jsdt.ui.superType.name b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.jsdt.ui.superType.name
similarity index 100%
rename from liferay-plugins-sdk-6.2/themes/provatema-theme/.settings/org.eclipse.wst.jsdt.ui.superType.name
rename to liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/.settings/org.eclipse.wst.jsdt.ui.superType.name
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar
deleted file mode 100644
index bf17ad8a..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-bo-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-bo-shared.jar
index f8e54d4a..376d4367 100644
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-bo-shared.jar and b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-bo-shared.jar differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-report-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-report-shared.jar
index 3e51861b..3c9f38e7 100644
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-report-shared.jar and b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/lib/portos-report-shared.jar differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/portlet/AdvancedOperationPortlet.java b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/portlet/AdvancedOperationPortlet.java
index 7f38ad90..01bc9989 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/portlet/AdvancedOperationPortlet.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/portlet/AdvancedOperationPortlet.java
@@ -11,6 +11,8 @@ import com.liferay.portal.kernel.util.ParamUtil;
import com.liferay.portal.kernel.util.Validator;
import com.liferay.portal.kernel.util.WebKeys;
import com.liferay.portal.kernel.workflow.WorkflowConstants;
+import com.liferay.portal.kernel.workflow.WorkflowTask;
+import com.liferay.portal.service.UserLocalServiceUtil;
import com.liferay.portal.theme.ThemeDisplay;
import com.liferay.portal.util.PortalUtil;
import com.liferay.util.bridges.mvc.MVCPortlet;
@@ -24,8 +26,8 @@ import it.tref.liferay.portos.bo.service.ControlloPraticaLocalServiceUtil;
import it.tref.liferay.portos.bo.service.DettPraticaLocalServiceUtil;
import it.tref.liferay.portos.bo.service.DocPraticaLocalServiceUtil;
import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil;
+import it.tref.liferay.portos.bo.util.WorkflowUtil;
-import java.util.Arrays;
import java.util.Date;
import java.util.List;
@@ -35,11 +37,11 @@ import javax.portlet.ActionResponse;
public class AdvancedOperationPortlet extends MVCPortlet {
private static final Log _log = LogFactoryUtil.getLog(AdvancedOperationPortlet.class);
-
+
public void deleteControlloPratica(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{
_checkIfUserIsCompanyAdmin(actionRequest);
-
+
long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", 0L);
if (intPraticaId != 0L) {
List
controlloPraticaList =
@@ -50,24 +52,24 @@ public class AdvancedOperationPortlet extends MVCPortlet {
for(ControlloPratica cp : controlloPraticaList){
if(_log.isDebugEnabled()){
_log.debug("AdvancedOperationPortlet --- Cycling... ControlloPraticaID " + cp.getCompanyId()
- + " Status " + cp.getStatus());
+ + " Status " + cp.getStatus());
}
if(ArrayUtil.contains(AdvancedOperationUtil.STATUS_ARRAY, cp.getStatus())){
_log.info("AdvancedOperationPortlet --- Deleting ControlloPratica " + cp.getControlloPraticaId() +
- " with Status " + cp.getStatus() +" of IntPraticaId " + intPraticaId);
+ " with Status " + cp.getStatus() +" of IntPraticaId " + intPraticaId);
ControlloPraticaLocalServiceUtil.deleteControlloPratica(cp);
}
}
}
actionResponse.setRenderParameter("intPraticaId", String.valueOf(intPraticaId));
}
-
+
public void reindexPratica(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{
_checkIfUserIsCompanyAdmin(actionRequest);
-
+
ThemeDisplay themeDisplay = (ThemeDisplay) actionRequest.getAttribute(WebKeys.THEME_DISPLAY);
-
+
long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", 0L);
if (intPraticaId != 0L) {
_log.info("AdvancedOperationPortlet --- Reindexing fascicolo of IntPraticaId " + intPraticaId);
@@ -75,23 +77,45 @@ public class AdvancedOperationPortlet extends MVCPortlet {
}
actionResponse.setRenderParameter("intPraticaId", String.valueOf(intPraticaId));
}
-
+
public void cambiaDataInizioLavori(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{
_checkIfUserIsCompanyAdmin(actionRequest);
long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L);
+ IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId);
+
Date dataInizioLavoriOpera = ParamUtil.getDate(actionRequest, "dataInizioLavoriOperaInput",
DateFormatFactoryUtil.getSimpleDateFormat("yyyy-MM-dd"), null);
- IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId);
+
_log.info("AdvancedOperationPortlet --- Changing DataInizioLavori on DettPraticas of IntPraticaId" + intPraticaId);
+ _setDataInizioLavori(intPratica, dataInizioLavoriOpera);
+
+ actionResponse.setRenderParameter("intPraticaId", String.valueOf(intPraticaId));
+ }
+
+ public void resetDataInizioLavori(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{
+
+ _checkIfUserIsCompanyAdmin(actionRequest);
+
+ long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L);
+ IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId);
+
+ if(AdvancedOperationUtil.hasNoFineLavori(intPratica)){
+ _log.info("AdvancedOperationPortlet --- Resetting DataInizioLavori on DettPraticas of IntPraticaId" + intPraticaId);
+ _setDataInizioLavori(intPratica, null);
+ }
+ actionResponse.setRenderParameter("intPraticaId", String.valueOf(intPraticaId));
+ }
+
+ private void _setDataInizioLavori(IntPratica intPratica, Date dataInizioLavoriOpera)
+ throws SystemException {
List dettPraticaListWithInizioLavori = AdvancedOperationUtil.fetchDettPraticaListWithInizioLavori(intPratica);
for(DettPratica dettPratica : dettPraticaListWithInizioLavori){
dettPratica.setDataInizioLavoriOpera(dataInizioLavoriOpera);
dettPratica.setModifiedDate(new Date());
DettPraticaLocalServiceUtil.updateDettPratica(dettPratica);
}
- actionResponse.setRenderParameter("intPraticaId", String.valueOf(intPraticaId));
}
public void fixNormLavoriInProprio(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{
@@ -160,7 +184,7 @@ public class AdvancedOperationPortlet extends MVCPortlet {
long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L);
IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId);
- if(WorkflowConstants.STATUS_INCOMPLETE == intPratica.getStatus()){
+ if(WorkflowConstants.STATUS_INACTIVE == intPratica.getStatus()){
_log.info("AdvancedOperationPortlet --- Recovering Pratica Vidimata (INCOMPLETE ==> DRAFT) "
+ "with IntPraticaId " + intPraticaId);
_ripristinaPratica(intPratica, WorkflowConstants.STATUS_DRAFT);
@@ -171,14 +195,53 @@ public class AdvancedOperationPortlet extends MVCPortlet {
actionResponse.setRenderParameter("intPraticaId", String.valueOf(intPraticaId));
}
+ public void cambiaIstruttore(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{
+ ThemeDisplay themeDisplay = (ThemeDisplay) actionRequest.getAttribute(WebKeys.THEME_DISPLAY);
+ long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L);
+ long istruttoreId = ParamUtil.getLong(actionRequest, "istruttoreId", -1L);
+ IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId);
+ WorkflowTask lastTask = AdvancedOperationUtil.getLastTask(intPratica);
+ if (lastTask != null && lastTask.getName().equalsIgnoreCase("Esito")) {
+ List controlloPraticas = ControlloPraticaLocalServiceUtil.findByIntPratica(intPratica.getIntPraticaId());
+ if(!controlloPraticas.isEmpty()){
+ for(ControlloPratica controlloPratica : controlloPraticas){
+ if(controlloPratica.getStatus() == WorkflowConstants.STATUS_PENDING){
+ WorkflowUtil.assegnaUltimoTask(intPratica.getCompanyId(), intPratica.getGroupId(),
+ istruttoreId, themeDisplay.getUserId(), controlloPratica);
+ }
+ }
+ }
+ }
+ actionResponse.setRenderParameter("intPraticaId", String.valueOf(intPraticaId));
+ }
+
+ public void fixUserID(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{
+
+ _checkIfUserIsCompanyAdmin(actionRequest);
+
+ long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L);
+ IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId);
+
+ if(!AdvancedOperationUtil.evalInt_Dett_UserID(intPratica)){
+ DettPratica dettPratica = DettPraticaLocalServiceUtil.getLastEditableByIntPratica(intPratica.getIntPraticaId());
+ if(Validator.isNotNull(dettPratica)){
+ long userId = intPratica.getUserId();
+ dettPratica.setUserId(userId);
+ dettPratica.setUserName(UserLocalServiceUtil.getUser(userId).getScreenName());
+ DettPraticaLocalServiceUtil.updateDettPratica(dettPratica);
+ }
+ }
+ actionResponse.setRenderParameter("intPraticaId", String.valueOf(intPraticaId));
+ }
+
public void ripristinaPraticaConforme(ActionRequest actionRequest, ActionResponse actionResponse) throws Exception{
_checkIfUserIsCompanyAdmin(actionRequest);
long intPraticaId = ParamUtil.getLong(actionRequest, "intPraticaId", -1L);
IntPratica intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(intPraticaId);
-
- if(WorkflowConstants.STATUS_INCOMPLETE == intPratica.getStatus()){
+
+ if(WorkflowConstants.STATUS_INACTIVE == intPratica.getStatus()){
_log.info("AdvancedOperationPortlet --- Recovering Pratica Vidimata (INCOMPLETE ==> APPROVED) "
+ "with IntPraticaId " + intPraticaId);
_ripristinaPratica(intPratica, WorkflowConstants.STATUS_APPROVED);
@@ -237,7 +300,9 @@ public class AdvancedOperationPortlet extends MVCPortlet {
private void _ripristinaPratica(IntPratica intPratica, int status) throws PortalException, SystemException{
long docPraticaAnnullamentoId = intPratica.getDocPraticaAnnullamentoId();
- IntPraticaLocalServiceUtil.deleteFileAnnullamento(docPraticaAnnullamentoId);
+ if(Validator.isNotNull(docPraticaAnnullamentoId)){
+ IntPraticaLocalServiceUtil.deleteFileAnnullamento(docPraticaAnnullamentoId);
+ }
IntPraticaLocalServiceUtil.updateStatus(intPratica.getIntPraticaId(), status);
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/portlet/TemplateTesterPortlet.java b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/portlet/TemplateTesterPortlet.java
new file mode 100644
index 00000000..1f7d71ce
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/portlet/TemplateTesterPortlet.java
@@ -0,0 +1,156 @@
+//package it.nextmind.liferay.portos.advanced.operation.portlet;
+//
+//import com.liferay.portal.kernel.json.JSONFactoryUtil;
+//import com.liferay.portal.kernel.json.JSONObject;
+//import com.liferay.portal.kernel.log.Log;
+//import com.liferay.portal.kernel.log.LogFactoryUtil;
+//import com.liferay.portal.kernel.servlet.ServletResponseUtil;
+//import com.liferay.portal.kernel.upload.UploadPortletRequest;
+//import com.liferay.portal.kernel.util.ContentTypes;
+//import com.liferay.portal.kernel.util.GetterUtil;
+//import com.liferay.portal.kernel.util.ParamUtil;
+//import com.liferay.portal.kernel.util.StreamUtil;
+//import com.liferay.portal.kernel.util.StringPool;
+//import com.liferay.portal.kernel.util.Validator;
+//import com.liferay.portal.kernel.util.WebKeys;
+//import com.liferay.portal.theme.ThemeDisplay;
+//import com.liferay.portal.util.PortalUtil;
+//import com.liferay.util.bridges.mvc.MVCPortlet;
+//
+//import it.tref.liferay.portos.bo.report.builder.bean.ReportAvvisoBean;
+//import it.tref.liferay.portos.bo.report.builder.builder.ReportAvvisoBeanBuilder;
+//import it.tref.liferay.portos.report.html.core.HtmlToPdfEngine;
+//import it.tref.liferay.portos.report.jasper.core.provider.JasperPdfProvider;
+//import it.tref.liferay.portos.report.jasper.core.report.BeanReport;
+//import it.tref.liferay.portos.report.jasper.core.report.ReportInterface;
+//import it.tref.liferay.portos.report.odt.core.OdtToPdfEngine;
+//import it.tref.liferay.portos.report.shared.constants.ReportConstants;
+//import it.tref.liferay.portos.report.shared.constants.ReportConstants.ReportType;
+//import it.tref.liferay.portos.report.shared.dto.ReportDto;
+//import it.tref.liferay.portos.report.shared.dto.ReportResultDto;
+//import it.tref.liferay.portos.report.shared.util.ReportUtil;
+//import it.tref.liferay.portos.report.shared.util.VelocityUtil;
+//
+//import java.io.ByteArrayOutputStream;
+//import java.io.IOException;
+//import java.io.InputStream;
+//import java.util.HashMap;
+//
+//import javassist.ClassPool;
+//
+//import javax.portlet.PortletException;
+//import javax.portlet.ResourceRequest;
+//import javax.portlet.ResourceResponse;
+//import javax.servlet.http.HttpServletRequest;
+//import javax.servlet.http.HttpServletResponse;
+//
+//public class TemplateTesterPortlet extends MVCPortlet {
+//
+// @Override
+// public void serveResource(ResourceRequest resourceRequest,
+// ResourceResponse resourceResponse) throws IOException,
+// PortletException {
+//
+// String resourceID = GetterUtil.getString(resourceRequest
+// .getResourceID());
+//
+// if (resourceID.equals("templateTester")) {
+// _processTemplate(resourceRequest, resourceResponse);
+// } else {
+// super.serveResource(resourceRequest, resourceResponse);
+// }
+// }
+//
+// private void _processTemplate(ResourceRequest resourceRequest,
+// ResourceResponse resourceResponse){
+//
+// HttpServletRequest request = PortalUtil
+// .getHttpServletRequest(resourceRequest);
+// HttpServletResponse response = PortalUtil
+// .getHttpServletResponse(resourceResponse);
+//
+// try {
+//
+// ThemeDisplay themeDisplay = (ThemeDisplay) resourceRequest
+// .getAttribute(WebKeys.THEME_DISPLAY);
+//
+// byte[] bytes = new byte[0];
+//
+// UploadPortletRequest uploadPortletRequest = PortalUtil
+// .getUploadPortletRequest(resourceRequest);
+//
+// ReportAvvisoBean bean = ReportAvvisoBeanBuilder.build(avviso, parameters);
+// String resourcePath = getClass().getName().replaceAll("\\w+\\.", "../")
+// .replace(getClass().getSimpleName(), ReportConstants.PATH_LOGO_REGIONE);
+// parameters.put(ReportConstants.LOGO_REGIONE, getClass().getResource(resourcePath).getPath());
+// ReportDto reportDto = new ReportDto();
+// reportDto.setFileEntryIds(new long[] { fileEntryIdTemplate });
+// reportDto.setFolderId(folderId);
+// reportDto.setFileName(fileName);
+// reportDto.setParameters(parameters);
+// reportDto.setShowNumberOfPage(true);
+// reportDto.setType(ReportConstants.ReportType.JRXML_TO_PDF.toString());
+// ReportResultDto result = ReportUtil.generateReport(companyId, userId, reportDto, bean);
+//
+// String parametersJSON = ParamUtil.getString(
+// uploadPortletRequest, "parametersJSON");
+//
+// HashMap params = new HashMap();
+// if (Validator.isNotNull(parametersJSON)) {
+// params = (HashMap) JSONFactoryUtil
+// .looseDeserialize(parametersJSON);
+// }
+//
+// String objectJSON = ParamUtil.getString(uploadPortletRequest,
+// "objectJSON");
+//
+// String fileNameTemplate = uploadPortletRequest
+// .getFileName("fileTemplate");
+//
+// ReportInterface reportInterface = null;
+//
+// if (Validator.isNotNull(objectJSON)) {
+//
+// JSONObject jsonObject = JSONFactoryUtil
+// .createJSONObject(objectJSON);
+//
+// ClassPool pool = ClassPool.getDefault();
+//
+// Class> clazz = makeClass(pool, jsonObject);
+// Object dataSource = clazz.newInstance();
+//
+// reportInterface = new BeanReport(dataSource);
+// }
+//
+// if (Validator.isNotNull(fileNameTemplate)) {
+//
+// InputStream inputStream = null;
+// try {
+// inputStream = uploadPortletRequest
+// .getFileAsStream("fileTemplate");
+//
+// JasperPdfProvider pdfProvider = new JasperPdfProvider();
+// pdfProvider.doReport(inputStream, params,
+// reportInterface);
+//
+// bytes = pdfProvider.getBytes();
+// } finally {
+// StreamUtil.cleanUp(inputStream);
+// }
+// }
+//
+// ServletResponseUtil.sendFile(request, response, "test.pdf", bytes,
+// ContentTypes.APPLICATION_PDF);
+//
+// } catch (Exception e) {
+// _log.error(e, e);
+//
+// ServletResponseUtil.sendFile(request, response, "test.html", e
+// .toString().getBytes(StringPool.UTF8),
+// ContentTypes.TEXT_HTML_UTF8);
+// }
+//
+// }
+//
+// private final static Log _log = LogFactoryUtil.getLog(TestPdf.class);
+//}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/util/AdvancedOperationUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/util/AdvancedOperationUtil.java
index 0a2bc33b..e20005c5 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/util/AdvancedOperationUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/WEB-INF/src/it/nextmind/liferay/portos/advanced/operation/util/AdvancedOperationUtil.java
@@ -11,186 +11,303 @@ import com.liferay.portal.kernel.util.Validator;
import com.liferay.portal.kernel.workflow.WorkflowConstants;
import com.liferay.portal.kernel.workflow.WorkflowTask;
import com.liferay.portal.kernel.workflow.WorkflowTaskManagerUtil;
+import com.liferay.portal.model.User;
import com.liferay.portal.model.WorkflowInstanceLink;
import com.liferay.portal.service.WorkflowInstanceLinkLocalServiceUtil;
import it.tref.liferay.portos.bo.model.ControlloPratica;
import it.tref.liferay.portos.bo.model.DettPratica;
import it.tref.liferay.portos.bo.model.DocPratica;
+import it.tref.liferay.portos.bo.model.FineLavori;
import it.tref.liferay.portos.bo.model.IntPratica;
import it.tref.liferay.portos.bo.service.ControlloPraticaLocalServiceUtil;
import it.tref.liferay.portos.bo.service.DettPraticaLocalServiceUtil;
import it.tref.liferay.portos.bo.service.DocPraticaLocalServiceUtil;
+import it.tref.liferay.portos.bo.service.FineLavoriLocalServiceUtil;
import it.tref.liferay.portos.bo.shared.util.Constants;
import it.tref.liferay.portos.bo.shared.util.StatoPraticaConstants;
+import it.tref.liferay.portos.bo.util.WorkflowUtil;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class AdvancedOperationUtil {
-
- public static final int[] STATUS_ARRAY =
- {WorkflowConstants.STATUS_DRAFT, WorkflowConstants.STATUS_INACTIVE, WorkflowConstants.STATUS_PENDING};
-
- public static boolean isNotWorkflowManuallyStarted(IntPratica intPratica){
+
+ public static final int[] STATUS_ARRAY = { WorkflowConstants.STATUS_DRAFT,
+ WorkflowConstants.STATUS_INACTIVE, WorkflowConstants.STATUS_PENDING };
+
+ public static boolean isNotWorkflowManuallyStarted(IntPratica intPratica) {
switch (intPratica.getStatoPratica()) {
- case StatoPraticaConstants.VIDIMATA :
+ case StatoPraticaConstants.VIDIMATA:
case StatoPraticaConstants.AUTORIZZATA:
- case StatoPraticaConstants.CONFORME:
+ case StatoPraticaConstants.CONFORME:
return true;
default:
return false;
}
}
- public static boolean hasControlloPratica_ProceduraC(IntPratica intPratica){
- if(Constants.PROCEDURA_C.equalsIgnoreCase(intPratica.getTipoProcedura())){
- try{
+ public static boolean hasControlloPratica_ProceduraC(IntPratica intPratica) {
+ if (Constants.PROCEDURA_C.equalsIgnoreCase(intPratica
+ .getTipoProcedura())) {
+ try {
long intPraticaId = intPratica.getIntPraticaId();
- for(int i : STATUS_ARRAY){
- List controlloPraticas =
- ControlloPraticaLocalServiceUtil.findByIntPraticaId_Status(intPraticaId, i);
- if(!controlloPraticas.isEmpty()){
+ for (int i : STATUS_ARRAY) {
+ List controlloPraticas = ControlloPraticaLocalServiceUtil
+ .findByIntPraticaId_Status(intPraticaId, i);
+ if (!controlloPraticas.isEmpty()) {
return true;
}
}
- } catch (SystemException e){
- _log.error(e,e);
+ } catch (SystemException e) {
+ _log.error(e, e);
return false;
}
}
return false;
}
-
+
public static List getListaTask(IntPratica intPratica) {
- if(Validator.isNull(intPratica)){
+ if (Validator.isNull(intPratica)) {
return null;
}
try {
ControlloPratica controlloPratica = null;
- List controlloPraticaList =
- ControlloPraticaLocalServiceUtil.findByIntPraticaId_Status(intPratica.getIntPraticaId(), intPratica.getStatus());
- if(controlloPraticaList.size() > 1){
- for(ControlloPratica cp : controlloPraticaList){
- if(Validator.isNull(controlloPratica) || cp.getCreateDate().after(controlloPratica.getCreateDate())) {
+ List controlloPraticaList = ControlloPraticaLocalServiceUtil
+ .findByIntPraticaId_Status(intPratica.getIntPraticaId(),
+ intPratica.getStatus());
+ if (controlloPraticaList.size() > 1) {
+ for (ControlloPratica cp : controlloPraticaList) {
+ if (Validator.isNull(controlloPratica)
+ || cp.getCreateDate().after(
+ controlloPratica.getCreateDate())) {
controlloPratica = cp;
}
}
- } else if(controlloPraticaList.size() == 1){
+ } else if (controlloPraticaList.size() == 1) {
controlloPratica = controlloPraticaList.get(0);
} else {
return null;
}
- WorkflowInstanceLink workflowInstanceLink = WorkflowInstanceLinkLocalServiceUtil.fetchWorkflowInstanceLink(
- controlloPratica.getCompanyId(),controlloPratica.getGroupId(), ControlloPratica.class.getName(),
- controlloPratica.getPrimaryKey());
+ WorkflowInstanceLink workflowInstanceLink = WorkflowInstanceLinkLocalServiceUtil
+ .fetchWorkflowInstanceLink(controlloPratica.getCompanyId(),
+ controlloPratica.getGroupId(),
+ ControlloPratica.class.getName(),
+ controlloPratica.getPrimaryKey());
List listaTask = null;
if (workflowInstanceLink == null) {
return null;
} else {
- return listaTask = WorkflowTaskManagerUtil.getWorkflowTasksByWorkflowInstance(controlloPratica.getCompanyId(), null,
- workflowInstanceLink.getWorkflowInstanceId(), false, QueryUtil.ALL_POS, QueryUtil.ALL_POS, null);
+ return listaTask = WorkflowTaskManagerUtil
+ .getWorkflowTasksByWorkflowInstance(
+ controlloPratica.getCompanyId(), null,
+ workflowInstanceLink.getWorkflowInstanceId(),
+ false, QueryUtil.ALL_POS, QueryUtil.ALL_POS,
+ null);
}
- } catch (SystemException | PortalException e){
- _log.error(e,e);
+ } catch (SystemException | PortalException e) {
+ _log.error(e, e);
return null;
}
}
- public static boolean isPraticaAnnullata(IntPratica intPratica){
- if(Validator.isNotNull(intPratica)){
+ public static boolean isPraticaAnnullata(IntPratica intPratica) {
+ if (Validator.isNotNull(intPratica)) {
return WorkflowConstants.STATUS_INACTIVE == intPratica.getStatus();
}
return false;
}
- public static List getDocPraticaOrfani(long intPraticaId){
+ public static List getDocPraticaOrfani(long intPraticaId) {
List docPraticaOrfaniList = new ArrayList();
try {
- List docPraticaList = DocPraticaLocalServiceUtil.findByIntPratica(intPraticaId);
- for(DocPratica docPratica : docPraticaList){
- if(Validator.isNull(DettPraticaLocalServiceUtil.fetchDettPratica(docPratica.getClassPk()))
- && DettPratica.class.getName().equals(docPratica.getClassName())){
+ List docPraticaList = DocPraticaLocalServiceUtil
+ .findByIntPratica(intPraticaId);
+ for (DocPratica docPratica : docPraticaList) {
+ if (Validator.isNull(DettPraticaLocalServiceUtil
+ .fetchDettPratica(docPratica.getClassPk()))
+ && DettPratica.class.getName().equals(
+ docPratica.getClassName())) {
docPraticaOrfaniList.add(docPratica);
}
}
} catch (SystemException e) {
- _log.error(e,e);
+ _log.error(e, e);
}
return docPraticaOrfaniList;
}
- public static boolean hasDettPratica(long intPraticaId){
+ public static boolean hasDettPratica(long intPraticaId) {
return !_getDettPraticaList(intPraticaId).isEmpty();
}
- public static boolean getNormLavoriInProprioFlag(long intPraticaId){
+ public static boolean getNormLavoriInProprioFlag(long intPraticaId) {
List dettPraticaList = _getDettPraticaList(intPraticaId);
- if(!dettPraticaList.isEmpty()){
+ if (!dettPraticaList.isEmpty()) {
return dettPraticaList.get(0).getNormLavoriInProprio();
}
return false;
}
- public static boolean getCollaudoStaticoFlag(long intPraticaId){
+ public static boolean getCollaudoStaticoFlag(long intPraticaId) {
List dettPraticaList = _getDettPraticaList(intPraticaId);
- if(!dettPraticaList.isEmpty()){
+ if (!dettPraticaList.isEmpty()) {
return dettPraticaList.get(0).getCollaudoStatico();
}
return false;
}
- public static String getLavoriInEconomiaBtnLabel(boolean normLavoriInProprioFlag){
- return normLavoriInProprioFlag ? "Rimuovi flag normLavoriInProprio" : "Aggiungi flag normLavoriInProprio";
+ public static String getLavoriInEconomiaBtnLabel(
+ boolean normLavoriInProprioFlag) {
+ return normLavoriInProprioFlag ? "Rimuovi flag normLavoriInProprio"
+ : "Aggiungi flag normLavoriInProprio";
}
- public static String getCollaudoStaticoBtnLabel(boolean collaudoStaticoFlag){
- return collaudoStaticoFlag ? "Rimuovi flag collaudoStatico" : "Aggiungi flag collaudoStatico";
+ public static String getCollaudoStaticoBtnLabel(boolean collaudoStaticoFlag) {
+ return collaudoStaticoFlag ? "Rimuovi flag collaudoStatico"
+ : "Aggiungi flag collaudoStatico";
}
- public static boolean isStatoPraticaIN(IntPratica intPratica){
- if(Validator.isNotNull(intPratica)){
+ public static boolean isStatoPraticaIN(IntPratica intPratica) {
+ if (Validator.isNotNull(intPratica)) {
return "IN".equals(intPratica.getStatoPratica());
}
return false;
}
- public static List fetchDettPraticaListWithInizioLavori(IntPratica intPratica){
- if(Validator.isNotNull(intPratica)){
- DynamicQuery dynamicQuery = DettPraticaLocalServiceUtil.dynamicQuery();
- dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPratica.getIntPraticaId()));
- dynamicQuery.add(RestrictionsFactoryUtil.isNotNull("dataInizioLavoriOpera"));
- try{
- return (List) DettPraticaLocalServiceUtil.dynamicQuery(dynamicQuery);
- } catch (SystemException e){
- _log.error(e,e);
+ public static long getCurrentAssignee(IntPratica intPratica) {
+ long currentAssignee = 0;
+ WorkflowTask lastTask = getLastTask(intPratica);
+ if (Validator.isNotNull(lastTask)) {
+ if (it.tref.liferay.portos.bo.util.WorkflowConstants.WORKFLOW_TASKNAME_ESITO
+ .equalsIgnoreCase(lastTask.getName())) {
+ currentAssignee = lastTask.getAssigneeUserId();
+ }
+ }
+ return currentAssignee;
+ }
+
+ public static WorkflowTask getLastTask(IntPratica intPratica) {
+ if (Validator.isNotNull(intPratica)) {
+ try {
+ List controlloPraticas = ControlloPraticaLocalServiceUtil
+ .findByIntPratica(intPratica.getIntPraticaId());
+ if (!controlloPraticas.isEmpty()) {
+ for (ControlloPratica controlloPratica : controlloPraticas) {
+ if (controlloPratica.getStatus() == WorkflowConstants.STATUS_PENDING) {
+ return WorkflowUtil.getLastTask(
+ controlloPratica.getCompanyId(),
+ controlloPratica.getGroupId(), null,
+ controlloPratica);
+ }
+ }
+ }
+ } catch (SystemException | PortalException e) {
+ _log.error(e, e);
+ }
+ }
+ return null;
+ }
+
+ public static boolean evalCurrentAssignee(IntPratica intPratica,
+ User tecnico) {
+ WorkflowTask lastTask = getLastTask(intPratica);
+ if (Validator.isNotNull(lastTask)
+ && lastTask.getName().equalsIgnoreCase("Esito")) {
+ return tecnico.getUserId() != lastTask.getAssigneeUserId()
+ || lastTask.getAssigneeUserId() == 0;
+ }
+ return false;
+ }
+
+ public static boolean isWorkFlowCompleted(ControlloPratica controlloPratica) {
+ try {
+ WorkflowTask task = WorkflowUtil.getLastTask(
+ controlloPratica.getCompanyId(),
+ controlloPratica.getGroupId(), null, controlloPratica);
+ if(Validator.isNotNull(task)){
+ return task.isCompleted();
+ }
+ } catch (PortalException | SystemException e) {
+ _log.error(e, e);
+ }
+ return false;
+ }
+
+ public static List fetchDettPraticaListWithInizioLavori(
+ IntPratica intPratica) {
+ if (Validator.isNotNull(intPratica)) {
+ DynamicQuery dynamicQuery = DettPraticaLocalServiceUtil
+ .dynamicQuery();
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId",
+ intPratica.getIntPraticaId()));
+ dynamicQuery.add(RestrictionsFactoryUtil
+ .isNotNull("dataInizioLavoriOpera"));
+ try {
+ return (List) DettPraticaLocalServiceUtil
+ .dynamicQuery(dynamicQuery);
+ } catch (SystemException e) {
+ _log.error(e, e);
return null;
}
}
return null;
}
- public static Date fetchDataInizioLavoriOpera(IntPratica intPratica){
+ public static Date fetchDataInizioLavoriOpera(IntPratica intPratica) {
List dettPraticaListWithInizioLavori = fetchDettPraticaListWithInizioLavori(intPratica);
- if(!dettPraticaListWithInizioLavori.isEmpty()){
- return dettPraticaListWithInizioLavori.get(0).getDataInizioLavoriOpera();
+ if (!dettPraticaListWithInizioLavori.isEmpty()) {
+ return dettPraticaListWithInizioLavori.get(0)
+ .getDataInizioLavoriOpera();
}
return null;
}
+
+ public static boolean evalInt_Dett_UserID(IntPratica intPratica){
+ _log.info("lastDettPraticaUserID: "+getLastDettPraticaUserID(intPratica)+" || intPraticaUserID: "+intPratica.getUserId());
+ return getLastDettPraticaUserID(intPratica) == intPratica.getUserId();
+ }
+
+ public static long getLastDettPraticaUserID(IntPratica intPratica){
+ try {
+ DettPratica dettPratica = DettPraticaLocalServiceUtil.getLastEditableByIntPratica(intPratica.getIntPraticaId());
+ if(Validator.isNotNull(dettPratica)){
+ return dettPratica.getUserId();
+ }
+ } catch (SystemException e){
+ _log.error(e,e);
+ }
+ return intPratica.getUserId();
+ }
+
+ public static boolean hasNoFineLavori(IntPratica intPratica){
+ if(Validator.isNotNull(intPratica)){
+ try {
+ List fineLavoriList =
+ FineLavoriLocalServiceUtil.findByIntPraticaId(intPratica.getIntPraticaId(), QueryUtil.ALL_POS, QueryUtil.ALL_POS, null);
+ return fineLavoriList.isEmpty();
+ } catch (SystemException e) {
+ _log.error(e,e);
+ }
+ }
+ return false;
+ }
- private static List _getDettPraticaList(long intPraticaId){
+ private static List _getDettPraticaList(long intPraticaId) {
List dettPraticaList = new ArrayList();
try {
- dettPraticaList = DettPraticaLocalServiceUtil.findByIntPraticaId(intPraticaId);
+ dettPraticaList = DettPraticaLocalServiceUtil
+ .findByIntPraticaId(intPraticaId);
} catch (SystemException e) {
- _log.error(e,e);
+ _log.error(e, e);
}
return dettPraticaList;
}
- private static final Log _log = LogFactoryUtil.getLog(AdvancedOperationUtil.class);
+ private static final Log _log = LogFactoryUtil
+ .getLog(AdvancedOperationUtil.class);
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/css/main.css b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/css/main.css
index fc1d01e6..e61e395a 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/css/main.css
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/css/main.css
@@ -7,4 +7,8 @@
#impersonaSoggettiBtn{
cursor: pointer;
+}
+
+.aop-ml-5{
+ margin-left: 5px!important;
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/template/init.jsp b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/template/init.jsp
new file mode 100644
index 00000000..de8ca25e
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/template/init.jsp
@@ -0,0 +1 @@
+<%@ include file="/html/init.jsp" %>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/template/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/template/view.jsp
new file mode 100644
index 00000000..2fe46735
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/template/view.jsp
@@ -0,0 +1,41 @@
+<%@ include file="/html/template/init.jsp" %>
+
+
+
+
+
+
+
+
+ Template Tester
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/view.jsp
index 579a1c9f..b1256164 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/view.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/docroot/html/view.jsp
@@ -1,8 +1,10 @@
+<%@page import="com.liferay.portal.model.Layout"%>
+<%@page import="it.tref.liferay.portos.bo.shared.util.PortletKeys"%>
+<%@page import="com.liferay.portal.kernel.util.HtmlUtil"%>
<%@page import="com.liferay.portal.service.UserLocalServiceUtil"%>
<%@page import="com.liferay.portal.model.User"%>
<%@page import="com.liferay.portal.kernel.portlet.LiferayWindowState"%>
<%@page import="javax.portlet.PortletMode"%>
-<%@page import="com.liferay.portal.util.PortletKeys"%>
<%@page import="javax.portlet.PortletRequest"%>
<%@page import="javax.portlet.PortletURL"%>
<%@page import="com.liferay.portal.model.Group"%>
@@ -37,6 +39,7 @@
<%@page import="com.liferay.portal.kernel.util.ParamUtil"%>
<%@ include file="/html/init.jsp"%>
+
<%
long intPraticaId = ParamUtil.getLong(request, "intPraticaId");
String numeroProgetto = ParamUtil.getString(request, "numeroProgetto", StringPool.BLANK);
@@ -83,14 +86,35 @@
-
+ <%
+ long ricercaPagePlid = PortalUtil.getPlidFromFriendlyURL(20155, "/group/portos-backoffice/ricerca");
+ %>
+
+
+
+
<% if(Validator.isNotNull(intPratica)){ %>
- Pratica: <%= intPraticaId %>
+ Pratica:
+
+ <%= intPraticaId %>
+
+
+
@@ -127,7 +151,11 @@
- Status: <%= intPratica.getStatus() %>
+
+ Status:
+
+ (<%= intPratica.getStatus() %>)
+
<%
@@ -142,28 +170,51 @@
<%
- String functionDataInizio = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace()+"cambiaDataInizioLavori','Sei sicuro di voler modificare la DATA di INIZIO LAVORI?')";
+ String functionChangeDataInizio = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace()+"cambiaDataInizioLavori','Sei sicuro di voler MODIFICARE la DATA di INIZIO LAVORI?')";
%>
-
-
+
+
+
Data inizio Lavori Opera:
-
-
-
-
-
+
+
+
+
+
+
+ <%
+ String functionResetDataInizio = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace()+"resetDataInizioLavori','Sei sicuro di voler RESETTARE la DATA di INIZIO LAVORI?')";
+ %>
+
+
+
+
+
<% } %>
@@ -218,6 +269,30 @@
<% } %>
+ <% if(AdvancedOperationUtil.hasDettPratica(intPraticaId)
+ && !AdvancedOperationUtil.evalInt_Dett_UserID(intPratica)){
+ %>
+
+
+
+
+
+ <%
+ String functionFixUserID = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace()+"fixUserID','Sei sicuro di voler cambiare lo User dell'ultimo dettPratica?')";
+ %>
+
+
+
+
+ <% } %>
+
<% if(AdvancedOperationUtil.isStatoPraticaIN(intPratica)){ %>
@@ -381,10 +457,6 @@
total="<%= SoggettoLocalServiceUtil.countByIntPratica(intPraticaId) %>"
/>
-
-
<%= soggetto.getFullTipologiaSoggetto() %>
@@ -399,14 +471,24 @@
}
%>
+ <%
+ User soggettoUser =
+ UserLocalServiceUtil.fetchUserByScreenName(company.getCompanyId(), soggetto.getCodiceFiscale());
+ %>
-
-
+
+
+
+
+
+
@@ -420,12 +502,13 @@
<%
List listaTask = AdvancedOperationUtil.getListaTask(intPratica);
if(Validator.isNotNull(listaTask) && !listaTask.isEmpty()){
+ long currentAssigneeId = AdvancedOperationUtil.getCurrentAssignee(intPratica);
%>
-
+
-
Gestisci ultima attività:
+
Gestisci ultima attività :
<%
Group controlPanelGroup = GroupLocalServiceUtil.getGroup(company.getCompanyId(), GroupConstants.CONTROL_PANEL);
@@ -441,17 +524,35 @@
+
+
+
+
+
+
+
Impersona Assegnatario Workflow:
+
+
+
+
+
+
<%
if(intPratica.getStatusByUserId() != 0L ){
User tecnico = UserLocalServiceUtil.fetchUser(intPratica.getStatusByUserId());
if (Validator.isNotNull(tecnico)) {
-
%>
@@ -469,6 +570,41 @@
url="<%= impersonateIstruttoreURL %>">
+
+ <%
+ String currentAssigneeName = StringPool.BLANK;
+ if(currentAssigneeId != 0L){
+ currentAssigneeName = UserLocalServiceUtil.getUser(currentAssigneeId).getFullName();
+ }
+ String cambiaIstruttoreMsg = currentAssigneeId != 0 ? "Pratica attualmente assegnata a " + currentAssigneeName : "Pratica attualmente senza assegnatario";
+ String cambiaIstruttoreBtnLabelPrefix = currentAssigneeId != 0 ? "Riassegna" : "Assegna";
+ %>
+
+
+
+
+
+
+ <%
+ String functionCambiaIstruttore = "javascript:"+renderResponse.getNamespace()+"openConfirmationDialog('"+renderResponse.getNamespace()+"cambiaIstruttore','Sei sicuro di voler riassegnare la pratica all istruttore?')";
+ %>
+
+
+
+
+ (<%= cambiaIstruttoreMsg %>)
+
+
+
+
<%
}
@@ -557,6 +693,49 @@
}
%>
+
+
+
+
+
+
+
+
+
+
+ <%= controlloPratica.getControlloPraticaId() %>
+
+
+
+
+ (<%= controlloPratica.getStatus() %>)
+
+
+ <%
+ String statoWorkflowMsg = StringPool.BLANK;
+ statoWorkflowMsg = AdvancedOperationUtil.isWorkFlowCompleted(controlloPratica) ?
+ "COMPLETATO" : "ATTIVO";
+ %>
+
+
+
+
+
+
+
+
+
+
+
+
+
<% } %>
@@ -565,11 +744,9 @@
-
-
<% if(Validator.isNotNull(intPratica)){ %>
@@ -649,7 +826,5 @@
modal.show();
}
);
-
-
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/ivy.xml b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/ivy.xml
index 4feea605..b3ac7ad6 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/ivy.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/ivy.xml
@@ -7,7 +7,7 @@
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
>
-
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/ivy.xml.MD5 b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/ivy.xml.MD5
new file mode 100644
index 00000000..5e77ca8e
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-advanced-operation-portlet/ivy.xml.MD5
@@ -0,0 +1 @@
+da182e61a8d786e000ef56dfa8d9ece4
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/.classpath b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/.classpath
index 47d0a747..9975372f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/.classpath
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/.classpath
@@ -1,7 +1,7 @@
-
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/.settings/org.eclipse.jdt.core.prefs b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 00000000..f42de363
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.7
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml
index 62fdb9a9..fe24cce9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -1,8 +1,8 @@
-
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/lib/portos-audit-portlet-service.jar b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/lib/portos-audit-portlet-service.jar
deleted file mode 100644
index 78d2f82e..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/lib/portos-audit-portlet-service.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/lib/portos-audit-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/lib/portos-audit-shared.jar
deleted file mode 100644
index 5e7fa267..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/lib/portos-audit-shared.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/liferay-hook.xml b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/liferay-hook.xml
index d7167b8e..a7be6d90 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/liferay-hook.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/liferay-hook.xml
@@ -1,4 +1,4 @@
-
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/service.xml b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/service.xml
index 3b654a43..26746469 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/service.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/service.xml
@@ -1,4 +1,4 @@
-
+
Marco
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/audit/service/persistence/AuditEventPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/audit/service/persistence/AuditEventPersistenceImpl.java
index 14a029f4..8436cb5b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/audit/service/persistence/AuditEventPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/audit/service/persistence/AuditEventPersistenceImpl.java
@@ -43,6 +43,7 @@ import it.tref.liferay.portos.audit.NoSuchAuditEventException;
import it.tref.liferay.portos.audit.model.AuditEvent;
import it.tref.liferay.portos.audit.model.impl.AuditEventImpl;
import it.tref.liferay.portos.audit.model.impl.AuditEventModelImpl;
+import it.tref.liferay.portos.audit.service.persistence.AuditEventPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/src/service.properties b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/src/service.properties
index 6245dac9..6f96bc90 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/src/service.properties
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/WEB-INF/src/service.properties
@@ -13,8 +13,8 @@
##
build.namespace=portos_AUDIT
- build.number=17
- build.date=1672849068307
+ build.number=16
+ build.date=1569596657517
build.auto.upgrade=true
##
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/common/details_column.jsp b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/common/details_column.jsp
index 851b5a30..3b091aab 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/common/details_column.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/common/details_column.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="com.liferay.portal.kernel.util.TextFormatter"%>
<%@page import="com.liferay.portal.kernel.json.JSONArray"%>
<%@page import="it.tref.liferay.portos.audit.model.AuditEvent"%>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/common/relations_column.jsp b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/common/relations_column.jsp
index f5287023..72b2cb90 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/common/relations_column.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/common/relations_column.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="com.liferay.portal.kernel.util.TextFormatter"%>
<%@page import="com.liferay.portal.kernel.json.JSONArray"%>
<%@page import="it.tref.liferay.portos.audit.model.AuditEvent"%>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/detail/detail.jsp b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/detail/detail.jsp
index ffc929c3..94e694cc 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/detail/detail.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/detail/detail.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="it.tref.liferay.portos.audit.shared.permission.HistoryPermission"%>
<%@page import="com.liferay.portal.security.permission.ActionKeys"%>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/detail/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/detail/view.jsp
index 3d6b7058..3c18f252 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/detail/view.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/detail/view.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="it.tref.liferay.portos.audit.shared.permission.HistoryPermission"%>
<%@page import="com.liferay.portal.security.permission.ActionKeys"%>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/detail/view_list.jsp b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/detail/view_list.jsp
index f77b3e2e..ff21f2e4 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/detail/view_list.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/detail/view_list.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="it.tref.liferay.portos.audit.shared.permission.HistoryPermission"%>
<%@page import="com.liferay.portal.security.permission.ActionKeys"%>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/init.jsp b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/init.jsp
index f6d6d4c6..71379d79 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/init.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/init.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/storicizzazione/edit.jsp b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/storicizzazione/edit.jsp
index cb89ae81..646951b9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/storicizzazione/edit.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/storicizzazione/edit.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ include file="/html/init.jsp" %>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/storicizzazione/view.jsp b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/storicizzazione/view.jsp
index 8447c350..ff47f72b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/storicizzazione/view.jsp
+++ b/liferay-plugins-sdk-6.2/portlets/portos-audit-portlet/docroot/html/storicizzazione/view.jsp
@@ -1,3 +1,4 @@
+<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ include file="/html/init.jsp" %>
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.classpath b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.classpath
index bc2c439b..98a15bfe 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.classpath
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.classpath
@@ -2,11 +2,9 @@
-
-
-
+
-
+
@@ -14,10 +12,13 @@
-
+
+
+
-
+
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.project b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.project
index 3f54558e..43d3ec29 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.project
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.project
@@ -32,16 +32,6 @@
org.eclipse.wst.common.project.facet.core.nature
org.eclipse.jdt.core.javanature
org.eclipse.wst.jsdt.core.jsNature
+ org.apache.ivyde.eclipse.ivynature
-
-
- 1672831492376
-
- 30
-
- org.eclipse.core.resources.regexFilterMatcher
- node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
-
-
-
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.settings/org.eclipse.wst.common.component b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.settings/org.eclipse.wst.common.component
new file mode 100644
index 00000000..d6d32bc0
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.settings/org.eclipse.wst.common.component
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+ uses
+
+
+ uses
+
+
+ uses
+
+
+ uses
+
+
+
+
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml
index f256af25..f4beb943 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -4,8 +4,8 @@
+
-
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/bin/.gitignore b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/bin/.gitignore
deleted file mode 100644
index 98f66096..00000000
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/bin/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-/.ant-targets-build.xml
-/.classpath
-/.project
-/.settings/
-/.tern-project
-/build.xml
-/docroot/
-/ivy.xml
-/ivy.xml.MD5
-/test/
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-audit-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-audit-shared.jar
deleted file mode 100644
index d1c4871f..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-audit-shared.jar and /dev/null differ
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
deleted file mode 100644
index bf17ad8a..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-portlet-service.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-shared.jar
deleted file mode 100644
index 8b81cf20..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-bo-shared.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar
deleted file mode 100644
index 9681a05c..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-kaleo-shared.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-mail-manager-portlet-service.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-mail-manager-portlet-service.jar
deleted file mode 100644
index a2f8cfcc..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-mail-manager-portlet-service.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar
deleted file mode 100644
index e1587c22..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-mail-manager-shared.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-report-shared.jar b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-report-shared.jar
deleted file mode 100644
index 3e51861b..00000000
Binary files a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/lib/portos-report-shared.jar and /dev/null differ
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/liferay-display.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/liferay-display.xml
index 9ec14628..02365b66 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/liferay-display.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/liferay-display.xml
@@ -2,7 +2,7 @@
-
+
@@ -14,8 +14,9 @@
+
-
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/liferay-hook.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/liferay-hook.xml
index 5dc0d86c..8234053b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/liferay-hook.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/liferay-hook.xml
@@ -1,4 +1,4 @@
-
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/liferay-portlet.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/liferay-portlet.xml
index 2039d4cb..c01bb451 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/liferay-portlet.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/liferay-portlet.xml
@@ -6,7 +6,7 @@
/icon.png
it.tref.liferay.portos.bo.indexer.IntPraticaIndexer
it.tref.liferay.portos.bo.indexer.ControlloPraticaIndexer
-
+
Estrazione Firme
it.tref.liferay.portos.bo.scheduler.SchedulerEstrazioneFirme
@@ -36,7 +36,7 @@
-
+
Sorteggio Pratiche
it.mwg.sismica.bo.scheduler.SchedulerSorteggio
@@ -75,7 +75,7 @@
- it.tref.liferay.portos.bo.asset.ControlloPraticaAssetRendererFactory
+ it.tref.liferay.portos.bo.asset.ControlloPraticaAssetRendererFactory
it.tref.liferay.portos.bo.workflow.ControlloPraticaWorkflowHandler
/css/main.css?v=4
/js/main.js?v=4
@@ -203,6 +203,13 @@
/js/main.js?v=4
13-portlet
+
+ 14
+ /icon.png
+ /css/main.css?v=4
+ /js/main.js?v=4
+ 14-portlet
+
administrator
Administrator
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/portlet.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/portlet.xml
index e43cbf95..6f73e64f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/portlet.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/portlet.xml
@@ -1,7 +1,7 @@
-
+
1
Fascicolo
@@ -47,14 +47,14 @@
0
text/html
- view
+ view
- content.Language
+ content.Language
Tabelle di Sistema
Tabelle di Sistema
-
+
administrator
@@ -79,14 +79,14 @@
0
text/html
- view
+ view
- content.Language
+ content.Language
Sorteggio
Sorteggio
-
+
administrator
@@ -111,14 +111,14 @@
0
text/html
- view
+ view
- content.Language
+ content.Language
Gestione Firme
Gestione Firme
-
+
administrator
@@ -351,7 +351,7 @@
text/html
view
- content.Language
+ content.Language
Generate Protocollo Csv
11
@@ -381,14 +381,14 @@
0
text/html
- view
+ view
- content.Language
+ content.Language
Pagamenti in Pending
Pagamenti in Pending
-
+
administrator
@@ -565,4 +565,36 @@
user
+
+ 14
+ Pannello Controllo Fine Lavori/Collaudo
+ it.tref.liferay.portos.bo.portlet.FineLavoriCollaudoPanel
+
+ view-template
+ /html/flcollaudopanel/view.jsp
+
+ 0
+
+ text/html
+ view
+
+ content.Language
+
+ Pannello Controllo Fine Lavori/Collaudo
+ 14
+
+
+
+ administrator
+
+
+ guest
+
+
+ power-user
+
+
+ user
+
+
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml
index 15447af1..3418e33a 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service.xml
@@ -1,4 +1,4 @@
-
+
Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
@@ -37,7 +37,7 @@
+ uuid="true">
@@ -57,6 +57,7 @@
+
@@ -87,12 +88,12 @@
+ case-sensitive="false" />
+ uuid="true">
@@ -159,7 +160,7 @@
+ remote-service="true" uuid="true" table="portos_bo_ParereGeo">
@@ -200,11 +201,11 @@
+ entity="DLApp" />
+ local-service="true" remote-service="true" uuid="true">
@@ -218,14 +219,14 @@
+ db-index="true">
+ uuid="true">
@@ -268,7 +269,7 @@
+ uuid="true">
@@ -346,11 +347,11 @@
+ entity="DLApp" />
+ remote-service="true" uuid="false">
@@ -382,7 +383,7 @@
+ uuid="true">
@@ -412,11 +413,11 @@
+ mapping-key="dettPraticaId" />
+ mapping-key="dettPraticaId" />
+ mapping-key="dettPraticaId" />
@@ -430,12 +431,12 @@
-
+
-
+
@@ -465,6 +466,8 @@
+
+
@@ -655,14 +658,14 @@
+ db-index="true">
+ db-index="true">
@@ -672,13 +675,13 @@
+ entity="ExpandoValue" />
+ entity="DLApp" />
+ uuid="true">
@@ -692,7 +695,7 @@
+ mapping-key="fineLavoriId" />
@@ -756,7 +759,7 @@
+ uuid="true">
@@ -770,7 +773,7 @@
+ mapping-key="collaudoId" />
@@ -822,7 +825,7 @@
+ uuid="true">
@@ -896,7 +899,7 @@
+ arrayable-operator="OR" />
@@ -926,11 +929,11 @@
+ entity="DLApp" />
+ uuid="true">
@@ -969,17 +972,18 @@
+
+ mapping-key="intPraticaId" />
+ mapping-key="intPraticaId" />
+ mapping-key="intPraticaId" />
-
+ mapping-key="intPraticaId" />
+
-
+
@@ -998,11 +1002,11 @@
+ entity="DLApp" />
+ uuid="true">
@@ -1102,7 +1106,7 @@
+ name="DettPratica_TipologiaSoggetto_Aggiuntivo_Rimosso">
@@ -1114,13 +1118,13 @@
+ name="IntPratica_TipologiaSoggetto_DettPraticaIdRimozione">
+ name="IntPratica_TipologiaSoggetto_Aggiuntivo_Rimosso">
@@ -1131,7 +1135,7 @@
+ name="DettPratica_TipologiaSoggetto_CodiceFiscale">
@@ -1164,7 +1168,7 @@
+ entity="DLApp" />
@@ -1187,9 +1191,9 @@
+ mapping-key="territorioId" />
+ mapping-key="territorioId" />
@@ -1203,7 +1207,7 @@
+ db-index="true">
@@ -1226,7 +1230,7 @@
+ remote-service="true" uuid="true">
@@ -1269,7 +1273,7 @@
+ uuid="true">
@@ -1303,6 +1307,7 @@
+
@@ -1342,11 +1347,11 @@
+ entity="DLApp" />
+ remote-service="true" uuid="true">
@@ -1358,7 +1363,7 @@
-
@@ -1374,7 +1379,7 @@
+ remote-service="true" uuid="true">
@@ -1414,11 +1419,11 @@
+ entity="DLApp" />
+ remote-service="true" uuid="true">
@@ -1449,11 +1454,11 @@
+ entity="DLApp" />
+ uuid="true">
@@ -1513,7 +1518,7 @@
+ name="DettPratica_CodiceFiscale_Tipologia_InEsito">
@@ -1540,7 +1545,7 @@
+ name="IntPratica_CodiceFiscale_Tipologia_InEsito">
@@ -1548,12 +1553,12 @@
+ entity="DLApp" />
+ remote-service="true" uuid="true">
@@ -1632,7 +1637,7 @@
+ name="IntPratica_CodiceFiscale_Tipologia_InEsito">
@@ -1642,7 +1647,7 @@
+ remote-service="true">
@@ -1670,6 +1675,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
DuplicateProvincia
CodiceProvincia
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchPraticaAttenzionataException.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchPraticaAttenzionataException.java
new file mode 100644
index 00000000..43e83bcf
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/NoSuchPraticaAttenzionataException.java
@@ -0,0 +1,40 @@
+/**
+ * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo;
+
+import com.liferay.portal.NoSuchModelException;
+
+/**
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ */
+public class NoSuchPraticaAttenzionataException extends NoSuchModelException {
+
+ public NoSuchPraticaAttenzionataException() {
+ super();
+ }
+
+ public NoSuchPraticaAttenzionataException(String msg) {
+ super(msg);
+ }
+
+ public NoSuchPraticaAttenzionataException(String msg, Throwable cause) {
+ super(msg, cause);
+ }
+
+ public NoSuchPraticaAttenzionataException(Throwable cause) {
+ super(cause);
+ }
+
+}
\ 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/model/ComuneClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneClp.java
index 3df3c946..7e28f949 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneClp.java
@@ -92,6 +92,7 @@ public class ComuneClp extends BaseModelImpl implements Comune {
attributes.put("disabilitato", getDisabilitato());
attributes.put("mailSuap", getMailSuap());
attributes.put("mailSue", getMailSue());
+ attributes.put("praticaOspedali", getPraticaOspedali());
return attributes;
}
@@ -199,6 +200,12 @@ public class ComuneClp extends BaseModelImpl implements Comune {
if (mailSue != null) {
setMailSue(mailSue);
}
+
+ Boolean praticaOspedali = (Boolean)attributes.get("praticaOspedali");
+
+ if (praticaOspedali != null) {
+ setPraticaOspedali(praticaOspedali);
+ }
}
@Override
@@ -619,6 +626,35 @@ public class ComuneClp extends BaseModelImpl implements Comune {
}
}
+ @Override
+ public boolean getPraticaOspedali() {
+ return _praticaOspedali;
+ }
+
+ @Override
+ public boolean isPraticaOspedali() {
+ return _praticaOspedali;
+ }
+
+ @Override
+ public void setPraticaOspedali(boolean praticaOspedali) {
+ _praticaOspedali = praticaOspedali;
+
+ if (_comuneRemoteModel != null) {
+ try {
+ Class> clazz = _comuneRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setPraticaOspedali",
+ boolean.class);
+
+ method.invoke(_comuneRemoteModel, praticaOspedali);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
@Override
public StagedModelType getStagedModelType() {
return new StagedModelType(PortalUtil.getClassNameId(
@@ -711,6 +747,7 @@ public class ComuneClp extends BaseModelImpl implements Comune {
clone.setDisabilitato(getDisabilitato());
clone.setMailSuap(getMailSuap());
clone.setMailSue(getMailSue());
+ clone.setPraticaOspedali(getPraticaOspedali());
return clone;
}
@@ -761,7 +798,7 @@ public class ComuneClp extends BaseModelImpl implements Comune {
@Override
public String toString() {
- StringBundler sb = new StringBundler(35);
+ StringBundler sb = new StringBundler(37);
sb.append("{uuid=");
sb.append(getUuid());
@@ -797,6 +834,8 @@ public class ComuneClp extends BaseModelImpl implements Comune {
sb.append(getMailSuap());
sb.append(", mailSue=");
sb.append(getMailSue());
+ sb.append(", praticaOspedali=");
+ sb.append(getPraticaOspedali());
sb.append("}");
return sb.toString();
@@ -804,7 +843,7 @@ public class ComuneClp extends BaseModelImpl implements Comune {
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(55);
+ StringBundler sb = new StringBundler(58);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.Comune");
@@ -878,6 +917,10 @@ public class ComuneClp extends BaseModelImpl implements Comune {
"mailSue");
+ sb.append(
+ "praticaOspedali");
sb.append("");
@@ -902,6 +945,7 @@ public class ComuneClp extends BaseModelImpl implements Comune {
private boolean _disabilitato;
private String _mailSuap;
private String _mailSue;
+ private boolean _praticaOspedali;
private BaseModel> _comuneRemoteModel;
private Class> _clpSerializerClass = it.tref.liferay.portos.bo.service.ClpSerializer.class;
}
\ 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/model/ComuneModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneModel.java
index 7c2de1fc..d9b5d446 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneModel.java
@@ -358,6 +358,27 @@ public interface ComuneModel extends BaseModel, StagedAuditedModel {
*/
public void setMailSue(String mailSue);
+ /**
+ * Returns the pratica ospedali of this comune.
+ *
+ * @return the pratica ospedali of this comune
+ */
+ public boolean getPraticaOspedali();
+
+ /**
+ * Returns true if this comune is pratica ospedali.
+ *
+ * @return true if this comune is pratica ospedali; false otherwise
+ */
+ public boolean isPraticaOspedali();
+
+ /**
+ * Sets whether this comune is pratica ospedali.
+ *
+ * @param praticaOspedali the pratica ospedali of this comune
+ */
+ public void setPraticaOspedali(boolean praticaOspedali);
+
@Override
public boolean isNew();
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneSoap.java
index 25267fd6..3682bcb0 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneSoap.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneSoap.java
@@ -48,6 +48,7 @@ public class ComuneSoap implements Serializable {
soapModel.setDisabilitato(model.getDisabilitato());
soapModel.setMailSuap(model.getMailSuap());
soapModel.setMailSue(model.getMailSue());
+ soapModel.setPraticaOspedali(model.getPraticaOspedali());
return soapModel;
}
@@ -248,6 +249,18 @@ public class ComuneSoap implements Serializable {
_mailSue = mailSue;
}
+ public boolean getPraticaOspedali() {
+ return _praticaOspedali;
+ }
+
+ public boolean isPraticaOspedali() {
+ return _praticaOspedali;
+ }
+
+ public void setPraticaOspedali(boolean praticaOspedali) {
+ _praticaOspedali = praticaOspedali;
+ }
+
private String _uuid;
private long _comuneId;
private long _companyId;
@@ -265,4 +278,5 @@ public class ComuneSoap implements Serializable {
private boolean _disabilitato;
private String _mailSuap;
private String _mailSue;
+ private boolean _praticaOspedali;
}
\ 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/model/ComuneWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneWrapper.java
index 1606ecd1..5ec5693d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/ComuneWrapper.java
@@ -67,6 +67,7 @@ public class ComuneWrapper implements Comune, ModelWrapper {
attributes.put("disabilitato", getDisabilitato());
attributes.put("mailSuap", getMailSuap());
attributes.put("mailSue", getMailSue());
+ attributes.put("praticaOspedali", getPraticaOspedali());
return attributes;
}
@@ -174,6 +175,12 @@ public class ComuneWrapper implements Comune, ModelWrapper {
if (mailSue != null) {
setMailSue(mailSue);
}
+
+ Boolean praticaOspedali = (Boolean)attributes.get("praticaOspedali");
+
+ if (praticaOspedali != null) {
+ setPraticaOspedali(praticaOspedali);
+ }
}
/**
@@ -588,6 +595,36 @@ public class ComuneWrapper implements Comune, ModelWrapper {
_comune.setMailSue(mailSue);
}
+ /**
+ * Returns the pratica ospedali of this comune.
+ *
+ * @return the pratica ospedali of this comune
+ */
+ @Override
+ public boolean getPraticaOspedali() {
+ return _comune.getPraticaOspedali();
+ }
+
+ /**
+ * Returns true if this comune is pratica ospedali.
+ *
+ * @return true if this comune is pratica ospedali; false otherwise
+ */
+ @Override
+ public boolean isPraticaOspedali() {
+ return _comune.isPraticaOspedali();
+ }
+
+ /**
+ * Sets whether this comune is pratica ospedali.
+ *
+ * @param praticaOspedali the pratica ospedali of this comune
+ */
+ @Override
+ public void setPraticaOspedali(boolean praticaOspedali) {
+ _comune.setPraticaOspedali(praticaOspedali);
+ }
+
@Override
public boolean isNew() {
return _comune.isNew();
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java
index 3d7cb8d0..9c368e95 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaClp.java
@@ -156,6 +156,8 @@ public class DettPraticaClp extends BaseModelImpl
attributes.put("dataFineEsecuzioneOpera", getDataFineEsecuzioneOpera());
attributes.put("metratura", getMetratura());
attributes.put("lavoriPubblici", getLavoriPubblici());
+ attributes.put("dataInserimentoInizioLavoriOpera",
+ getDataInserimentoInizioLavoriOpera());
attributes.put("pagamentoIdOneri", getPagamentoIdOneri());
attributes.put("pagamentoIdBolli", getPagamentoIdBolli());
attributes.put("lavoriPubbliciPercentuale",
@@ -803,6 +805,13 @@ public class DettPraticaClp extends BaseModelImpl
setLavoriPubblici(lavoriPubblici);
}
+ Date dataInserimentoInizioLavoriOpera = (Date)attributes.get(
+ "dataInserimentoInizioLavoriOpera");
+
+ if (dataInserimentoInizioLavoriOpera != null) {
+ setDataInserimentoInizioLavoriOpera(dataInserimentoInizioLavoriOpera);
+ }
+
Long pagamentoIdOneri = (Long)attributes.get("pagamentoIdOneri");
if (pagamentoIdOneri != null) {
@@ -3597,6 +3606,32 @@ public class DettPraticaClp extends BaseModelImpl
}
}
+ @Override
+ public Date getDataInserimentoInizioLavoriOpera() {
+ return _dataInserimentoInizioLavoriOpera;
+ }
+
+ @Override
+ public void setDataInserimentoInizioLavoriOpera(
+ Date dataInserimentoInizioLavoriOpera) {
+ _dataInserimentoInizioLavoriOpera = dataInserimentoInizioLavoriOpera;
+
+ if (_dettPraticaRemoteModel != null) {
+ try {
+ Class> clazz = _dettPraticaRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setDataInserimentoInizioLavoriOpera",
+ Date.class);
+
+ method.invoke(_dettPraticaRemoteModel,
+ dataInserimentoInizioLavoriOpera);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
@Override
public long getPagamentoIdOneri() {
return _pagamentoIdOneri;
@@ -8652,6 +8687,7 @@ public class DettPraticaClp extends BaseModelImpl
clone.setDataFineEsecuzioneOpera(getDataFineEsecuzioneOpera());
clone.setMetratura(getMetratura());
clone.setLavoriPubblici(getLavoriPubblici());
+ clone.setDataInserimentoInizioLavoriOpera(getDataInserimentoInizioLavoriOpera());
clone.setPagamentoIdOneri(getPagamentoIdOneri());
clone.setPagamentoIdBolli(getPagamentoIdBolli());
clone.setLavoriPubbliciPercentuale(getLavoriPubbliciPercentuale());
@@ -8875,7 +8911,7 @@ public class DettPraticaClp extends BaseModelImpl
@Override
public String toString() {
- StringBundler sb = new StringBundler(477);
+ StringBundler sb = new StringBundler(479);
sb.append("{uuid=");
sb.append(getUuid());
@@ -9011,6 +9047,8 @@ public class DettPraticaClp extends BaseModelImpl
sb.append(getMetratura());
sb.append(", lavoriPubblici=");
sb.append(getLavoriPubblici());
+ sb.append(", dataInserimentoInizioLavoriOpera=");
+ sb.append(getDataInserimentoInizioLavoriOpera());
sb.append(", pagamentoIdOneri=");
sb.append(getPagamentoIdOneri());
sb.append(", pagamentoIdBolli=");
@@ -9360,7 +9398,7 @@ public class DettPraticaClp extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(718);
+ StringBundler sb = new StringBundler(721);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.DettPratica");
@@ -9634,6 +9672,10 @@ public class DettPraticaClp extends BaseModelImpl
"lavoriPubblici");
+ sb.append(
+ "dataInserimentoInizioLavoriOpera");
sb.append(
"pagamentoIdOneri
private Date _dataFineEsecuzioneOpera;
private String _metratura;
private boolean _lavoriPubblici;
+ private Date _dataInserimentoInizioLavoriOpera;
private long _pagamentoIdOneri;
private long _pagamentoIdBolli;
private int _lavoriPubbliciPercentuale;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java
index a4b09b7b..06df9c8b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaModel.java
@@ -1173,6 +1173,21 @@ public interface DettPraticaModel extends BaseModel,
*/
public void setLavoriPubblici(boolean lavoriPubblici);
+ /**
+ * Returns the data inserimento inizio lavori opera of this dett pratica.
+ *
+ * @return the data inserimento inizio lavori opera of this dett pratica
+ */
+ public Date getDataInserimentoInizioLavoriOpera();
+
+ /**
+ * Sets the data inserimento inizio lavori opera of this dett pratica.
+ *
+ * @param dataInserimentoInizioLavoriOpera the data inserimento inizio lavori opera of this dett pratica
+ */
+ public void setDataInserimentoInizioLavoriOpera(
+ Date dataInserimentoInizioLavoriOpera);
+
/**
* Returns the pagamento ID oneri of this dett pratica.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java
index 0fa2de2d..052098fe 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaSoap.java
@@ -98,6 +98,7 @@ public class DettPraticaSoap implements Serializable {
soapModel.setDataFineEsecuzioneOpera(model.getDataFineEsecuzioneOpera());
soapModel.setMetratura(model.getMetratura());
soapModel.setLavoriPubblici(model.getLavoriPubblici());
+ soapModel.setDataInserimentoInizioLavoriOpera(model.getDataInserimentoInizioLavoriOpera());
soapModel.setPagamentoIdOneri(model.getPagamentoIdOneri());
soapModel.setPagamentoIdBolli(model.getPagamentoIdBolli());
soapModel.setLavoriPubbliciPercentuale(model.getLavoriPubbliciPercentuale());
@@ -908,6 +909,15 @@ public class DettPraticaSoap implements Serializable {
_lavoriPubblici = lavoriPubblici;
}
+ public Date getDataInserimentoInizioLavoriOpera() {
+ return _dataInserimentoInizioLavoriOpera;
+ }
+
+ public void setDataInserimentoInizioLavoriOpera(
+ Date dataInserimentoInizioLavoriOpera) {
+ _dataInserimentoInizioLavoriOpera = dataInserimentoInizioLavoriOpera;
+ }
+
public long getPagamentoIdOneri() {
return _pagamentoIdOneri;
}
@@ -2778,6 +2788,7 @@ public class DettPraticaSoap implements Serializable {
private Date _dataFineEsecuzioneOpera;
private String _metratura;
private boolean _lavoriPubblici;
+ private Date _dataInserimentoInizioLavoriOpera;
private long _pagamentoIdOneri;
private long _pagamentoIdBolli;
private int _lavoriPubbliciPercentuale;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java
index 58aef916..9e937db7 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/DettPraticaWrapper.java
@@ -130,6 +130,8 @@ public class DettPraticaWrapper implements DettPratica,
attributes.put("dataFineEsecuzioneOpera", getDataFineEsecuzioneOpera());
attributes.put("metratura", getMetratura());
attributes.put("lavoriPubblici", getLavoriPubblici());
+ attributes.put("dataInserimentoInizioLavoriOpera",
+ getDataInserimentoInizioLavoriOpera());
attributes.put("pagamentoIdOneri", getPagamentoIdOneri());
attributes.put("pagamentoIdBolli", getPagamentoIdBolli());
attributes.put("lavoriPubbliciPercentuale",
@@ -777,6 +779,13 @@ public class DettPraticaWrapper implements DettPratica,
setLavoriPubblici(lavoriPubblici);
}
+ Date dataInserimentoInizioLavoriOpera = (Date)attributes.get(
+ "dataInserimentoInizioLavoriOpera");
+
+ if (dataInserimentoInizioLavoriOpera != null) {
+ setDataInserimentoInizioLavoriOpera(dataInserimentoInizioLavoriOpera);
+ }
+
Long pagamentoIdOneri = (Long)attributes.get("pagamentoIdOneri");
if (pagamentoIdOneri != null) {
@@ -3418,6 +3427,27 @@ public class DettPraticaWrapper implements DettPratica,
_dettPratica.setLavoriPubblici(lavoriPubblici);
}
+ /**
+ * Returns the data inserimento inizio lavori opera of this dett pratica.
+ *
+ * @return the data inserimento inizio lavori opera of this dett pratica
+ */
+ @Override
+ public java.util.Date getDataInserimentoInizioLavoriOpera() {
+ return _dettPratica.getDataInserimentoInizioLavoriOpera();
+ }
+
+ /**
+ * Sets the data inserimento inizio lavori opera of this dett pratica.
+ *
+ * @param dataInserimentoInizioLavoriOpera the data inserimento inizio lavori opera of this dett pratica
+ */
+ @Override
+ public void setDataInserimentoInizioLavoriOpera(
+ java.util.Date dataInserimentoInizioLavoriOpera) {
+ _dettPratica.setDataInserimentoInizioLavoriOpera(dataInserimentoInizioLavoriOpera);
+ }
+
/**
* Returns the pagamento ID oneri of this dett pratica.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaClp.java
index 10023836..795c83ba 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaClp.java
@@ -109,6 +109,7 @@ public class IntPraticaClp extends BaseModelImpl
attributes.put("collaudoParziale", getCollaudoParziale());
attributes.put("collaudoTotale", getCollaudoTotale());
attributes.put("controlloObbligatorio", getControlloObbligatorio());
+ attributes.put("praticaOspedaliera", getPraticaOspedaliera());
attributes.put("inLavorazioneSue", getInLavorazioneSue());
return attributes;
@@ -307,6 +308,13 @@ public class IntPraticaClp extends BaseModelImpl
setControlloObbligatorio(controlloObbligatorio);
}
+ Boolean praticaOspedaliera = (Boolean)attributes.get(
+ "praticaOspedaliera");
+
+ if (praticaOspedaliera != null) {
+ setPraticaOspedaliera(praticaOspedaliera);
+ }
+
Boolean inLavorazioneSue = (Boolean)attributes.get("inLavorazioneSue");
if (inLavorazioneSue != null) {
@@ -1096,6 +1104,35 @@ public class IntPraticaClp extends BaseModelImpl
}
}
+ @Override
+ public boolean getPraticaOspedaliera() {
+ return _praticaOspedaliera;
+ }
+
+ @Override
+ public boolean isPraticaOspedaliera() {
+ return _praticaOspedaliera;
+ }
+
+ @Override
+ public void setPraticaOspedaliera(boolean praticaOspedaliera) {
+ _praticaOspedaliera = praticaOspedaliera;
+
+ if (_intPraticaRemoteModel != null) {
+ try {
+ Class> clazz = _intPraticaRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setPraticaOspedaliera",
+ boolean.class);
+
+ method.invoke(_intPraticaRemoteModel, praticaOspedaliera);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
@Override
public boolean getInLavorazioneSue() {
return _inLavorazioneSue;
@@ -1309,6 +1346,7 @@ public class IntPraticaClp extends BaseModelImpl
clone.setCollaudoParziale(getCollaudoParziale());
clone.setCollaudoTotale(getCollaudoTotale());
clone.setControlloObbligatorio(getControlloObbligatorio());
+ clone.setPraticaOspedaliera(getPraticaOspedaliera());
clone.setInLavorazioneSue(getInLavorazioneSue());
return clone;
@@ -1362,7 +1400,7 @@ public class IntPraticaClp extends BaseModelImpl
@Override
public String toString() {
- StringBundler sb = new StringBundler(65);
+ StringBundler sb = new StringBundler(67);
sb.append("{uuid=");
sb.append(getUuid());
@@ -1426,6 +1464,8 @@ public class IntPraticaClp extends BaseModelImpl
sb.append(getCollaudoTotale());
sb.append(", controlloObbligatorio=");
sb.append(getControlloObbligatorio());
+ sb.append(", praticaOspedaliera=");
+ sb.append(getPraticaOspedaliera());
sb.append(", inLavorazioneSue=");
sb.append(getInLavorazioneSue());
sb.append("}");
@@ -1435,7 +1475,7 @@ public class IntPraticaClp extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(100);
+ StringBundler sb = new StringBundler(103);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.IntPratica");
@@ -1565,6 +1605,10 @@ public class IntPraticaClp extends BaseModelImpl
"controlloObbligatorio");
+ sb.append(
+ "praticaOspedaliera");
sb.append(
"inLavorazioneSue
private boolean _collaudoParziale;
private boolean _collaudoTotale;
private boolean _controlloObbligatorio;
+ private boolean _praticaOspedaliera;
private boolean _inLavorazioneSue;
private BaseModel> _intPraticaRemoteModel;
private Class> _clpSerializerClass = it.tref.liferay.portos.bo.service.ClpSerializer.class;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaModel.java
index 7c54b82d..35046e55 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaModel.java
@@ -601,6 +601,27 @@ public interface IntPraticaModel extends BaseModel,
*/
public void setControlloObbligatorio(boolean controlloObbligatorio);
+ /**
+ * Returns the pratica ospedaliera of this int pratica.
+ *
+ * @return the pratica ospedaliera of this int pratica
+ */
+ public boolean getPraticaOspedaliera();
+
+ /**
+ * Returns true if this int pratica is pratica ospedaliera.
+ *
+ * @return true if this int pratica is pratica ospedaliera; false otherwise
+ */
+ public boolean isPraticaOspedaliera();
+
+ /**
+ * Sets whether this int pratica is pratica ospedaliera.
+ *
+ * @param praticaOspedaliera the pratica ospedaliera of this int pratica
+ */
+ public void setPraticaOspedaliera(boolean praticaOspedaliera);
+
/**
* Returns the in lavorazione sue of this int pratica.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaSoap.java
index 2f65c90c..89391aa6 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaSoap.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaSoap.java
@@ -62,6 +62,7 @@ public class IntPraticaSoap implements Serializable {
soapModel.setCollaudoParziale(model.getCollaudoParziale());
soapModel.setCollaudoTotale(model.getCollaudoTotale());
soapModel.setControlloObbligatorio(model.getControlloObbligatorio());
+ soapModel.setPraticaOspedaliera(model.getPraticaOspedaliera());
soapModel.setInLavorazioneSue(model.getInLavorazioneSue());
return soapModel;
@@ -393,6 +394,18 @@ public class IntPraticaSoap implements Serializable {
_controlloObbligatorio = controlloObbligatorio;
}
+ public boolean getPraticaOspedaliera() {
+ return _praticaOspedaliera;
+ }
+
+ public boolean isPraticaOspedaliera() {
+ return _praticaOspedaliera;
+ }
+
+ public void setPraticaOspedaliera(boolean praticaOspedaliera) {
+ _praticaOspedaliera = praticaOspedaliera;
+ }
+
public boolean getInLavorazioneSue() {
return _inLavorazioneSue;
}
@@ -436,5 +449,6 @@ public class IntPraticaSoap implements Serializable {
private boolean _collaudoParziale;
private boolean _collaudoTotale;
private boolean _controlloObbligatorio;
+ private boolean _praticaOspedaliera;
private boolean _inLavorazioneSue;
}
\ 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/model/IntPraticaWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaWrapper.java
index 10be971b..28fd9768 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/IntPraticaWrapper.java
@@ -83,6 +83,7 @@ public class IntPraticaWrapper implements IntPratica, ModelWrapper {
attributes.put("collaudoParziale", getCollaudoParziale());
attributes.put("collaudoTotale", getCollaudoTotale());
attributes.put("controlloObbligatorio", getControlloObbligatorio());
+ attributes.put("praticaOspedaliera", getPraticaOspedaliera());
attributes.put("inLavorazioneSue", getInLavorazioneSue());
return attributes;
@@ -281,6 +282,13 @@ public class IntPraticaWrapper implements IntPratica, ModelWrapper {
setControlloObbligatorio(controlloObbligatorio);
}
+ Boolean praticaOspedaliera = (Boolean)attributes.get(
+ "praticaOspedaliera");
+
+ if (praticaOspedaliera != null) {
+ setPraticaOspedaliera(praticaOspedaliera);
+ }
+
Boolean inLavorazioneSue = (Boolean)attributes.get("inLavorazioneSue");
if (inLavorazioneSue != null) {
@@ -1044,6 +1052,36 @@ public class IntPraticaWrapper implements IntPratica, ModelWrapper {
_intPratica.setControlloObbligatorio(controlloObbligatorio);
}
+ /**
+ * Returns the pratica ospedaliera of this int pratica.
+ *
+ * @return the pratica ospedaliera of this int pratica
+ */
+ @Override
+ public boolean getPraticaOspedaliera() {
+ return _intPratica.getPraticaOspedaliera();
+ }
+
+ /**
+ * Returns true if this int pratica is pratica ospedaliera.
+ *
+ * @return true if this int pratica is pratica ospedaliera; false otherwise
+ */
+ @Override
+ public boolean isPraticaOspedaliera() {
+ return _intPratica.isPraticaOspedaliera();
+ }
+
+ /**
+ * Sets whether this int pratica is pratica ospedaliera.
+ *
+ * @param praticaOspedaliera the pratica ospedaliera of this int pratica
+ */
+ @Override
+ public void setPraticaOspedaliera(boolean praticaOspedaliera) {
+ _intPratica.setPraticaOspedaliera(praticaOspedaliera);
+ }
+
/**
* Returns the in lavorazione sue of this int pratica.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoClp.java
index d7c59b3d..41aa5b97 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoClp.java
@@ -100,6 +100,7 @@ public class PagamentoClp extends BaseModelImpl implements Pagamento
attributes.put("otf", getOtf());
attributes.put("otfCreateDate", getOtfCreateDate());
attributes.put("emailPending", getEmailPending());
+ attributes.put("numeroBollettino", getNumeroBollettino());
attributes.put("oldPagamentoId", getOldPagamentoId());
return attributes;
@@ -259,6 +260,12 @@ public class PagamentoClp extends BaseModelImpl implements Pagamento
setEmailPending(emailPending);
}
+ String numeroBollettino = (String)attributes.get("numeroBollettino");
+
+ if (numeroBollettino != null) {
+ setNumeroBollettino(numeroBollettino);
+ }
+
Long oldPagamentoId = (Long)attributes.get("oldPagamentoId");
if (oldPagamentoId != null) {
@@ -863,6 +870,30 @@ public class PagamentoClp extends BaseModelImpl implements Pagamento
}
}
+ @Override
+ public String getNumeroBollettino() {
+ return _numeroBollettino;
+ }
+
+ @Override
+ public void setNumeroBollettino(String numeroBollettino) {
+ _numeroBollettino = numeroBollettino;
+
+ if (_pagamentoRemoteModel != null) {
+ try {
+ Class> clazz = _pagamentoRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setNumeroBollettino",
+ String.class);
+
+ method.invoke(_pagamentoRemoteModel, numeroBollettino);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
@Override
public long getOldPagamentoId() {
return _oldPagamentoId;
@@ -1027,6 +1058,7 @@ public class PagamentoClp extends BaseModelImpl implements Pagamento
clone.setOtf(getOtf());
clone.setOtfCreateDate(getOtfCreateDate());
clone.setEmailPending(getEmailPending());
+ clone.setNumeroBollettino(getNumeroBollettino());
clone.setOldPagamentoId(getOldPagamentoId());
return clone;
@@ -1080,7 +1112,7 @@ public class PagamentoClp extends BaseModelImpl implements Pagamento
@Override
public String toString() {
- StringBundler sb = new StringBundler(53);
+ StringBundler sb = new StringBundler(55);
sb.append("{uuid=");
sb.append(getUuid());
@@ -1132,6 +1164,8 @@ public class PagamentoClp extends BaseModelImpl implements Pagamento
sb.append(getOtfCreateDate());
sb.append(", emailPending=");
sb.append(getEmailPending());
+ sb.append(", numeroBollettino=");
+ sb.append(getNumeroBollettino());
sb.append(", oldPagamentoId=");
sb.append(getOldPagamentoId());
sb.append("}");
@@ -1141,7 +1175,7 @@ public class PagamentoClp extends BaseModelImpl implements Pagamento
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(82);
+ StringBundler sb = new StringBundler(85);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.Pagamento");
@@ -1247,6 +1281,10 @@ public class PagamentoClp extends BaseModelImpl implements Pagamento
"emailPending");
+ sb.append(
+ "numeroBollettino");
sb.append(
"oldPagamentoId implements Pagamento
private boolean _otf;
private Date _otfCreateDate;
private boolean _emailPending;
+ private String _numeroBollettino;
private long _oldPagamentoId;
private BaseModel> _pagamentoRemoteModel;
private Class> _clpSerializerClass = it.tref.liferay.portos.bo.service.ClpSerializer.class;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoModel.java
index a384e116..f0b902c6 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoModel.java
@@ -468,6 +468,21 @@ public interface PagamentoModel extends BaseModel, StagedGroupedModel
*/
public void setEmailPending(boolean emailPending);
+ /**
+ * Returns the numero bollettino of this pagamento.
+ *
+ * @return the numero bollettino of this pagamento
+ */
+ @AutoEscape
+ public String getNumeroBollettino();
+
+ /**
+ * Sets the numero bollettino of this pagamento.
+ *
+ * @param numeroBollettino the numero bollettino of this pagamento
+ */
+ public void setNumeroBollettino(String numeroBollettino);
+
/**
* Returns the old pagamento ID of this pagamento.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoSoap.java
index 37ded0d5..0c89b11a 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoSoap.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoSoap.java
@@ -56,6 +56,7 @@ public class PagamentoSoap implements Serializable {
soapModel.setOtf(model.getOtf());
soapModel.setOtfCreateDate(model.getOtfCreateDate());
soapModel.setEmailPending(model.getEmailPending());
+ soapModel.setNumeroBollettino(model.getNumeroBollettino());
soapModel.setOldPagamentoId(model.getOldPagamentoId());
return soapModel;
@@ -317,6 +318,14 @@ public class PagamentoSoap implements Serializable {
_emailPending = emailPending;
}
+ public String getNumeroBollettino() {
+ return _numeroBollettino;
+ }
+
+ public void setNumeroBollettino(String numeroBollettino) {
+ _numeroBollettino = numeroBollettino;
+ }
+
public long getOldPagamentoId() {
return _oldPagamentoId;
}
@@ -350,5 +359,6 @@ public class PagamentoSoap implements Serializable {
private boolean _otf;
private Date _otfCreateDate;
private boolean _emailPending;
+ private String _numeroBollettino;
private long _oldPagamentoId;
}
\ 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/model/PagamentoWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoWrapper.java
index 89b38a7e..a841f12f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PagamentoWrapper.java
@@ -75,6 +75,7 @@ public class PagamentoWrapper implements Pagamento, ModelWrapper {
attributes.put("otf", getOtf());
attributes.put("otfCreateDate", getOtfCreateDate());
attributes.put("emailPending", getEmailPending());
+ attributes.put("numeroBollettino", getNumeroBollettino());
attributes.put("oldPagamentoId", getOldPagamentoId());
return attributes;
@@ -234,6 +235,12 @@ public class PagamentoWrapper implements Pagamento, ModelWrapper {
setEmailPending(emailPending);
}
+ String numeroBollettino = (String)attributes.get("numeroBollettino");
+
+ if (numeroBollettino != null) {
+ setNumeroBollettino(numeroBollettino);
+ }
+
Long oldPagamentoId = (Long)attributes.get("oldPagamentoId");
if (oldPagamentoId != null) {
@@ -804,6 +811,26 @@ public class PagamentoWrapper implements Pagamento, ModelWrapper {
_pagamento.setEmailPending(emailPending);
}
+ /**
+ * Returns the numero bollettino of this pagamento.
+ *
+ * @return the numero bollettino of this pagamento
+ */
+ @Override
+ public java.lang.String getNumeroBollettino() {
+ return _pagamento.getNumeroBollettino();
+ }
+
+ /**
+ * Sets the numero bollettino of this pagamento.
+ *
+ * @param numeroBollettino the numero bollettino of this pagamento
+ */
+ @Override
+ public void setNumeroBollettino(java.lang.String numeroBollettino) {
+ _pagamento.setNumeroBollettino(numeroBollettino);
+ }
+
/**
* Returns the old pagamento ID of this pagamento.
*
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionata.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionata.java
new file mode 100644
index 00000000..75608735
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionata.java
@@ -0,0 +1,35 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.model;
+
+import com.liferay.portal.model.PersistedModel;
+
+/**
+ * The extended model interface for the PraticaAttenzionata service. Represents a row in the "portos_bo_PraticaAttenzionata" database table, with each column mapped to a property of this class.
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataModel
+ * @see it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataImpl
+ * @see it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl
+ * @generated
+ */
+public interface PraticaAttenzionata extends PraticaAttenzionataModel,
+ PersistedModel {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify this interface directly. Add methods to {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataImpl} and rerun ServiceBuilder to automatically copy the method declarations to this interface.
+ */
+}
\ 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/model/PraticaAttenzionataClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionataClp.java
new file mode 100644
index 00000000..bab7e841
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionataClp.java
@@ -0,0 +1,835 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.model;
+
+import com.liferay.portal.kernel.bean.AutoEscapeBeanHandler;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.kernel.lar.StagedModelType;
+import com.liferay.portal.kernel.util.ProxyUtil;
+import com.liferay.portal.kernel.util.StringBundler;
+import com.liferay.portal.model.BaseModel;
+import com.liferay.portal.model.impl.BaseModelImpl;
+import com.liferay.portal.util.PortalUtil;
+
+import it.tref.liferay.portos.bo.service.ClpSerializer;
+import it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalServiceUtil;
+
+import java.io.Serializable;
+
+import java.lang.reflect.Method;
+
+import java.util.Date;
+import java.util.HashMap;
+import java.util.Map;
+
+/**
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ */
+public class PraticaAttenzionataClp extends BaseModelImpl
+ implements PraticaAttenzionata {
+ public PraticaAttenzionataClp() {
+ }
+
+ @Override
+ public Class> getModelClass() {
+ return PraticaAttenzionata.class;
+ }
+
+ @Override
+ public String getModelClassName() {
+ return PraticaAttenzionata.class.getName();
+ }
+
+ @Override
+ public long getPrimaryKey() {
+ return _praticaAttenzionataId;
+ }
+
+ @Override
+ public void setPrimaryKey(long primaryKey) {
+ setPraticaAttenzionataId(primaryKey);
+ }
+
+ @Override
+ public Serializable getPrimaryKeyObj() {
+ return _praticaAttenzionataId;
+ }
+
+ @Override
+ public void setPrimaryKeyObj(Serializable primaryKeyObj) {
+ setPrimaryKey(((Long)primaryKeyObj).longValue());
+ }
+
+ @Override
+ public Map getModelAttributes() {
+ Map attributes = new HashMap();
+
+ attributes.put("uuid", getUuid());
+ attributes.put("praticaAttenzionataId", getPraticaAttenzionataId());
+ attributes.put("companyId", getCompanyId());
+ attributes.put("userId", getUserId());
+ attributes.put("userName", getUserName());
+ attributes.put("createDate", getCreateDate());
+ attributes.put("modifiedDate", getModifiedDate());
+ attributes.put("groupId", getGroupId());
+ attributes.put("intPraticaId", getIntPraticaId());
+ attributes.put("fineLavoriId", getFineLavoriId());
+ attributes.put("numeroProgetto", getNumeroProgetto());
+ attributes.put("dataFineLavoriTotale", getDataFineLavoriTotale());
+ attributes.put("dataRelazioneFineLavoriTotale",
+ getDataRelazioneFineLavoriTotale());
+ attributes.put("verificata", getVerificata());
+ attributes.put("dataVerifica", getDataVerifica());
+
+ return attributes;
+ }
+
+ @Override
+ public void setModelAttributes(Map attributes) {
+ String uuid = (String)attributes.get("uuid");
+
+ if (uuid != null) {
+ setUuid(uuid);
+ }
+
+ Long praticaAttenzionataId = (Long)attributes.get(
+ "praticaAttenzionataId");
+
+ if (praticaAttenzionataId != null) {
+ setPraticaAttenzionataId(praticaAttenzionataId);
+ }
+
+ Long companyId = (Long)attributes.get("companyId");
+
+ if (companyId != null) {
+ setCompanyId(companyId);
+ }
+
+ Long userId = (Long)attributes.get("userId");
+
+ if (userId != null) {
+ setUserId(userId);
+ }
+
+ String userName = (String)attributes.get("userName");
+
+ if (userName != null) {
+ setUserName(userName);
+ }
+
+ Date createDate = (Date)attributes.get("createDate");
+
+ if (createDate != null) {
+ setCreateDate(createDate);
+ }
+
+ Date modifiedDate = (Date)attributes.get("modifiedDate");
+
+ if (modifiedDate != null) {
+ setModifiedDate(modifiedDate);
+ }
+
+ Long groupId = (Long)attributes.get("groupId");
+
+ if (groupId != null) {
+ setGroupId(groupId);
+ }
+
+ Long intPraticaId = (Long)attributes.get("intPraticaId");
+
+ if (intPraticaId != null) {
+ setIntPraticaId(intPraticaId);
+ }
+
+ Long fineLavoriId = (Long)attributes.get("fineLavoriId");
+
+ if (fineLavoriId != null) {
+ setFineLavoriId(fineLavoriId);
+ }
+
+ String numeroProgetto = (String)attributes.get("numeroProgetto");
+
+ if (numeroProgetto != null) {
+ setNumeroProgetto(numeroProgetto);
+ }
+
+ Date dataFineLavoriTotale = (Date)attributes.get("dataFineLavoriTotale");
+
+ if (dataFineLavoriTotale != null) {
+ setDataFineLavoriTotale(dataFineLavoriTotale);
+ }
+
+ Date dataRelazioneFineLavoriTotale = (Date)attributes.get(
+ "dataRelazioneFineLavoriTotale");
+
+ if (dataRelazioneFineLavoriTotale != null) {
+ setDataRelazioneFineLavoriTotale(dataRelazioneFineLavoriTotale);
+ }
+
+ Boolean verificata = (Boolean)attributes.get("verificata");
+
+ if (verificata != null) {
+ setVerificata(verificata);
+ }
+
+ Date dataVerifica = (Date)attributes.get("dataVerifica");
+
+ if (dataVerifica != null) {
+ setDataVerifica(dataVerifica);
+ }
+ }
+
+ @Override
+ public String getUuid() {
+ return _uuid;
+ }
+
+ @Override
+ public void setUuid(String uuid) {
+ _uuid = uuid;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setUuid", String.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel, uuid);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public long getPraticaAttenzionataId() {
+ return _praticaAttenzionataId;
+ }
+
+ @Override
+ public void setPraticaAttenzionataId(long praticaAttenzionataId) {
+ _praticaAttenzionataId = praticaAttenzionataId;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setPraticaAttenzionataId",
+ long.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel,
+ praticaAttenzionataId);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public long getCompanyId() {
+ return _companyId;
+ }
+
+ @Override
+ public void setCompanyId(long companyId) {
+ _companyId = companyId;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setCompanyId", long.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel, companyId);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public long getUserId() {
+ return _userId;
+ }
+
+ @Override
+ public void setUserId(long userId) {
+ _userId = userId;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setUserId", long.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel, userId);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public String getUserUuid() throws SystemException {
+ return PortalUtil.getUserValue(getUserId(), "uuid", _userUuid);
+ }
+
+ @Override
+ public void setUserUuid(String userUuid) {
+ _userUuid = userUuid;
+ }
+
+ @Override
+ public String getUserName() {
+ return _userName;
+ }
+
+ @Override
+ public void setUserName(String userName) {
+ _userName = userName;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setUserName", String.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel, userName);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public Date getCreateDate() {
+ return _createDate;
+ }
+
+ @Override
+ public void setCreateDate(Date createDate) {
+ _createDate = createDate;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setCreateDate", Date.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel, createDate);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public Date getModifiedDate() {
+ return _modifiedDate;
+ }
+
+ @Override
+ public void setModifiedDate(Date modifiedDate) {
+ _modifiedDate = modifiedDate;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setModifiedDate", Date.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel, modifiedDate);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public long getGroupId() {
+ return _groupId;
+ }
+
+ @Override
+ public void setGroupId(long groupId) {
+ _groupId = groupId;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setGroupId", long.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel, groupId);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public long getIntPraticaId() {
+ return _intPraticaId;
+ }
+
+ @Override
+ public void setIntPraticaId(long intPraticaId) {
+ _intPraticaId = intPraticaId;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setIntPraticaId", long.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel, intPraticaId);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public long getFineLavoriId() {
+ return _fineLavoriId;
+ }
+
+ @Override
+ public void setFineLavoriId(long fineLavoriId) {
+ _fineLavoriId = fineLavoriId;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setFineLavoriId", long.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel, fineLavoriId);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public String getNumeroProgetto() {
+ return _numeroProgetto;
+ }
+
+ @Override
+ public void setNumeroProgetto(String numeroProgetto) {
+ _numeroProgetto = numeroProgetto;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setNumeroProgetto",
+ String.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel, numeroProgetto);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public Date getDataFineLavoriTotale() {
+ return _dataFineLavoriTotale;
+ }
+
+ @Override
+ public void setDataFineLavoriTotale(Date dataFineLavoriTotale) {
+ _dataFineLavoriTotale = dataFineLavoriTotale;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setDataFineLavoriTotale",
+ Date.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel,
+ dataFineLavoriTotale);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public Date getDataRelazioneFineLavoriTotale() {
+ return _dataRelazioneFineLavoriTotale;
+ }
+
+ @Override
+ public void setDataRelazioneFineLavoriTotale(
+ Date dataRelazioneFineLavoriTotale) {
+ _dataRelazioneFineLavoriTotale = dataRelazioneFineLavoriTotale;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setDataRelazioneFineLavoriTotale",
+ Date.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel,
+ dataRelazioneFineLavoriTotale);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public boolean getVerificata() {
+ return _verificata;
+ }
+
+ @Override
+ public boolean isVerificata() {
+ return _verificata;
+ }
+
+ @Override
+ public void setVerificata(boolean verificata) {
+ _verificata = verificata;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setVerificata", boolean.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel, verificata);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public Date getDataVerifica() {
+ return _dataVerifica;
+ }
+
+ @Override
+ public void setDataVerifica(Date dataVerifica) {
+ _dataVerifica = dataVerifica;
+
+ if (_praticaAttenzionataRemoteModel != null) {
+ try {
+ Class> clazz = _praticaAttenzionataRemoteModel.getClass();
+
+ Method method = clazz.getMethod("setDataVerifica", Date.class);
+
+ method.invoke(_praticaAttenzionataRemoteModel, dataVerifica);
+ }
+ catch (Exception e) {
+ throw new UnsupportedOperationException(e);
+ }
+ }
+ }
+
+ @Override
+ public StagedModelType getStagedModelType() {
+ return new StagedModelType(PortalUtil.getClassNameId(
+ PraticaAttenzionata.class.getName()));
+ }
+
+ public BaseModel> getPraticaAttenzionataRemoteModel() {
+ return _praticaAttenzionataRemoteModel;
+ }
+
+ public void setPraticaAttenzionataRemoteModel(
+ BaseModel> praticaAttenzionataRemoteModel) {
+ _praticaAttenzionataRemoteModel = praticaAttenzionataRemoteModel;
+ }
+
+ public Object invokeOnRemoteModel(String methodName,
+ Class>[] parameterTypes, Object[] parameterValues)
+ throws Exception {
+ Object[] remoteParameterValues = new Object[parameterValues.length];
+
+ for (int i = 0; i < parameterValues.length; i++) {
+ if (parameterValues[i] != null) {
+ remoteParameterValues[i] = ClpSerializer.translateInput(parameterValues[i]);
+ }
+ }
+
+ Class> remoteModelClass = _praticaAttenzionataRemoteModel.getClass();
+
+ ClassLoader remoteModelClassLoader = remoteModelClass.getClassLoader();
+
+ Class>[] remoteParameterTypes = new Class[parameterTypes.length];
+
+ for (int i = 0; i < parameterTypes.length; i++) {
+ if (parameterTypes[i].isPrimitive()) {
+ remoteParameterTypes[i] = parameterTypes[i];
+ }
+ else {
+ String parameterTypeName = parameterTypes[i].getName();
+
+ remoteParameterTypes[i] = remoteModelClassLoader.loadClass(parameterTypeName);
+ }
+ }
+
+ Method method = remoteModelClass.getMethod(methodName,
+ remoteParameterTypes);
+
+ Object returnValue = method.invoke(_praticaAttenzionataRemoteModel,
+ remoteParameterValues);
+
+ if (returnValue != null) {
+ returnValue = ClpSerializer.translateOutput(returnValue);
+ }
+
+ return returnValue;
+ }
+
+ @Override
+ public void persist() throws SystemException {
+ if (this.isNew()) {
+ PraticaAttenzionataLocalServiceUtil.addPraticaAttenzionata(this);
+ }
+ else {
+ PraticaAttenzionataLocalServiceUtil.updatePraticaAttenzionata(this);
+ }
+ }
+
+ @Override
+ public PraticaAttenzionata toEscapedModel() {
+ return (PraticaAttenzionata)ProxyUtil.newProxyInstance(PraticaAttenzionata.class.getClassLoader(),
+ new Class[] { PraticaAttenzionata.class },
+ new AutoEscapeBeanHandler(this));
+ }
+
+ @Override
+ public Object clone() {
+ PraticaAttenzionataClp clone = new PraticaAttenzionataClp();
+
+ clone.setUuid(getUuid());
+ clone.setPraticaAttenzionataId(getPraticaAttenzionataId());
+ clone.setCompanyId(getCompanyId());
+ clone.setUserId(getUserId());
+ clone.setUserName(getUserName());
+ clone.setCreateDate(getCreateDate());
+ clone.setModifiedDate(getModifiedDate());
+ clone.setGroupId(getGroupId());
+ clone.setIntPraticaId(getIntPraticaId());
+ clone.setFineLavoriId(getFineLavoriId());
+ clone.setNumeroProgetto(getNumeroProgetto());
+ clone.setDataFineLavoriTotale(getDataFineLavoriTotale());
+ clone.setDataRelazioneFineLavoriTotale(getDataRelazioneFineLavoriTotale());
+ clone.setVerificata(getVerificata());
+ clone.setDataVerifica(getDataVerifica());
+
+ return clone;
+ }
+
+ @Override
+ public int compareTo(PraticaAttenzionata praticaAttenzionata) {
+ long primaryKey = praticaAttenzionata.getPrimaryKey();
+
+ if (getPrimaryKey() < primaryKey) {
+ return -1;
+ }
+ else if (getPrimaryKey() > primaryKey) {
+ return 1;
+ }
+ else {
+ return 0;
+ }
+ }
+
+ @Override
+ public boolean equals(Object obj) {
+ if (this == obj) {
+ return true;
+ }
+
+ if (!(obj instanceof PraticaAttenzionataClp)) {
+ return false;
+ }
+
+ PraticaAttenzionataClp praticaAttenzionata = (PraticaAttenzionataClp)obj;
+
+ long primaryKey = praticaAttenzionata.getPrimaryKey();
+
+ if (getPrimaryKey() == primaryKey) {
+ return true;
+ }
+ else {
+ return false;
+ }
+ }
+
+ public Class> getClpSerializerClass() {
+ return _clpSerializerClass;
+ }
+
+ @Override
+ public int hashCode() {
+ return (int)getPrimaryKey();
+ }
+
+ @Override
+ public String toString() {
+ StringBundler sb = new StringBundler(31);
+
+ sb.append("{uuid=");
+ sb.append(getUuid());
+ sb.append(", praticaAttenzionataId=");
+ sb.append(getPraticaAttenzionataId());
+ sb.append(", companyId=");
+ sb.append(getCompanyId());
+ sb.append(", userId=");
+ sb.append(getUserId());
+ sb.append(", userName=");
+ sb.append(getUserName());
+ sb.append(", createDate=");
+ sb.append(getCreateDate());
+ sb.append(", modifiedDate=");
+ sb.append(getModifiedDate());
+ sb.append(", groupId=");
+ sb.append(getGroupId());
+ sb.append(", intPraticaId=");
+ sb.append(getIntPraticaId());
+ sb.append(", fineLavoriId=");
+ sb.append(getFineLavoriId());
+ sb.append(", numeroProgetto=");
+ sb.append(getNumeroProgetto());
+ sb.append(", dataFineLavoriTotale=");
+ sb.append(getDataFineLavoriTotale());
+ sb.append(", dataRelazioneFineLavoriTotale=");
+ sb.append(getDataRelazioneFineLavoriTotale());
+ sb.append(", verificata=");
+ sb.append(getVerificata());
+ sb.append(", dataVerifica=");
+ sb.append(getDataVerifica());
+ sb.append("}");
+
+ return sb.toString();
+ }
+
+ @Override
+ public String toXmlString() {
+ StringBundler sb = new StringBundler(49);
+
+ sb.append("");
+ sb.append("it.tref.liferay.portos.bo.model.PraticaAttenzionata");
+ sb.append("");
+
+ sb.append(
+ "uuid");
+ sb.append(
+ "praticaAttenzionataId");
+ sb.append(
+ "companyId");
+ sb.append(
+ "userId");
+ sb.append(
+ "userName");
+ sb.append(
+ "createDate");
+ sb.append(
+ "modifiedDate");
+ sb.append(
+ "groupId");
+ sb.append(
+ "intPraticaId");
+ sb.append(
+ "fineLavoriId");
+ sb.append(
+ "numeroProgetto");
+ sb.append(
+ "dataFineLavoriTotale");
+ sb.append(
+ "dataRelazioneFineLavoriTotale");
+ sb.append(
+ "verificata");
+ sb.append(
+ "dataVerifica");
+
+ sb.append("");
+
+ return sb.toString();
+ }
+
+ private String _uuid;
+ private long _praticaAttenzionataId;
+ private long _companyId;
+ private long _userId;
+ private String _userUuid;
+ private String _userName;
+ private Date _createDate;
+ private Date _modifiedDate;
+ private long _groupId;
+ private long _intPraticaId;
+ private long _fineLavoriId;
+ private String _numeroProgetto;
+ private Date _dataFineLavoriTotale;
+ private Date _dataRelazioneFineLavoriTotale;
+ private boolean _verificata;
+ private Date _dataVerifica;
+ private BaseModel> _praticaAttenzionataRemoteModel;
+ private Class> _clpSerializerClass = it.tref.liferay.portos.bo.service.ClpSerializer.class;
+}
\ 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/model/PraticaAttenzionataModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionataModel.java
new file mode 100644
index 00000000..d2483732
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionataModel.java
@@ -0,0 +1,374 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.model;
+
+import com.liferay.portal.kernel.bean.AutoEscape;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.model.BaseModel;
+import com.liferay.portal.model.CacheModel;
+import com.liferay.portal.model.StagedGroupedModel;
+import com.liferay.portal.service.ServiceContext;
+
+import com.liferay.portlet.expando.model.ExpandoBridge;
+
+import java.io.Serializable;
+
+import java.util.Date;
+
+/**
+ * The base model interface for the PraticaAttenzionata service. Represents a row in the "portos_bo_PraticaAttenzionata" database table, with each column mapped to a property of this class.
+ *
+ *
+ * This interface and its corresponding implementation {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataImpl}.
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionata
+ * @see it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataImpl
+ * @see it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl
+ * @generated
+ */
+public interface PraticaAttenzionataModel extends BaseModel,
+ StagedGroupedModel {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify or reference this interface directly. All methods that expect a pratica attenzionata model instance should use the {@link PraticaAttenzionata} interface instead.
+ */
+
+ /**
+ * Returns the primary key of this pratica attenzionata.
+ *
+ * @return the primary key of this pratica attenzionata
+ */
+ public long getPrimaryKey();
+
+ /**
+ * Sets the primary key of this pratica attenzionata.
+ *
+ * @param primaryKey the primary key of this pratica attenzionata
+ */
+ public void setPrimaryKey(long primaryKey);
+
+ /**
+ * Returns the uuid of this pratica attenzionata.
+ *
+ * @return the uuid of this pratica attenzionata
+ */
+ @AutoEscape
+ @Override
+ public String getUuid();
+
+ /**
+ * Sets the uuid of this pratica attenzionata.
+ *
+ * @param uuid the uuid of this pratica attenzionata
+ */
+ @Override
+ public void setUuid(String uuid);
+
+ /**
+ * Returns the pratica attenzionata ID of this pratica attenzionata.
+ *
+ * @return the pratica attenzionata ID of this pratica attenzionata
+ */
+ public long getPraticaAttenzionataId();
+
+ /**
+ * Sets the pratica attenzionata ID of this pratica attenzionata.
+ *
+ * @param praticaAttenzionataId the pratica attenzionata ID of this pratica attenzionata
+ */
+ public void setPraticaAttenzionataId(long praticaAttenzionataId);
+
+ /**
+ * Returns the company ID of this pratica attenzionata.
+ *
+ * @return the company ID of this pratica attenzionata
+ */
+ @Override
+ public long getCompanyId();
+
+ /**
+ * Sets the company ID of this pratica attenzionata.
+ *
+ * @param companyId the company ID of this pratica attenzionata
+ */
+ @Override
+ public void setCompanyId(long companyId);
+
+ /**
+ * Returns the user ID of this pratica attenzionata.
+ *
+ * @return the user ID of this pratica attenzionata
+ */
+ @Override
+ public long getUserId();
+
+ /**
+ * Sets the user ID of this pratica attenzionata.
+ *
+ * @param userId the user ID of this pratica attenzionata
+ */
+ @Override
+ public void setUserId(long userId);
+
+ /**
+ * Returns the user uuid of this pratica attenzionata.
+ *
+ * @return the user uuid of this pratica attenzionata
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public String getUserUuid() throws SystemException;
+
+ /**
+ * Sets the user uuid of this pratica attenzionata.
+ *
+ * @param userUuid the user uuid of this pratica attenzionata
+ */
+ @Override
+ public void setUserUuid(String userUuid);
+
+ /**
+ * Returns the user name of this pratica attenzionata.
+ *
+ * @return the user name of this pratica attenzionata
+ */
+ @AutoEscape
+ @Override
+ public String getUserName();
+
+ /**
+ * Sets the user name of this pratica attenzionata.
+ *
+ * @param userName the user name of this pratica attenzionata
+ */
+ @Override
+ public void setUserName(String userName);
+
+ /**
+ * Returns the create date of this pratica attenzionata.
+ *
+ * @return the create date of this pratica attenzionata
+ */
+ @Override
+ public Date getCreateDate();
+
+ /**
+ * Sets the create date of this pratica attenzionata.
+ *
+ * @param createDate the create date of this pratica attenzionata
+ */
+ @Override
+ public void setCreateDate(Date createDate);
+
+ /**
+ * Returns the modified date of this pratica attenzionata.
+ *
+ * @return the modified date of this pratica attenzionata
+ */
+ @Override
+ public Date getModifiedDate();
+
+ /**
+ * Sets the modified date of this pratica attenzionata.
+ *
+ * @param modifiedDate the modified date of this pratica attenzionata
+ */
+ @Override
+ public void setModifiedDate(Date modifiedDate);
+
+ /**
+ * Returns the group ID of this pratica attenzionata.
+ *
+ * @return the group ID of this pratica attenzionata
+ */
+ @Override
+ public long getGroupId();
+
+ /**
+ * Sets the group ID of this pratica attenzionata.
+ *
+ * @param groupId the group ID of this pratica attenzionata
+ */
+ @Override
+ public void setGroupId(long groupId);
+
+ /**
+ * Returns the int pratica ID of this pratica attenzionata.
+ *
+ * @return the int pratica ID of this pratica attenzionata
+ */
+ public long getIntPraticaId();
+
+ /**
+ * Sets the int pratica ID of this pratica attenzionata.
+ *
+ * @param intPraticaId the int pratica ID of this pratica attenzionata
+ */
+ public void setIntPraticaId(long intPraticaId);
+
+ /**
+ * Returns the fine lavori ID of this pratica attenzionata.
+ *
+ * @return the fine lavori ID of this pratica attenzionata
+ */
+ public long getFineLavoriId();
+
+ /**
+ * Sets the fine lavori ID of this pratica attenzionata.
+ *
+ * @param fineLavoriId the fine lavori ID of this pratica attenzionata
+ */
+ public void setFineLavoriId(long fineLavoriId);
+
+ /**
+ * Returns the numero progetto of this pratica attenzionata.
+ *
+ * @return the numero progetto of this pratica attenzionata
+ */
+ @AutoEscape
+ public String getNumeroProgetto();
+
+ /**
+ * Sets the numero progetto of this pratica attenzionata.
+ *
+ * @param numeroProgetto the numero progetto of this pratica attenzionata
+ */
+ public void setNumeroProgetto(String numeroProgetto);
+
+ /**
+ * Returns the data fine lavori totale of this pratica attenzionata.
+ *
+ * @return the data fine lavori totale of this pratica attenzionata
+ */
+ public Date getDataFineLavoriTotale();
+
+ /**
+ * Sets the data fine lavori totale of this pratica attenzionata.
+ *
+ * @param dataFineLavoriTotale the data fine lavori totale of this pratica attenzionata
+ */
+ public void setDataFineLavoriTotale(Date dataFineLavoriTotale);
+
+ /**
+ * Returns the data relazione fine lavori totale of this pratica attenzionata.
+ *
+ * @return the data relazione fine lavori totale of this pratica attenzionata
+ */
+ public Date getDataRelazioneFineLavoriTotale();
+
+ /**
+ * Sets the data relazione fine lavori totale of this pratica attenzionata.
+ *
+ * @param dataRelazioneFineLavoriTotale the data relazione fine lavori totale of this pratica attenzionata
+ */
+ public void setDataRelazioneFineLavoriTotale(
+ Date dataRelazioneFineLavoriTotale);
+
+ /**
+ * Returns the verificata of this pratica attenzionata.
+ *
+ * @return the verificata of this pratica attenzionata
+ */
+ public boolean getVerificata();
+
+ /**
+ * Returns true if this pratica attenzionata is verificata.
+ *
+ * @return true if this pratica attenzionata is verificata; false otherwise
+ */
+ public boolean isVerificata();
+
+ /**
+ * Sets whether this pratica attenzionata is verificata.
+ *
+ * @param verificata the verificata of this pratica attenzionata
+ */
+ public void setVerificata(boolean verificata);
+
+ /**
+ * Returns the data verifica of this pratica attenzionata.
+ *
+ * @return the data verifica of this pratica attenzionata
+ */
+ public Date getDataVerifica();
+
+ /**
+ * Sets the data verifica of this pratica attenzionata.
+ *
+ * @param dataVerifica the data verifica of this pratica attenzionata
+ */
+ public void setDataVerifica(Date dataVerifica);
+
+ @Override
+ public boolean isNew();
+
+ @Override
+ public void setNew(boolean n);
+
+ @Override
+ public boolean isCachedModel();
+
+ @Override
+ public void setCachedModel(boolean cachedModel);
+
+ @Override
+ public boolean isEscapedModel();
+
+ @Override
+ public Serializable getPrimaryKeyObj();
+
+ @Override
+ public void setPrimaryKeyObj(Serializable primaryKeyObj);
+
+ @Override
+ public ExpandoBridge getExpandoBridge();
+
+ @Override
+ public void setExpandoBridgeAttributes(BaseModel> baseModel);
+
+ @Override
+ public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge);
+
+ @Override
+ public void setExpandoBridgeAttributes(ServiceContext serviceContext);
+
+ @Override
+ public Object clone();
+
+ @Override
+ public int compareTo(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata);
+
+ @Override
+ public int hashCode();
+
+ @Override
+ public CacheModel toCacheModel();
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata toEscapedModel();
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata toUnescapedModel();
+
+ @Override
+ public String toString();
+
+ @Override
+ public String toXmlString();
+}
\ 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/model/PraticaAttenzionataSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionataSoap.java
new file mode 100644
index 00000000..90a79385
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionataSoap.java
@@ -0,0 +1,244 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.model;
+
+import java.io.Serializable;
+
+import java.util.ArrayList;
+import java.util.Date;
+import java.util.List;
+
+/**
+ * This class is used by SOAP remote services, specifically {@link it.tref.liferay.portos.bo.service.http.PraticaAttenzionataServiceSoap}.
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see it.tref.liferay.portos.bo.service.http.PraticaAttenzionataServiceSoap
+ * @generated
+ */
+public class PraticaAttenzionataSoap implements Serializable {
+ public static PraticaAttenzionataSoap toSoapModel(PraticaAttenzionata model) {
+ PraticaAttenzionataSoap soapModel = new PraticaAttenzionataSoap();
+
+ soapModel.setUuid(model.getUuid());
+ soapModel.setPraticaAttenzionataId(model.getPraticaAttenzionataId());
+ soapModel.setCompanyId(model.getCompanyId());
+ soapModel.setUserId(model.getUserId());
+ soapModel.setUserName(model.getUserName());
+ soapModel.setCreateDate(model.getCreateDate());
+ soapModel.setModifiedDate(model.getModifiedDate());
+ soapModel.setGroupId(model.getGroupId());
+ soapModel.setIntPraticaId(model.getIntPraticaId());
+ soapModel.setFineLavoriId(model.getFineLavoriId());
+ soapModel.setNumeroProgetto(model.getNumeroProgetto());
+ soapModel.setDataFineLavoriTotale(model.getDataFineLavoriTotale());
+ soapModel.setDataRelazioneFineLavoriTotale(model.getDataRelazioneFineLavoriTotale());
+ soapModel.setVerificata(model.getVerificata());
+ soapModel.setDataVerifica(model.getDataVerifica());
+
+ return soapModel;
+ }
+
+ public static PraticaAttenzionataSoap[] toSoapModels(
+ PraticaAttenzionata[] models) {
+ PraticaAttenzionataSoap[] soapModels = new PraticaAttenzionataSoap[models.length];
+
+ for (int i = 0; i < models.length; i++) {
+ soapModels[i] = toSoapModel(models[i]);
+ }
+
+ return soapModels;
+ }
+
+ public static PraticaAttenzionataSoap[][] toSoapModels(
+ PraticaAttenzionata[][] models) {
+ PraticaAttenzionataSoap[][] soapModels = null;
+
+ if (models.length > 0) {
+ soapModels = new PraticaAttenzionataSoap[models.length][models[0].length];
+ }
+ else {
+ soapModels = new PraticaAttenzionataSoap[0][0];
+ }
+
+ for (int i = 0; i < models.length; i++) {
+ soapModels[i] = toSoapModels(models[i]);
+ }
+
+ return soapModels;
+ }
+
+ public static PraticaAttenzionataSoap[] toSoapModels(
+ List models) {
+ List soapModels = new ArrayList(models.size());
+
+ for (PraticaAttenzionata model : models) {
+ soapModels.add(toSoapModel(model));
+ }
+
+ return soapModels.toArray(new PraticaAttenzionataSoap[soapModels.size()]);
+ }
+
+ public PraticaAttenzionataSoap() {
+ }
+
+ public long getPrimaryKey() {
+ return _praticaAttenzionataId;
+ }
+
+ public void setPrimaryKey(long pk) {
+ setPraticaAttenzionataId(pk);
+ }
+
+ public String getUuid() {
+ return _uuid;
+ }
+
+ public void setUuid(String uuid) {
+ _uuid = uuid;
+ }
+
+ public long getPraticaAttenzionataId() {
+ return _praticaAttenzionataId;
+ }
+
+ public void setPraticaAttenzionataId(long praticaAttenzionataId) {
+ _praticaAttenzionataId = praticaAttenzionataId;
+ }
+
+ public long getCompanyId() {
+ return _companyId;
+ }
+
+ public void setCompanyId(long companyId) {
+ _companyId = companyId;
+ }
+
+ public long getUserId() {
+ return _userId;
+ }
+
+ public void setUserId(long userId) {
+ _userId = userId;
+ }
+
+ public String getUserName() {
+ return _userName;
+ }
+
+ public void setUserName(String userName) {
+ _userName = userName;
+ }
+
+ public Date getCreateDate() {
+ return _createDate;
+ }
+
+ public void setCreateDate(Date createDate) {
+ _createDate = createDate;
+ }
+
+ public Date getModifiedDate() {
+ return _modifiedDate;
+ }
+
+ public void setModifiedDate(Date modifiedDate) {
+ _modifiedDate = modifiedDate;
+ }
+
+ public long getGroupId() {
+ return _groupId;
+ }
+
+ public void setGroupId(long groupId) {
+ _groupId = groupId;
+ }
+
+ public long getIntPraticaId() {
+ return _intPraticaId;
+ }
+
+ public void setIntPraticaId(long intPraticaId) {
+ _intPraticaId = intPraticaId;
+ }
+
+ public long getFineLavoriId() {
+ return _fineLavoriId;
+ }
+
+ public void setFineLavoriId(long fineLavoriId) {
+ _fineLavoriId = fineLavoriId;
+ }
+
+ public String getNumeroProgetto() {
+ return _numeroProgetto;
+ }
+
+ public void setNumeroProgetto(String numeroProgetto) {
+ _numeroProgetto = numeroProgetto;
+ }
+
+ public Date getDataFineLavoriTotale() {
+ return _dataFineLavoriTotale;
+ }
+
+ public void setDataFineLavoriTotale(Date dataFineLavoriTotale) {
+ _dataFineLavoriTotale = dataFineLavoriTotale;
+ }
+
+ public Date getDataRelazioneFineLavoriTotale() {
+ return _dataRelazioneFineLavoriTotale;
+ }
+
+ public void setDataRelazioneFineLavoriTotale(
+ Date dataRelazioneFineLavoriTotale) {
+ _dataRelazioneFineLavoriTotale = dataRelazioneFineLavoriTotale;
+ }
+
+ public boolean getVerificata() {
+ return _verificata;
+ }
+
+ public boolean isVerificata() {
+ return _verificata;
+ }
+
+ public void setVerificata(boolean verificata) {
+ _verificata = verificata;
+ }
+
+ public Date getDataVerifica() {
+ return _dataVerifica;
+ }
+
+ public void setDataVerifica(Date dataVerifica) {
+ _dataVerifica = dataVerifica;
+ }
+
+ private String _uuid;
+ private long _praticaAttenzionataId;
+ private long _companyId;
+ private long _userId;
+ private String _userName;
+ private Date _createDate;
+ private Date _modifiedDate;
+ private long _groupId;
+ private long _intPraticaId;
+ private long _fineLavoriId;
+ private String _numeroProgetto;
+ private Date _dataFineLavoriTotale;
+ private Date _dataRelazioneFineLavoriTotale;
+ private boolean _verificata;
+ private Date _dataVerifica;
+}
\ 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/model/PraticaAttenzionataWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionataWrapper.java
new file mode 100644
index 00000000..62ac75de
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/model/PraticaAttenzionataWrapper.java
@@ -0,0 +1,670 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.model;
+
+import com.liferay.portal.kernel.lar.StagedModelType;
+import com.liferay.portal.kernel.util.Validator;
+import com.liferay.portal.model.ModelWrapper;
+
+import java.util.Date;
+import java.util.HashMap;
+import java.util.Map;
+
+/**
+ *
+ * This class is a wrapper for {@link PraticaAttenzionata}.
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionata
+ * @generated
+ */
+public class PraticaAttenzionataWrapper implements PraticaAttenzionata,
+ ModelWrapper {
+ public PraticaAttenzionataWrapper(PraticaAttenzionata praticaAttenzionata) {
+ _praticaAttenzionata = praticaAttenzionata;
+ }
+
+ @Override
+ public Class> getModelClass() {
+ return PraticaAttenzionata.class;
+ }
+
+ @Override
+ public String getModelClassName() {
+ return PraticaAttenzionata.class.getName();
+ }
+
+ @Override
+ public Map getModelAttributes() {
+ Map attributes = new HashMap();
+
+ attributes.put("uuid", getUuid());
+ attributes.put("praticaAttenzionataId", getPraticaAttenzionataId());
+ attributes.put("companyId", getCompanyId());
+ attributes.put("userId", getUserId());
+ attributes.put("userName", getUserName());
+ attributes.put("createDate", getCreateDate());
+ attributes.put("modifiedDate", getModifiedDate());
+ attributes.put("groupId", getGroupId());
+ attributes.put("intPraticaId", getIntPraticaId());
+ attributes.put("fineLavoriId", getFineLavoriId());
+ attributes.put("numeroProgetto", getNumeroProgetto());
+ attributes.put("dataFineLavoriTotale", getDataFineLavoriTotale());
+ attributes.put("dataRelazioneFineLavoriTotale",
+ getDataRelazioneFineLavoriTotale());
+ attributes.put("verificata", getVerificata());
+ attributes.put("dataVerifica", getDataVerifica());
+
+ return attributes;
+ }
+
+ @Override
+ public void setModelAttributes(Map attributes) {
+ String uuid = (String)attributes.get("uuid");
+
+ if (uuid != null) {
+ setUuid(uuid);
+ }
+
+ Long praticaAttenzionataId = (Long)attributes.get(
+ "praticaAttenzionataId");
+
+ if (praticaAttenzionataId != null) {
+ setPraticaAttenzionataId(praticaAttenzionataId);
+ }
+
+ Long companyId = (Long)attributes.get("companyId");
+
+ if (companyId != null) {
+ setCompanyId(companyId);
+ }
+
+ Long userId = (Long)attributes.get("userId");
+
+ if (userId != null) {
+ setUserId(userId);
+ }
+
+ String userName = (String)attributes.get("userName");
+
+ if (userName != null) {
+ setUserName(userName);
+ }
+
+ Date createDate = (Date)attributes.get("createDate");
+
+ if (createDate != null) {
+ setCreateDate(createDate);
+ }
+
+ Date modifiedDate = (Date)attributes.get("modifiedDate");
+
+ if (modifiedDate != null) {
+ setModifiedDate(modifiedDate);
+ }
+
+ Long groupId = (Long)attributes.get("groupId");
+
+ if (groupId != null) {
+ setGroupId(groupId);
+ }
+
+ Long intPraticaId = (Long)attributes.get("intPraticaId");
+
+ if (intPraticaId != null) {
+ setIntPraticaId(intPraticaId);
+ }
+
+ Long fineLavoriId = (Long)attributes.get("fineLavoriId");
+
+ if (fineLavoriId != null) {
+ setFineLavoriId(fineLavoriId);
+ }
+
+ String numeroProgetto = (String)attributes.get("numeroProgetto");
+
+ if (numeroProgetto != null) {
+ setNumeroProgetto(numeroProgetto);
+ }
+
+ Date dataFineLavoriTotale = (Date)attributes.get("dataFineLavoriTotale");
+
+ if (dataFineLavoriTotale != null) {
+ setDataFineLavoriTotale(dataFineLavoriTotale);
+ }
+
+ Date dataRelazioneFineLavoriTotale = (Date)attributes.get(
+ "dataRelazioneFineLavoriTotale");
+
+ if (dataRelazioneFineLavoriTotale != null) {
+ setDataRelazioneFineLavoriTotale(dataRelazioneFineLavoriTotale);
+ }
+
+ Boolean verificata = (Boolean)attributes.get("verificata");
+
+ if (verificata != null) {
+ setVerificata(verificata);
+ }
+
+ Date dataVerifica = (Date)attributes.get("dataVerifica");
+
+ if (dataVerifica != null) {
+ setDataVerifica(dataVerifica);
+ }
+ }
+
+ /**
+ * Returns the primary key of this pratica attenzionata.
+ *
+ * @return the primary key of this pratica attenzionata
+ */
+ @Override
+ public long getPrimaryKey() {
+ return _praticaAttenzionata.getPrimaryKey();
+ }
+
+ /**
+ * Sets the primary key of this pratica attenzionata.
+ *
+ * @param primaryKey the primary key of this pratica attenzionata
+ */
+ @Override
+ public void setPrimaryKey(long primaryKey) {
+ _praticaAttenzionata.setPrimaryKey(primaryKey);
+ }
+
+ /**
+ * Returns the uuid of this pratica attenzionata.
+ *
+ * @return the uuid of this pratica attenzionata
+ */
+ @Override
+ public java.lang.String getUuid() {
+ return _praticaAttenzionata.getUuid();
+ }
+
+ /**
+ * Sets the uuid of this pratica attenzionata.
+ *
+ * @param uuid the uuid of this pratica attenzionata
+ */
+ @Override
+ public void setUuid(java.lang.String uuid) {
+ _praticaAttenzionata.setUuid(uuid);
+ }
+
+ /**
+ * Returns the pratica attenzionata ID of this pratica attenzionata.
+ *
+ * @return the pratica attenzionata ID of this pratica attenzionata
+ */
+ @Override
+ public long getPraticaAttenzionataId() {
+ return _praticaAttenzionata.getPraticaAttenzionataId();
+ }
+
+ /**
+ * Sets the pratica attenzionata ID of this pratica attenzionata.
+ *
+ * @param praticaAttenzionataId the pratica attenzionata ID of this pratica attenzionata
+ */
+ @Override
+ public void setPraticaAttenzionataId(long praticaAttenzionataId) {
+ _praticaAttenzionata.setPraticaAttenzionataId(praticaAttenzionataId);
+ }
+
+ /**
+ * Returns the company ID of this pratica attenzionata.
+ *
+ * @return the company ID of this pratica attenzionata
+ */
+ @Override
+ public long getCompanyId() {
+ return _praticaAttenzionata.getCompanyId();
+ }
+
+ /**
+ * Sets the company ID of this pratica attenzionata.
+ *
+ * @param companyId the company ID of this pratica attenzionata
+ */
+ @Override
+ public void setCompanyId(long companyId) {
+ _praticaAttenzionata.setCompanyId(companyId);
+ }
+
+ /**
+ * Returns the user ID of this pratica attenzionata.
+ *
+ * @return the user ID of this pratica attenzionata
+ */
+ @Override
+ public long getUserId() {
+ return _praticaAttenzionata.getUserId();
+ }
+
+ /**
+ * Sets the user ID of this pratica attenzionata.
+ *
+ * @param userId the user ID of this pratica attenzionata
+ */
+ @Override
+ public void setUserId(long userId) {
+ _praticaAttenzionata.setUserId(userId);
+ }
+
+ /**
+ * Returns the user uuid of this pratica attenzionata.
+ *
+ * @return the user uuid of this pratica attenzionata
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public java.lang.String getUserUuid()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionata.getUserUuid();
+ }
+
+ /**
+ * Sets the user uuid of this pratica attenzionata.
+ *
+ * @param userUuid the user uuid of this pratica attenzionata
+ */
+ @Override
+ public void setUserUuid(java.lang.String userUuid) {
+ _praticaAttenzionata.setUserUuid(userUuid);
+ }
+
+ /**
+ * Returns the user name of this pratica attenzionata.
+ *
+ * @return the user name of this pratica attenzionata
+ */
+ @Override
+ public java.lang.String getUserName() {
+ return _praticaAttenzionata.getUserName();
+ }
+
+ /**
+ * Sets the user name of this pratica attenzionata.
+ *
+ * @param userName the user name of this pratica attenzionata
+ */
+ @Override
+ public void setUserName(java.lang.String userName) {
+ _praticaAttenzionata.setUserName(userName);
+ }
+
+ /**
+ * Returns the create date of this pratica attenzionata.
+ *
+ * @return the create date of this pratica attenzionata
+ */
+ @Override
+ public java.util.Date getCreateDate() {
+ return _praticaAttenzionata.getCreateDate();
+ }
+
+ /**
+ * Sets the create date of this pratica attenzionata.
+ *
+ * @param createDate the create date of this pratica attenzionata
+ */
+ @Override
+ public void setCreateDate(java.util.Date createDate) {
+ _praticaAttenzionata.setCreateDate(createDate);
+ }
+
+ /**
+ * Returns the modified date of this pratica attenzionata.
+ *
+ * @return the modified date of this pratica attenzionata
+ */
+ @Override
+ public java.util.Date getModifiedDate() {
+ return _praticaAttenzionata.getModifiedDate();
+ }
+
+ /**
+ * Sets the modified date of this pratica attenzionata.
+ *
+ * @param modifiedDate the modified date of this pratica attenzionata
+ */
+ @Override
+ public void setModifiedDate(java.util.Date modifiedDate) {
+ _praticaAttenzionata.setModifiedDate(modifiedDate);
+ }
+
+ /**
+ * Returns the group ID of this pratica attenzionata.
+ *
+ * @return the group ID of this pratica attenzionata
+ */
+ @Override
+ public long getGroupId() {
+ return _praticaAttenzionata.getGroupId();
+ }
+
+ /**
+ * Sets the group ID of this pratica attenzionata.
+ *
+ * @param groupId the group ID of this pratica attenzionata
+ */
+ @Override
+ public void setGroupId(long groupId) {
+ _praticaAttenzionata.setGroupId(groupId);
+ }
+
+ /**
+ * Returns the int pratica ID of this pratica attenzionata.
+ *
+ * @return the int pratica ID of this pratica attenzionata
+ */
+ @Override
+ public long getIntPraticaId() {
+ return _praticaAttenzionata.getIntPraticaId();
+ }
+
+ /**
+ * Sets the int pratica ID of this pratica attenzionata.
+ *
+ * @param intPraticaId the int pratica ID of this pratica attenzionata
+ */
+ @Override
+ public void setIntPraticaId(long intPraticaId) {
+ _praticaAttenzionata.setIntPraticaId(intPraticaId);
+ }
+
+ /**
+ * Returns the fine lavori ID of this pratica attenzionata.
+ *
+ * @return the fine lavori ID of this pratica attenzionata
+ */
+ @Override
+ public long getFineLavoriId() {
+ return _praticaAttenzionata.getFineLavoriId();
+ }
+
+ /**
+ * Sets the fine lavori ID of this pratica attenzionata.
+ *
+ * @param fineLavoriId the fine lavori ID of this pratica attenzionata
+ */
+ @Override
+ public void setFineLavoriId(long fineLavoriId) {
+ _praticaAttenzionata.setFineLavoriId(fineLavoriId);
+ }
+
+ /**
+ * Returns the numero progetto of this pratica attenzionata.
+ *
+ * @return the numero progetto of this pratica attenzionata
+ */
+ @Override
+ public java.lang.String getNumeroProgetto() {
+ return _praticaAttenzionata.getNumeroProgetto();
+ }
+
+ /**
+ * Sets the numero progetto of this pratica attenzionata.
+ *
+ * @param numeroProgetto the numero progetto of this pratica attenzionata
+ */
+ @Override
+ public void setNumeroProgetto(java.lang.String numeroProgetto) {
+ _praticaAttenzionata.setNumeroProgetto(numeroProgetto);
+ }
+
+ /**
+ * Returns the data fine lavori totale of this pratica attenzionata.
+ *
+ * @return the data fine lavori totale of this pratica attenzionata
+ */
+ @Override
+ public java.util.Date getDataFineLavoriTotale() {
+ return _praticaAttenzionata.getDataFineLavoriTotale();
+ }
+
+ /**
+ * Sets the data fine lavori totale of this pratica attenzionata.
+ *
+ * @param dataFineLavoriTotale the data fine lavori totale of this pratica attenzionata
+ */
+ @Override
+ public void setDataFineLavoriTotale(java.util.Date dataFineLavoriTotale) {
+ _praticaAttenzionata.setDataFineLavoriTotale(dataFineLavoriTotale);
+ }
+
+ /**
+ * Returns the data relazione fine lavori totale of this pratica attenzionata.
+ *
+ * @return the data relazione fine lavori totale of this pratica attenzionata
+ */
+ @Override
+ public java.util.Date getDataRelazioneFineLavoriTotale() {
+ return _praticaAttenzionata.getDataRelazioneFineLavoriTotale();
+ }
+
+ /**
+ * Sets the data relazione fine lavori totale of this pratica attenzionata.
+ *
+ * @param dataRelazioneFineLavoriTotale the data relazione fine lavori totale of this pratica attenzionata
+ */
+ @Override
+ public void setDataRelazioneFineLavoriTotale(
+ java.util.Date dataRelazioneFineLavoriTotale) {
+ _praticaAttenzionata.setDataRelazioneFineLavoriTotale(dataRelazioneFineLavoriTotale);
+ }
+
+ /**
+ * Returns the verificata of this pratica attenzionata.
+ *
+ * @return the verificata of this pratica attenzionata
+ */
+ @Override
+ public boolean getVerificata() {
+ return _praticaAttenzionata.getVerificata();
+ }
+
+ /**
+ * Returns true if this pratica attenzionata is verificata.
+ *
+ * @return true if this pratica attenzionata is verificata; false otherwise
+ */
+ @Override
+ public boolean isVerificata() {
+ return _praticaAttenzionata.isVerificata();
+ }
+
+ /**
+ * Sets whether this pratica attenzionata is verificata.
+ *
+ * @param verificata the verificata of this pratica attenzionata
+ */
+ @Override
+ public void setVerificata(boolean verificata) {
+ _praticaAttenzionata.setVerificata(verificata);
+ }
+
+ /**
+ * Returns the data verifica of this pratica attenzionata.
+ *
+ * @return the data verifica of this pratica attenzionata
+ */
+ @Override
+ public java.util.Date getDataVerifica() {
+ return _praticaAttenzionata.getDataVerifica();
+ }
+
+ /**
+ * Sets the data verifica of this pratica attenzionata.
+ *
+ * @param dataVerifica the data verifica of this pratica attenzionata
+ */
+ @Override
+ public void setDataVerifica(java.util.Date dataVerifica) {
+ _praticaAttenzionata.setDataVerifica(dataVerifica);
+ }
+
+ @Override
+ public boolean isNew() {
+ return _praticaAttenzionata.isNew();
+ }
+
+ @Override
+ public void setNew(boolean n) {
+ _praticaAttenzionata.setNew(n);
+ }
+
+ @Override
+ public boolean isCachedModel() {
+ return _praticaAttenzionata.isCachedModel();
+ }
+
+ @Override
+ public void setCachedModel(boolean cachedModel) {
+ _praticaAttenzionata.setCachedModel(cachedModel);
+ }
+
+ @Override
+ public boolean isEscapedModel() {
+ return _praticaAttenzionata.isEscapedModel();
+ }
+
+ @Override
+ public java.io.Serializable getPrimaryKeyObj() {
+ return _praticaAttenzionata.getPrimaryKeyObj();
+ }
+
+ @Override
+ public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj) {
+ _praticaAttenzionata.setPrimaryKeyObj(primaryKeyObj);
+ }
+
+ @Override
+ public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
+ return _praticaAttenzionata.getExpandoBridge();
+ }
+
+ @Override
+ public void setExpandoBridgeAttributes(
+ com.liferay.portal.model.BaseModel> baseModel) {
+ _praticaAttenzionata.setExpandoBridgeAttributes(baseModel);
+ }
+
+ @Override
+ public void setExpandoBridgeAttributes(
+ com.liferay.portlet.expando.model.ExpandoBridge expandoBridge) {
+ _praticaAttenzionata.setExpandoBridgeAttributes(expandoBridge);
+ }
+
+ @Override
+ public void setExpandoBridgeAttributes(
+ com.liferay.portal.service.ServiceContext serviceContext) {
+ _praticaAttenzionata.setExpandoBridgeAttributes(serviceContext);
+ }
+
+ @Override
+ public java.lang.Object clone() {
+ return new PraticaAttenzionataWrapper((PraticaAttenzionata)_praticaAttenzionata.clone());
+ }
+
+ @Override
+ public int compareTo(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata) {
+ return _praticaAttenzionata.compareTo(praticaAttenzionata);
+ }
+
+ @Override
+ public int hashCode() {
+ return _praticaAttenzionata.hashCode();
+ }
+
+ @Override
+ public com.liferay.portal.model.CacheModel toCacheModel() {
+ return _praticaAttenzionata.toCacheModel();
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata toEscapedModel() {
+ return new PraticaAttenzionataWrapper(_praticaAttenzionata.toEscapedModel());
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata toUnescapedModel() {
+ return new PraticaAttenzionataWrapper(_praticaAttenzionata.toUnescapedModel());
+ }
+
+ @Override
+ public java.lang.String toString() {
+ return _praticaAttenzionata.toString();
+ }
+
+ @Override
+ public java.lang.String toXmlString() {
+ return _praticaAttenzionata.toXmlString();
+ }
+
+ @Override
+ public void persist()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ _praticaAttenzionata.persist();
+ }
+
+ @Override
+ public boolean equals(Object obj) {
+ if (this == obj) {
+ return true;
+ }
+
+ if (!(obj instanceof PraticaAttenzionataWrapper)) {
+ return false;
+ }
+
+ PraticaAttenzionataWrapper praticaAttenzionataWrapper = (PraticaAttenzionataWrapper)obj;
+
+ if (Validator.equals(_praticaAttenzionata,
+ praticaAttenzionataWrapper._praticaAttenzionata)) {
+ return true;
+ }
+
+ return false;
+ }
+
+ @Override
+ public StagedModelType getStagedModelType() {
+ return _praticaAttenzionata.getStagedModelType();
+ }
+
+ /**
+ * @deprecated As of 6.1.0, replaced by {@link #getWrappedModel}
+ */
+ public PraticaAttenzionata getWrappedPraticaAttenzionata() {
+ return _praticaAttenzionata;
+ }
+
+ @Override
+ public PraticaAttenzionata getWrappedModel() {
+ return _praticaAttenzionata;
+ }
+
+ @Override
+ public void resetOriginalValues() {
+ _praticaAttenzionata.resetOriginalValues();
+ }
+
+ private PraticaAttenzionata _praticaAttenzionata;
+}
\ 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/search/IntPraticaAdvancedSearch.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/search/IntPraticaAdvancedSearch.java
index 02c377b4..c70f72a5 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/search/IntPraticaAdvancedSearch.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/search/IntPraticaAdvancedSearch.java
@@ -13,6 +13,7 @@ import java.util.List;
import java.util.Properties;
import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletRequestWrapper;
import com.liferay.portal.kernel.exception.SystemException;
import com.liferay.portal.kernel.log.Log;
@@ -91,7 +92,7 @@ public class IntPraticaAdvancedSearch {
}
public static Hits searchAltriProgetti(HttpServletRequest request, User user, int start, int end) {
-
+
SearchContext searchContext = SearchContextFactory.getInstance(request);
searchContext.setKeywords(OVERRIDE_KEYWORDS.toString());
searchContext.setAttribute("paginationType", "more");
@@ -516,11 +517,23 @@ public class IntPraticaAdvancedSearch {
private static void queryTipoProcedura(HttpServletRequest request, BooleanQuery booleanQuery,
SearchContext searchContext) throws ParseException {
String tipoProcedura = ParamUtil.getString(request, PortosIndexField.TIPO_PROCEDURA);
+ // EVOLUTIVA per filtro ospedaliera
+// Boolean praticaOspedaliera = ParamUtil.getBoolean(request, "praticaospedaliera");
if (Validator.isNotNull(tipoProcedura)) {
- TermQuery termQuery = TermQueryFactoryUtil.create(searchContext, PortosIndexField.TIPO_PROCEDURA,
- tipoProcedura);
- if (Validator.isNotNull(termQuery)) {
- booleanQuery.add(termQuery, BooleanClauseOccur.MUST);
+ if("H".equals(tipoProcedura)){
+ _log.debug("tipoProcedura: "+tipoProcedura);
+ tipoProcedura = "B";
+ TermQuery ospedalieraTermQuery = TermQueryFactoryUtil.create(searchContext, "praticaospedaliera",
+ "true");
+ if (Validator.isNotNull(ospedalieraTermQuery)) {
+ booleanQuery.add(ospedalieraTermQuery, BooleanClauseOccur.MUST);
+ }
+ }else{
+ TermQuery termQuery = TermQueryFactoryUtil.create(searchContext, PortosIndexField.TIPO_PROCEDURA,
+ tipoProcedura);
+ if (Validator.isNotNull(termQuery)) {
+ booleanQuery.add(termQuery, BooleanClauseOccur.MUST);
+ }
}
}
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalService.java
index 956a1296..fe8c232f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalService.java
@@ -726,6 +726,11 @@ public interface AvvisoLocalService extends BaseLocalService,
long intPraticaId, long dettPraticaID)
throws com.liferay.portal.kernel.exception.SystemException;
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public it.tref.liferay.portos.bo.model.Avviso getAvvisoPraticaOspedaliera(
+ long intPraticaId)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public it.tref.liferay.portos.bo.model.Avviso getLastAvvisoIntegrazione(
long intPraticaId)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalServiceClp.java
index 023f3d0e..11586df8 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalServiceClp.java
@@ -558,9 +558,13 @@ public class AvvisoLocalServiceClp implements AvvisoLocalService {
_methodParameterTypes110 = new String[] { "long", "long" };
- _methodName111 = "getLastAvvisoIntegrazione";
+ _methodName111 = "getAvvisoPraticaOspedaliera";
_methodParameterTypes111 = new String[] { "long" };
+
+ _methodName112 = "getLastAvvisoIntegrazione";
+
+ _methodParameterTypes112 = new String[] { "long" };
}
@Override
@@ -4278,7 +4282,7 @@ public class AvvisoLocalServiceClp implements AvvisoLocalService {
}
@Override
- public it.tref.liferay.portos.bo.model.Avviso getLastAvvisoIntegrazione(
+ public it.tref.liferay.portos.bo.model.Avviso getAvvisoPraticaOspedaliera(
long intPraticaId)
throws com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
@@ -4306,6 +4310,35 @@ public class AvvisoLocalServiceClp implements AvvisoLocalService {
return (it.tref.liferay.portos.bo.model.Avviso)ClpSerializer.translateOutput(returnObj);
}
+ @Override
+ public it.tref.liferay.portos.bo.model.Avviso getLastAvvisoIntegrazione(
+ long intPraticaId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName112,
+ _methodParameterTypes112, new Object[] { intPraticaId });
+ }
+ 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 (it.tref.liferay.portos.bo.model.Avviso)ClpSerializer.translateOutput(returnObj);
+ }
+
private InvokableLocalService _invokableLocalService;
private String _methodName0;
private String[] _methodParameterTypes0;
@@ -4529,4 +4562,6 @@ public class AvvisoLocalServiceClp implements AvvisoLocalService {
private String[] _methodParameterTypes110;
private String _methodName111;
private String[] _methodParameterTypes111;
+ private String _methodName112;
+ private String[] _methodParameterTypes112;
}
\ 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/AvvisoLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalServiceUtil.java
index 72c816f9..ebb2efc1 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalServiceUtil.java
@@ -960,6 +960,12 @@ public class AvvisoLocalServiceUtil {
return getService().getAvvisoVidimazione(intPraticaId, dettPraticaID);
}
+ public static it.tref.liferay.portos.bo.model.Avviso getAvvisoPraticaOspedaliera(
+ long intPraticaId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().getAvvisoPraticaOspedaliera(intPraticaId);
+ }
+
public static it.tref.liferay.portos.bo.model.Avviso getLastAvvisoIntegrazione(
long intPraticaId)
throws com.liferay.portal.kernel.exception.SystemException {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalServiceWrapper.java
index be28987e..48923b3e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/AvvisoLocalServiceWrapper.java
@@ -1050,6 +1050,13 @@ public class AvvisoLocalServiceWrapper implements AvvisoLocalService,
dettPraticaID);
}
+ @Override
+ public it.tref.liferay.portos.bo.model.Avviso getAvvisoPraticaOspedaliera(
+ long intPraticaId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _avvisoLocalService.getAvvisoPraticaOspedaliera(intPraticaId);
+ }
+
@Override
public it.tref.liferay.portos.bo.model.Avviso getLastAvvisoIntegrazione(
long intPraticaId)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ClpSerializer.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ClpSerializer.java
index 798d494b..a312f989 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ClpSerializer.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ClpSerializer.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.model.HistoryWorkflowActionClp;
import it.tref.liferay.portos.bo.model.IntPraticaClp;
import it.tref.liferay.portos.bo.model.PagamentoClp;
import it.tref.liferay.portos.bo.model.ParereGeologoClp;
+import it.tref.liferay.portos.bo.model.PraticaAttenzionataClp;
import it.tref.liferay.portos.bo.model.ProvinciaClp;
import it.tref.liferay.portos.bo.model.SoggettoClp;
import it.tref.liferay.portos.bo.model.SorteggioClp;
@@ -192,6 +193,10 @@ public class ClpSerializer {
return translateInputParereGeologo(oldModel);
}
+ if (oldModelClassName.equals(PraticaAttenzionataClp.class.getName())) {
+ return translateInputPraticaAttenzionata(oldModel);
+ }
+
if (oldModelClassName.equals(ProvinciaClp.class.getName())) {
return translateInputProvincia(oldModel);
}
@@ -402,6 +407,17 @@ public class ClpSerializer {
return newModel;
}
+ public static Object translateInputPraticaAttenzionata(
+ BaseModel> oldModel) {
+ PraticaAttenzionataClp oldClpModel = (PraticaAttenzionataClp)oldModel;
+
+ BaseModel> newModel = oldClpModel.getPraticaAttenzionataRemoteModel();
+
+ newModel.setModelAttributes(oldClpModel.getModelAttributes());
+
+ return newModel;
+ }
+
public static Object translateInputProvincia(BaseModel> oldModel) {
ProvinciaClp oldClpModel = (ProvinciaClp)oldModel;
@@ -1109,6 +1125,43 @@ public class ClpSerializer {
}
}
+ if (oldModelClassName.equals(
+ "it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataImpl")) {
+ return translateOutputPraticaAttenzionata(oldModel);
+ }
+ else if (oldModelClassName.endsWith("Clp")) {
+ try {
+ ClassLoader classLoader = ClpSerializer.class.getClassLoader();
+
+ Method getClpSerializerClassMethod = oldModelClass.getMethod(
+ "getClpSerializerClass");
+
+ Class> oldClpSerializerClass = (Class>)getClpSerializerClassMethod.invoke(oldModel);
+
+ Class> newClpSerializerClass = classLoader.loadClass(oldClpSerializerClass.getName());
+
+ Method translateOutputMethod = newClpSerializerClass.getMethod("translateOutput",
+ BaseModel.class);
+
+ Class> oldModelModelClass = oldModel.getModelClass();
+
+ Method getRemoteModelMethod = oldModelClass.getMethod("get" +
+ oldModelModelClass.getSimpleName() + "RemoteModel");
+
+ Object oldRemoteModel = getRemoteModelMethod.invoke(oldModel);
+
+ BaseModel> newModel = (BaseModel>)translateOutputMethod.invoke(null,
+ oldRemoteModel);
+
+ return newModel;
+ }
+ catch (Throwable t) {
+ if (_log.isInfoEnabled()) {
+ _log.info("Unable to translate " + oldModelClassName, t);
+ }
+ }
+ }
+
if (oldModelClassName.equals(
"it.tref.liferay.portos.bo.model.impl.ProvinciaImpl")) {
return translateOutputProvincia(oldModel);
@@ -1547,6 +1600,11 @@ public class ClpSerializer {
return new it.tref.liferay.portos.bo.NoSuchParereGeologoException();
}
+ if (className.equals(
+ "it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException")) {
+ return new it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException();
+ }
+
if (className.equals(
"it.tref.liferay.portos.bo.NoSuchProvinciaException")) {
return new it.tref.liferay.portos.bo.NoSuchProvinciaException();
@@ -1751,6 +1809,17 @@ public class ClpSerializer {
return newModel;
}
+ public static Object translateOutputPraticaAttenzionata(
+ BaseModel> oldModel) {
+ PraticaAttenzionataClp newModel = new PraticaAttenzionataClp();
+
+ newModel.setModelAttributes(oldModel.getModelAttributes());
+
+ newModel.setPraticaAttenzionataRemoteModel(oldModel);
+
+ return newModel;
+ }
+
public static Object translateOutputProvincia(BaseModel> oldModel) {
ProvinciaClp newModel = new ProvinciaClp();
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalService.java
index a1b51a62..82c44c5c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalService.java
@@ -283,6 +283,7 @@ public interface ComuneLocalService extends BaseLocalService,
java.lang.String codiceIstat, java.lang.String codiceBelfiore,
java.lang.String denominazione, boolean provincia, boolean stato,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
@@ -292,6 +293,7 @@ public interface ComuneLocalService extends BaseLocalService,
java.lang.String codiceIstat, java.lang.String codiceBelfiore,
java.lang.String denominazione, boolean provincia,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
@@ -355,11 +357,17 @@ public interface ComuneLocalService extends BaseLocalService,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException;
+ public it.tref.liferay.portos.bo.model.Comune setPraticaOspedaliera(
+ long comuneId, boolean isPraticaOspedaliera,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
public it.tref.liferay.portos.bo.model.Comune updateComune(long userId,
long comuneId, java.lang.String codiceProvincia,
java.lang.String codiceComune, java.lang.String codiceIstat,
java.lang.String denominazione, boolean provincia, boolean stato,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
@@ -369,6 +377,7 @@ public interface ComuneLocalService extends BaseLocalService,
java.lang.String codiceComune, java.lang.String codiceIstat,
java.lang.String denominazione, boolean provincia,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalServiceClp.java
index b77cecca..00c9b9a2 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalServiceClp.java
@@ -128,7 +128,7 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"boolean", "boolean", "java.lang.String", "java.lang.String",
- "com.liferay.portal.service.ServiceContext"
+ "boolean", "com.liferay.portal.service.ServiceContext"
};
_methodName22 = "addComune";
@@ -136,7 +136,7 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
_methodParameterTypes22 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "boolean", "java.lang.String", "java.lang.String",
+ "boolean", "java.lang.String", "java.lang.String", "boolean",
"com.liferay.portal.service.ServiceContext"
};
@@ -205,31 +205,37 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
_methodParameterTypes36 = new String[] { "long" };
- _methodName37 = "updateComune";
+ _methodName37 = "setPraticaOspedaliera";
_methodParameterTypes37 = new String[] {
+ "long", "boolean", "com.liferay.portal.service.ServiceContext"
+ };
+
+ _methodName38 = "updateComune";
+
+ _methodParameterTypes38 = new String[] {
"long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "boolean", "boolean",
- "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "boolean",
"com.liferay.portal.service.ServiceContext"
};
- _methodName38 = "updateComune";
+ _methodName39 = "updateComune";
- _methodParameterTypes38 = new String[] {
+ _methodParameterTypes39 = new String[] {
"long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "boolean",
- "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "boolean",
"com.liferay.portal.service.ServiceContext"
};
- _methodName39 = "getComuniForOrganizationByUserId";
+ _methodName40 = "getComuniForOrganizationByUserId";
- _methodParameterTypes39 = new String[] { "long" };
+ _methodParameterTypes40 = new String[] { "long" };
- _methodName40 = "getComuniForOrganizationByUserIdUfficioId";
+ _methodName41 = "getComuniForOrganizationByUserIdUfficioId";
- _methodParameterTypes40 = new String[] { "long", "long" };
+ _methodParameterTypes41 = new String[] { "long", "long" };
}
@Override
@@ -849,6 +855,7 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
java.lang.String codiceIstat, java.lang.String codiceBelfiore,
java.lang.String denominazione, boolean provincia, boolean stato,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
@@ -878,6 +885,8 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
ClpSerializer.translateInput(mailSue),
+ praticaOspedaliera,
+
ClpSerializer.translateInput(serviceContext)
});
}
@@ -910,6 +919,7 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
java.lang.String codiceIstat, java.lang.String codiceBelfiore,
java.lang.String denominazione, boolean provincia,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
@@ -937,6 +947,8 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
ClpSerializer.translateInput(mailSue),
+ praticaOspedaliera,
+
ClpSerializer.translateInput(serviceContext)
});
}
@@ -1427,20 +1439,58 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
return (java.util.List)ClpSerializer.translateOutput(returnObj);
}
+ @Override
+ public it.tref.liferay.portos.bo.model.Comune setPraticaOspedaliera(
+ long comuneId, boolean isPraticaOspedaliera,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName37,
+ _methodParameterTypes37,
+ new Object[] {
+ comuneId,
+
+ isPraticaOspedaliera,
+
+ ClpSerializer.translateInput(serviceContext)
+ });
+ }
+ 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 (it.tref.liferay.portos.bo.model.Comune)ClpSerializer.translateOutput(returnObj);
+ }
+
@Override
public it.tref.liferay.portos.bo.model.Comune updateComune(long userId,
long comuneId, java.lang.String codiceProvincia,
java.lang.String codiceComune, java.lang.String codiceIstat,
java.lang.String denominazione, boolean provincia, boolean stato,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName37,
- _methodParameterTypes37,
+ returnObj = _invokableLocalService.invokeMethod(_methodName38,
+ _methodParameterTypes38,
new Object[] {
userId,
@@ -1462,6 +1512,8 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
ClpSerializer.translateInput(mailSue),
+ praticaOspedaliera,
+
ClpSerializer.translateInput(serviceContext)
});
}
@@ -1494,14 +1546,15 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
java.lang.String codiceComune, java.lang.String codiceIstat,
java.lang.String denominazione, boolean provincia,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName38,
- _methodParameterTypes38,
+ returnObj = _invokableLocalService.invokeMethod(_methodName39,
+ _methodParameterTypes39,
new Object[] {
userId,
@@ -1521,6 +1574,8 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
ClpSerializer.translateInput(mailSue),
+ praticaOspedaliera,
+
ClpSerializer.translateInput(serviceContext)
});
}
@@ -1553,8 +1608,8 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName39,
- _methodParameterTypes39, new Object[] { userId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName40,
+ _methodParameterTypes40, new Object[] { userId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -1582,8 +1637,8 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName40,
- _methodParameterTypes40, new Object[] { userId, ufficioId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName41,
+ _methodParameterTypes41, new Object[] { userId, ufficioId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -1685,4 +1740,6 @@ public class ComuneLocalServiceClp implements ComuneLocalService {
private String[] _methodParameterTypes39;
private String _methodName40;
private String[] _methodParameterTypes40;
+ private String _methodName41;
+ private String[] _methodParameterTypes41;
}
\ 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/ComuneLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalServiceUtil.java
index 2f39b388..ed6c335f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalServiceUtil.java
@@ -310,14 +310,14 @@ public class ComuneLocalServiceUtil {
java.lang.String codiceComune, java.lang.String codiceIstat,
java.lang.String codiceBelfiore, java.lang.String denominazione,
boolean provincia, boolean stato, java.lang.String mailSuap,
- java.lang.String mailSue,
+ java.lang.String mailSue, boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return getService()
.addComune(userId, codiceProvincia, codiceComune,
codiceIstat, codiceBelfiore, denominazione, provincia, stato,
- mailSuap, mailSue, serviceContext);
+ mailSuap, mailSue, praticaOspedaliera, serviceContext);
}
public static it.tref.liferay.portos.bo.model.Comune addComune(
@@ -325,13 +325,14 @@ public class ComuneLocalServiceUtil {
java.lang.String codiceComune, java.lang.String codiceIstat,
java.lang.String codiceBelfiore, java.lang.String denominazione,
boolean provincia, java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return getService()
.addComune(userId, codiceProvincia, codiceComune,
codiceIstat, codiceBelfiore, denominazione, provincia, mailSuap,
- mailSue, serviceContext);
+ mailSue, praticaOspedaliera, serviceContext);
}
public static int countByCompanyId(long companyId)
@@ -424,18 +425,28 @@ public class ComuneLocalServiceUtil {
return getService().getStatiEsteri(companyId);
}
+ public static it.tref.liferay.portos.bo.model.Comune setPraticaOspedaliera(
+ long comuneId, boolean isPraticaOspedaliera,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .setPraticaOspedaliera(comuneId, isPraticaOspedaliera,
+ serviceContext);
+ }
+
public static it.tref.liferay.portos.bo.model.Comune updateComune(
long userId, long comuneId, java.lang.String codiceProvincia,
java.lang.String codiceComune, java.lang.String codiceIstat,
java.lang.String denominazione, boolean provincia, boolean stato,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return getService()
.updateComune(userId, comuneId, codiceProvincia,
codiceComune, codiceIstat, denominazione, provincia, stato,
- mailSuap, mailSue, serviceContext);
+ mailSuap, mailSue, praticaOspedaliera, serviceContext);
}
public static it.tref.liferay.portos.bo.model.Comune updateComune(
@@ -443,13 +454,14 @@ public class ComuneLocalServiceUtil {
java.lang.String codiceComune, java.lang.String codiceIstat,
java.lang.String denominazione, boolean provincia,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return getService()
.updateComune(userId, comuneId, codiceProvincia,
codiceComune, codiceIstat, denominazione, provincia, mailSuap,
- mailSue, serviceContext);
+ mailSue, praticaOspedaliera, serviceContext);
}
public static java.util.List getComuniForOrganizationByUserId(
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalServiceWrapper.java
index e952f5b2..33c860ef 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ComuneLocalServiceWrapper.java
@@ -318,12 +318,14 @@ public class ComuneLocalServiceWrapper implements ComuneLocalService,
java.lang.String codiceIstat, java.lang.String codiceBelfiore,
java.lang.String denominazione, boolean provincia, boolean stato,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return _comuneLocalService.addComune(userId, codiceProvincia,
codiceComune, codiceIstat, codiceBelfiore, denominazione,
- provincia, stato, mailSuap, mailSue, serviceContext);
+ provincia, stato, mailSuap, mailSue, praticaOspedaliera,
+ serviceContext);
}
@Override
@@ -332,12 +334,13 @@ public class ComuneLocalServiceWrapper implements ComuneLocalService,
java.lang.String codiceIstat, java.lang.String codiceBelfiore,
java.lang.String denominazione, boolean provincia,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return _comuneLocalService.addComune(userId, codiceProvincia,
codiceComune, codiceIstat, codiceBelfiore, denominazione,
- provincia, mailSuap, mailSue, serviceContext);
+ provincia, mailSuap, mailSue, praticaOspedaliera, serviceContext);
}
@Override
@@ -443,18 +446,29 @@ public class ComuneLocalServiceWrapper implements ComuneLocalService,
return _comuneLocalService.getStatiEsteri(companyId);
}
+ @Override
+ public it.tref.liferay.portos.bo.model.Comune setPraticaOspedaliera(
+ long comuneId, boolean isPraticaOspedaliera,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _comuneLocalService.setPraticaOspedaliera(comuneId,
+ isPraticaOspedaliera, serviceContext);
+ }
+
@Override
public it.tref.liferay.portos.bo.model.Comune updateComune(long userId,
long comuneId, java.lang.String codiceProvincia,
java.lang.String codiceComune, java.lang.String codiceIstat,
java.lang.String denominazione, boolean provincia, boolean stato,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return _comuneLocalService.updateComune(userId, comuneId,
codiceProvincia, codiceComune, codiceIstat, denominazione,
- provincia, stato, mailSuap, mailSue, serviceContext);
+ provincia, stato, mailSuap, mailSue, praticaOspedaliera,
+ serviceContext);
}
@Override
@@ -463,12 +477,13 @@ public class ComuneLocalServiceWrapper implements ComuneLocalService,
java.lang.String codiceComune, java.lang.String codiceIstat,
java.lang.String denominazione, boolean provincia,
java.lang.String mailSuap, java.lang.String mailSue,
+ boolean praticaOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
return _comuneLocalService.updateComune(userId, comuneId,
codiceProvincia, codiceComune, codiceIstat, denominazione,
- provincia, mailSuap, mailSue, serviceContext);
+ provincia, mailSuap, mailSue, praticaOspedaliera, serviceContext);
}
@Override
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalService.java
index dd38ed75..03b1c43f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalService.java
@@ -426,6 +426,9 @@ public interface ControlloPraticaLocalService extends BaseLocalService,
long intPraticaId)
throws com.liferay.portal.kernel.exception.SystemException;
+ public int countByIntPratica(long intPraticaId)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
public java.lang.Long calculateDateAvvioProcedimento(
long controlloPraticaId)
throws com.liferay.portal.kernel.exception.PortalException,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalServiceClp.java
index 0e9c01af..abd45b54 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalServiceClp.java
@@ -232,9 +232,13 @@ public class ControlloPraticaLocalServiceClp
_methodParameterTypes42 = new String[] { "long" };
- _methodName43 = "calculateDateAvvioProcedimento";
+ _methodName43 = "countByIntPratica";
_methodParameterTypes43 = new String[] { "long" };
+
+ _methodName44 = "calculateDateAvvioProcedimento";
+
+ _methodParameterTypes44 = new String[] { "long" };
}
@Override
@@ -1691,6 +1695,34 @@ public class ControlloPraticaLocalServiceClp
return (java.util.List)ClpSerializer.translateOutput(returnObj);
}
+ @Override
+ public int countByIntPratica(long intPraticaId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName43,
+ _methodParameterTypes43, new Object[] { intPraticaId });
+ }
+ 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 ((Integer)returnObj).intValue();
+ }
+
@Override
public java.lang.Long calculateDateAvvioProcedimento(
long controlloPraticaId)
@@ -1699,8 +1731,8 @@ public class ControlloPraticaLocalServiceClp
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName43,
- _methodParameterTypes43, new Object[] { controlloPraticaId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName44,
+ _methodParameterTypes44, new Object[] { controlloPraticaId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -1812,4 +1844,6 @@ public class ControlloPraticaLocalServiceClp
private String[] _methodParameterTypes42;
private String _methodName43;
private String[] _methodParameterTypes43;
+ private String _methodName44;
+ private String[] _methodParameterTypes44;
}
\ 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/ControlloPraticaLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalServiceUtil.java
index 4dcd469a..1f15ddb1 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalServiceUtil.java
@@ -512,6 +512,11 @@ public class ControlloPraticaLocalServiceUtil {
return getService().findByIntPratica(intPraticaId);
}
+ public static int countByIntPratica(long intPraticaId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().countByIntPratica(intPraticaId);
+ }
+
public static java.lang.Long calculateDateAvvioProcedimento(
long controlloPraticaId)
throws com.liferay.portal.kernel.exception.PortalException,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalServiceWrapper.java
index 50a6403a..a483187c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/ControlloPraticaLocalServiceWrapper.java
@@ -543,6 +543,12 @@ public class ControlloPraticaLocalServiceWrapper
return _controlloPraticaLocalService.findByIntPratica(intPraticaId);
}
+ @Override
+ public int countByIntPratica(long intPraticaId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _controlloPraticaLocalService.countByIntPratica(intPraticaId);
+ }
+
@Override
public java.lang.Long calculateDateAvvioProcedimento(
long controlloPraticaId)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalService.java
index 4dce10a0..483177b2 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalService.java
@@ -319,6 +319,14 @@ public interface FineLavoriLocalService extends BaseLocalService,
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
+ @com.liferay.portal.kernel.search.Indexable(type = IndexableType.REINDEX)
+ public it.tref.liferay.portos.bo.model.FineLavori addFineLavori(
+ long intPraticaId, boolean richiestaAttestazione,
+ boolean normEsenteCollaudo,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException;
+
@com.liferay.portal.kernel.search.Indexable(type = IndexableType.REINDEX)
public it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
long userId, long fineLavoriId, long intPraticaId, boolean parziale,
@@ -330,6 +338,14 @@ public interface FineLavoriLocalService extends BaseLocalService,
throws com.liferay.portal.kernel.exception.SystemException,
it.tref.liferay.portos.bo.NoSuchFineLavoriException;
+ @com.liferay.portal.kernel.search.Indexable(type = IndexableType.REINDEX)
+ public it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
+ it.tref.liferay.portos.bo.model.FineLavori fineLavori,
+ boolean parziale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException;
+
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public it.tref.liferay.portos.bo.model.FineLavori getLastEditable(
long intPraticaId)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceClp.java
index 3d9dee36..21adcd23 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceClp.java
@@ -137,166 +137,180 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName24 = "updateFineLavori";
+ _methodName24 = "addFineLavori";
_methodParameterTypes24 = new String[] {
+ "long", "boolean", "boolean",
+ "com.liferay.portal.service.ServiceContext"
+ };
+
+ _methodName25 = "updateFineLavori";
+
+ _methodParameterTypes25 = new String[] {
"long", "long", "long", "boolean", "boolean", "java.util.Date",
"java.lang.String", "boolean", "boolean", "boolean",
"java.lang.String", "boolean"
};
- _methodName25 = "getLastEditable";
+ _methodName26 = "updateFineLavori";
+
+ _methodParameterTypes26 = new String[] {
+ "it.tref.liferay.portos.bo.model.FineLavori", "boolean",
+ "com.liferay.portal.service.ServiceContext"
+ };
- _methodParameterTypes25 = new String[] { "long" };
+ _methodName27 = "getLastEditable";
- _methodName26 = "getLastCompleted";
+ _methodParameterTypes27 = new String[] { "long" };
- _methodParameterTypes26 = new String[] { "long" };
+ _methodName28 = "getLastCompleted";
- _methodName27 = "pagaInvia";
+ _methodParameterTypes28 = new String[] { "long" };
- _methodParameterTypes27 = new String[] {
+ _methodName29 = "pagaInvia";
+
+ _methodParameterTypes29 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName28 = "updateEsitoPagamento";
+ _methodName30 = "updateEsitoPagamento";
- _methodParameterTypes28 = new String[] {
+ _methodParameterTypes30 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName29 = "updateEsitoPagamento";
+ _methodName31 = "updateEsitoPagamento";
- _methodParameterTypes29 = new String[] {
+ _methodParameterTypes31 = new String[] {
"long", "long", "long", "java.lang.String"
};
- _methodName30 = "updateEsito";
+ _methodName32 = "updateEsito";
- _methodParameterTypes30 = new String[] { "long", "int" };
+ _methodParameterTypes32 = new String[] { "long", "int" };
- _methodName31 = "updateFineLavoriProtocollo";
+ _methodName33 = "updateFineLavoriProtocollo";
- _methodParameterTypes31 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes33 = new String[] { "long", "java.lang.String" };
- _methodName32 = "findByProtocollo";
+ _methodName34 = "findByProtocollo";
- _methodParameterTypes32 = new String[] {
+ _methodParameterTypes34 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName33 = "fetchByProtocollo";
+ _methodName35 = "fetchByProtocollo";
- _methodParameterTypes33 = new String[] {
+ _methodParameterTypes35 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName34 = "fetchByProtocollo";
+ _methodName36 = "fetchByProtocollo";
- _methodParameterTypes34 = new String[] { "java.lang.String" };
+ _methodParameterTypes36 = new String[] { "java.lang.String" };
- _methodName35 = "findByIntPraticaId";
+ _methodName37 = "findByIntPraticaId";
- _methodParameterTypes35 = new String[] {
+ _methodParameterTypes37 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName36 = "countByIntPraticaId";
+ _methodName38 = "countByIntPraticaId";
- _methodParameterTypes36 = new String[] { "long" };
+ _methodParameterTypes38 = new String[] { "long" };
- _methodName37 = "findByIntPraticaId_Parziale";
+ _methodName39 = "findByIntPraticaId_Parziale";
- _methodParameterTypes37 = new String[] {
+ _methodParameterTypes39 = new String[] {
"long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName38 = "countByIntPraticaId_Parziale";
+ _methodName40 = "countByIntPraticaId_Parziale";
- _methodParameterTypes38 = new String[] { "long", "boolean" };
+ _methodParameterTypes40 = new String[] { "long", "boolean" };
- _methodName39 = "findByIntPraticaId_Completata";
+ _methodName41 = "findByIntPraticaId_Completata";
- _methodParameterTypes39 = new String[] {
+ _methodParameterTypes41 = new String[] {
"long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName40 = "countByIntPraticaId_Completata";
+ _methodName42 = "countByIntPraticaId_Completata";
- _methodParameterTypes40 = new String[] { "long", "boolean" };
+ _methodParameterTypes42 = new String[] { "long", "boolean" };
- _methodName41 = "findByIntPraticaId_CodiceFiscale";
+ _methodName43 = "findByIntPraticaId_CodiceFiscale";
- _methodParameterTypes41 = new String[] {
+ _methodParameterTypes43 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName42 = "countByIntPraticaId_CodiceFiscale";
+ _methodName44 = "countByIntPraticaId_CodiceFiscale";
- _methodParameterTypes42 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes44 = new String[] { "long", "java.lang.String" };
- _methodName43 = "findByCodiceFiscale_Completata";
+ _methodName45 = "findByCodiceFiscale_Completata";
- _methodParameterTypes43 = new String[] {
+ _methodParameterTypes45 = new String[] {
"java.lang.String", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName44 = "countByCodiceFiscale_Completata";
+ _methodName46 = "countByCodiceFiscale_Completata";
- _methodParameterTypes44 = new String[] { "java.lang.String", "boolean" };
+ _methodParameterTypes46 = new String[] { "java.lang.String", "boolean" };
- _methodName45 = "findByIntPraticaId_Parziale_Completata";
+ _methodName47 = "findByIntPraticaId_Parziale_Completata";
- _methodParameterTypes45 = new String[] {
+ _methodParameterTypes47 = new String[] {
"long", "boolean", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName46 = "countByIntPraticaId_Parziale_Completata";
+ _methodName48 = "countByIntPraticaId_Parziale_Completata";
- _methodParameterTypes46 = new String[] { "long", "boolean", "boolean" };
+ _methodParameterTypes48 = new String[] { "long", "boolean", "boolean" };
- _methodName47 = "findByIntPraticaId_Parziale_leFineLavoriId";
+ _methodName49 = "findByIntPraticaId_Parziale_leFineLavoriId";
- _methodParameterTypes47 = new String[] {
+ _methodParameterTypes49 = new String[] {
"long", "long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName48 = "countByIntPraticaId_Parziale_leFineLavoriId";
+ _methodName50 = "countByIntPraticaId_Parziale_leFineLavoriId";
- _methodParameterTypes48 = new String[] { "long", "long", "boolean" };
+ _methodParameterTypes50 = new String[] { "long", "long", "boolean" };
- _methodName49 = "findFineLavoriCompleteNotProtocollo";
+ _methodName51 = "findFineLavoriCompleteNotProtocollo";
- _methodParameterTypes49 = new String[] { "int", "int" };
+ _methodParameterTypes51 = new String[] { "int", "int" };
- _methodName50 = "countFineLavoriCompleteNotProtocollo";
+ _methodName52 = "countFineLavoriCompleteNotProtocollo";
- _methodParameterTypes50 = new String[] { };
+ _methodParameterTypes52 = new String[] { };
- _methodName51 = "findFineLavoriCompleteNotGestite";
+ _methodName53 = "findFineLavoriCompleteNotGestite";
- _methodParameterTypes51 = new String[] { "int", "int" };
+ _methodParameterTypes53 = new String[] { "int", "int" };
- _methodName52 = "countFineLavoriCompleteNotGestite";
+ _methodName54 = "countFineLavoriCompleteNotGestite";
- _methodParameterTypes52 = new String[] { };
+ _methodParameterTypes54 = new String[] { };
- _methodName53 = "findIntPraticaByFineLavori";
+ _methodName55 = "findIntPraticaByFineLavori";
- _methodParameterTypes53 = new String[] { };
+ _methodParameterTypes55 = new String[] { };
- _methodName54 = "findIntPraticaByFineLavori";
+ _methodName56 = "findIntPraticaByFineLavori";
- _methodParameterTypes54 = new String[] { "java.lang.String" };
+ _methodParameterTypes56 = new String[] { "java.lang.String" };
}
@Override
@@ -1024,6 +1038,51 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
return (it.tref.liferay.portos.bo.model.FineLavori)ClpSerializer.translateOutput(returnObj);
}
+ @Override
+ public it.tref.liferay.portos.bo.model.FineLavori addFineLavori(
+ long intPraticaId, boolean richiestaAttestazione,
+ boolean normEsenteCollaudo,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName24,
+ _methodParameterTypes24,
+ new Object[] {
+ intPraticaId,
+
+ richiestaAttestazione,
+
+ normEsenteCollaudo,
+
+ ClpSerializer.translateInput(serviceContext)
+ });
+ }
+ catch (Throwable t) {
+ t = ClpSerializer.translateThrowable(t);
+
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)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 (it.tref.liferay.portos.bo.model.FineLavori)ClpSerializer.translateOutput(returnObj);
+ }
+
@Override
public it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
long userId, long fineLavoriId, long intPraticaId, boolean parziale,
@@ -1037,8 +1096,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName24,
- _methodParameterTypes24,
+ returnObj = _invokableLocalService.invokeMethod(_methodName25,
+ _methodParameterTypes25,
new Object[] {
userId,
@@ -1088,6 +1147,49 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
return (it.tref.liferay.portos.bo.model.FineLavori)ClpSerializer.translateOutput(returnObj);
}
+ @Override
+ public it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
+ it.tref.liferay.portos.bo.model.FineLavori fineLavori,
+ boolean parziale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName26,
+ _methodParameterTypes26,
+ new Object[] {
+ ClpSerializer.translateInput(fineLavori),
+
+ parziale,
+
+ ClpSerializer.translateInput(serviceContext)
+ });
+ }
+ catch (Throwable t) {
+ t = ClpSerializer.translateThrowable(t);
+
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)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 (it.tref.liferay.portos.bo.model.FineLavori)ClpSerializer.translateOutput(returnObj);
+ }
+
@Override
public it.tref.liferay.portos.bo.model.FineLavori getLastEditable(
long intPraticaId)
@@ -1095,8 +1197,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName25,
- _methodParameterTypes25, new Object[] { intPraticaId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName27,
+ _methodParameterTypes27, new Object[] { intPraticaId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -1124,8 +1226,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName26,
- _methodParameterTypes26, new Object[] { intPraticaId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName28,
+ _methodParameterTypes28, new Object[] { intPraticaId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -1157,8 +1259,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName27,
- _methodParameterTypes27,
+ returnObj = _invokableLocalService.invokeMethod(_methodName29,
+ _methodParameterTypes29,
new Object[] {
fineLavoriId,
@@ -1202,8 +1304,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName28,
- _methodParameterTypes28,
+ _invokableLocalService.invokeMethod(_methodName30,
+ _methodParameterTypes30,
new Object[] {
pagamentoId,
@@ -1239,8 +1341,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName29,
- _methodParameterTypes29,
+ _invokableLocalService.invokeMethod(_methodName31,
+ _methodParameterTypes31,
new Object[] {
pagamentoId,
@@ -1280,8 +1382,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName30,
- _methodParameterTypes30,
+ returnObj = _invokableLocalService.invokeMethod(_methodName32,
+ _methodParameterTypes32,
new Object[] { fineLavoriId, stato });
}
catch (Throwable t) {
@@ -1315,8 +1417,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName31,
- _methodParameterTypes31,
+ returnObj = _invokableLocalService.invokeMethod(_methodName33,
+ _methodParameterTypes33,
new Object[] {
fineLavoriId,
@@ -1354,8 +1456,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName32,
- _methodParameterTypes32,
+ returnObj = _invokableLocalService.invokeMethod(_methodName34,
+ _methodParameterTypes34,
new Object[] {
companyId,
@@ -1395,8 +1497,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName33,
- _methodParameterTypes33,
+ returnObj = _invokableLocalService.invokeMethod(_methodName35,
+ _methodParameterTypes35,
new Object[] {
companyId,
@@ -1436,8 +1538,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName34,
- _methodParameterTypes34,
+ returnObj = _invokableLocalService.invokeMethod(_methodName36,
+ _methodParameterTypes36,
new Object[] { ClpSerializer.translateInput(protocollo) });
}
catch (Throwable t) {
@@ -1471,8 +1573,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName35,
- _methodParameterTypes35,
+ returnObj = _invokableLocalService.invokeMethod(_methodName37,
+ _methodParameterTypes37,
new Object[] {
intPraticaId,
@@ -1508,8 +1610,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName36,
- _methodParameterTypes36, new Object[] { intPraticaId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName38,
+ _methodParameterTypes38, new Object[] { intPraticaId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -1538,8 +1640,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName37,
- _methodParameterTypes37,
+ returnObj = _invokableLocalService.invokeMethod(_methodName39,
+ _methodParameterTypes39,
new Object[] {
intPraticaId,
@@ -1577,8 +1679,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName38,
- _methodParameterTypes38,
+ returnObj = _invokableLocalService.invokeMethod(_methodName40,
+ _methodParameterTypes40,
new Object[] { intPraticaId, parziale });
}
catch (Throwable t) {
@@ -1608,8 +1710,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName39,
- _methodParameterTypes39,
+ returnObj = _invokableLocalService.invokeMethod(_methodName41,
+ _methodParameterTypes41,
new Object[] {
intPraticaId,
@@ -1648,8 +1750,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName40,
- _methodParameterTypes40,
+ returnObj = _invokableLocalService.invokeMethod(_methodName42,
+ _methodParameterTypes42,
new Object[] { intPraticaId, completata });
}
catch (Throwable t) {
@@ -1680,8 +1782,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName41,
- _methodParameterTypes41,
+ returnObj = _invokableLocalService.invokeMethod(_methodName43,
+ _methodParameterTypes43,
new Object[] {
intPraticaId,
@@ -1720,8 +1822,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName42,
- _methodParameterTypes42,
+ returnObj = _invokableLocalService.invokeMethod(_methodName44,
+ _methodParameterTypes44,
new Object[] {
intPraticaId,
@@ -1756,8 +1858,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName43,
- _methodParameterTypes43,
+ returnObj = _invokableLocalService.invokeMethod(_methodName45,
+ _methodParameterTypes45,
new Object[] {
ClpSerializer.translateInput(codiceFiscaleDelegato),
@@ -1796,8 +1898,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName44,
- _methodParameterTypes44,
+ returnObj = _invokableLocalService.invokeMethod(_methodName46,
+ _methodParameterTypes46,
new Object[] {
ClpSerializer.translateInput(codiceFiscaleDelegato),
@@ -1832,8 +1934,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName45,
- _methodParameterTypes45,
+ returnObj = _invokableLocalService.invokeMethod(_methodName47,
+ _methodParameterTypes47,
new Object[] {
intPraticaId,
@@ -1874,8 +1976,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName46,
- _methodParameterTypes46,
+ returnObj = _invokableLocalService.invokeMethod(_methodName48,
+ _methodParameterTypes48,
new Object[] { intPraticaId, parziale, completata });
}
catch (Throwable t) {
@@ -1906,8 +2008,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName47,
- _methodParameterTypes47,
+ returnObj = _invokableLocalService.invokeMethod(_methodName49,
+ _methodParameterTypes49,
new Object[] {
fineLavoriId,
@@ -1948,8 +2050,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName48,
- _methodParameterTypes48,
+ returnObj = _invokableLocalService.invokeMethod(_methodName50,
+ _methodParameterTypes50,
new Object[] { fineLavoriId, intPraticaId, parziale });
}
catch (Throwable t) {
@@ -1978,8 +2080,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName49,
- _methodParameterTypes49, new Object[] { start, end });
+ returnObj = _invokableLocalService.invokeMethod(_methodName51,
+ _methodParameterTypes51, new Object[] { start, end });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -2006,8 +2108,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName50,
- _methodParameterTypes50, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName52,
+ _methodParameterTypes52, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -2035,8 +2137,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName51,
- _methodParameterTypes51, new Object[] { start, end });
+ returnObj = _invokableLocalService.invokeMethod(_methodName53,
+ _methodParameterTypes53, new Object[] { start, end });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -2063,8 +2165,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName52,
- _methodParameterTypes52, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName54,
+ _methodParameterTypes54, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -2092,8 +2194,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName53,
- _methodParameterTypes53, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName55,
+ _methodParameterTypes55, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -2126,8 +2228,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName54,
- _methodParameterTypes54,
+ returnObj = _invokableLocalService.invokeMethod(_methodName56,
+ _methodParameterTypes56,
new Object[] {
ClpSerializer.translateInput(
codiceFiscaleDelegatoCollaudo)
@@ -2265,4 +2367,8 @@ public class FineLavoriLocalServiceClp implements FineLavoriLocalService {
private String[] _methodParameterTypes53;
private String _methodName54;
private String[] _methodParameterTypes54;
+ private String _methodName55;
+ private String[] _methodParameterTypes55;
+ private String _methodName56;
+ private String[] _methodParameterTypes56;
}
\ 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/FineLavoriLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceUtil.java
index 61bc6330..08102965 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceUtil.java
@@ -345,6 +345,17 @@ public class FineLavoriLocalServiceUtil {
return getService().addFineLavori(intPraticaId, serviceContext);
}
+ public static it.tref.liferay.portos.bo.model.FineLavori addFineLavori(
+ long intPraticaId, boolean richiestaAttestazione,
+ boolean normEsenteCollaudo,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .addFineLavori(intPraticaId, richiestaAttestazione,
+ normEsenteCollaudo, serviceContext);
+ }
+
public static it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
long userId, long fineLavoriId, long intPraticaId, boolean parziale,
boolean completata, java.util.Date dataFineLavori,
@@ -361,6 +372,16 @@ public class FineLavoriLocalServiceUtil {
comunicazioneDirettoreLavori, richiestaAttestazione);
}
+ public static it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
+ it.tref.liferay.portos.bo.model.FineLavori fineLavori,
+ boolean parziale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .updateFineLavori(fineLavori, parziale, serviceContext);
+ }
+
public static it.tref.liferay.portos.bo.model.FineLavori getLastEditable(
long intPraticaId)
throws com.liferay.portal.kernel.exception.SystemException {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceWrapper.java
index c7a6a24c..f1c94a16 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriLocalServiceWrapper.java
@@ -367,6 +367,17 @@ public class FineLavoriLocalServiceWrapper implements FineLavoriLocalService,
serviceContext);
}
+ @Override
+ public it.tref.liferay.portos.bo.model.FineLavori addFineLavori(
+ long intPraticaId, boolean richiestaAttestazione,
+ boolean normEsenteCollaudo,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return _fineLavoriLocalService.addFineLavori(intPraticaId,
+ richiestaAttestazione, normEsenteCollaudo, serviceContext);
+ }
+
@Override
public it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
long userId, long fineLavoriId, long intPraticaId, boolean parziale,
@@ -384,6 +395,17 @@ public class FineLavoriLocalServiceWrapper implements FineLavoriLocalService,
richiestaAttestazione);
}
+ @Override
+ public it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
+ it.tref.liferay.portos.bo.model.FineLavori fineLavori,
+ boolean parziale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return _fineLavoriLocalService.updateFineLavori(fineLavori, parziale,
+ serviceContext);
+ }
+
@Override
public it.tref.liferay.portos.bo.model.FineLavori getLastEditable(
long intPraticaId)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriService.java
index f6c24139..7295c624 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriService.java
@@ -77,6 +77,13 @@ public interface FineLavoriService extends BaseService, InvokableService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
+ public it.tref.liferay.portos.bo.model.FineLavori addFineLavori(
+ long intPraticaId, boolean richiestaAttestazione,
+ boolean normEsenteCollaudo,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException;
+
public it.tref.liferay.portos.bo.model.FineLavori deleteFineLavori(
it.tref.liferay.portos.bo.model.FineLavori fineLavori)
throws com.liferay.portal.kernel.exception.PortalException,
@@ -87,6 +94,13 @@ public interface FineLavoriService extends BaseService, InvokableService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
+ public it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
+ it.tref.liferay.portos.bo.model.FineLavori fineLavori,
+ boolean parziale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException;
+
public it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
it.tref.liferay.portos.bo.model.FineLavori fineLavori)
throws com.liferay.portal.kernel.exception.SystemException;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriServiceClp.java
index beffc256..cb396c1b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriServiceClp.java
@@ -42,82 +42,96 @@ public class FineLavoriServiceClp implements FineLavoriService {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName5 = "deleteFineLavori";
+ _methodName5 = "addFineLavori";
_methodParameterTypes5 = new String[] {
- "it.tref.liferay.portos.bo.model.FineLavori"
+ "long", "boolean", "boolean",
+ "com.liferay.portal.service.ServiceContext"
};
_methodName6 = "deleteFineLavori";
- _methodParameterTypes6 = new String[] { "long" };
-
- _methodName7 = "updateFineLavori";
-
- _methodParameterTypes7 = new String[] {
+ _methodParameterTypes6 = new String[] {
"it.tref.liferay.portos.bo.model.FineLavori"
};
+ _methodName7 = "deleteFineLavori";
+
+ _methodParameterTypes7 = new String[] { "long" };
+
_methodName8 = "updateFineLavori";
_methodParameterTypes8 = new String[] {
+ "it.tref.liferay.portos.bo.model.FineLavori", "boolean",
+ "com.liferay.portal.service.ServiceContext"
+ };
+
+ _methodName9 = "updateFineLavori";
+
+ _methodParameterTypes9 = new String[] {
+ "it.tref.liferay.portos.bo.model.FineLavori"
+ };
+
+ _methodName10 = "updateFineLavori";
+
+ _methodParameterTypes10 = new String[] {
"long", "long", "long", "boolean", "boolean", "java.util.Date",
"java.lang.String", "boolean", "boolean", "boolean",
"java.lang.String", "boolean"
};
- _methodName9 = "getLastEditable";
+ _methodName11 = "getLastEditable";
- _methodParameterTypes9 = new String[] { "long" };
+ _methodParameterTypes11 = new String[] { "long" };
- _methodName10 = "getLastCompleted";
+ _methodName12 = "getLastCompleted";
- _methodParameterTypes10 = new String[] { "long" };
+ _methodParameterTypes12 = new String[] { "long" };
- _methodName11 = "findByIntPraticaId_Parziale";
+ _methodName13 = "findByIntPraticaId_Parziale";
- _methodParameterTypes11 = new String[] {
+ _methodParameterTypes13 = new String[] {
"long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName12 = "countByIntPraticaId_Parziale";
+ _methodName14 = "countByIntPraticaId_Parziale";
- _methodParameterTypes12 = new String[] { "long", "boolean" };
+ _methodParameterTypes14 = new String[] { "long", "boolean" };
- _methodName13 = "pagaInvia";
+ _methodName15 = "pagaInvia";
- _methodParameterTypes13 = new String[] {
+ _methodParameterTypes15 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName14 = "updateEsito";
+ _methodName16 = "updateEsito";
- _methodParameterTypes14 = new String[] { "long", "int" };
+ _methodParameterTypes16 = new String[] { "long", "int" };
- _methodName15 = "findByIntPraticaId_CodiceFiscale";
+ _methodName17 = "findByIntPraticaId_CodiceFiscale";
- _methodParameterTypes15 = new String[] {
+ _methodParameterTypes17 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName16 = "countByIntPraticaId_CodiceFiscale";
+ _methodName18 = "countByIntPraticaId_CodiceFiscale";
- _methodParameterTypes16 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes18 = new String[] { "long", "java.lang.String" };
- _methodName17 = "findByCodiceFiscale_Completata";
+ _methodName19 = "findByCodiceFiscale_Completata";
- _methodParameterTypes17 = new String[] {
+ _methodParameterTypes19 = new String[] {
"java.lang.String", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName18 = "countByCodiceFiscale_Completata";
+ _methodName20 = "countByCodiceFiscale_Completata";
- _methodParameterTypes18 = new String[] { "java.lang.String", "boolean" };
+ _methodParameterTypes20 = new String[] { "java.lang.String", "boolean" };
}
@Override
@@ -245,8 +259,10 @@ public class FineLavoriServiceClp implements FineLavoriService {
}
@Override
- public it.tref.liferay.portos.bo.model.FineLavori deleteFineLavori(
- it.tref.liferay.portos.bo.model.FineLavori fineLavori)
+ public it.tref.liferay.portos.bo.model.FineLavori addFineLavori(
+ long intPraticaId, boolean richiestaAttestazione,
+ boolean normEsenteCollaudo,
+ com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
@@ -254,6 +270,49 @@ public class FineLavoriServiceClp implements FineLavoriService {
try {
returnObj = _invokableService.invokeMethod(_methodName5,
_methodParameterTypes5,
+ new Object[] {
+ intPraticaId,
+
+ richiestaAttestazione,
+
+ normEsenteCollaudo,
+
+ ClpSerializer.translateInput(serviceContext)
+ });
+ }
+ catch (Throwable t) {
+ t = ClpSerializer.translateThrowable(t);
+
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)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 (it.tref.liferay.portos.bo.model.FineLavori)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.FineLavori deleteFineLavori(
+ it.tref.liferay.portos.bo.model.FineLavori fineLavori)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableService.invokeMethod(_methodName6,
+ _methodParameterTypes6,
new Object[] { ClpSerializer.translateInput(fineLavori) });
}
catch (Throwable t) {
@@ -287,8 +346,51 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName6,
- _methodParameterTypes6, new Object[] { fineLavoriId });
+ returnObj = _invokableService.invokeMethod(_methodName7,
+ _methodParameterTypes7, new Object[] { fineLavoriId });
+ }
+ catch (Throwable t) {
+ t = ClpSerializer.translateThrowable(t);
+
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)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 (it.tref.liferay.portos.bo.model.FineLavori)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
+ it.tref.liferay.portos.bo.model.FineLavori fineLavori,
+ boolean parziale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableService.invokeMethod(_methodName8,
+ _methodParameterTypes8,
+ new Object[] {
+ ClpSerializer.translateInput(fineLavori),
+
+ parziale,
+
+ ClpSerializer.translateInput(serviceContext)
+ });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -320,8 +422,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName7,
- _methodParameterTypes7,
+ returnObj = _invokableService.invokeMethod(_methodName9,
+ _methodParameterTypes9,
new Object[] { ClpSerializer.translateInput(fineLavori) });
}
catch (Throwable t) {
@@ -356,8 +458,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName8,
- _methodParameterTypes8,
+ returnObj = _invokableService.invokeMethod(_methodName10,
+ _methodParameterTypes10,
new Object[] {
userId,
@@ -414,8 +516,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName9,
- _methodParameterTypes9, new Object[] { intPraticaId });
+ returnObj = _invokableService.invokeMethod(_methodName11,
+ _methodParameterTypes11, new Object[] { intPraticaId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -443,8 +545,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName10,
- _methodParameterTypes10, new Object[] { intPraticaId });
+ returnObj = _invokableService.invokeMethod(_methodName12,
+ _methodParameterTypes12, new Object[] { intPraticaId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -473,8 +575,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName11,
- _methodParameterTypes11,
+ returnObj = _invokableService.invokeMethod(_methodName13,
+ _methodParameterTypes13,
new Object[] {
intPraticaId,
@@ -512,8 +614,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName12,
- _methodParameterTypes12,
+ returnObj = _invokableService.invokeMethod(_methodName14,
+ _methodParameterTypes14,
new Object[] { intPraticaId, parziale });
}
catch (Throwable t) {
@@ -546,8 +648,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName13,
- _methodParameterTypes13,
+ returnObj = _invokableService.invokeMethod(_methodName15,
+ _methodParameterTypes15,
new Object[] {
fineLavoriId,
@@ -593,8 +695,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName14,
- _methodParameterTypes14,
+ returnObj = _invokableService.invokeMethod(_methodName16,
+ _methodParameterTypes16,
new Object[] { fineLavoriId, stato });
}
catch (Throwable t) {
@@ -629,8 +731,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName15,
- _methodParameterTypes15,
+ returnObj = _invokableService.invokeMethod(_methodName17,
+ _methodParameterTypes17,
new Object[] {
intPraticaId,
@@ -669,8 +771,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName16,
- _methodParameterTypes16,
+ returnObj = _invokableService.invokeMethod(_methodName18,
+ _methodParameterTypes18,
new Object[] {
intPraticaId,
@@ -705,8 +807,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName17,
- _methodParameterTypes17,
+ returnObj = _invokableService.invokeMethod(_methodName19,
+ _methodParameterTypes19,
new Object[] {
ClpSerializer.translateInput(codiceFiscaleDelegato),
@@ -745,8 +847,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
Object returnObj = null;
try {
- returnObj = _invokableService.invokeMethod(_methodName18,
- _methodParameterTypes18,
+ returnObj = _invokableService.invokeMethod(_methodName20,
+ _methodParameterTypes20,
new Object[] {
ClpSerializer.translateInput(codiceFiscaleDelegato),
@@ -809,4 +911,8 @@ public class FineLavoriServiceClp implements FineLavoriService {
private String[] _methodParameterTypes17;
private String _methodName18;
private String[] _methodParameterTypes18;
+ private String _methodName19;
+ private String[] _methodParameterTypes19;
+ private String _methodName20;
+ private String[] _methodParameterTypes20;
}
\ 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/FineLavoriServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriServiceUtil.java
index be2b22e8..238f375f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriServiceUtil.java
@@ -78,6 +78,17 @@ public class FineLavoriServiceUtil {
return getService().addFineLavori(intPraticaId, serviceContext);
}
+ public static it.tref.liferay.portos.bo.model.FineLavori addFineLavori(
+ long intPraticaId, boolean richiestaAttestazione,
+ boolean normEsenteCollaudo,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .addFineLavori(intPraticaId, richiestaAttestazione,
+ normEsenteCollaudo, serviceContext);
+ }
+
public static it.tref.liferay.portos.bo.model.FineLavori deleteFineLavori(
it.tref.liferay.portos.bo.model.FineLavori fineLavori)
throws com.liferay.portal.kernel.exception.PortalException,
@@ -92,6 +103,16 @@ public class FineLavoriServiceUtil {
return getService().deleteFineLavori(fineLavoriId);
}
+ public static it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
+ it.tref.liferay.portos.bo.model.FineLavori fineLavori,
+ boolean parziale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .updateFineLavori(fineLavori, parziale, serviceContext);
+ }
+
public static it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
it.tref.liferay.portos.bo.model.FineLavori fineLavori)
throws com.liferay.portal.kernel.exception.SystemException {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriServiceWrapper.java
index ad906439..2ec78aee 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/FineLavoriServiceWrapper.java
@@ -73,6 +73,17 @@ public class FineLavoriServiceWrapper implements FineLavoriService,
return _fineLavoriService.addFineLavori(intPraticaId, serviceContext);
}
+ @Override
+ public it.tref.liferay.portos.bo.model.FineLavori addFineLavori(
+ long intPraticaId, boolean richiestaAttestazione,
+ boolean normEsenteCollaudo,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return _fineLavoriService.addFineLavori(intPraticaId,
+ richiestaAttestazione, normEsenteCollaudo, serviceContext);
+ }
+
@Override
public it.tref.liferay.portos.bo.model.FineLavori deleteFineLavori(
it.tref.liferay.portos.bo.model.FineLavori fineLavori)
@@ -89,6 +100,17 @@ public class FineLavoriServiceWrapper implements FineLavoriService,
return _fineLavoriService.deleteFineLavori(fineLavoriId);
}
+ @Override
+ public it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
+ it.tref.liferay.portos.bo.model.FineLavori fineLavori,
+ boolean parziale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return _fineLavoriService.updateFineLavori(fineLavori, parziale,
+ serviceContext);
+ }
+
@Override
public it.tref.liferay.portos.bo.model.FineLavori updateFineLavori(
it.tref.liferay.portos.bo.model.FineLavori fineLavori)
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 dcba1c08..f59fa701 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
@@ -341,6 +341,14 @@ public interface IntPraticaLocalService extends BaseLocalService,
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException;
+ @com.liferay.portal.kernel.search.Indexable(type = IndexableType.REINDEX)
+ public it.tref.liferay.portos.bo.model.IntPratica addIntPratica(
+ long territorioId, java.lang.String tipoProcedura,
+ boolean isOspedaliera,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException;
+
@com.liferay.portal.kernel.search.Indexable(type = IndexableType.REINDEX)
public it.tref.liferay.portos.bo.model.IntPratica addIntPratica(
long territorioId, java.lang.String tipoProcedura,
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 8fcb7d8b..7e5267fd 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
@@ -146,308 +146,315 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
_methodName26 = "addIntPratica";
_methodParameterTypes26 = new String[] {
- "long", "java.lang.String",
+ "long", "java.lang.String", "boolean",
"com.liferay.portal.service.ServiceContext"
};
_methodName27 = "addIntPratica";
_methodParameterTypes27 = new String[] {
+ "long", "java.lang.String",
+ "com.liferay.portal.service.ServiceContext"
+ };
+
+ _methodName28 = "addIntPratica";
+
+ _methodParameterTypes28 = new String[] {
"long", "java.lang.String", "java.lang.String", "long",
"java.lang.String", "java.util.Date", "java.lang.String",
"java.lang.String", "boolean", "int", "java.util.Date",
"com.liferay.portal.service.ServiceContext"
};
- _methodName28 = "deleteIntPratica";
+ _methodName29 = "deleteIntPratica";
- _methodParameterTypes28 = new String[] {
+ _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[] { "long", "java.lang.String" };
+ _methodParameterTypes37 = new String[] { "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";
+ _methodName40 = "findByC_UserId";
- _methodParameterTypes39 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes40 = new String[] { "long", "long", "int", "int" };
- _methodName40 = "countByC_UserId";
+ _methodName41 = "countByC_UserId";
- _methodParameterTypes40 = new String[] { "long", "long" };
+ _methodParameterTypes41 = new String[] { "long", "long" };
- _methodName41 = "updateStatus";
+ _methodName42 = "updateStatus";
- _methodParameterTypes41 = new String[] { "long", "int" };
+ _methodParameterTypes42 = new String[] { "long", "int" };
- _methodName42 = "findByCompanyIdSoggettoProgetti";
-
- _methodParameterTypes42 = new String[] { "long", "long" };
-
- _methodName43 = "countByCompanyIdSoggettoProgetti";
+ _methodName43 = "findByCompanyIdSoggettoProgetti";
_methodParameterTypes43 = new String[] { "long", "long" };
- _methodName44 = "findByCompanyIdSoggettoArchivio";
+ _methodName44 = "countByCompanyIdSoggettoProgetti";
_methodParameterTypes44 = new String[] { "long", "long" };
- _methodName45 = "countByCompanyIdSoggettoArchivio";
+ _methodName45 = "findByCompanyIdSoggettoArchivio";
_methodParameterTypes45 = new String[] { "long", "long" };
- _methodName46 = "findByCompanyIdSoggettoAltriProgetti";
+ _methodName46 = "countByCompanyIdSoggettoArchivio";
+
+ _methodParameterTypes46 = new String[] { "long", "long" };
+
+ _methodName47 = "findByCompanyIdSoggettoAltriProgetti";
- _methodParameterTypes46 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes47 = new String[] { "long", "long", "int", "int" };
- _methodName47 = "countByCompanyIdSoggettoAltriProgetti";
+ _methodName48 = "countByCompanyIdSoggettoAltriProgetti";
- _methodParameterTypes47 = new String[] { "long", "long" };
+ _methodParameterTypes48 = new String[] { "long", "long" };
- _methodName48 = "findByCanAddFineLavori";
+ _methodName49 = "findByCanAddFineLavori";
- _methodParameterTypes48 = new String[] {
+ _methodParameterTypes49 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName49 = "countByCanAddFineLavori";
+ _methodName50 = "countByCanAddFineLavori";
- _methodParameterTypes49 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes50 = new String[] { "long", "java.lang.String" };
- _methodName50 = "findByCanAddCollaudo";
+ _methodName51 = "findByCanAddCollaudo";
- _methodParameterTypes50 = new String[] {
+ _methodParameterTypes51 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName51 = "countByCanAddCollaudo";
+ _methodName52 = "countByCanAddCollaudo";
- _methodParameterTypes51 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes52 = new String[] { "long", "java.lang.String" };
- _methodName52 = "search";
+ _methodName53 = "search";
- _methodParameterTypes52 = new String[] { "java.util.List", "int", "int" };
+ _methodParameterTypes53 = new String[] { "java.util.List", "int", "int" };
- _methodName53 = "countSearch";
+ _methodName54 = "countSearch";
- _methodParameterTypes53 = new String[] { "java.util.List" };
+ _methodParameterTypes54 = new String[] { "java.util.List" };
- _methodName54 = "searchWithIntPraticaId";
+ _methodName55 = "searchWithIntPraticaId";
- _methodParameterTypes54 = new String[] {
+ _methodParameterTypes55 = new String[] {
"java.util.List", "long", "int", "int"
};
- _methodName55 = "countSearchWithIntPraticaId";
+ _methodName56 = "countSearchWithIntPraticaId";
- _methodParameterTypes55 = new String[] { "java.util.List", "long" };
+ _methodParameterTypes56 = new String[] { "java.util.List", "long" };
- _methodName56 = "allegaFileAnnullamento";
+ _methodName57 = "allegaFileAnnullamento";
- _methodParameterTypes56 = new String[] {
+ _methodParameterTypes57 = new String[] {
"long", "byte[][]", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName57 = "generateFileAnnullamento";
+ _methodName58 = "generateFileAnnullamento";
- _methodParameterTypes57 = new String[] {
+ _methodParameterTypes58 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName58 = "deleteFileAnnullamento";
+ _methodName59 = "deleteFileAnnullamento";
- _methodParameterTypes58 = new String[] { "long" };
+ _methodParameterTypes59 = new String[] { "long" };
- _methodName59 = "completeAnnullamento";
+ _methodName60 = "completeAnnullamento";
- _methodParameterTypes59 = new String[] { "long" };
+ _methodParameterTypes60 = new String[] { "long" };
- _methodName60 = "cambiaIstruttore";
+ _methodName61 = "cambiaIstruttore";
- _methodParameterTypes60 = new String[] { "long", "long", "long" };
+ _methodParameterTypes61 = new String[] { "long", "long", "long" };
- _methodName61 = "countCaricoLavoroCF";
+ _methodName62 = "countCaricoLavoroCF";
- _methodParameterTypes61 = new String[] {
+ _methodParameterTypes62 = new String[] {
"long", "java.lang.String", "java.lang.Boolean",
"java.lang.Long[][]"
};
- _methodName62 = "countCaricoLavoroIstruttore";
+ _methodName63 = "countCaricoLavoroIstruttore";
- _methodParameterTypes62 = new String[] {
+ _methodParameterTypes63 = new String[] {
"long", "java.lang.String", "java.lang.Boolean"
};
- _methodName63 = "generateReportPratica";
+ _methodName64 = "generateReportPratica";
- _methodParameterTypes63 = new String[] {
+ _methodParameterTypes64 = new String[] {
"it.tref.liferay.portos.bo.model.IntPratica", "long"
};
- _methodName64 = "updateModifiedDate";
+ _methodName65 = "updateModifiedDate";
- _methodParameterTypes64 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes65 = new String[] { "long", "java.util.Date" };
- _methodName65 = "countAutorizzazione";
+ _methodName66 = "countAutorizzazione";
- _methodParameterTypes65 = new String[] {
+ _methodParameterTypes66 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName66 = "countSanatorie";
+ _methodName67 = "countSanatorie";
- _methodParameterTypes66 = new String[] {
+ _methodParameterTypes67 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName67 = "countOpereMinoreImportanza";
+ _methodName68 = "countOpereMinoreImportanza";
- _methodParameterTypes67 = new String[] {
+ _methodParameterTypes68 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName68 = "countDeposito";
+ _methodName69 = "countDeposito";
- _methodParameterTypes68 = new String[] {
+ _methodParameterTypes69 = new String[] {
"java.util.Date", "java.util.Date", "long", "boolean"
};
- _methodName69 = "countVidimate";
+ _methodName70 = "countVidimate";
- _methodParameterTypes69 = new String[] {
+ _methodParameterTypes70 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String",
"boolean"
};
- _methodName70 = "countControllo";
+ _methodName71 = "countControllo";
- _methodParameterTypes70 = new String[] {
+ _methodParameterTypes71 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String",
"boolean"
};
- _methodName71 = "findIntPraticaNotExist";
+ _methodName72 = "findIntPraticaNotExist";
- _methodParameterTypes71 = new String[] { };
+ _methodParameterTypes72 = new String[] { };
- _methodName72 = "riparaWorkflow";
+ _methodName73 = "riparaWorkflow";
- _methodParameterTypes72 = new String[] { };
+ _methodParameterTypes73 = new String[] { };
- _methodName73 = "reIndexFascicolo";
+ _methodName74 = "reIndexFascicolo";
- _methodParameterTypes73 = new String[] {
+ _methodParameterTypes74 = new String[] {
"it.tref.liferay.portos.bo.model.IntPratica", "long"
};
- _methodName74 = "reIndexFasciolo";
-
- _methodParameterTypes74 = new String[] { "java.lang.String", "long" };
-
_methodName75 = "reIndexFasciolo";
- _methodParameterTypes75 = new String[] { "long", "long" };
+ _methodParameterTypes75 = new String[] { "java.lang.String", "long" };
- _methodName76 = "trovaDoppioni";
+ _methodName76 = "reIndexFasciolo";
- _methodParameterTypes76 = new String[] { };
+ _methodParameterTypes76 = new String[] { "long", "long" };
- _methodName77 = "findByNumeroProgetto";
+ _methodName77 = "trovaDoppioni";
- _methodParameterTypes77 = new String[] { "java.lang.String" };
+ _methodParameterTypes77 = new String[] { };
- _methodName78 = "findByTerritorioId";
+ _methodName78 = "findByNumeroProgetto";
- _methodParameterTypes78 = new String[] { "long" };
+ _methodParameterTypes78 = new String[] { "java.lang.String" };
- _methodName79 = "reportTempisticheIstruttorieAvvisiAutorizzazioni";
+ _methodName79 = "findByTerritorioId";
- _methodParameterTypes79 = new String[] {
- "java.util.Date", "java.util.Date", "long", "java.lang.String"
- };
+ _methodParameterTypes79 = new String[] { "long" };
- _methodName80 = "reportTempisticheIstruttorieCalcolaDataSorteggio";
+ _methodName80 = "reportTempisticheIstruttorieAvvisiAutorizzazioni";
_methodParameterTypes80 = new String[] {
- "java.util.Date", "java.util.Date", "long"
+ "java.util.Date", "java.util.Date", "long", "java.lang.String"
};
- _methodName81 = "reportPraticheVidimate";
+ _methodName81 = "reportTempisticheIstruttorieCalcolaDataSorteggio";
_methodParameterTypes81 = new String[] {
- "java.util.Date", "java.util.Date", "long", "java.lang.String"
+ "java.util.Date", "java.util.Date", "long"
};
- _methodName82 = "reportPraticheVidimateCalcolaDataSorteggio";
+ _methodName82 = "reportPraticheVidimate";
_methodParameterTypes82 = new String[] {
- "java.util.Date", "java.util.Date", "long"
+ "java.util.Date", "java.util.Date", "long", "java.lang.String"
};
- _methodName83 = "countIngressiAutorizzazioni";
+ _methodName83 = "reportPraticheVidimateCalcolaDataSorteggio";
_methodParameterTypes83 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName84 = "countIngressiDepositi";
+ _methodName84 = "countIngressiAutorizzazioni";
_methodParameterTypes84 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName85 = "countIngressiCO";
+ _methodName85 = "countIngressiDepositi";
_methodParameterTypes85 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
+
+ _methodName86 = "countIngressiCO";
+
+ _methodParameterTypes86 = new String[] {
+ "java.util.Date", "java.util.Date", "long"
+ };
}
@Override
@@ -1254,6 +1261,7 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
@Override
public it.tref.liferay.portos.bo.model.IntPratica addIntPratica(
long territorioId, java.lang.String tipoProcedura,
+ boolean isOspedaliera,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
@@ -1267,6 +1275,50 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
ClpSerializer.translateInput(tipoProcedura),
+ isOspedaliera,
+
+ ClpSerializer.translateInput(serviceContext)
+ });
+ }
+ catch (Throwable t) {
+ t = ClpSerializer.translateThrowable(t);
+
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)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 (it.tref.liferay.portos.bo.model.IntPratica)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.IntPratica addIntPratica(
+ long territorioId, java.lang.String tipoProcedura,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName27,
+ _methodParameterTypes27,
+ new Object[] {
+ territorioId,
+
+ ClpSerializer.translateInput(tipoProcedura),
+
ClpSerializer.translateInput(serviceContext)
});
}
@@ -1306,8 +1358,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName27,
- _methodParameterTypes27,
+ returnObj = _invokableLocalService.invokeMethod(_methodName28,
+ _methodParameterTypes28,
new Object[] {
userId,
@@ -1365,8 +1417,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),
@@ -1405,8 +1457,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName29,
- _methodParameterTypes29,
+ returnObj = _invokableLocalService.invokeMethod(_methodName30,
+ _methodParameterTypes30,
new Object[] {
intPraticaId,
@@ -1446,8 +1498,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName30,
- _methodParameterTypes30,
+ returnObj = _invokableLocalService.invokeMethod(_methodName31,
+ _methodParameterTypes31,
new Object[] {
intPraticaId,
@@ -1489,8 +1541,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);
@@ -1517,8 +1569,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);
@@ -1547,8 +1599,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);
@@ -1581,8 +1633,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) {
@@ -1617,8 +1669,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName35,
- _methodParameterTypes35,
+ returnObj = _invokableLocalService.invokeMethod(_methodName36,
+ _methodParameterTypes36,
new Object[] {
intPraticaId,
@@ -1658,8 +1710,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName36,
- _methodParameterTypes36,
+ returnObj = _invokableLocalService.invokeMethod(_methodName37,
+ _methodParameterTypes37,
new Object[] {
intPraticaId,
@@ -1696,8 +1748,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName37,
- _methodParameterTypes37,
+ returnObj = _invokableLocalService.invokeMethod(_methodName38,
+ _methodParameterTypes38,
new Object[] {
intPraticaId,
@@ -1731,8 +1783,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName38,
- _methodParameterTypes38,
+ returnObj = _invokableLocalService.invokeMethod(_methodName39,
+ _methodParameterTypes39,
new Object[] {
intPraticaId,
@@ -1767,8 +1819,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) {
@@ -1796,8 +1848,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);
@@ -1823,8 +1875,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName41,
- _methodParameterTypes41, new Object[] { intPraticaId, status });
+ _invokableLocalService.invokeMethod(_methodName42,
+ _methodParameterTypes42, new Object[] { intPraticaId, status });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -1855,8 +1907,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName42,
- _methodParameterTypes42,
+ returnObj = _invokableLocalService.invokeMethod(_methodName43,
+ _methodParameterTypes43,
new Object[] { companyId, soggettoId });
}
catch (Throwable t) {
@@ -1889,8 +1941,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) {
@@ -1924,8 +1976,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) {
@@ -1958,8 +2010,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) {
@@ -1993,8 +2045,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName46,
- _methodParameterTypes46,
+ returnObj = _invokableLocalService.invokeMethod(_methodName47,
+ _methodParameterTypes47,
new Object[] { companyId, soggettoId, start, end });
}
catch (Throwable t) {
@@ -2028,8 +2080,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName47,
- _methodParameterTypes47,
+ returnObj = _invokableLocalService.invokeMethod(_methodName48,
+ _methodParameterTypes48,
new Object[] { companyId, soggettoId });
}
catch (Throwable t) {
@@ -2063,8 +2115,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName48,
- _methodParameterTypes48,
+ returnObj = _invokableLocalService.invokeMethod(_methodName49,
+ _methodParameterTypes49,
new Object[] {
companyId,
@@ -2106,8 +2158,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName49,
- _methodParameterTypes49,
+ returnObj = _invokableLocalService.invokeMethod(_methodName50,
+ _methodParameterTypes50,
new Object[] {
companyId,
@@ -2145,8 +2197,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 +2240,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName51,
- _methodParameterTypes51,
+ returnObj = _invokableLocalService.invokeMethod(_methodName52,
+ _methodParameterTypes52,
new Object[] {
companyId,
@@ -2226,8 +2278,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName52,
- _methodParameterTypes52,
+ returnObj = _invokableLocalService.invokeMethod(_methodName53,
+ _methodParameterTypes53,
new Object[] {
ClpSerializer.translateInput(groupIds),
@@ -2261,8 +2313,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) });
}
catch (Throwable t) {
@@ -2291,8 +2343,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),
@@ -2329,8 +2381,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),
@@ -2367,8 +2419,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName56,
- _methodParameterTypes56,
+ returnObj = _invokableLocalService.invokeMethod(_methodName57,
+ _methodParameterTypes57,
new Object[] {
intPraticaId,
@@ -2418,8 +2470,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName57,
- _methodParameterTypes57,
+ returnObj = _invokableLocalService.invokeMethod(_methodName58,
+ _methodParameterTypes58,
new Object[] {
intPraticaId,
@@ -2458,8 +2510,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName58,
- _methodParameterTypes58,
+ _invokableLocalService.invokeMethod(_methodName59,
+ _methodParameterTypes59,
new Object[] { docPraticaAnnullamentoId });
}
catch (Throwable t) {
@@ -2488,8 +2540,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName59,
- _methodParameterTypes59, new Object[] { intPraticaId });
+ _invokableLocalService.invokeMethod(_methodName60,
+ _methodParameterTypes60, new Object[] { intPraticaId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -2518,8 +2570,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName60,
- _methodParameterTypes60,
+ _invokableLocalService.invokeMethod(_methodName61,
+ _methodParameterTypes61,
new Object[] { intPraticaId, controlloPraticaId, istruttoreId });
}
catch (Throwable t) {
@@ -2552,8 +2604,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName61,
- _methodParameterTypes61,
+ returnObj = _invokableLocalService.invokeMethod(_methodName62,
+ _methodParameterTypes62,
new Object[] {
ispettoreId,
@@ -2594,8 +2646,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName62,
- _methodParameterTypes62,
+ returnObj = _invokableLocalService.invokeMethod(_methodName63,
+ _methodParameterTypes63,
new Object[] {
ispettoreId,
@@ -2631,8 +2683,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName63,
- _methodParameterTypes63,
+ returnObj = _invokableLocalService.invokeMethod(_methodName64,
+ _methodParameterTypes64,
new Object[] {
ClpSerializer.translateInput(intPratica),
@@ -2670,8 +2722,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName64,
- _methodParameterTypes64,
+ returnObj = _invokableLocalService.invokeMethod(_methodName65,
+ _methodParameterTypes65,
new Object[] {
intPraticaId,
@@ -2708,8 +2760,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName65,
- _methodParameterTypes65,
+ returnObj = _invokableLocalService.invokeMethod(_methodName66,
+ _methodParameterTypes66,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -2744,8 +2796,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),
@@ -2780,8 +2832,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),
@@ -2816,8 +2868,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),
@@ -2854,8 +2906,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),
@@ -2895,8 +2947,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),
@@ -2934,8 +2986,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName71,
- _methodParameterTypes71, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName72,
+ _methodParameterTypes72, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -2962,8 +3014,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName72,
- _methodParameterTypes72, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName73,
+ _methodParameterTypes73, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -2988,8 +3040,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
public void reIndexFascicolo(
it.tref.liferay.portos.bo.model.IntPratica intPratica, long companyId) {
try {
- _invokableLocalService.invokeMethod(_methodName73,
- _methodParameterTypes73,
+ _invokableLocalService.invokeMethod(_methodName74,
+ _methodParameterTypes74,
new Object[] { ClpSerializer.translateInput(intPratica), companyId });
}
catch (Throwable t) {
@@ -3009,8 +3061,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(_methodName74,
- _methodParameterTypes74,
+ _invokableLocalService.invokeMethod(_methodName75,
+ _methodParameterTypes75,
new Object[] {
ClpSerializer.translateInput(numeroProgetto),
@@ -3039,8 +3091,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
try {
- _invokableLocalService.invokeMethod(_methodName75,
- _methodParameterTypes75,
+ _invokableLocalService.invokeMethod(_methodName76,
+ _methodParameterTypes76,
new Object[] { intPraticaId, companyId });
}
catch (Throwable t) {
@@ -3070,8 +3122,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName76,
- _methodParameterTypes76, new Object[] { });
+ returnObj = _invokableLocalService.invokeMethod(_methodName77,
+ _methodParameterTypes77, new Object[] { });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3099,8 +3151,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName77,
- _methodParameterTypes77,
+ returnObj = _invokableLocalService.invokeMethod(_methodName78,
+ _methodParameterTypes78,
new Object[] { ClpSerializer.translateInput(numeroProgetto) });
}
catch (Throwable t) {
@@ -3129,8 +3181,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName78,
- _methodParameterTypes78, new Object[] { territorioId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName79,
+ _methodParameterTypes79, new Object[] { territorioId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -3159,8 +3211,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName79,
- _methodParameterTypes79,
+ returnObj = _invokableLocalService.invokeMethod(_methodName80,
+ _methodParameterTypes80,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -3197,8 +3249,8 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName80,
- _methodParameterTypes80,
+ returnObj = _invokableLocalService.invokeMethod(_methodName81,
+ _methodParameterTypes81,
new Object[] {
ClpSerializer.translateInput(dtMin),
@@ -3234,8 +3286,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),
@@ -3272,8 +3324,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),
@@ -3308,8 +3360,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),
@@ -3344,8 +3396,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),
@@ -3380,8 +3432,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),
@@ -3580,4 +3632,6 @@ public class IntPraticaLocalServiceClp implements IntPraticaLocalService {
private String[] _methodParameterTypes84;
private String _methodName85;
private String[] _methodParameterTypes85;
+ private String _methodName86;
+ private String[] _methodParameterTypes86;
}
\ 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 f4d400b7..cbfeabab 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
@@ -371,6 +371,17 @@ public class IntPraticaLocalServiceUtil {
return getService().findSorteggiabili(companyId, dtSorteggio);
}
+ public static it.tref.liferay.portos.bo.model.IntPratica addIntPratica(
+ long territorioId, java.lang.String tipoProcedura,
+ boolean isOspedaliera,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .addIntPratica(territorioId, tipoProcedura, isOspedaliera,
+ serviceContext);
+ }
+
public static it.tref.liferay.portos.bo.model.IntPratica addIntPratica(
long territorioId, java.lang.String tipoProcedura,
com.liferay.portal.service.ServiceContext serviceContext)
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 eb9ec52a..b0c1b718 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
@@ -395,6 +395,17 @@ public class IntPraticaLocalServiceWrapper implements IntPraticaLocalService,
return _intPraticaLocalService.findSorteggiabili(companyId, dtSorteggio);
}
+ @Override
+ public it.tref.liferay.portos.bo.model.IntPratica addIntPratica(
+ long territorioId, java.lang.String tipoProcedura,
+ boolean isOspedaliera,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return _intPraticaLocalService.addIntPratica(territorioId,
+ tipoProcedura, isOspedaliera, serviceContext);
+ }
+
@Override
public it.tref.liferay.portos.bo.model.IntPratica addIntPratica(
long territorioId, java.lang.String tipoProcedura,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalService.java
index 48316926..a28be8e2 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalService.java
@@ -456,7 +456,8 @@ public interface PagamentoLocalService extends BaseLocalService,
public int countByIntPratica_Visible(long intPraticaId)
throws com.liferay.portal.kernel.exception.SystemException;
- public void updatePagamentoManuale(long pagamentoId, byte[] content,
+ public void updatePagamentoManuale(long pagamentoId,
+ java.lang.String numeroBollettino, byte[] content,
java.lang.String sourceFileName,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalServiceClp.java
index 9bf5e0ea..b7a7a79f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalServiceClp.java
@@ -296,7 +296,7 @@ public class PagamentoLocalServiceClp implements PagamentoLocalService {
_methodName51 = "updatePagamentoManuale";
_methodParameterTypes51 = new String[] {
- "long", "byte[][]", "java.lang.String",
+ "long", "java.lang.String", "byte[][]", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
@@ -2092,7 +2092,8 @@ public class PagamentoLocalServiceClp implements PagamentoLocalService {
}
@Override
- public void updatePagamentoManuale(long pagamentoId, byte[] content,
+ public void updatePagamentoManuale(long pagamentoId,
+ java.lang.String numeroBollettino, byte[] content,
java.lang.String sourceFileName,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
@@ -2104,6 +2105,8 @@ public class PagamentoLocalServiceClp implements PagamentoLocalService {
new Object[] {
pagamentoId,
+ ClpSerializer.translateInput(numeroBollettino),
+
ClpSerializer.translateInput(content),
ClpSerializer.translateInput(sourceFileName),
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalServiceUtil.java
index 3437d960..65ecd3d9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalServiceUtil.java
@@ -566,15 +566,16 @@ public class PagamentoLocalServiceUtil {
return getService().countByIntPratica_Visible(intPraticaId);
}
- public static void updatePagamentoManuale(long pagamentoId, byte[] content,
+ public static void updatePagamentoManuale(long pagamentoId,
+ java.lang.String numeroBollettino, byte[] content,
java.lang.String sourceFileName,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException,
java.io.IOException {
getService()
- .updatePagamentoManuale(pagamentoId, content, sourceFileName,
- serviceContext);
+ .updatePagamentoManuale(pagamentoId, numeroBollettino, content,
+ sourceFileName, serviceContext);
}
public static void updatePagamentoManualeFromImport(long pagamentoId,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalServiceWrapper.java
index 780b6834..a2e2c125 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoLocalServiceWrapper.java
@@ -606,14 +606,15 @@ public class PagamentoLocalServiceWrapper implements PagamentoLocalService,
}
@Override
- public void updatePagamentoManuale(long pagamentoId, byte[] content,
+ public void updatePagamentoManuale(long pagamentoId,
+ java.lang.String numeroBollettino, byte[] content,
java.lang.String sourceFileName,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException,
java.io.IOException {
- _pagamentoLocalService.updatePagamentoManuale(pagamentoId, content,
- sourceFileName, serviceContext);
+ _pagamentoLocalService.updatePagamentoManuale(pagamentoId,
+ numeroBollettino, content, sourceFileName, serviceContext);
}
@Override
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoService.java
index 24f4158b..7ebd7876 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoService.java
@@ -65,7 +65,7 @@ public interface PagamentoService extends BaseService, InvokableService {
throws java.lang.Throwable;
public void updatePagamentoManuale(long pagamentoId, byte[] content,
- java.lang.String sourceFileName,
+ java.lang.String numeroBollettino, java.lang.String sourceFileName,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoServiceClp.java
index 163aa272..fab45546 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoServiceClp.java
@@ -35,7 +35,7 @@ public class PagamentoServiceClp implements PagamentoService {
_methodName3 = "updatePagamentoManuale";
_methodParameterTypes3 = new String[] {
- "long", "byte[][]", "java.lang.String",
+ "long", "byte[][]", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
}
@@ -92,7 +92,7 @@ public class PagamentoServiceClp implements PagamentoService {
@Override
public void updatePagamentoManuale(long pagamentoId, byte[] content,
- java.lang.String sourceFileName,
+ java.lang.String numeroBollettino, java.lang.String sourceFileName,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException,
@@ -105,6 +105,8 @@ public class PagamentoServiceClp implements PagamentoService {
ClpSerializer.translateInput(content),
+ ClpSerializer.translateInput(numeroBollettino),
+
ClpSerializer.translateInput(sourceFileName),
ClpSerializer.translateInput(serviceContext)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoServiceUtil.java
index b3f155ae..2e536bd3 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoServiceUtil.java
@@ -64,14 +64,14 @@ public class PagamentoServiceUtil {
}
public static void updatePagamentoManuale(long pagamentoId, byte[] content,
- java.lang.String sourceFileName,
+ java.lang.String numeroBollettino, java.lang.String sourceFileName,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException,
java.io.IOException {
getService()
- .updatePagamentoManuale(pagamentoId, content, sourceFileName,
- serviceContext);
+ .updatePagamentoManuale(pagamentoId, content, numeroBollettino,
+ sourceFileName, serviceContext);
}
public static void clearService() {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoServiceWrapper.java
index 7cffc0fd..d30a6293 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PagamentoServiceWrapper.java
@@ -58,13 +58,13 @@ public class PagamentoServiceWrapper implements PagamentoService,
@Override
public void updatePagamentoManuale(long pagamentoId, byte[] content,
- java.lang.String sourceFileName,
+ java.lang.String numeroBollettino, java.lang.String sourceFileName,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException,
java.io.IOException {
_pagamentoService.updatePagamentoManuale(pagamentoId, content,
- sourceFileName, serviceContext);
+ numeroBollettino, sourceFileName, serviceContext);
}
/**
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalService.java
new file mode 100644
index 00000000..70b52110
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalService.java
@@ -0,0 +1,341 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service;
+
+import com.liferay.portal.kernel.exception.PortalException;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.kernel.search.IndexableType;
+import com.liferay.portal.kernel.transaction.Isolation;
+import com.liferay.portal.kernel.transaction.Propagation;
+import com.liferay.portal.kernel.transaction.Transactional;
+import com.liferay.portal.service.BaseLocalService;
+import com.liferay.portal.service.InvokableLocalService;
+import com.liferay.portal.service.PersistedModelLocalService;
+
+/**
+ * Provides the local service interface for PraticaAttenzionata. 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 + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataLocalServiceUtil
+ * @see it.tref.liferay.portos.bo.service.base.PraticaAttenzionataLocalServiceBaseImpl
+ * @see it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataLocalServiceImpl
+ * @generated
+ */
+@Transactional(isolation = Isolation.PORTAL, rollbackFor = {
+ PortalException.class, SystemException.class})
+public interface PraticaAttenzionataLocalService extends BaseLocalService,
+ InvokableLocalService, PersistedModelLocalService {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify or reference this interface directly. Always use {@link PraticaAttenzionataLocalServiceUtil} to access the pratica attenzionata local service. Add custom service methods to {@link it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataLocalServiceImpl} and rerun ServiceBuilder to automatically copy the method declarations to this interface.
+ */
+
+ /**
+ * Adds the pratica attenzionata to the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ * @return the pratica attenzionata that was added
+ * @throws SystemException if a system exception occurred
+ */
+ @com.liferay.portal.kernel.search.Indexable(type = IndexableType.REINDEX)
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata addPraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Creates a new pratica attenzionata with the primary key. Does not add the pratica attenzionata to the database.
+ *
+ * @param praticaAttenzionataId the primary key for the new pratica attenzionata
+ * @return the new pratica attenzionata
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata createPraticaAttenzionata(
+ long praticaAttenzionataId);
+
+ /**
+ * Deletes the pratica attenzionata with the primary key from the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata that was removed
+ * @throws PortalException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @com.liferay.portal.kernel.search.Indexable(type = IndexableType.DELETE)
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata deletePraticaAttenzionata(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Deletes the pratica attenzionata from the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ * @return the pratica attenzionata that was removed
+ * @throws SystemException if a system exception occurred
+ */
+ @com.liferay.portal.kernel.search.Indexable(type = IndexableType.DELETE)
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata deletePraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery();
+
+ /**
+ * Performs a dynamic query on the database and returns the matching rows.
+ *
+ * @param dynamicQuery the dynamic query
+ * @return the matching rows
+ * @throws SystemException if a system exception occurred
+ */
+ @SuppressWarnings("rawtypes")
+ public java.util.List dynamicQuery(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Performs a dynamic query on the database and returns a range of the matching rows.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param dynamicQuery the dynamic query
+ * @param start the lower bound of the range of model instances
+ * @param end the upper bound of the range of model instances (not inclusive)
+ * @return the range of matching rows
+ * @throws SystemException if a system exception occurred
+ */
+ @SuppressWarnings("rawtypes")
+ public java.util.List dynamicQuery(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
+ int end) throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Performs a dynamic query on the database and returns an ordered range of the matching rows.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param dynamicQuery the dynamic query
+ * @param start the lower bound of the range of model instances
+ * @param end the upper bound of the range of model instances (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching rows
+ * @throws SystemException if a system exception occurred
+ */
+ @SuppressWarnings("rawtypes")
+ public java.util.List dynamicQuery(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
+ int end,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the number of rows that match the dynamic query.
+ *
+ * @param dynamicQuery the dynamic query
+ * @return the number of rows that match the dynamic query
+ * @throws SystemException if a system exception occurred
+ */
+ public long dynamicQueryCount(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the number of rows that match the dynamic query.
+ *
+ * @param dynamicQuery the dynamic query
+ * @param projection the projection to apply to the query
+ * @return the number of rows that match the dynamic query
+ * @throws SystemException if a system exception occurred
+ */
+ public long dynamicQueryCount(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
+ com.liferay.portal.kernel.dao.orm.Projection projection)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionata(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the pratica attenzionata with the matching UUID and company.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param companyId the primary key of the company
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndCompanyId(
+ java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the pratica attenzionata matching the UUID and group.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param groupId the primary key of the group
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndGroupId(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the pratica attenzionata with the primary key.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata
+ * @throws PortalException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionata(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException;
+
+ @Override
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public com.liferay.portal.model.PersistedModel getPersistedModel(
+ java.io.Serializable primaryKeyObj)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the pratica attenzionata with the matching UUID and company.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param companyId the primary key of the company
+ * @return the matching pratica attenzionata
+ * @throws PortalException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndCompanyId(
+ java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the pratica attenzionata matching the UUID and group.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param groupId the primary key of the group
+ * @return the matching pratica attenzionata
+ * @throws PortalException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndGroupId(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns a range of all the pratica attenzionatas.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public java.util.List getPraticaAttenzionatas(
+ int start, int end)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the number of pratica attenzionatas.
+ *
+ * @return the number of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public int getPraticaAttenzionatasCount()
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Updates the pratica attenzionata in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ * @return the pratica attenzionata that was updated
+ * @throws SystemException if a system exception occurred
+ */
+ @com.liferay.portal.kernel.search.Indexable(type = IndexableType.REINDEX)
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata updatePraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the Spring bean ID for this bean.
+ *
+ * @return the Spring bean ID for this bean
+ */
+ public java.lang.String getBeanIdentifier();
+
+ /**
+ * Sets the Spring bean ID for this bean.
+ *
+ * @param beanIdentifier the Spring bean ID for this bean
+ */
+ public void setBeanIdentifier(java.lang.String beanIdentifier);
+
+ @Override
+ public java.lang.Object invokeMethod(java.lang.String name,
+ java.lang.String[] parameterTypes, java.lang.Object[] arguments)
+ throws java.lang.Throwable;
+
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata evalAndEventuallyAddPraticaAttenzionata(
+ long intPraticaId, long fineLavoriId, java.lang.String numeroProgetto,
+ java.util.Date dataFineLavoriTotale,
+ java.util.Date dataRelazioneFineLavoriTotale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException;
+
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public java.util.List getPraticheDaVerificare()
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ public int countPraticheDaVerificare()
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public java.util.List getPraticheVerificate()
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata verificaPraticaAttenzionata(
+ long praticaAttenzionataId,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata verificaPraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ 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/PraticaAttenzionataLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalServiceClp.java
new file mode 100644
index 00000000..24379a37
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalServiceClp.java
@@ -0,0 +1,1119 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service;
+
+import com.liferay.portal.service.InvokableLocalService;
+
+/**
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @generated
+ */
+public class PraticaAttenzionataLocalServiceClp
+ implements PraticaAttenzionataLocalService {
+ public PraticaAttenzionataLocalServiceClp(
+ InvokableLocalService invokableLocalService) {
+ _invokableLocalService = invokableLocalService;
+
+ _methodName0 = "addPraticaAttenzionata";
+
+ _methodParameterTypes0 = new String[] {
+ "it.tref.liferay.portos.bo.model.PraticaAttenzionata"
+ };
+
+ _methodName1 = "createPraticaAttenzionata";
+
+ _methodParameterTypes1 = new String[] { "long" };
+
+ _methodName2 = "deletePraticaAttenzionata";
+
+ _methodParameterTypes2 = new String[] { "long" };
+
+ _methodName3 = "deletePraticaAttenzionata";
+
+ _methodParameterTypes3 = new String[] {
+ "it.tref.liferay.portos.bo.model.PraticaAttenzionata"
+ };
+
+ _methodName4 = "dynamicQuery";
+
+ _methodParameterTypes4 = new String[] { };
+
+ _methodName5 = "dynamicQuery";
+
+ _methodParameterTypes5 = new String[] {
+ "com.liferay.portal.kernel.dao.orm.DynamicQuery"
+ };
+
+ _methodName6 = "dynamicQuery";
+
+ _methodParameterTypes6 = new String[] {
+ "com.liferay.portal.kernel.dao.orm.DynamicQuery", "int", "int"
+ };
+
+ _methodName7 = "dynamicQuery";
+
+ _methodParameterTypes7 = new String[] {
+ "com.liferay.portal.kernel.dao.orm.DynamicQuery", "int", "int",
+ "com.liferay.portal.kernel.util.OrderByComparator"
+ };
+
+ _methodName8 = "dynamicQueryCount";
+
+ _methodParameterTypes8 = new String[] {
+ "com.liferay.portal.kernel.dao.orm.DynamicQuery"
+ };
+
+ _methodName9 = "dynamicQueryCount";
+
+ _methodParameterTypes9 = new String[] {
+ "com.liferay.portal.kernel.dao.orm.DynamicQuery",
+ "com.liferay.portal.kernel.dao.orm.Projection"
+ };
+
+ _methodName10 = "fetchPraticaAttenzionata";
+
+ _methodParameterTypes10 = new String[] { "long" };
+
+ _methodName11 = "fetchPraticaAttenzionataByUuidAndCompanyId";
+
+ _methodParameterTypes11 = new String[] { "java.lang.String", "long" };
+
+ _methodName12 = "fetchPraticaAttenzionataByUuidAndGroupId";
+
+ _methodParameterTypes12 = new String[] { "java.lang.String", "long" };
+
+ _methodName13 = "getPraticaAttenzionata";
+
+ _methodParameterTypes13 = new String[] { "long" };
+
+ _methodName14 = "getPersistedModel";
+
+ _methodParameterTypes14 = new String[] { "java.io.Serializable" };
+
+ _methodName15 = "getPraticaAttenzionataByUuidAndCompanyId";
+
+ _methodParameterTypes15 = new String[] { "java.lang.String", "long" };
+
+ _methodName16 = "getPraticaAttenzionataByUuidAndGroupId";
+
+ _methodParameterTypes16 = new String[] { "java.lang.String", "long" };
+
+ _methodName17 = "getPraticaAttenzionatas";
+
+ _methodParameterTypes17 = new String[] { "int", "int" };
+
+ _methodName18 = "getPraticaAttenzionatasCount";
+
+ _methodParameterTypes18 = new String[] { };
+
+ _methodName19 = "updatePraticaAttenzionata";
+
+ _methodParameterTypes19 = new String[] {
+ "it.tref.liferay.portos.bo.model.PraticaAttenzionata"
+ };
+
+ _methodName20 = "getBeanIdentifier";
+
+ _methodParameterTypes20 = new String[] { };
+
+ _methodName21 = "setBeanIdentifier";
+
+ _methodParameterTypes21 = new String[] { "java.lang.String" };
+
+ _methodName23 = "evalAndEventuallyAddPraticaAttenzionata";
+
+ _methodParameterTypes23 = new String[] {
+ "long", "long", "java.lang.String", "java.util.Date",
+ "java.util.Date", "com.liferay.portal.service.ServiceContext"
+ };
+
+ _methodName24 = "getPraticheDaVerificare";
+
+ _methodParameterTypes24 = new String[] { };
+
+ _methodName25 = "countPraticheDaVerificare";
+
+ _methodParameterTypes25 = new String[] { };
+
+ _methodName26 = "getPraticheVerificate";
+
+ _methodParameterTypes26 = new String[] { };
+
+ _methodName27 = "verificaPraticaAttenzionata";
+
+ _methodParameterTypes27 = new String[] {
+ "long", "com.liferay.portal.service.ServiceContext"
+ };
+
+ _methodName28 = "verificaPraticaAttenzionata";
+
+ _methodParameterTypes28 = new String[] {
+ "it.tref.liferay.portos.bo.model.PraticaAttenzionata",
+ "com.liferay.portal.service.ServiceContext"
+ };
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata addPraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName0,
+ _methodParameterTypes0,
+ new Object[] {
+ ClpSerializer.translateInput(praticaAttenzionata)
+ });
+ }
+ 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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata createPraticaAttenzionata(
+ long praticaAttenzionataId) {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName1,
+ _methodParameterTypes1,
+ new Object[] { praticaAttenzionataId });
+ }
+ 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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata deletePraticaAttenzionata(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName2,
+ _methodParameterTypes2,
+ new Object[] { praticaAttenzionataId });
+ }
+ catch (Throwable t) {
+ t = ClpSerializer.translateThrowable(t);
+
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata deletePraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName3,
+ _methodParameterTypes3,
+ new Object[] {
+ ClpSerializer.translateInput(praticaAttenzionata)
+ });
+ }
+ 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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName4,
+ _methodParameterTypes4, new Object[] { });
+ }
+ 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 (com.liferay.portal.kernel.dao.orm.DynamicQuery)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ @SuppressWarnings("rawtypes")
+ public java.util.List dynamicQuery(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName5,
+ _methodParameterTypes5,
+ new Object[] { ClpSerializer.translateInput(dynamicQuery) });
+ }
+ 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
+ @SuppressWarnings("rawtypes")
+ public java.util.List dynamicQuery(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
+ int end) throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName6,
+ _methodParameterTypes6,
+ new Object[] {
+ ClpSerializer.translateInput(dynamicQuery),
+
+ start,
+
+ end
+ });
+ }
+ 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
+ @SuppressWarnings("rawtypes")
+ public java.util.List dynamicQuery(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
+ int end,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName7,
+ _methodParameterTypes7,
+ new Object[] {
+ ClpSerializer.translateInput(dynamicQuery),
+
+ start,
+
+ end,
+
+ ClpSerializer.translateInput(orderByComparator)
+ });
+ }
+ 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 long dynamicQueryCount(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName8,
+ _methodParameterTypes8,
+ new Object[] { ClpSerializer.translateInput(dynamicQuery) });
+ }
+ 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 ((Long)returnObj).longValue();
+ }
+
+ @Override
+ public long dynamicQueryCount(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
+ com.liferay.portal.kernel.dao.orm.Projection projection)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName9,
+ _methodParameterTypes9,
+ new Object[] {
+ ClpSerializer.translateInput(dynamicQuery),
+
+ ClpSerializer.translateInput(projection)
+ });
+ }
+ 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 ((Long)returnObj).longValue();
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionata(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName10,
+ _methodParameterTypes10,
+ new Object[] { praticaAttenzionataId });
+ }
+ 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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndCompanyId(
+ java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName11,
+ _methodParameterTypes11,
+ new Object[] { ClpSerializer.translateInput(uuid), companyId });
+ }
+ 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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndGroupId(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName12,
+ _methodParameterTypes12,
+ new Object[] { ClpSerializer.translateInput(uuid), groupId });
+ }
+ 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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionata(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName13,
+ _methodParameterTypes13,
+ new Object[] { praticaAttenzionataId });
+ }
+ catch (Throwable t) {
+ t = ClpSerializer.translateThrowable(t);
+
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public com.liferay.portal.model.PersistedModel getPersistedModel(
+ java.io.Serializable primaryKeyObj)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName14,
+ _methodParameterTypes14,
+ new Object[] { ClpSerializer.translateInput(primaryKeyObj) });
+ }
+ catch (Throwable t) {
+ t = ClpSerializer.translateThrowable(t);
+
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)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 (com.liferay.portal.model.PersistedModel)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndCompanyId(
+ java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName15,
+ _methodParameterTypes15,
+ new Object[] { ClpSerializer.translateInput(uuid), companyId });
+ }
+ catch (Throwable t) {
+ t = ClpSerializer.translateThrowable(t);
+
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndGroupId(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName16,
+ _methodParameterTypes16,
+ new Object[] { ClpSerializer.translateInput(uuid), groupId });
+ }
+ catch (Throwable t) {
+ t = ClpSerializer.translateThrowable(t);
+
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public java.util.List getPraticaAttenzionatas(
+ int start, int end)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName17,
+ _methodParameterTypes17, new Object[] { start, end });
+ }
+ 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 int getPraticaAttenzionatasCount()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName18,
+ _methodParameterTypes18, new Object[] { });
+ }
+ 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 ((Integer)returnObj).intValue();
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata updatePraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName19,
+ _methodParameterTypes19,
+ new Object[] {
+ ClpSerializer.translateInput(praticaAttenzionata)
+ });
+ }
+ 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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public java.lang.String getBeanIdentifier() {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName20,
+ _methodParameterTypes20, new Object[] { });
+ }
+ 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.lang.String)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public void setBeanIdentifier(java.lang.String beanIdentifier) {
+ try {
+ _invokableLocalService.invokeMethod(_methodName21,
+ _methodParameterTypes21,
+ new Object[] { ClpSerializer.translateInput(beanIdentifier) });
+ }
+ 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");
+ }
+ }
+ }
+
+ @Override
+ public java.lang.Object invokeMethod(java.lang.String name,
+ java.lang.String[] parameterTypes, java.lang.Object[] arguments)
+ throws java.lang.Throwable {
+ throw new UnsupportedOperationException();
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata evalAndEventuallyAddPraticaAttenzionata(
+ long intPraticaId, long fineLavoriId, java.lang.String numeroProgetto,
+ java.util.Date dataFineLavoriTotale,
+ java.util.Date dataRelazioneFineLavoriTotale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName23,
+ _methodParameterTypes23,
+ new Object[] {
+ intPraticaId,
+
+ fineLavoriId,
+
+ ClpSerializer.translateInput(numeroProgetto),
+
+ ClpSerializer.translateInput(dataFineLavoriTotale),
+
+ ClpSerializer.translateInput(dataRelazioneFineLavoriTotale),
+
+ ClpSerializer.translateInput(serviceContext)
+ });
+ }
+ catch (Throwable t) {
+ t = ClpSerializer.translateThrowable(t);
+
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public java.util.List getPraticheDaVerificare()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName24,
+ _methodParameterTypes24, new Object[] { });
+ }
+ 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 int countPraticheDaVerificare()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName25,
+ _methodParameterTypes25, new Object[] { });
+ }
+ 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 ((Integer)returnObj).intValue();
+ }
+
+ @Override
+ public java.util.List getPraticheVerificate()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName26,
+ _methodParameterTypes26, new Object[] { });
+ }
+ 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 it.tref.liferay.portos.bo.model.PraticaAttenzionata verificaPraticaAttenzionata(
+ long praticaAttenzionataId,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName27,
+ _methodParameterTypes27,
+ new Object[] {
+ praticaAttenzionataId,
+
+ ClpSerializer.translateInput(serviceContext)
+ });
+ }
+ 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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata verificaPraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName28,
+ _methodParameterTypes28,
+ new Object[] {
+ ClpSerializer.translateInput(praticaAttenzionata),
+
+ ClpSerializer.translateInput(serviceContext)
+ });
+ }
+ 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 (it.tref.liferay.portos.bo.model.PraticaAttenzionata)ClpSerializer.translateOutput(returnObj);
+ }
+
+ private InvokableLocalService _invokableLocalService;
+ private String _methodName0;
+ private String[] _methodParameterTypes0;
+ private String _methodName1;
+ private String[] _methodParameterTypes1;
+ private String _methodName2;
+ private String[] _methodParameterTypes2;
+ private String _methodName3;
+ private String[] _methodParameterTypes3;
+ private String _methodName4;
+ private String[] _methodParameterTypes4;
+ private String _methodName5;
+ private String[] _methodParameterTypes5;
+ private String _methodName6;
+ private String[] _methodParameterTypes6;
+ private String _methodName7;
+ private String[] _methodParameterTypes7;
+ private String _methodName8;
+ private String[] _methodParameterTypes8;
+ private String _methodName9;
+ private String[] _methodParameterTypes9;
+ private String _methodName10;
+ private String[] _methodParameterTypes10;
+ private String _methodName11;
+ private String[] _methodParameterTypes11;
+ private String _methodName12;
+ private String[] _methodParameterTypes12;
+ private String _methodName13;
+ private String[] _methodParameterTypes13;
+ private String _methodName14;
+ private String[] _methodParameterTypes14;
+ private String _methodName15;
+ private String[] _methodParameterTypes15;
+ private String _methodName16;
+ private String[] _methodParameterTypes16;
+ private String _methodName17;
+ private String[] _methodParameterTypes17;
+ private String _methodName18;
+ private String[] _methodParameterTypes18;
+ private String _methodName19;
+ private String[] _methodParameterTypes19;
+ private String _methodName20;
+ private String[] _methodParameterTypes20;
+ private String _methodName21;
+ private String[] _methodParameterTypes21;
+ private String _methodName23;
+ private String[] _methodParameterTypes23;
+ private String _methodName24;
+ private String[] _methodParameterTypes24;
+ private String _methodName25;
+ private String[] _methodParameterTypes25;
+ private String _methodName26;
+ private String[] _methodParameterTypes26;
+ private String _methodName27;
+ private String[] _methodParameterTypes27;
+ private String _methodName28;
+ private String[] _methodParameterTypes28;
+}
\ 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/PraticaAttenzionataLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalServiceUtil.java
new file mode 100644
index 00000000..d58b110d
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalServiceUtil.java
@@ -0,0 +1,417 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service;
+
+import com.liferay.portal.kernel.bean.PortletBeanLocatorUtil;
+import com.liferay.portal.kernel.util.ReferenceRegistry;
+import com.liferay.portal.service.InvokableLocalService;
+
+/**
+ * Provides the local service utility for PraticaAttenzionata. This utility wraps
+ * {@link it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataLocalServiceImpl} and is the
+ * primary access point for service operations in application layer code running
+ * on the local server. 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 + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataLocalService
+ * @see it.tref.liferay.portos.bo.service.base.PraticaAttenzionataLocalServiceBaseImpl
+ * @see it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataLocalServiceImpl
+ * @generated
+ */
+public class PraticaAttenzionataLocalServiceUtil {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify this class directly. Add custom service methods to {@link it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataLocalServiceImpl} and rerun ServiceBuilder to regenerate this class.
+ */
+
+ /**
+ * Adds the pratica attenzionata to the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ * @return the pratica attenzionata that was added
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata addPraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().addPraticaAttenzionata(praticaAttenzionata);
+ }
+
+ /**
+ * Creates a new pratica attenzionata with the primary key. Does not add the pratica attenzionata to the database.
+ *
+ * @param praticaAttenzionataId the primary key for the new pratica attenzionata
+ * @return the new pratica attenzionata
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata createPraticaAttenzionata(
+ long praticaAttenzionataId) {
+ return getService().createPraticaAttenzionata(praticaAttenzionataId);
+ }
+
+ /**
+ * Deletes the pratica attenzionata with the primary key from the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata that was removed
+ * @throws PortalException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata deletePraticaAttenzionata(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return getService().deletePraticaAttenzionata(praticaAttenzionataId);
+ }
+
+ /**
+ * Deletes the pratica attenzionata from the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ * @return the pratica attenzionata that was removed
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata deletePraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().deletePraticaAttenzionata(praticaAttenzionata);
+ }
+
+ public static com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() {
+ return getService().dynamicQuery();
+ }
+
+ /**
+ * Performs a dynamic query on the database and returns the matching rows.
+ *
+ * @param dynamicQuery the dynamic query
+ * @return the matching rows
+ * @throws SystemException if a system exception occurred
+ */
+ @SuppressWarnings("rawtypes")
+ public static java.util.List dynamicQuery(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().dynamicQuery(dynamicQuery);
+ }
+
+ /**
+ * Performs a dynamic query on the database and returns a range of the matching rows.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param dynamicQuery the dynamic query
+ * @param start the lower bound of the range of model instances
+ * @param end the upper bound of the range of model instances (not inclusive)
+ * @return the range of matching rows
+ * @throws SystemException if a system exception occurred
+ */
+ @SuppressWarnings("rawtypes")
+ public static java.util.List dynamicQuery(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
+ int end) throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().dynamicQuery(dynamicQuery, start, end);
+ }
+
+ /**
+ * Performs a dynamic query on the database and returns an ordered range of the matching rows.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param dynamicQuery the dynamic query
+ * @param start the lower bound of the range of model instances
+ * @param end the upper bound of the range of model instances (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching rows
+ * @throws SystemException if a system exception occurred
+ */
+ @SuppressWarnings("rawtypes")
+ public static java.util.List dynamicQuery(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
+ int end,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .dynamicQuery(dynamicQuery, start, end, orderByComparator);
+ }
+
+ /**
+ * Returns the number of rows that match the dynamic query.
+ *
+ * @param dynamicQuery the dynamic query
+ * @return the number of rows that match the dynamic query
+ * @throws SystemException if a system exception occurred
+ */
+ public static long dynamicQueryCount(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().dynamicQueryCount(dynamicQuery);
+ }
+
+ /**
+ * Returns the number of rows that match the dynamic query.
+ *
+ * @param dynamicQuery the dynamic query
+ * @param projection the projection to apply to the query
+ * @return the number of rows that match the dynamic query
+ * @throws SystemException if a system exception occurred
+ */
+ public static long dynamicQueryCount(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
+ com.liferay.portal.kernel.dao.orm.Projection projection)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().dynamicQueryCount(dynamicQuery, projection);
+ }
+
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionata(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().fetchPraticaAttenzionata(praticaAttenzionataId);
+ }
+
+ /**
+ * Returns the pratica attenzionata with the matching UUID and company.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param companyId the primary key of the company
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndCompanyId(
+ java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .fetchPraticaAttenzionataByUuidAndCompanyId(uuid, companyId);
+ }
+
+ /**
+ * Returns the pratica attenzionata matching the UUID and group.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param groupId the primary key of the group
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndGroupId(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .fetchPraticaAttenzionataByUuidAndGroupId(uuid, groupId);
+ }
+
+ /**
+ * Returns the pratica attenzionata with the primary key.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata
+ * @throws PortalException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionata(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return getService().getPraticaAttenzionata(praticaAttenzionataId);
+ }
+
+ public static com.liferay.portal.model.PersistedModel getPersistedModel(
+ java.io.Serializable primaryKeyObj)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return getService().getPersistedModel(primaryKeyObj);
+ }
+
+ /**
+ * Returns the pratica attenzionata with the matching UUID and company.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param companyId the primary key of the company
+ * @return the matching pratica attenzionata
+ * @throws PortalException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndCompanyId(
+ java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .getPraticaAttenzionataByUuidAndCompanyId(uuid, companyId);
+ }
+
+ /**
+ * Returns the pratica attenzionata matching the UUID and group.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param groupId the primary key of the group
+ * @return the matching pratica attenzionata
+ * @throws PortalException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndGroupId(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return getService().getPraticaAttenzionataByUuidAndGroupId(uuid, groupId);
+ }
+
+ /**
+ * Returns a range of all the pratica attenzionatas.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List getPraticaAttenzionatas(
+ int start, int end)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().getPraticaAttenzionatas(start, end);
+ }
+
+ /**
+ * Returns the number of pratica attenzionatas.
+ *
+ * @return the number of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static int getPraticaAttenzionatasCount()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().getPraticaAttenzionatasCount();
+ }
+
+ /**
+ * Updates the pratica attenzionata in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ * @return the pratica attenzionata that was updated
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata updatePraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().updatePraticaAttenzionata(praticaAttenzionata);
+ }
+
+ /**
+ * Returns the Spring bean ID for this bean.
+ *
+ * @return the Spring bean ID for this bean
+ */
+ public static java.lang.String getBeanIdentifier() {
+ return getService().getBeanIdentifier();
+ }
+
+ /**
+ * Sets the Spring bean ID for this bean.
+ *
+ * @param beanIdentifier the Spring bean ID for this bean
+ */
+ public static void setBeanIdentifier(java.lang.String beanIdentifier) {
+ getService().setBeanIdentifier(beanIdentifier);
+ }
+
+ public static java.lang.Object invokeMethod(java.lang.String name,
+ java.lang.String[] parameterTypes, java.lang.Object[] arguments)
+ throws java.lang.Throwable {
+ return getService().invokeMethod(name, parameterTypes, arguments);
+ }
+
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata evalAndEventuallyAddPraticaAttenzionata(
+ long intPraticaId, long fineLavoriId, java.lang.String numeroProgetto,
+ java.util.Date dataFineLavoriTotale,
+ java.util.Date dataRelazioneFineLavoriTotale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .evalAndEventuallyAddPraticaAttenzionata(intPraticaId,
+ fineLavoriId, numeroProgetto, dataFineLavoriTotale,
+ dataRelazioneFineLavoriTotale, serviceContext);
+ }
+
+ public static java.util.List getPraticheDaVerificare()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().getPraticheDaVerificare();
+ }
+
+ public static int countPraticheDaVerificare()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().countPraticheDaVerificare();
+ }
+
+ public static java.util.List getPraticheVerificate()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService().getPraticheVerificate();
+ }
+
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata verificaPraticaAttenzionata(
+ long praticaAttenzionataId,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .verificaPraticaAttenzionata(praticaAttenzionataId,
+ serviceContext);
+ }
+
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata verificaPraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .verificaPraticaAttenzionata(praticaAttenzionata,
+ serviceContext);
+ }
+
+ public static void clearService() {
+ _service = null;
+ }
+
+ public static PraticaAttenzionataLocalService getService() {
+ if (_service == null) {
+ InvokableLocalService invokableLocalService = (InvokableLocalService)PortletBeanLocatorUtil.locate(ClpSerializer.getServletContextName(),
+ PraticaAttenzionataLocalService.class.getName());
+
+ if (invokableLocalService instanceof PraticaAttenzionataLocalService) {
+ _service = (PraticaAttenzionataLocalService)invokableLocalService;
+ }
+ else {
+ _service = new PraticaAttenzionataLocalServiceClp(invokableLocalService);
+ }
+
+ ReferenceRegistry.registerReference(PraticaAttenzionataLocalServiceUtil.class,
+ "_service");
+ }
+
+ return _service;
+ }
+
+ /**
+ * @deprecated As of 6.2.0
+ */
+ public void setService(PraticaAttenzionataLocalService service) {
+ }
+
+ private static PraticaAttenzionataLocalService _service;
+}
\ 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/PraticaAttenzionataLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalServiceWrapper.java
new file mode 100644
index 00000000..6408a3f3
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataLocalServiceWrapper.java
@@ -0,0 +1,437 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service;
+
+import com.liferay.portal.service.ServiceWrapper;
+
+/**
+ * Provides a wrapper for {@link PraticaAttenzionataLocalService}.
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataLocalService
+ * @generated
+ */
+public class PraticaAttenzionataLocalServiceWrapper
+ implements PraticaAttenzionataLocalService,
+ ServiceWrapper {
+ public PraticaAttenzionataLocalServiceWrapper(
+ PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ _praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Adds the pratica attenzionata to the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ * @return the pratica attenzionata that was added
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata addPraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.addPraticaAttenzionata(praticaAttenzionata);
+ }
+
+ /**
+ * Creates a new pratica attenzionata with the primary key. Does not add the pratica attenzionata to the database.
+ *
+ * @param praticaAttenzionataId the primary key for the new pratica attenzionata
+ * @return the new pratica attenzionata
+ */
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata createPraticaAttenzionata(
+ long praticaAttenzionataId) {
+ return _praticaAttenzionataLocalService.createPraticaAttenzionata(praticaAttenzionataId);
+ }
+
+ /**
+ * Deletes the pratica attenzionata with the primary key from the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata that was removed
+ * @throws PortalException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata deletePraticaAttenzionata(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.deletePraticaAttenzionata(praticaAttenzionataId);
+ }
+
+ /**
+ * Deletes the pratica attenzionata from the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ * @return the pratica attenzionata that was removed
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata deletePraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.deletePraticaAttenzionata(praticaAttenzionata);
+ }
+
+ @Override
+ public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() {
+ return _praticaAttenzionataLocalService.dynamicQuery();
+ }
+
+ /**
+ * Performs a dynamic query on the database and returns the matching rows.
+ *
+ * @param dynamicQuery the dynamic query
+ * @return the matching rows
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ @SuppressWarnings("rawtypes")
+ public java.util.List dynamicQuery(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.dynamicQuery(dynamicQuery);
+ }
+
+ /**
+ * Performs a dynamic query on the database and returns a range of the matching rows.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param dynamicQuery the dynamic query
+ * @param start the lower bound of the range of model instances
+ * @param end the upper bound of the range of model instances (not inclusive)
+ * @return the range of matching rows
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ @SuppressWarnings("rawtypes")
+ public java.util.List dynamicQuery(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
+ int end) throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.dynamicQuery(dynamicQuery,
+ start, end);
+ }
+
+ /**
+ * Performs a dynamic query on the database and returns an ordered range of the matching rows.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param dynamicQuery the dynamic query
+ * @param start the lower bound of the range of model instances
+ * @param end the upper bound of the range of model instances (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching rows
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ @SuppressWarnings("rawtypes")
+ public java.util.List dynamicQuery(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
+ int end,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.dynamicQuery(dynamicQuery,
+ start, end, orderByComparator);
+ }
+
+ /**
+ * Returns the number of rows that match the dynamic query.
+ *
+ * @param dynamicQuery the dynamic query
+ * @return the number of rows that match the dynamic query
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public long dynamicQueryCount(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.dynamicQueryCount(dynamicQuery);
+ }
+
+ /**
+ * Returns the number of rows that match the dynamic query.
+ *
+ * @param dynamicQuery the dynamic query
+ * @param projection the projection to apply to the query
+ * @return the number of rows that match the dynamic query
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public long dynamicQueryCount(
+ com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
+ com.liferay.portal.kernel.dao.orm.Projection projection)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.dynamicQueryCount(dynamicQuery,
+ projection);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionata(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.fetchPraticaAttenzionata(praticaAttenzionataId);
+ }
+
+ /**
+ * Returns the pratica attenzionata with the matching UUID and company.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param companyId the primary key of the company
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndCompanyId(
+ java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.fetchPraticaAttenzionataByUuidAndCompanyId(uuid,
+ companyId);
+ }
+
+ /**
+ * Returns the pratica attenzionata matching the UUID and group.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param groupId the primary key of the group
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchPraticaAttenzionataByUuidAndGroupId(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.fetchPraticaAttenzionataByUuidAndGroupId(uuid,
+ groupId);
+ }
+
+ /**
+ * Returns the pratica attenzionata with the primary key.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata
+ * @throws PortalException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionata(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.getPraticaAttenzionata(praticaAttenzionataId);
+ }
+
+ @Override
+ public com.liferay.portal.model.PersistedModel getPersistedModel(
+ java.io.Serializable primaryKeyObj)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.getPersistedModel(primaryKeyObj);
+ }
+
+ /**
+ * Returns the pratica attenzionata with the matching UUID and company.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param companyId the primary key of the company
+ * @return the matching pratica attenzionata
+ * @throws PortalException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndCompanyId(
+ java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.getPraticaAttenzionataByUuidAndCompanyId(uuid,
+ companyId);
+ }
+
+ /**
+ * Returns the pratica attenzionata matching the UUID and group.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param groupId the primary key of the group
+ * @return the matching pratica attenzionata
+ * @throws PortalException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata getPraticaAttenzionataByUuidAndGroupId(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.getPraticaAttenzionataByUuidAndGroupId(uuid,
+ groupId);
+ }
+
+ /**
+ * Returns a range of all the pratica attenzionatas.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public java.util.List getPraticaAttenzionatas(
+ int start, int end)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.getPraticaAttenzionatas(start,
+ end);
+ }
+
+ /**
+ * Returns the number of pratica attenzionatas.
+ *
+ * @return the number of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public int getPraticaAttenzionatasCount()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.getPraticaAttenzionatasCount();
+ }
+
+ /**
+ * Updates the pratica attenzionata in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ * @return the pratica attenzionata that was updated
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata updatePraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.updatePraticaAttenzionata(praticaAttenzionata);
+ }
+
+ /**
+ * Returns the Spring bean ID for this bean.
+ *
+ * @return the Spring bean ID for this bean
+ */
+ @Override
+ public java.lang.String getBeanIdentifier() {
+ return _praticaAttenzionataLocalService.getBeanIdentifier();
+ }
+
+ /**
+ * Sets the Spring bean ID for this bean.
+ *
+ * @param beanIdentifier the Spring bean ID for this bean
+ */
+ @Override
+ public void setBeanIdentifier(java.lang.String beanIdentifier) {
+ _praticaAttenzionataLocalService.setBeanIdentifier(beanIdentifier);
+ }
+
+ @Override
+ public java.lang.Object invokeMethod(java.lang.String name,
+ java.lang.String[] parameterTypes, java.lang.Object[] arguments)
+ throws java.lang.Throwable {
+ return _praticaAttenzionataLocalService.invokeMethod(name,
+ parameterTypes, arguments);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata evalAndEventuallyAddPraticaAttenzionata(
+ long intPraticaId, long fineLavoriId, java.lang.String numeroProgetto,
+ java.util.Date dataFineLavoriTotale,
+ java.util.Date dataRelazioneFineLavoriTotale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.evalAndEventuallyAddPraticaAttenzionata(intPraticaId,
+ fineLavoriId, numeroProgetto, dataFineLavoriTotale,
+ dataRelazioneFineLavoriTotale, serviceContext);
+ }
+
+ @Override
+ public java.util.List getPraticheDaVerificare()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.getPraticheDaVerificare();
+ }
+
+ @Override
+ public int countPraticheDaVerificare()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.countPraticheDaVerificare();
+ }
+
+ @Override
+ public java.util.List getPraticheVerificate()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.getPraticheVerificate();
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata verificaPraticaAttenzionata(
+ long praticaAttenzionataId,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.verificaPraticaAttenzionata(praticaAttenzionataId,
+ serviceContext);
+ }
+
+ @Override
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata verificaPraticaAttenzionata(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _praticaAttenzionataLocalService.verificaPraticaAttenzionata(praticaAttenzionata,
+ serviceContext);
+ }
+
+ /**
+ * @deprecated As of 6.1.0, replaced by {@link #getWrappedService}
+ */
+ public PraticaAttenzionataLocalService getWrappedPraticaAttenzionataLocalService() {
+ return _praticaAttenzionataLocalService;
+ }
+
+ /**
+ * @deprecated As of 6.1.0, replaced by {@link #setWrappedService}
+ */
+ public void setWrappedPraticaAttenzionataLocalService(
+ PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ _praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ @Override
+ public PraticaAttenzionataLocalService getWrappedService() {
+ return _praticaAttenzionataLocalService;
+ }
+
+ @Override
+ public void setWrappedService(
+ PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ _praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ private PraticaAttenzionataLocalService _praticaAttenzionataLocalService;
+}
\ 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/PraticaAttenzionataService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataService.java
new file mode 100644
index 00000000..d07b02c5
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataService.java
@@ -0,0 +1,66 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service;
+
+import com.liferay.portal.kernel.exception.PortalException;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.kernel.jsonwebservice.JSONWebService;
+import com.liferay.portal.kernel.transaction.Isolation;
+import com.liferay.portal.kernel.transaction.Transactional;
+import com.liferay.portal.security.ac.AccessControlled;
+import com.liferay.portal.service.BaseService;
+import com.liferay.portal.service.InvokableService;
+
+/**
+ * Provides the remote service interface for PraticaAttenzionata. Methods of this
+ * service are expected to have security checks based on the propagated JAAS
+ * credentials because this service can be accessed remotely.
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataServiceUtil
+ * @see it.tref.liferay.portos.bo.service.base.PraticaAttenzionataServiceBaseImpl
+ * @see it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataServiceImpl
+ * @generated
+ */
+@AccessControlled
+@JSONWebService
+@Transactional(isolation = Isolation.PORTAL, rollbackFor = {
+ PortalException.class, SystemException.class})
+public interface PraticaAttenzionataService extends BaseService, InvokableService {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify or reference this interface directly. Always use {@link PraticaAttenzionataServiceUtil} to access the pratica attenzionata remote service. Add custom service methods to {@link it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataServiceImpl} and rerun ServiceBuilder to automatically copy the method declarations to this interface.
+ */
+
+ /**
+ * Returns the Spring bean ID for this bean.
+ *
+ * @return the Spring bean ID for this bean
+ */
+ public java.lang.String getBeanIdentifier();
+
+ /**
+ * Sets the Spring bean ID for this bean.
+ *
+ * @param beanIdentifier the Spring bean ID for this bean
+ */
+ public void setBeanIdentifier(java.lang.String beanIdentifier);
+
+ @Override
+ public java.lang.Object invokeMethod(java.lang.String name,
+ java.lang.String[] parameterTypes, java.lang.Object[] arguments)
+ throws java.lang.Throwable;
+}
\ 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/PraticaAttenzionataServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataServiceClp.java
new file mode 100644
index 00000000..30d7c43a
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataServiceClp.java
@@ -0,0 +1,91 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service;
+
+import com.liferay.portal.service.InvokableService;
+
+/**
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @generated
+ */
+public class PraticaAttenzionataServiceClp implements PraticaAttenzionataService {
+ public PraticaAttenzionataServiceClp(InvokableService invokableService) {
+ _invokableService = invokableService;
+
+ _methodName0 = "getBeanIdentifier";
+
+ _methodParameterTypes0 = new String[] { };
+
+ _methodName1 = "setBeanIdentifier";
+
+ _methodParameterTypes1 = new String[] { "java.lang.String" };
+ }
+
+ @Override
+ public java.lang.String getBeanIdentifier() {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableService.invokeMethod(_methodName0,
+ _methodParameterTypes0, new Object[] { });
+ }
+ 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.lang.String)ClpSerializer.translateOutput(returnObj);
+ }
+
+ @Override
+ public void setBeanIdentifier(java.lang.String beanIdentifier) {
+ try {
+ _invokableService.invokeMethod(_methodName1,
+ _methodParameterTypes1,
+ new Object[] { ClpSerializer.translateInput(beanIdentifier) });
+ }
+ 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");
+ }
+ }
+ }
+
+ @Override
+ public java.lang.Object invokeMethod(java.lang.String name,
+ java.lang.String[] parameterTypes, java.lang.Object[] arguments)
+ throws java.lang.Throwable {
+ throw new UnsupportedOperationException();
+ }
+
+ private InvokableService _invokableService;
+ private String _methodName0;
+ private String[] _methodParameterTypes0;
+ private String _methodName1;
+ private String[] _methodParameterTypes1;
+}
\ 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/PraticaAttenzionataServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataServiceUtil.java
new file mode 100644
index 00000000..d5d72bb6
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataServiceUtil.java
@@ -0,0 +1,96 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service;
+
+import com.liferay.portal.kernel.bean.PortletBeanLocatorUtil;
+import com.liferay.portal.kernel.util.ReferenceRegistry;
+import com.liferay.portal.service.InvokableService;
+
+/**
+ * Provides the remote service utility for PraticaAttenzionata. This utility wraps
+ * {@link it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataServiceImpl} and is the
+ * primary access point for service operations in application layer code running
+ * on a remote server. Methods of this service are expected to have security
+ * checks based on the propagated JAAS credentials because this service can be
+ * accessed remotely.
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataService
+ * @see it.tref.liferay.portos.bo.service.base.PraticaAttenzionataServiceBaseImpl
+ * @see it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataServiceImpl
+ * @generated
+ */
+public class PraticaAttenzionataServiceUtil {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify this class directly. Add custom service methods to {@link it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataServiceImpl} and rerun ServiceBuilder to regenerate this class.
+ */
+
+ /**
+ * Returns the Spring bean ID for this bean.
+ *
+ * @return the Spring bean ID for this bean
+ */
+ public static java.lang.String getBeanIdentifier() {
+ return getService().getBeanIdentifier();
+ }
+
+ /**
+ * Sets the Spring bean ID for this bean.
+ *
+ * @param beanIdentifier the Spring bean ID for this bean
+ */
+ public static void setBeanIdentifier(java.lang.String beanIdentifier) {
+ getService().setBeanIdentifier(beanIdentifier);
+ }
+
+ public static java.lang.Object invokeMethod(java.lang.String name,
+ java.lang.String[] parameterTypes, java.lang.Object[] arguments)
+ throws java.lang.Throwable {
+ return getService().invokeMethod(name, parameterTypes, arguments);
+ }
+
+ public static void clearService() {
+ _service = null;
+ }
+
+ public static PraticaAttenzionataService getService() {
+ if (_service == null) {
+ InvokableService invokableService = (InvokableService)PortletBeanLocatorUtil.locate(ClpSerializer.getServletContextName(),
+ PraticaAttenzionataService.class.getName());
+
+ if (invokableService instanceof PraticaAttenzionataService) {
+ _service = (PraticaAttenzionataService)invokableService;
+ }
+ else {
+ _service = new PraticaAttenzionataServiceClp(invokableService);
+ }
+
+ ReferenceRegistry.registerReference(PraticaAttenzionataServiceUtil.class,
+ "_service");
+ }
+
+ return _service;
+ }
+
+ /**
+ * @deprecated As of 6.2.0
+ */
+ public void setService(PraticaAttenzionataService service) {
+ }
+
+ private static PraticaAttenzionataService _service;
+}
\ 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/PraticaAttenzionataServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataServiceWrapper.java
new file mode 100644
index 00000000..19839de3
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/PraticaAttenzionataServiceWrapper.java
@@ -0,0 +1,89 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service;
+
+import com.liferay.portal.service.ServiceWrapper;
+
+/**
+ * Provides a wrapper for {@link PraticaAttenzionataService}.
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataService
+ * @generated
+ */
+public class PraticaAttenzionataServiceWrapper
+ implements PraticaAttenzionataService,
+ ServiceWrapper {
+ public PraticaAttenzionataServiceWrapper(
+ PraticaAttenzionataService praticaAttenzionataService) {
+ _praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the Spring bean ID for this bean.
+ *
+ * @return the Spring bean ID for this bean
+ */
+ @Override
+ public java.lang.String getBeanIdentifier() {
+ return _praticaAttenzionataService.getBeanIdentifier();
+ }
+
+ /**
+ * Sets the Spring bean ID for this bean.
+ *
+ * @param beanIdentifier the Spring bean ID for this bean
+ */
+ @Override
+ public void setBeanIdentifier(java.lang.String beanIdentifier) {
+ _praticaAttenzionataService.setBeanIdentifier(beanIdentifier);
+ }
+
+ @Override
+ public java.lang.Object invokeMethod(java.lang.String name,
+ java.lang.String[] parameterTypes, java.lang.Object[] arguments)
+ throws java.lang.Throwable {
+ return _praticaAttenzionataService.invokeMethod(name, parameterTypes,
+ arguments);
+ }
+
+ /**
+ * @deprecated As of 6.1.0, replaced by {@link #getWrappedService}
+ */
+ public PraticaAttenzionataService getWrappedPraticaAttenzionataService() {
+ return _praticaAttenzionataService;
+ }
+
+ /**
+ * @deprecated As of 6.1.0, replaced by {@link #setWrappedService}
+ */
+ public void setWrappedPraticaAttenzionataService(
+ PraticaAttenzionataService praticaAttenzionataService) {
+ _praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ @Override
+ public PraticaAttenzionataService getWrappedService() {
+ return _praticaAttenzionataService;
+ }
+
+ @Override
+ public void setWrappedService(
+ PraticaAttenzionataService praticaAttenzionataService) {
+ _praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ private PraticaAttenzionataService _praticaAttenzionataService;
+}
\ 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/SoggettoLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalService.java
index bf233d47..621a30fd 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalService.java
@@ -817,12 +817,14 @@ public interface SoggettoLocalService extends BaseLocalService,
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public byte[] getPdfDelega(javax.portlet.PortletRequest request)
throws com.itextpdf.text.DocumentException,
+ com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException,
java.io.IOException;
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public java.lang.String getAnteprimaDelega(
javax.portlet.PortletRequest request)
- throws com.liferay.portal.kernel.exception.SystemException,
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException,
java.io.IOException;
}
\ 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/SoggettoLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalServiceClp.java
index bf976d81..36b96bea 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalServiceClp.java
@@ -4655,6 +4655,7 @@ public class SoggettoLocalServiceClp implements SoggettoLocalService {
@Override
public byte[] getPdfDelega(javax.portlet.PortletRequest request)
throws com.itextpdf.text.DocumentException,
+ com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException,
java.io.IOException {
Object returnObj = null;
@@ -4671,6 +4672,10 @@ public class SoggettoLocalServiceClp implements SoggettoLocalService {
throw (com.itextpdf.text.DocumentException)t;
}
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)t;
+ }
+
if (t instanceof com.liferay.portal.kernel.exception.SystemException) {
throw (com.liferay.portal.kernel.exception.SystemException)t;
}
@@ -4694,7 +4699,8 @@ public class SoggettoLocalServiceClp implements SoggettoLocalService {
@Override
public java.lang.String getAnteprimaDelega(
javax.portlet.PortletRequest request)
- throws com.liferay.portal.kernel.exception.SystemException,
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException,
java.io.IOException {
Object returnObj = null;
@@ -4706,6 +4712,10 @@ public class SoggettoLocalServiceClp implements SoggettoLocalService {
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
+ if (t instanceof com.liferay.portal.kernel.exception.PortalException) {
+ throw (com.liferay.portal.kernel.exception.PortalException)t;
+ }
+
if (t instanceof com.liferay.portal.kernel.exception.SystemException) {
throw (com.liferay.portal.kernel.exception.SystemException)t;
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalServiceUtil.java
index 9581627b..a6a27275 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalServiceUtil.java
@@ -1120,6 +1120,7 @@ public class SoggettoLocalServiceUtil {
public static byte[] getPdfDelega(javax.portlet.PortletRequest request)
throws com.itextpdf.text.DocumentException,
+ com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException,
java.io.IOException {
return getService().getPdfDelega(request);
@@ -1127,7 +1128,8 @@ public class SoggettoLocalServiceUtil {
public static java.lang.String getAnteprimaDelega(
javax.portlet.PortletRequest request)
- throws com.liferay.portal.kernel.exception.SystemException,
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException,
java.io.IOException {
return getService().getAnteprimaDelega(request);
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalServiceWrapper.java
index f9a9227b..8f514890 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/SoggettoLocalServiceWrapper.java
@@ -1174,6 +1174,7 @@ public class SoggettoLocalServiceWrapper implements SoggettoLocalService,
@Override
public byte[] getPdfDelega(javax.portlet.PortletRequest request)
throws com.itextpdf.text.DocumentException,
+ com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException,
java.io.IOException {
return _soggettoLocalService.getPdfDelega(request);
@@ -1182,7 +1183,8 @@ public class SoggettoLocalServiceWrapper implements SoggettoLocalService,
@Override
public java.lang.String getAnteprimaDelega(
javax.portlet.PortletRequest request)
- throws com.liferay.portal.kernel.exception.SystemException,
+ throws com.liferay.portal.kernel.exception.PortalException,
+ com.liferay.portal.kernel.exception.SystemException,
java.io.IOException {
return _soggettoLocalService.getAnteprimaDelega(request);
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalService.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalService.java
index 7aa55b2d..83b56609 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalService.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalService.java
@@ -297,6 +297,11 @@ public interface TerritorioLocalService extends BaseLocalService,
java.lang.String codiceProvincia)
throws com.liferay.portal.kernel.exception.SystemException;
+ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
+ public java.util.List getActiveComuniByCodiceProvincia_Ospedaliera(
+ java.lang.String codiceProvincia)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
@Transactional(propagation = Propagation.SUPPORTS, readOnly = true)
public java.util.List getActiveTerritoriByComune(
long comuneId)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalServiceClp.java
index a41b0efc..86d2a9e4 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalServiceClp.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalServiceClp.java
@@ -157,38 +157,42 @@ public class TerritorioLocalServiceClp implements TerritorioLocalService {
_methodParameterTypes26 = new String[] { "java.lang.String" };
- _methodName27 = "getActiveTerritoriByComune";
+ _methodName27 = "getActiveComuniByCodiceProvincia_Ospedaliera";
- _methodParameterTypes27 = new String[] { "long" };
+ _methodParameterTypes27 = new String[] { "java.lang.String" };
- _methodName28 = "findTerritorioByComuneIdGZonaFasciaDtIni";
+ _methodName28 = "getActiveTerritoriByComune";
- _methodParameterTypes28 = new String[] {
+ _methodParameterTypes28 = new String[] { "long" };
+
+ _methodName29 = "findTerritorioByComuneIdGZonaFasciaDtIni";
+
+ _methodParameterTypes29 = new String[] {
"long", "long", "java.lang.String", "java.lang.String",
"java.util.Date"
};
- _methodName29 = "fetchByOldTerriotioId";
+ _methodName30 = "fetchByOldTerriotioId";
- _methodParameterTypes29 = new String[] { "long" };
+ _methodParameterTypes30 = new String[] { "long" };
- _methodName30 = "getTerritoriByGroupAndZona";
+ _methodName31 = "getTerritoriByGroupAndZona";
- _methodParameterTypes30 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes31 = new String[] { "long", "java.lang.String" };
- _methodName31 = "getTerritoriByGroupAndZonaAndFascia";
+ _methodName32 = "getTerritoriByGroupAndZonaAndFascia";
- _methodParameterTypes31 = new String[] {
+ _methodParameterTypes32 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName32 = "getAllTerritorioGroup";
+ _methodName33 = "getAllTerritorioGroup";
- _methodParameterTypes32 = new String[] { };
+ _methodParameterTypes33 = new String[] { };
- _methodName33 = "verifyTerritorioConstraintAlreadyExist";
+ _methodName34 = "verifyTerritorioConstraintAlreadyExist";
- _methodParameterTypes33 = new String[] {
+ _methodParameterTypes34 = new String[] {
"long", "long", "java.lang.String", "java.lang.String",
"java.util.Date"
};
@@ -1045,6 +1049,36 @@ public class TerritorioLocalServiceClp implements TerritorioLocalService {
return (java.util.List)ClpSerializer.translateOutput(returnObj);
}
+ @Override
+ public java.util.List getActiveComuniByCodiceProvincia_Ospedaliera(
+ java.lang.String codiceProvincia)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ Object returnObj = null;
+
+ try {
+ returnObj = _invokableLocalService.invokeMethod(_methodName27,
+ _methodParameterTypes27,
+ new Object[] { ClpSerializer.translateInput(codiceProvincia) });
+ }
+ 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 getActiveTerritoriByComune(
long comuneId)
@@ -1052,8 +1086,8 @@ public class TerritorioLocalServiceClp implements TerritorioLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName27,
- _methodParameterTypes27, new Object[] { comuneId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName28,
+ _methodParameterTypes28, new Object[] { comuneId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -1083,8 +1117,8 @@ public class TerritorioLocalServiceClp implements TerritorioLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName28,
- _methodParameterTypes28,
+ returnObj = _invokableLocalService.invokeMethod(_methodName29,
+ _methodParameterTypes29,
new Object[] {
comuneId,
@@ -1128,8 +1162,8 @@ public class TerritorioLocalServiceClp implements TerritorioLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName29,
- _methodParameterTypes29, new Object[] { oldTerritorioId });
+ returnObj = _invokableLocalService.invokeMethod(_methodName30,
+ _methodParameterTypes30, new Object[] { oldTerritorioId });
}
catch (Throwable t) {
t = ClpSerializer.translateThrowable(t);
@@ -1161,8 +1195,8 @@ public class TerritorioLocalServiceClp implements TerritorioLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName30,
- _methodParameterTypes30,
+ returnObj = _invokableLocalService.invokeMethod(_methodName31,
+ _methodParameterTypes31,
new Object[] { groupId, ClpSerializer.translateInput(zona) });
}
catch (Throwable t) {
@@ -1191,8 +1225,8 @@ public class TerritorioLocalServiceClp implements TerritorioLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName31,
- _methodParameterTypes31,
+ returnObj = _invokableLocalService.invokeMethod(_methodName32,
+ _methodParameterTypes32,
new Object[] {
groupId,
@@ -1226,8 +1260,8 @@ public class TerritorioLocalServiceClp implements TerritorioLocalService {
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);
@@ -1256,8 +1290,8 @@ public class TerritorioLocalServiceClp implements TerritorioLocalService {
Object returnObj = null;
try {
- returnObj = _invokableLocalService.invokeMethod(_methodName33,
- _methodParameterTypes33,
+ returnObj = _invokableLocalService.invokeMethod(_methodName34,
+ _methodParameterTypes34,
new Object[] {
comuneId,
@@ -1356,4 +1390,6 @@ public class TerritorioLocalServiceClp implements TerritorioLocalService {
private String[] _methodParameterTypes32;
private String _methodName33;
private String[] _methodParameterTypes33;
+ private String _methodName34;
+ private String[] _methodParameterTypes34;
}
\ 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/TerritorioLocalServiceUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalServiceUtil.java
index e246467c..3c23fca6 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalServiceUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalServiceUtil.java
@@ -337,6 +337,13 @@ public class TerritorioLocalServiceUtil {
return getService().getActiveComuniByCodiceProvincia(codiceProvincia);
}
+ public static java.util.List getActiveComuniByCodiceProvincia_Ospedaliera(
+ java.lang.String codiceProvincia)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getService()
+ .getActiveComuniByCodiceProvincia_Ospedaliera(codiceProvincia);
+ }
+
public static java.util.List getActiveTerritoriByComune(
long comuneId)
throws com.liferay.portal.kernel.exception.SystemException {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalServiceWrapper.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalServiceWrapper.java
index b81568a6..df40d376 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalServiceWrapper.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/TerritorioLocalServiceWrapper.java
@@ -356,6 +356,13 @@ public class TerritorioLocalServiceWrapper implements TerritorioLocalService,
return _territorioLocalService.getActiveComuniByCodiceProvincia(codiceProvincia);
}
+ @Override
+ public java.util.List getActiveComuniByCodiceProvincia_Ospedaliera(
+ java.lang.String codiceProvincia)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return _territorioLocalService.getActiveComuniByCodiceProvincia_Ospedaliera(codiceProvincia);
+ }
+
@Override
public java.util.List getActiveTerritoriByComune(
long comuneId)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/messaging/ClpMessageListener.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/messaging/ClpMessageListener.java
index 6e8c3056..f256fff3 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/messaging/ClpMessageListener.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/messaging/ClpMessageListener.java
@@ -52,6 +52,8 @@ import it.tref.liferay.portos.bo.service.PagamentoLocalServiceUtil;
import it.tref.liferay.portos.bo.service.PagamentoServiceUtil;
import it.tref.liferay.portos.bo.service.ParereGeologoLocalServiceUtil;
import it.tref.liferay.portos.bo.service.ParereGeologoServiceUtil;
+import it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalServiceUtil;
+import it.tref.liferay.portos.bo.service.PraticaAttenzionataServiceUtil;
import it.tref.liferay.portos.bo.service.ProvinciaLocalServiceUtil;
import it.tref.liferay.portos.bo.service.ProvinciaServiceUtil;
import it.tref.liferay.portos.bo.service.SoggettoLocalServiceUtil;
@@ -131,6 +133,9 @@ public class ClpMessageListener extends BaseMessageListener {
ParereGeologoLocalServiceUtil.clearService();
ParereGeologoServiceUtil.clearService();
+ PraticaAttenzionataLocalServiceUtil.clearService();
+
+ PraticaAttenzionataServiceUtil.clearService();
ProvinciaLocalServiceUtil.clearService();
ProvinciaServiceUtil.clearService();
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataActionableDynamicQuery.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataActionableDynamicQuery.java
new file mode 100644
index 00000000..1dbc1e30
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataActionableDynamicQuery.java
@@ -0,0 +1,38 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service.persistence;
+
+import com.liferay.portal.kernel.dao.orm.BaseActionableDynamicQuery;
+import com.liferay.portal.kernel.exception.SystemException;
+
+import it.tref.liferay.portos.bo.model.PraticaAttenzionata;
+import it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalServiceUtil;
+
+/**
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @generated
+ */
+public abstract class PraticaAttenzionataActionableDynamicQuery
+ extends BaseActionableDynamicQuery {
+ public PraticaAttenzionataActionableDynamicQuery()
+ throws SystemException {
+ setBaseLocalService(PraticaAttenzionataLocalServiceUtil.getService());
+ setClass(PraticaAttenzionata.class);
+
+ setClassLoader(it.tref.liferay.portos.bo.service.ClpSerializer.class.getClassLoader());
+
+ setPrimaryKeyPropertyName("praticaAttenzionataId");
+ }
+}
\ 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/PraticaAttenzionataExportActionableDynamicQuery.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataExportActionableDynamicQuery.java
new file mode 100644
index 00000000..2b29c751
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataExportActionableDynamicQuery.java
@@ -0,0 +1,85 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service.persistence;
+
+import com.liferay.portal.kernel.dao.orm.DynamicQuery;
+import com.liferay.portal.kernel.exception.PortalException;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.kernel.lar.ExportImportHelperUtil;
+import com.liferay.portal.kernel.lar.ManifestSummary;
+import com.liferay.portal.kernel.lar.PortletDataContext;
+import com.liferay.portal.kernel.lar.StagedModelDataHandlerUtil;
+import com.liferay.portal.kernel.lar.StagedModelType;
+import com.liferay.portal.util.PortalUtil;
+
+import it.tref.liferay.portos.bo.model.PraticaAttenzionata;
+
+/**
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @generated
+ */
+public class PraticaAttenzionataExportActionableDynamicQuery
+ extends PraticaAttenzionataActionableDynamicQuery {
+ public PraticaAttenzionataExportActionableDynamicQuery(
+ PortletDataContext portletDataContext) throws SystemException {
+ _portletDataContext = portletDataContext;
+
+ setCompanyId(_portletDataContext.getCompanyId());
+
+ setGroupId(_portletDataContext.getScopeGroupId());
+ }
+
+ @Override
+ public long performCount() throws PortalException, SystemException {
+ ManifestSummary manifestSummary = _portletDataContext.getManifestSummary();
+
+ StagedModelType stagedModelType = getStagedModelType();
+
+ long modelAdditionCount = super.performCount();
+
+ manifestSummary.addModelAdditionCount(stagedModelType.toString(),
+ modelAdditionCount);
+
+ long modelDeletionCount = ExportImportHelperUtil.getModelDeletionCount(_portletDataContext,
+ stagedModelType);
+
+ manifestSummary.addModelDeletionCount(stagedModelType.toString(),
+ modelDeletionCount);
+
+ return modelAdditionCount;
+ }
+
+ @Override
+ protected void addCriteria(DynamicQuery dynamicQuery) {
+ _portletDataContext.addDateRangeCriteria(dynamicQuery, "modifiedDate");
+ }
+
+ protected StagedModelType getStagedModelType() {
+ return new StagedModelType(PortalUtil.getClassNameId(
+ PraticaAttenzionata.class.getName()));
+ }
+
+ @Override
+ @SuppressWarnings("unused")
+ protected void performAction(Object object)
+ throws PortalException, SystemException {
+ PraticaAttenzionata stagedModel = (PraticaAttenzionata)object;
+
+ StagedModelDataHandlerUtil.exportStagedModel(_portletDataContext,
+ stagedModel);
+ }
+
+ private PortletDataContext _portletDataContext;
+}
\ 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/PraticaAttenzionataPersistence.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataPersistence.java
new file mode 100644
index 00000000..0019474b
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataPersistence.java
@@ -0,0 +1,652 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service.persistence;
+
+import com.liferay.portal.service.persistence.BasePersistence;
+
+import it.tref.liferay.portos.bo.model.PraticaAttenzionata;
+
+/**
+ * The persistence interface for the pratica attenzionata service.
+ *
+ *
+ * Caching information and settings can be found in portal.properties
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataPersistenceImpl
+ * @see PraticaAttenzionataUtil
+ * @generated
+ */
+public interface PraticaAttenzionataPersistence extends BasePersistence {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify or reference this interface directly. Always use {@link PraticaAttenzionataUtil} to access the pratica attenzionata persistence. Modify service.xml and rerun ServiceBuilder to regenerate this interface.
+ */
+
+ /**
+ * Returns all the pratica attenzionatas where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @return the matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public java.util.List findByUuid(
+ java.lang.String uuid)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns a range of all the pratica attenzionatas where uuid = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param uuid the uuid
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public java.util.List findByUuid(
+ java.lang.String uuid, int start, int end)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns an ordered range of all the pratica attenzionatas where uuid = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param uuid the uuid
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public java.util.List findByUuid(
+ java.lang.String uuid, int start, int end,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_First(
+ java.lang.String uuid,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_First(
+ java.lang.String uuid,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_Last(
+ java.lang.String uuid,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_Last(
+ java.lang.String uuid,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param praticaAttenzionataId the primary key of the current pratica attenzionata
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the previous, current, and next pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata[] findByUuid_PrevAndNext(
+ long praticaAttenzionataId, java.lang.String uuid,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ /**
+ * Removes all the pratica attenzionatas where uuid = ? from the database.
+ *
+ * @param uuid the uuid
+ * @throws SystemException if a system exception occurred
+ */
+ public void removeByUuid(java.lang.String uuid)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the number of pratica attenzionatas where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @return the number of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public int countByUuid(java.lang.String uuid)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the pratica attenzionata where uuid = ? and groupId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException} if it could not be found.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @return the matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUUID_G(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ /**
+ * Returns the pratica attenzionata where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUUID_G(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the pratica attenzionata where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @param retrieveFromCache whether to use the finder cache
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUUID_G(
+ java.lang.String uuid, long groupId, boolean retrieveFromCache)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Removes the pratica attenzionata where uuid = ? and groupId = ? from the database.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @return the pratica attenzionata that was removed
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata removeByUUID_G(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ /**
+ * Returns the number of pratica attenzionatas where uuid = ? and groupId = ?.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @return the number of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public int countByUUID_G(java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns all the pratica attenzionatas where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @return the matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public java.util.List findByUuid_C(
+ java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns a range of all the pratica attenzionatas where uuid = ? and companyId = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public java.util.List findByUuid_C(
+ java.lang.String uuid, long companyId, int start, int end)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns an ordered range of all the pratica attenzionatas where uuid = ? and companyId = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public java.util.List findByUuid_C(
+ java.lang.String uuid, long companyId, int start, int end,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_C_First(
+ java.lang.String uuid, long companyId,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_C_First(
+ java.lang.String uuid, long companyId,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_C_Last(
+ java.lang.String uuid, long companyId,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_C_Last(
+ java.lang.String uuid, long companyId,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param praticaAttenzionataId the primary key of the current pratica attenzionata
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the previous, current, and next pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata[] findByUuid_C_PrevAndNext(
+ long praticaAttenzionataId, java.lang.String uuid, long companyId,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ /**
+ * Removes all the pratica attenzionatas where uuid = ? and companyId = ? from the database.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @throws SystemException if a system exception occurred
+ */
+ public void removeByUuid_C(java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the number of pratica attenzionatas where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @return the number of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public int countByUuid_C(java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns all the pratica attenzionatas where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @return the matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public java.util.List findByVerificata(
+ boolean verificata)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns a range of all the pratica attenzionatas where verificata = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param verificata the verificata
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public java.util.List findByVerificata(
+ boolean verificata, int start, int end)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns an ordered range of all the pratica attenzionatas where verificata = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param verificata the verificata
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public java.util.List findByVerificata(
+ boolean verificata, int start, int end,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByVerificata_First(
+ boolean verificata,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByVerificata_First(
+ boolean verificata,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByVerificata_Last(
+ boolean verificata,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByVerificata_Last(
+ boolean verificata,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param praticaAttenzionataId the primary key of the current pratica attenzionata
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the previous, current, and next pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata[] findByVerificata_PrevAndNext(
+ long praticaAttenzionataId, boolean verificata,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ /**
+ * Removes all the pratica attenzionatas where verificata = ? from the database.
+ *
+ * @param verificata the verificata
+ * @throws SystemException if a system exception occurred
+ */
+ public void removeByVerificata(boolean verificata)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the number of pratica attenzionatas where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @return the number of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public int countByVerificata(boolean verificata)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Caches the pratica attenzionata in the entity cache if it is enabled.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ */
+ public void cacheResult(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata);
+
+ /**
+ * Caches the pratica attenzionatas in the entity cache if it is enabled.
+ *
+ * @param praticaAttenzionatas the pratica attenzionatas
+ */
+ public void cacheResult(
+ java.util.List praticaAttenzionatas);
+
+ /**
+ * Creates a new pratica attenzionata with the primary key. Does not add the pratica attenzionata to the database.
+ *
+ * @param praticaAttenzionataId the primary key for the new pratica attenzionata
+ * @return the new pratica attenzionata
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata create(
+ long praticaAttenzionataId);
+
+ /**
+ * Removes the pratica attenzionata with the primary key from the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata that was removed
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata remove(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata updateImpl(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the pratica attenzionata with the primary key or throws a {@link it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException} if it could not be found.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata findByPrimaryKey(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+
+ /**
+ * Returns the pratica attenzionata with the primary key or returns null if it could not be found.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata, or null if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByPrimaryKey(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns all the pratica attenzionatas.
+ *
+ * @return the pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public java.util.List findAll()
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns a range of all the pratica attenzionatas.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public java.util.List findAll(
+ int start, int end)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns an ordered range of all the pratica attenzionatas.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public java.util.List findAll(
+ int start, int end,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Removes all the pratica attenzionatas from the database.
+ *
+ * @throws SystemException if a system exception occurred
+ */
+ public void removeAll()
+ throws com.liferay.portal.kernel.exception.SystemException;
+
+ /**
+ * Returns the number of pratica attenzionatas.
+ *
+ * @return the number of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public int countAll()
+ 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/PraticaAttenzionataUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataUtil.java
new file mode 100644
index 00000000..d4817c6e
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataUtil.java
@@ -0,0 +1,856 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service.persistence;
+
+import com.liferay.portal.kernel.bean.PortletBeanLocatorUtil;
+import com.liferay.portal.kernel.dao.orm.DynamicQuery;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.kernel.util.OrderByComparator;
+import com.liferay.portal.kernel.util.ReferenceRegistry;
+import com.liferay.portal.service.ServiceContext;
+
+import it.tref.liferay.portos.bo.model.PraticaAttenzionata;
+
+import java.util.List;
+
+/**
+ * The persistence utility for the pratica attenzionata service. This utility wraps {@link PraticaAttenzionataPersistenceImpl} and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
+ *
+ *
+ * Caching information and settings can be found in portal.properties
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataPersistence
+ * @see PraticaAttenzionataPersistenceImpl
+ * @generated
+ */
+public class PraticaAttenzionataUtil {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regenerate this class.
+ */
+
+ /**
+ * @see com.liferay.portal.service.persistence.BasePersistence#clearCache()
+ */
+ public static void clearCache() {
+ getPersistence().clearCache();
+ }
+
+ /**
+ * @see com.liferay.portal.service.persistence.BasePersistence#clearCache(com.liferay.portal.model.BaseModel)
+ */
+ public static void clearCache(PraticaAttenzionata praticaAttenzionata) {
+ getPersistence().clearCache(praticaAttenzionata);
+ }
+
+ /**
+ * @see com.liferay.portal.service.persistence.BasePersistence#countWithDynamicQuery(DynamicQuery)
+ */
+ public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
+ throws SystemException {
+ return getPersistence().countWithDynamicQuery(dynamicQuery);
+ }
+
+ /**
+ * @see com.liferay.portal.service.persistence.BasePersistence#findWithDynamicQuery(DynamicQuery)
+ */
+ public static List findWithDynamicQuery(
+ DynamicQuery dynamicQuery) throws SystemException {
+ return getPersistence().findWithDynamicQuery(dynamicQuery);
+ }
+
+ /**
+ * @see com.liferay.portal.service.persistence.BasePersistence#findWithDynamicQuery(DynamicQuery, int, int)
+ */
+ public static List findWithDynamicQuery(
+ DynamicQuery dynamicQuery, int start, int end)
+ throws SystemException {
+ return getPersistence().findWithDynamicQuery(dynamicQuery, start, end);
+ }
+
+ /**
+ * @see com.liferay.portal.service.persistence.BasePersistence#findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
+ */
+ public static List findWithDynamicQuery(
+ DynamicQuery dynamicQuery, int start, int end,
+ OrderByComparator orderByComparator) throws SystemException {
+ return getPersistence()
+ .findWithDynamicQuery(dynamicQuery, start, end,
+ orderByComparator);
+ }
+
+ /**
+ * @see com.liferay.portal.service.persistence.BasePersistence#update(com.liferay.portal.model.BaseModel)
+ */
+ public static PraticaAttenzionata update(
+ PraticaAttenzionata praticaAttenzionata) throws SystemException {
+ return getPersistence().update(praticaAttenzionata);
+ }
+
+ /**
+ * @see com.liferay.portal.service.persistence.BasePersistence#update(com.liferay.portal.model.BaseModel, ServiceContext)
+ */
+ public static PraticaAttenzionata update(
+ PraticaAttenzionata praticaAttenzionata, ServiceContext serviceContext)
+ throws SystemException {
+ return getPersistence().update(praticaAttenzionata, serviceContext);
+ }
+
+ /**
+ * Returns all the pratica attenzionatas where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @return the matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List findByUuid(
+ java.lang.String uuid)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().findByUuid(uuid);
+ }
+
+ /**
+ * Returns a range of all the pratica attenzionatas where uuid = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param uuid the uuid
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List findByUuid(
+ java.lang.String uuid, int start, int end)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().findByUuid(uuid, start, end);
+ }
+
+ /**
+ * Returns an ordered range of all the pratica attenzionatas where uuid = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param uuid the uuid
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List findByUuid(
+ java.lang.String uuid, int start, int end,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().findByUuid(uuid, start, end, orderByComparator);
+ }
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_First(
+ java.lang.String uuid,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence().findByUuid_First(uuid, orderByComparator);
+ }
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_First(
+ java.lang.String uuid,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().fetchByUuid_First(uuid, orderByComparator);
+ }
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_Last(
+ java.lang.String uuid,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence().findByUuid_Last(uuid, orderByComparator);
+ }
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_Last(
+ java.lang.String uuid,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().fetchByUuid_Last(uuid, orderByComparator);
+ }
+
+ /**
+ * Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param praticaAttenzionataId the primary key of the current pratica attenzionata
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the previous, current, and next pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata[] findByUuid_PrevAndNext(
+ long praticaAttenzionataId, java.lang.String uuid,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence()
+ .findByUuid_PrevAndNext(praticaAttenzionataId, uuid,
+ orderByComparator);
+ }
+
+ /**
+ * Removes all the pratica attenzionatas where uuid = ? from the database.
+ *
+ * @param uuid the uuid
+ * @throws SystemException if a system exception occurred
+ */
+ public static void removeByUuid(java.lang.String uuid)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ getPersistence().removeByUuid(uuid);
+ }
+
+ /**
+ * Returns the number of pratica attenzionatas where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @return the number of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static int countByUuid(java.lang.String uuid)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().countByUuid(uuid);
+ }
+
+ /**
+ * Returns the pratica attenzionata where uuid = ? and groupId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException} if it could not be found.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @return the matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUUID_G(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence().findByUUID_G(uuid, groupId);
+ }
+
+ /**
+ * Returns the pratica attenzionata where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUUID_G(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().fetchByUUID_G(uuid, groupId);
+ }
+
+ /**
+ * Returns the pratica attenzionata where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @param retrieveFromCache whether to use the finder cache
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUUID_G(
+ java.lang.String uuid, long groupId, boolean retrieveFromCache)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().fetchByUUID_G(uuid, groupId, retrieveFromCache);
+ }
+
+ /**
+ * Removes the pratica attenzionata where uuid = ? and groupId = ? from the database.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @return the pratica attenzionata that was removed
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata removeByUUID_G(
+ java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence().removeByUUID_G(uuid, groupId);
+ }
+
+ /**
+ * Returns the number of pratica attenzionatas where uuid = ? and groupId = ?.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @return the number of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static int countByUUID_G(java.lang.String uuid, long groupId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().countByUUID_G(uuid, groupId);
+ }
+
+ /**
+ * Returns all the pratica attenzionatas where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @return the matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List findByUuid_C(
+ java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().findByUuid_C(uuid, companyId);
+ }
+
+ /**
+ * Returns a range of all the pratica attenzionatas where uuid = ? and companyId = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List findByUuid_C(
+ java.lang.String uuid, long companyId, int start, int end)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().findByUuid_C(uuid, companyId, start, end);
+ }
+
+ /**
+ * Returns an ordered range of all the pratica attenzionatas where uuid = ? and companyId = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List findByUuid_C(
+ java.lang.String uuid, long companyId, int start, int end,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence()
+ .findByUuid_C(uuid, companyId, start, end, orderByComparator);
+ }
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_C_First(
+ java.lang.String uuid, long companyId,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence()
+ .findByUuid_C_First(uuid, companyId, orderByComparator);
+ }
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_C_First(
+ java.lang.String uuid, long companyId,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence()
+ .fetchByUuid_C_First(uuid, companyId, orderByComparator);
+ }
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByUuid_C_Last(
+ java.lang.String uuid, long companyId,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence()
+ .findByUuid_C_Last(uuid, companyId, orderByComparator);
+ }
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByUuid_C_Last(
+ java.lang.String uuid, long companyId,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence()
+ .fetchByUuid_C_Last(uuid, companyId, orderByComparator);
+ }
+
+ /**
+ * Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param praticaAttenzionataId the primary key of the current pratica attenzionata
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the previous, current, and next pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata[] findByUuid_C_PrevAndNext(
+ long praticaAttenzionataId, java.lang.String uuid, long companyId,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence()
+ .findByUuid_C_PrevAndNext(praticaAttenzionataId, uuid,
+ companyId, orderByComparator);
+ }
+
+ /**
+ * Removes all the pratica attenzionatas where uuid = ? and companyId = ? from the database.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @throws SystemException if a system exception occurred
+ */
+ public static void removeByUuid_C(java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ getPersistence().removeByUuid_C(uuid, companyId);
+ }
+
+ /**
+ * Returns the number of pratica attenzionatas where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @return the number of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static int countByUuid_C(java.lang.String uuid, long companyId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().countByUuid_C(uuid, companyId);
+ }
+
+ /**
+ * Returns all the pratica attenzionatas where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @return the matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List findByVerificata(
+ boolean verificata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().findByVerificata(verificata);
+ }
+
+ /**
+ * Returns a range of all the pratica attenzionatas where verificata = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param verificata the verificata
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List findByVerificata(
+ boolean verificata, int start, int end)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().findByVerificata(verificata, start, end);
+ }
+
+ /**
+ * Returns an ordered range of all the pratica attenzionatas where verificata = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param verificata the verificata
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List findByVerificata(
+ boolean verificata, int start, int end,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence()
+ .findByVerificata(verificata, start, end, orderByComparator);
+ }
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByVerificata_First(
+ boolean verificata,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence()
+ .findByVerificata_First(verificata, orderByComparator);
+ }
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByVerificata_First(
+ boolean verificata,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence()
+ .fetchByVerificata_First(verificata, orderByComparator);
+ }
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByVerificata_Last(
+ boolean verificata,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence()
+ .findByVerificata_Last(verificata, orderByComparator);
+ }
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByVerificata_Last(
+ boolean verificata,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence()
+ .fetchByVerificata_Last(verificata, orderByComparator);
+ }
+
+ /**
+ * Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param praticaAttenzionataId the primary key of the current pratica attenzionata
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the previous, current, and next pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata[] findByVerificata_PrevAndNext(
+ long praticaAttenzionataId, boolean verificata,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence()
+ .findByVerificata_PrevAndNext(praticaAttenzionataId,
+ verificata, orderByComparator);
+ }
+
+ /**
+ * Removes all the pratica attenzionatas where verificata = ? from the database.
+ *
+ * @param verificata the verificata
+ * @throws SystemException if a system exception occurred
+ */
+ public static void removeByVerificata(boolean verificata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ getPersistence().removeByVerificata(verificata);
+ }
+
+ /**
+ * Returns the number of pratica attenzionatas where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @return the number of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static int countByVerificata(boolean verificata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().countByVerificata(verificata);
+ }
+
+ /**
+ * Caches the pratica attenzionata in the entity cache if it is enabled.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ */
+ public static void cacheResult(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata) {
+ getPersistence().cacheResult(praticaAttenzionata);
+ }
+
+ /**
+ * Caches the pratica attenzionatas in the entity cache if it is enabled.
+ *
+ * @param praticaAttenzionatas the pratica attenzionatas
+ */
+ public static void cacheResult(
+ java.util.List praticaAttenzionatas) {
+ getPersistence().cacheResult(praticaAttenzionatas);
+ }
+
+ /**
+ * Creates a new pratica attenzionata with the primary key. Does not add the pratica attenzionata to the database.
+ *
+ * @param praticaAttenzionataId the primary key for the new pratica attenzionata
+ * @return the new pratica attenzionata
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata create(
+ long praticaAttenzionataId) {
+ return getPersistence().create(praticaAttenzionataId);
+ }
+
+ /**
+ * Removes the pratica attenzionata with the primary key from the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata that was removed
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata remove(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence().remove(praticaAttenzionataId);
+ }
+
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata updateImpl(
+ it.tref.liferay.portos.bo.model.PraticaAttenzionata praticaAttenzionata)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().updateImpl(praticaAttenzionata);
+ }
+
+ /**
+ * Returns the pratica attenzionata with the primary key or throws a {@link it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException} if it could not be found.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata findByPrimaryKey(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.SystemException,
+ it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException {
+ return getPersistence().findByPrimaryKey(praticaAttenzionataId);
+ }
+
+ /**
+ * Returns the pratica attenzionata with the primary key or returns null if it could not be found.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata, or null if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ public static it.tref.liferay.portos.bo.model.PraticaAttenzionata fetchByPrimaryKey(
+ long praticaAttenzionataId)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().fetchByPrimaryKey(praticaAttenzionataId);
+ }
+
+ /**
+ * Returns all the pratica attenzionatas.
+ *
+ * @return the pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List findAll()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().findAll();
+ }
+
+ /**
+ * Returns a range of all the pratica attenzionatas.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List findAll(
+ int start, int end)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().findAll(start, end);
+ }
+
+ /**
+ * Returns an ordered range of all the pratica attenzionatas.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static java.util.List findAll(
+ int start, int end,
+ com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().findAll(start, end, orderByComparator);
+ }
+
+ /**
+ * Removes all the pratica attenzionatas from the database.
+ *
+ * @throws SystemException if a system exception occurred
+ */
+ public static void removeAll()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ getPersistence().removeAll();
+ }
+
+ /**
+ * Returns the number of pratica attenzionatas.
+ *
+ * @return the number of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ public static int countAll()
+ throws com.liferay.portal.kernel.exception.SystemException {
+ return getPersistence().countAll();
+ }
+
+ public static PraticaAttenzionataPersistence getPersistence() {
+ if (_persistence == null) {
+ _persistence = (PraticaAttenzionataPersistence)PortletBeanLocatorUtil.locate(it.tref.liferay.portos.bo.service.ClpSerializer.getServletContextName(),
+ PraticaAttenzionataPersistence.class.getName());
+
+ ReferenceRegistry.registerReference(PraticaAttenzionataUtil.class,
+ "_persistence");
+ }
+
+ return _persistence;
+ }
+
+ /**
+ * @deprecated As of 6.2.0
+ */
+ public void setPersistence(PraticaAttenzionataPersistence persistence) {
+ }
+
+ private static PraticaAttenzionataPersistence _persistence;
+}
\ 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/util/AsseverazioniUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/AsseverazioniUtil.java
index 99c866af..48da31dc 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/AsseverazioniUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/AsseverazioniUtil.java
@@ -139,7 +139,7 @@ public class AsseverazioniUtil {
put(DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A29, Arrays.asList(TipoSoggettoUtil.DIRETTORE_LAVORI));
// Domanda
put(ASSEVERAZIONI_DOMANDA, Arrays.asList(TipoSoggettoUtil.COMMITTENTE, TipoSoggettoUtil.DIRETTORE_LAVORI,
- TipoSoggettoUtil.PROGETTISTA, TipoSoggettoUtil.DITTA, TipoSoggettoUtil.COLLAUDATORE));
+ TipoSoggettoUtil.PROGETTISTA, TipoSoggettoUtil.DITTA, TipoSoggettoUtil.GEOLOGO, TipoSoggettoUtil.COLLAUDATORE));
// Variante
put(ASSEVERAZIONI_VARIANTE, new ArrayList());
// Integrazioni
@@ -147,6 +147,8 @@ public class AsseverazioniUtil {
// Fine Lavori
put(DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_GIORNALE_LAVORI,
Arrays.asList(TipoSoggettoUtil.DIRETTORE_LAVORI));
+ put(DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_DICHIARAZIONE_DIRETTORE_LAVORI,
+ Arrays.asList(TipoSoggettoUtil.DIRETTORE_LAVORI));
// Collaudo
put(DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_RELAZIONE_COLLAUDO,
Arrays.asList(TipoSoggettoUtil.COLLAUDATORE));
@@ -209,9 +211,9 @@ public class AsseverazioniUtil {
}
return nuoviSoggetti.size() > 0;
} else {
- boolean collaudatoreNotRequired = dettPratica.getCollaudoStatico() || dettPratica.getLavoriPubblici();
- boolean direttoreLavoriNotRequired = dettPratica.getLavoriPubblici();
- boolean dittaNotRequired = dettPratica.getNormLavoriInProprio() || dettPratica.getLavoriPubblici();
+ boolean collaudatoreNotRequired = dettPratica.getCollaudoStatico() || (dettPratica.getLavoriPubblici() && !intPratica.isPraticaOspedaliera());
+ boolean direttoreLavoriNotRequired = dettPratica.getLavoriPubblici() && !intPratica.isPraticaOspedaliera();
+ boolean dittaNotRequired = dettPratica.getNormLavoriInProprio() || (dettPratica.getLavoriPubblici() && !intPratica.isPraticaOspedaliera());
if (TipoSoggettoUtil.DIRETTORE_LAVORI.equalsIgnoreCase(tipoSoggetto) && direttoreLavoriNotRequired) {
// ADT:se DL presente fra i soggetti deve ritornare true
return checkAsseverazioniRichiestaOriginaria(tipoSoggetto, dettPraticaId);
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/AvvisoUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/AvvisoUtil.java
index 9d9f6cdf..2861c353 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/AvvisoUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/AvvisoUtil.java
@@ -1,5 +1,6 @@
package it.tref.liferay.portos.bo.util;
+import it.tref.liferay.portos.bo.model.Avviso;
import it.tref.liferay.portos.bo.model.DettPratica;
import it.tref.liferay.portos.bo.model.IntPratica;
import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil;
@@ -14,6 +15,7 @@ import com.liferay.portal.kernel.exception.PortalException;
import com.liferay.portal.kernel.exception.SystemException;
import com.liferay.portal.kernel.log.Log;
import com.liferay.portal.kernel.log.LogFactoryUtil;
+import com.liferay.portal.kernel.util.StringPool;
import com.liferay.portal.kernel.util.Validator;
public class AvvisoUtil {
@@ -25,6 +27,13 @@ public class AvvisoUtil {
public final static String TIPO_AVVISO_DIRETTO = "D";
public final static String TIPO_AVVISO_FIRMA = "S";
+
+ public final static String FINE_LAVORI_AVVISO_INIZIO_LAVORI = "FL1";
+ public final static String FINE_LAVORI_AVVISO_FINE_LAVORI = "FL2";
+
+ /* Pratiche Ospedaliere */
+ public static final String PRATICA_OSPEDALIERA_DEPOSITO = "PO_DEPO";
+ public static final String PRATICA_OSPEDALIERA_CONFORMITA = "PO_CONF";
@SuppressWarnings("serial")
private final static Map allTipoAvviso = new LinkedHashMap(2) {
@@ -53,6 +62,10 @@ public class AvvisoUtil {
put(StatoPraticaConstants.INTEGRAZIONE_ACCETTATA,
"label.admingeniocivile.avviso.tipoDocumento.integrazioneaccettata");
put(StatoPraticaConstants.CAMBIO_ISTRUTTORE, "label.admingeniocivile.avviso.tipoDocumento.cambioistruttore");
+ put(FINE_LAVORI_AVVISO_INIZIO_LAVORI, "label.admingeniocivile.avviso.tipoDocumento.avvisoInizioLavori");
+ put(FINE_LAVORI_AVVISO_FINE_LAVORI, "label.admingeniocivile.avviso.tipoDocumento.avvisoFineLavori");
+ put(PRATICA_OSPEDALIERA_DEPOSITO, "label.admingeniocivile.avviso.tipoDocumento.praticaospedaliera.deposito");
+ put(PRATICA_OSPEDALIERA_CONFORMITA, "label.admingeniocivile.avviso.tipoDocumento.praticaospedaliera.conformita");
}
};
@@ -76,6 +89,10 @@ public class AvvisoUtil {
put("MA", "conf.geniocivile.avviso.folder.id.manuale");
put("PG", "conf.geniocivile.avviso.folder.id.doc_pagamento");
put("DOM", "conf.geniocivile.avviso.folder.id.domanda_pdf");
+ put(FINE_LAVORI_AVVISO_INIZIO_LAVORI, "conf.geniocivile.avviso.folder.id.finelavori.FL1");
+ put(FINE_LAVORI_AVVISO_FINE_LAVORI, "conf.geniocivile.avviso.folder.id.finelavori.FL2");
+ put(PRATICA_OSPEDALIERA_DEPOSITO, "conf.geniocivile.avviso.folder.id.praticaospedaliera.deposito");
+ put(PRATICA_OSPEDALIERA_CONFORMITA, "conf.geniocivile.avviso.folder.id.praticaospedaliera.conformita");
}
};
@@ -111,6 +128,12 @@ public class AvvisoUtil {
put("DPC", "conf.geniocivile.avviso.template.id.deposito.C");
put("DPPS", "conf.geniocivile.avviso.template.id.deposito.PS");
put("DPS", "conf.geniocivile.avviso.template.id.deposito.S");
+
+ put(FINE_LAVORI_AVVISO_INIZIO_LAVORI, "conf.geniocivile.avviso.template.id.finelavori.FL1");
+ put(FINE_LAVORI_AVVISO_FINE_LAVORI, "conf.geniocivile.avviso.template.id.finelavori.FL2");
+
+ put(PRATICA_OSPEDALIERA_DEPOSITO, "conf.geniocivile.avviso.template.id.praticaospedaliera.deposito");
+ put(PRATICA_OSPEDALIERA_CONFORMITA, "conf.geniocivile.avviso.template.id.praticaospedaliera.conformita");
}
};
@@ -137,6 +160,15 @@ public class AvvisoUtil {
return allTipoDocumentoFileTemplateProps;
}
+
+ public static String getAvvisoDescription(Avviso avviso){
+ if(!"MA".equals(avviso.getTipoDocumento())){
+ if(Validator.isNotNull(avviso.getDescLong())){
+ return "
" + StringPool.OPEN_PARENTHESIS + avviso.getDescLong() + StringPool.CLOSE_PARENTHESIS;
+ }
+ }
+ return StringPool.BLANK;
+ }
public static String getTipoReport(DettPratica dettPratica, String tipoDocumento) {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/DelegheUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/DelegheUtil.java
index 4715e525..ab315614 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/DelegheUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/DelegheUtil.java
@@ -329,6 +329,28 @@ public class DelegheUtil {
}
return geologi;
}
+
+ // fix 13/11/2023
+ public static boolean hasDelegaPagamento(User user, long praticaUserId , long intPraticaId)
+ throws PortalException, SystemException {
+
+ boolean controllo = false;
+ List deleghe = DelegaLocalServiceUtil.findByIntPratica_Tipologia_InEsito(intPraticaId,
+ DelegheUtil.TIPO_PAGAMENTO, new String[] { DelegheUtil.STATO_ASSEGNATA }, QueryUtil.ALL_POS,
+ QueryUtil.ALL_POS, null);
+ if (deleghe.isEmpty()) {
+ controllo = (user.getUserId() == praticaUserId);
+ } else {
+ controllo = false;
+ for (Delega delega : deleghe) {
+ if (delega.getCodiceFiscale().equalsIgnoreCase(user.getScreenName())) {
+ controllo = true;
+ break;
+ }
+ }
+ }
+ return controllo;
+ }
public static boolean hasDelegaPagamento(long userId, long dettPraticaId) throws PortalException, SystemException {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PagamentiCommonUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PagamentiCommonUtil.java
index 660046c3..0a310518 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PagamentiCommonUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PagamentiCommonUtil.java
@@ -126,6 +126,7 @@ public abstract class PagamentiCommonUtil {
boolean normEsenteSpese = false;
boolean normEsenteBollo = false;
+ boolean richiestaAttestazione = false;
long pagamentoIdSpese = 0L;
long pagamentoIdBolli = 0L;
if (DettPratica.class.getName().equals(className)) {
@@ -140,6 +141,7 @@ public abstract class PagamentiCommonUtil {
normEsenteBollo = fineLavori.isNormEsenteBollo();
pagamentoIdSpese = fineLavori.getPagamentoSpeseId();
pagamentoIdBolli = fineLavori.getPagamentoId();
+ richiestaAttestazione = fineLavori.isRichiestaAttestazione();
} else if (Collaudo.class.getName().equals(className)) {
Collaudo collaudo = CollaudoLocalServiceUtil.getCollaudo(classPK);
normEsenteSpese = true;
@@ -147,12 +149,14 @@ public abstract class PagamentiCommonUtil {
pagamentoIdSpese = 0L;
pagamentoIdBolli = collaudo.getPagamentoId();
}
- if (!normEsenteBollo && !normEsenteSpese) {
- return Validator.isNotNull(pagamentoIdBolli) || Validator.isNotNull(pagamentoIdSpese);
- } else if (normEsenteBollo) {
- return Validator.isNotNull(pagamentoIdSpese);
- } else if (normEsenteSpese) {
- return Validator.isNotNull(pagamentoIdBolli);
+ if(!richiestaAttestazione){
+ if (!normEsenteBollo && !normEsenteSpese) {
+ return Validator.isNotNull(pagamentoIdBolli) || Validator.isNotNull(pagamentoIdSpese);
+ } else if (normEsenteBollo) {
+ return Validator.isNotNull(pagamentoIdSpese);
+ } else if (normEsenteSpese) {
+ return Validator.isNotNull(pagamentoIdBolli);
+ }
}
return false;
}
@@ -161,6 +165,7 @@ public abstract class PagamentiCommonUtil {
boolean esenteSpese = false;
boolean esenteBollo = false;
+ boolean richiestaAttestazione = false;
long pagamentoIdSpese = 0L;
long pagamentoIdBolli = 0L;
if (DettPratica.class.getName().equals(className)) {
@@ -175,6 +180,7 @@ public abstract class PagamentiCommonUtil {
esenteBollo = fineLavori.isNormEsenteBollo();
pagamentoIdSpese = fineLavori.getPagamentoSpeseId();
pagamentoIdBolli = fineLavori.getPagamentoId();
+ richiestaAttestazione = fineLavori.isRichiestaAttestazione();
} else if (Collaudo.class.getName().equals(className)) {
Collaudo collaudo = CollaudoLocalServiceUtil.getCollaudo(classPK);
esenteSpese = true;
@@ -183,6 +189,9 @@ public abstract class PagamentiCommonUtil {
pagamentoIdBolli = collaudo.getPagamentoId();
}
boolean completed = false;
+ if(richiestaAttestazione){
+ return true;
+ }
if (!esenteBollo && !esenteSpese) {
if (Validator.isNull(pagamentoIdBolli) || Validator.isNull(pagamentoIdSpese)) {
return false;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java
index e05ad290..82fa756c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/PraticaUtil.java
@@ -109,6 +109,9 @@ public class PraticaUtil {
} else if (AzioniPraticheUtil.isAutorizzazione(intPratica.getIntPraticaId())) {
statoPraticaCode = StatoPraticaConstants.AUTORIZZATA;
}
+ if(intPratica.isPraticaOspedaliera()){
+ statoPraticaCode = AvvisoUtil.PRATICA_OSPEDALIERA_CONFORMITA;
+ }
break;
case StatoPraticaConstants.NON_CONFORME:
if (AzioniPraticheUtil.isDeposito(intPratica.getIntPraticaId())) {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java
index 133dc485..a6461bbe 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/ValidazionePraticaUtil.java
@@ -110,7 +110,7 @@ public class ValidazionePraticaUtil {
IntPratica intPratica = IntPraticaServiceUtil.getIntPratica(intPraticaId);
return !intPratica.isSospesa() && !intPratica.isAnnullata() && !canEditPratica(intPraticaId)
&& !praticaHasVarianteInProgress(intPraticaId) && !praticaHasRichiestaIntegrazioneAttiva(intPraticaId)
- && !praticaHasIntegrazioneInProgress(intPraticaId) && !praticaHasFineLavoriInProgress(intPraticaId)
+ && !praticaHasIntegrazioneInProgress(intPraticaId) && !praticaHasFineLavoriDateDefined(intPraticaId)
&& !praticaHasCollaudoInProgress(intPraticaId);
}
@@ -203,7 +203,7 @@ public class ValidazionePraticaUtil {
}
public static boolean praticaHasRichiestaIntegrazioneAttiva(long intPraticaId) throws SystemException,
- PortalException {
+ PortalException {
IntPratica intPratica = IntPraticaServiceUtil.getIntPratica(intPraticaId);
return intPratica.getStatoPratica().equals(StatoPraticaConstants.INTEGRAZIONE);
@@ -223,7 +223,7 @@ public class ValidazionePraticaUtil {
}
public static boolean praticaCanAddFineLavori(long intPraticaId, String userScreenName) throws SystemException,
- PortalException {
+ PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
return Validator.isNotNull(dettPratica)
@@ -233,8 +233,17 @@ public class ValidazionePraticaUtil {
&& !praticaHasIntegrazioneInProgress(intPraticaId);
}
+ public static boolean praticaCanAddFineLavoriDate(long intPraticaId, String userScreenName) throws SystemException,
+ PortalException {
+
+ DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
+ return Validator.isNotNull(dettPratica)
+ && userScreenName.equalsIgnoreCase(dettPratica.getCodiceFiscaleDelegatoFineLavori())
+ && praticaHasFineLavoriDateToSet(intPraticaId);
+ }
+
public static boolean praticaCanEditFineLavori(long intPraticaId, String userScreenName) throws SystemException,
- PortalException {
+ PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
return Validator.isNotNull(dettPratica)
@@ -243,20 +252,35 @@ public class ValidazionePraticaUtil {
}
public static boolean praticaCanDeleteFineLavori(long intPraticaId, String userScreenName) throws SystemException,
- PortalException {
+ PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
return Validator.isNotNull(dettPratica)
&& userScreenName.equalsIgnoreCase(dettPratica.getCodiceFiscaleDelegatoFineLavori())
&& praticaHasFineLavoriPaymentPending(intPraticaId);
}
+
+ public static boolean praticaHasFineLavoriDateToSet(long intPraticaId) throws SystemException, PortalException {
+
+ FineLavori fineLavori = FineLavoriServiceUtil.getLastEditable(intPraticaId);
+ if(Validator.isNotNull(fineLavori)){
+ return Validator.isNull(fineLavori.getDataFineLavori());
+ }
+ return false;
+ }
public static boolean praticaHasFineLavoriInProgress(long intPraticaId) throws SystemException, PortalException {
FineLavori fineLavori = FineLavoriServiceUtil.getLastEditable(intPraticaId);
return Validator.isNotNull(fineLavori);
}
+
+ public static boolean praticaHasFineLavoriDateDefined(long intPraticaId) throws SystemException, PortalException {
+ FineLavori fineLavori = FineLavoriServiceUtil.getLastEditable(intPraticaId);
+ return Validator.isNotNull(fineLavori) && fineLavori.isCompletata() && fineLavori.isParziale();
+ }
+
public static boolean praticaHasFineLavoriPaymentPending(long intPraticaId) throws SystemException, PortalException {
FineLavori fineLavori = FineLavoriServiceUtil.getLastEditable(intPraticaId);
@@ -267,7 +291,7 @@ public class ValidazionePraticaUtil {
}
public static boolean praticaCanAddCollaudo(long intPraticaId, String userScreenName) throws SystemException,
- PortalException {
+ PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
return Validator.isNotNull(dettPratica)
@@ -279,7 +303,7 @@ public class ValidazionePraticaUtil {
}
public static boolean praticaCanEditCollaudo(long intPraticaId, String userScreenName) throws SystemException,
- PortalException {
+ PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
return Validator.isNotNull(dettPratica)
@@ -288,7 +312,7 @@ public class ValidazionePraticaUtil {
}
public static boolean praticaCanDeleteCollaudo(long intPraticaId, String userScreenName) throws SystemException,
- PortalException {
+ PortalException {
DettPratica dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
return Validator.isNotNull(dettPratica)
@@ -316,8 +340,8 @@ public class ValidazionePraticaUtil {
DettPratica dettPratica = DettPraticaServiceUtil.getDettPratica(dettPraticaId);
return AsseverazioniUtil.hasAsseverazioniAttive(dettPraticaId)
|| (dettPratica.getStatus() == WorkflowConstants.STATUS_DRAFT
- && SoggettoLocalServiceUtil.countValidTmpByIntPratica(dettPratica.getIntPraticaId()) > 0
- && praticaIsCompleta(dettPraticaId) && !DelegheUtil.hasDelegheCompilazioneAttive(dettPraticaId));
+ && SoggettoLocalServiceUtil.countValidTmpByIntPratica(dettPratica.getIntPraticaId()) > 0
+ && praticaIsCompleta(dettPraticaId) && !DelegheUtil.hasDelegheCompilazioneAttive(dettPraticaId));
}
public static boolean pagamentoIsEnable(long dettPraticaId) throws SystemException, PortalException {
@@ -350,7 +374,7 @@ public class ValidazionePraticaUtil {
&& AsseverazioniUtil.allAsseverazioniCompleted(dettPraticaId)
&& (intPratica.getStatoPratica().equals(StatoPraticaConstants.INTEGRAZIONE) || dettPratica
.getTipoIntegrazione().equals(TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE))
- && dettPratica.getStatus() != WorkflowConstants.STATUS_APPROVED;
+ && dettPratica.getStatus() != WorkflowConstants.STATUS_APPROVED;
}
public static boolean praticaCanAbort(long intPraticaId, long userId) throws SystemException, PortalException {
@@ -393,21 +417,21 @@ public class ValidazionePraticaUtil {
}
public static List notCompletedSection(String section, long dettPraticaId) throws PortalException,
- SystemException {
+ SystemException {
switch (section) {
- case SezioniUtil.SEZIONE_DETTAGLI_PRINCIPALI:
- return notCompletedDettagliPrincipali(dettPraticaId);
- case SezioniUtil.SEZIONE_ANAGRAFE_SOGGETTI:
- return notCompletedAnagrafeSoggetti(dettPraticaId);
- case SezioniUtil.SEZIONE_DESCRIZIONE_EDIFICIO:
- return notCompletedDescrizioneEdificio(dettPraticaId);
- case SezioniUtil.SEZIONE_GEOLOGICA:
- return notCompletedSezioneGeologica(dettPraticaId);
- case SezioniUtil.SEZIONE_ALLEGATI:
- return notCompletedSezioniAllegati(dettPraticaId);
- default:
- return new ArrayList<>();
+ case SezioniUtil.SEZIONE_DETTAGLI_PRINCIPALI:
+ return notCompletedDettagliPrincipali(dettPraticaId);
+ case SezioniUtil.SEZIONE_ANAGRAFE_SOGGETTI:
+ return notCompletedAnagrafeSoggetti(dettPraticaId);
+ case SezioniUtil.SEZIONE_DESCRIZIONE_EDIFICIO:
+ return notCompletedDescrizioneEdificio(dettPraticaId);
+ case SezioniUtil.SEZIONE_GEOLOGICA:
+ return notCompletedSezioneGeologica(dettPraticaId);
+ case SezioniUtil.SEZIONE_ALLEGATI:
+ return notCompletedSezioniAllegati(dettPraticaId);
+ default:
+ return new ArrayList<>();
}
}
@@ -417,7 +441,7 @@ public class ValidazionePraticaUtil {
}
private static List notCompletedDettagliPrincipali(long dettPraticaId) throws PortalException,
- SystemException {
+ SystemException {
DettPratica dettPratica = DettPraticaServiceUtil.getDettPratica(dettPraticaId);
List notCompleted = new ArrayList<>();
@@ -428,50 +452,50 @@ public class ValidazionePraticaUtil {
}
boolean aiSensi = AzioniPraticheUtil.isDeposito(intPratica.getIntPraticaId())
? (dettPratica.getNormDpr01Dep() || dettPratica.getNormDpr02Dep())
- : (dettPratica.getNormDpr01Aut() || dettPratica.getNormDpr02Aut());
- if (!aiSensi) {
- notCompleted.add("at-least-aiSensi");
- }
- boolean nelRispetto = dettPratica.getNormDm01() || dettPratica.getNormDm02() || dettPratica.getNormDm2018();
- if (!nelRispetto) {
- notCompleted.add("at-least-nelRispetto");
- }
- if (dettPratica.getNormSismaBonus() && Validator.isNull(dettPratica.getClRischioPreInt())
- && Validator.isNull(dettPratica.getClRischioPostInt())) {
- if (Validator.isNull(dettPratica.getClRischioPreInt())) {
- notCompleted.add("cl-rischio-pre-int");
- }
- if (Validator.isNull(dettPratica.getClRischioPostInt())) {
- notCompleted.add("cl-rischio-post-int");
- }
- }
- if (dettPratica.getIntervFinPub() && Validator.isNull(dettPratica.getIntervFinPubDesc())) {
- notCompleted.add("interv-fin-pub-desc");
- }
- if (Validator.isNull(dettPratica.getDescLongIntervento())) {
- notCompleted.add("desc-long-intervento");
- }
- if (!(dettPratica.getTcNuovaCostruzione() || dettPratica.getTcMiglioramentoSismico()
- || dettPratica.getTcAdeguamentoSismico() || dettPratica.getTcRiparazioneInterventoLocale())) {
- notCompleted.add("fascicolo_title_intervento");
- }
- if (Validator.isNull(dettPratica.getDestinazione())) {
- notCompleted.add("destinazione");
- }
- if (Validator.isNull(dettPratica.getVia())) {
- notCompleted.add("via");
- }
- if (Validator.isNull(dettPratica.getLocalizzazioneGeografica())
- || dettPratica.getLocalizzazioneGeografica().startsWith("||")) {
- notCompleted.add("Localizzazione geografica mancante");
- }
- boolean tipologiaCostruttiva = intPratica.getTipoProcedura().equalsIgnoreCase(Constants.PROCEDURA_C)
- || dettPratica.getTcInCA() || dettPratica.getTcInAcciaio() || dettPratica.getTcInMuratura()
- || dettPratica.getTcInLegno() || dettPratica.getTcAltro();
- if (!tipologiaCostruttiva) {
- notCompleted.add("Tipologia Costruttiva Mancante");
- }
- return notCompleted;
+ : (dettPratica.getNormDpr01Aut() || dettPratica.getNormDpr02Aut());
+ if (!aiSensi) {
+ notCompleted.add("at-least-aiSensi");
+ }
+ boolean nelRispetto = dettPratica.getNormDm01() || dettPratica.getNormDm02() || dettPratica.getNormDm2018();
+ if (!nelRispetto) {
+ notCompleted.add("at-least-nelRispetto");
+ }
+ if (dettPratica.getNormSismaBonus() && Validator.isNull(dettPratica.getClRischioPreInt())
+ && Validator.isNull(dettPratica.getClRischioPostInt())) {
+ if (Validator.isNull(dettPratica.getClRischioPreInt())) {
+ notCompleted.add("cl-rischio-pre-int");
+ }
+ if (Validator.isNull(dettPratica.getClRischioPostInt())) {
+ notCompleted.add("cl-rischio-post-int");
+ }
+ }
+ if (dettPratica.getIntervFinPub() && Validator.isNull(dettPratica.getIntervFinPubDesc())) {
+ notCompleted.add("interv-fin-pub-desc");
+ }
+ if (Validator.isNull(dettPratica.getDescLongIntervento())) {
+ notCompleted.add("desc-long-intervento");
+ }
+ if (!(dettPratica.getTcNuovaCostruzione() || dettPratica.getTcMiglioramentoSismico()
+ || dettPratica.getTcAdeguamentoSismico() || dettPratica.getTcRiparazioneInterventoLocale())) {
+ notCompleted.add("fascicolo_title_intervento");
+ }
+ if (Validator.isNull(dettPratica.getDestinazione()) && !intPratica.isPraticaOspedaliera()) {
+ notCompleted.add("destinazione");
+ }
+ if (Validator.isNull(dettPratica.getVia())) {
+ notCompleted.add("via");
+ }
+ if (Validator.isNull(dettPratica.getLocalizzazioneGeografica())
+ || dettPratica.getLocalizzazioneGeografica().startsWith("||")) {
+ notCompleted.add("Localizzazione geografica mancante");
+ }
+ boolean tipologiaCostruttiva = intPratica.getTipoProcedura().equalsIgnoreCase(Constants.PROCEDURA_C)
+ || dettPratica.getTcInCA() || dettPratica.getTcInAcciaio() || dettPratica.getTcInMuratura()
+ || dettPratica.getTcInLegno() || dettPratica.getTcAltro();
+ if (!tipologiaCostruttiva) {
+ notCompleted.add("Tipologia Costruttiva Mancante");
+ }
+ return notCompleted;
}
// ADT
@@ -486,12 +510,12 @@ public class ValidazionePraticaUtil {
// ADT
public static boolean isCollaudatoreRequired(DettPratica dettPratica) {
- return !dettPratica.getCollaudoStatico() && !dettPratica.getLavoriPubblici()
+ return !dettPratica.getCollaudoStatico() && !dettPratica.getLavoriPubblici()
&& !isRiparazioneLocale(dettPratica);
}
private static List notCompletedAnagrafeSoggetti(long dettPraticaId) throws PortalException,
- SystemException {
+ SystemException {
DettPratica dettPratica = DettPraticaServiceUtil.getDettPratica(dettPraticaId);
long intPraticaId = dettPratica.getIntPraticaId();
@@ -504,10 +528,10 @@ public class ValidazionePraticaUtil {
boolean isRiparazioneLocale = dettPratica.getTcRiparazioneInterventoLocale()
&& !dettPratica.getTcNuovaCostruzione() && !dettPratica.getTcAdeguamentoSismico()
&& !dettPratica.getTcMiglioramentoSismico();
- boolean collaudatoreNotRequired = dettPratica.getCollaudoStatico() || dettPratica.getLavoriPubblici()
+ boolean collaudatoreNotRequired = dettPratica.getCollaudoStatico() || (dettPratica.getLavoriPubblici() && !intPratica.isPraticaOspedaliera())
|| isRiparazioneLocale;
- boolean direttoreLavoriNotRequired = dettPratica.getLavoriPubblici();
- boolean dittaNotRequired = dettPratica.getNormLavoriInProprio() || dettPratica.getLavoriPubblici();
+ boolean direttoreLavoriNotRequired = dettPratica.getLavoriPubblici() && !intPratica.isPraticaOspedaliera();
+ boolean dittaNotRequired = dettPratica.getNormLavoriInProprio() || (dettPratica.getLavoriPubblici() && !intPratica.isPraticaOspedaliera());
boolean collaudatore = false;
int numeroCollaudatori = 0;
boolean ditta = dettPratica.getNormLavoriInProprio() || dettPratica.getLavoriPubblici();
@@ -524,27 +548,27 @@ public class ValidazionePraticaUtil {
tipoSoggetto));
}
switch (soggetto.getTipologiaSoggetto()) {
- case TipoSoggettoUtil.COLLAUDATORE:
- collaudatore = true;
- numeroCollaudatori++;
- break;
- case TipoSoggettoUtil.COMMITTENTE:
- committente = true;
- break;
- case TipoSoggettoUtil.DIRETTORE_LAVORI:
- direttore = true;
- break;
- case TipoSoggettoUtil.DITTA:
- ditta = true;
- break;
- case TipoSoggettoUtil.GEOLOGO:
- geologo = true;
- break;
- case TipoSoggettoUtil.PROGETTISTA:
- progettista = true;
- break;
- default:
- break;
+ case TipoSoggettoUtil.COLLAUDATORE:
+ collaudatore = true;
+ numeroCollaudatori++;
+ break;
+ case TipoSoggettoUtil.COMMITTENTE:
+ committente = true;
+ break;
+ case TipoSoggettoUtil.DIRETTORE_LAVORI:
+ direttore = true;
+ break;
+ case TipoSoggettoUtil.DITTA:
+ ditta = true;
+ break;
+ case TipoSoggettoUtil.GEOLOGO:
+ geologo = true;
+ break;
+ case TipoSoggettoUtil.PROGETTISTA:
+ progettista = true;
+ break;
+ default:
+ break;
}
}
boolean isDelegaCommittente = SoggettiUtil.isTitolareInCommittenti(intPraticaId)
@@ -614,7 +638,7 @@ public class ValidazionePraticaUtil {
}
private static List notCompletedDescrizioneEdificio(long dettPraticaId) throws PortalException,
- SystemException {
+ SystemException {
DettPratica dettPratica = DettPraticaServiceUtil.getDettPratica(dettPraticaId);
List notCompleted = new ArrayList<>();
@@ -671,17 +695,17 @@ public class ValidazionePraticaUtil {
boolean elevazioni = (Validator.isNotNull(dettPratica.getDccStruttureEleMuraturePietrame())
|| Validator.isNotNull(dettPratica.getDccStruttureEleMuratureLaterizio())
|| Validator.isNotNull(dettPratica.getDccStruttureEleMuratureMisto()) || Validator
- .isNotNull(dettPratica.getDccStruttureEleMuratureStoriche()))
+ .isNotNull(dettPratica.getDccStruttureEleMuratureStoriche()))
|| Validator.isNotNull(dettPratica.getDccStruttureEleAcciaio())
|| Validator.isNotNull(dettPratica.getDccStruttureEleCA())
|| Validator.isNotNull(dettPratica.getDccStruttureEleLegno())
|| (Validator.isNotNull(dettPratica.getDccStruttureEleMistoCA())
|| Validator.isNotNull(dettPratica.getDccStruttureEleMistoAcciaio())
|| Validator.isNotNull(dettPratica.getDccStruttureEleMistoMuratura()) || Validator
- .isNotNull(dettPratica.getDccStruttureEleMistoLegno()))
- || Validator.isNotNull(dettPratica.getDccStruttureElePrefabbricato())
- || (Validator.isNotNull(dettPratica.getDccStruttureEleAltro()) && Validator.isNotNull(dettPratica
- .getDccStruttureEleAltroDescrizione()));
+ .isNotNull(dettPratica.getDccStruttureEleMistoLegno()))
+ || Validator.isNotNull(dettPratica.getDccStruttureElePrefabbricato())
+ || (Validator.isNotNull(dettPratica.getDccStruttureEleAltro()) && Validator.isNotNull(dettPratica
+ .getDccStruttureEleAltroDescrizione()));
if (!elevazioni) {
notCompleted.add("dcc-strutture-ele");
}
@@ -794,10 +818,11 @@ public class ValidazionePraticaUtil {
DLPresente = true;
}
}
- if (!DLPresente || !dettPratica.isLavoriPubblici()) {
+ if (!DLPresente || !dettPratica.isLavoriPubblici() || IntPraticaLocalServiceUtil.getIntPratica(intPraticaId).isPraticaOspedaliera()) {
firmeFiltrate.remove(TipoSoggettoUtil.DIRETTORE_LAVORI);
}
- if (!isAllRequiredValid(doc.getTipologia(), dettPratica.getIntPraticaId(), signatures, firmeFiltrate,
+ if (dettPratica.getNormArt3com3() ||
+ !isAllRequiredValid(doc.getTipologia(), dettPratica.getIntPraticaId(), signatures, firmeFiltrate,
doc)) {
notCompleted.add(doc.getTipologia() + " firme obbligatorie mancanti");
}
@@ -842,7 +867,7 @@ public class ValidazionePraticaUtil {
}
private static List notCompletedDatiSezionGeologica(long dettPraticaId) throws PortalException,
- SystemException {
+ SystemException {
DettPratica dettPratica = DettPraticaServiceUtil.getDettPratica(dettPraticaId);
List notCompleted = new ArrayList<>();
@@ -1028,38 +1053,38 @@ public class ValidazionePraticaUtil {
}
private static boolean isDocPraticaRequired(DettPratica dettPratica, String codiceDoc) throws SystemException,
- PortalException {
+ PortalException {
boolean required = true;
switch (codiceDoc) {
- case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A00:
- if (isRiparazioneLocale(dettPratica)) {
- return false;
- }
- return !dettPratica.getNormEsenteSpese();
- case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A05:
- case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A06:
- case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A07:
- return !dettPratica.getNormArt3com3();
- case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A15:
- // nell'ultima version A15 non è più obbligatorio, ma se c'è deve essere firmato da GEOLOGO E DIRETTORE
- // dei LAVORI
+ case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A00:
+ if (isRiparazioneLocale(dettPratica)) {
return false;
- case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A09:
- return !dettPratica.getNormArt3com4();
- case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A17:
- return isA17Required(dettPratica);
- case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A29:
- return dettPratica.getNormLavoriInProprio();
- case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_DELEGA:
- return isA98Required(dettPratica);
- default:
- return required;
+ }
+ return !dettPratica.getNormEsenteSpese();
+ case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A05:
+ case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A06:
+ case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A07:
+ return !dettPratica.getNormArt3com3();
+ case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A15:
+ // nell'ultima version A15 non è più obbligatorio, ma se c'è deve essere firmato da GEOLOGO E DIRETTORE
+ // dei LAVORI
+ return false;
+ case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A09:
+ return !dettPratica.getNormArt3com4();
+ case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A17:
+ return isA17Required(dettPratica);
+ case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A29:
+ return dettPratica.getNormLavoriInProprio();
+ case DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_DELEGA:
+ return isA98Required(dettPratica);
+ default:
+ return required;
}
}
public static boolean isA06Valid(DettPratica dettPratica, long intPraticaId, List signatures,
- DocPratica docPratica) throws SystemException {
+ DocPratica docPratica) throws SystemException, PortalException {
boolean isProgettista = false;
boolean isGeologo = false;
@@ -1081,7 +1106,7 @@ public class ValidazionePraticaUtil {
}
}
}
- if (!isDirettoreLavori && !dettPratica.isLavoriPubblici()) {
+ if (!isDirettoreLavori && dettPratica.isLavoriPubblici() && !IntPraticaLocalServiceUtil.getIntPratica(intPraticaId).isPraticaOspedaliera()) {
isDirettoreLavori = true;
}
return isDirettoreLavori && (isProgettista || isGeologo);
@@ -1101,7 +1126,7 @@ public class ValidazionePraticaUtil {
List requiredSubjectsApp = AsseverazioniUtil.getRequiredSubjectsByCodiceDoc(doc.getTipologia());
List requiredSubjects = new ArrayList();
- if (dettPratica.getLavoriPubblici()) {
+ if (dettPratica.getLavoriPubblici() && !IntPraticaLocalServiceUtil.getIntPratica(intPraticaId).isPraticaOspedaliera()) {
for (String tip : requiredSubjectsApp) {
if (!tip.equals(TipoSoggettoUtil.DIRETTORE_LAVORI)) {
requiredSubjects.add(tip);
@@ -1116,13 +1141,13 @@ public class ValidazionePraticaUtil {
}
public static boolean isA09Valid(DettPratica dettPratica, long intPraticaId, List signatures,
- DocPratica docPratica) throws SystemException {
+ DocPratica docPratica) throws SystemException, PortalException {
if (dettPratica.getNormArt3com4()) {
return true;
}
List tipoSoggetti = new ArrayList<>();
- if (dettPratica.getLavoriPubblici()) {
+ if (dettPratica.getLavoriPubblici() && !IntPraticaLocalServiceUtil.getIntPratica(intPraticaId).isPraticaOspedaliera()) {
tipoSoggetti = Arrays.asList(TipoSoggettoUtil.PROGETTISTA);
} else {
tipoSoggetti = Arrays.asList(TipoSoggettoUtil.PROGETTISTA, TipoSoggettoUtil.DIRETTORE_LAVORI);
@@ -1172,9 +1197,10 @@ public class ValidazionePraticaUtil {
boolean dittaNotRequired = true;
if (docPratica.getClassName().equals(DettPratica.class.getName())) {
DettPratica dettPratica = DettPraticaLocalServiceUtil.getDettPratica(docPratica.getClassPk());
- collaudatoreNotRequired = dettPratica.getCollaudoStatico() || dettPratica.getLavoriPubblici();
- direttoreLavoriNotRequired = dettPratica.getLavoriPubblici();
- dittaNotRequired = dettPratica.getNormLavoriInProprio() || dettPratica.getLavoriPubblici();
+ IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(dettPratica.getIntPraticaId());
+ collaudatoreNotRequired = dettPratica.getCollaudoStatico() || (dettPratica.getLavoriPubblici() && !intPratica.isPraticaOspedaliera());
+ direttoreLavoriNotRequired = dettPratica.getLavoriPubblici() && !intPratica.isPraticaOspedaliera();
+ dittaNotRequired = dettPratica.getNormLavoriInProprio() || (dettPratica.getLavoriPubblici() && !intPratica.isPraticaOspedaliera());
}
for (String tipoSoggetto : tipologiaSoggetti) {
@@ -1226,17 +1252,19 @@ public class ValidazionePraticaUtil {
if (Validator.isNull(fineLavori.getParziale())) {
notCompleted.add("fl-tipo");
}
- if (fineLavori.getParziale()
- && FineLavoriLocalServiceUtil.countByIntPraticaId_Parziale(fineLavori.getIntPraticaId(), false) > 0) {
- notCompleted.add("fl-parziale-not-possibile");
- }
+ // if (fineLavori.getParziale()
+ // && FineLavoriLocalServiceUtil.countByIntPraticaId_Parziale(fineLavori.getIntPraticaId(), false) > 0) {
+ // notCompleted.add("fl-parziale-not-possibile");
+ // }
if (Validator.isNull(fineLavori.getDataFineLavori())) {
notCompleted.add("fl-data-fine");
}
IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(fineLavori.getIntPraticaId());
- if (Validator.isNull(fineLavori.getDataFineLavori())
- || fineLavori.getDataFineLavori().before(intPratica.getDtPratica())) {
- notCompleted.add("fl-data-fine-early");
+ if(!intPratica.isPraticaOspedaliera()){
+ if (Validator.isNull(fineLavori.getDataFineLavori())
+ || fineLavori.getDataFineLavori().before(intPratica.getDtPratica())) {
+ notCompleted.add("fl-data-fine-early");
+ }
}
if (Validator.isNull(fineLavori.getCodiceFiscaleDelegato())) {
notCompleted.add("fl-dir-lav");
@@ -1244,11 +1272,45 @@ public class ValidazionePraticaUtil {
return notCompleted;
}
+ public static List getDocObbligatoriFineLavori(long intPraticaId) throws PortalException, SystemException{
+ List tipologiaAllegati = new ArrayList<>();
+ DettPratica dettPratica = _getAvailableDettPratica(intPraticaId);
+ if(Validator.isNotNull(dettPratica)) {
+ if(dettPratica.isLavoriPubblici() && !IntPraticaLocalServiceUtil.getIntPratica(intPraticaId).isPraticaOspedaliera()){
+ tipologiaAllegati = DocumentiPraticaUtil.getDocObbligatoriFineLavori();
+ } else {
+ tipologiaAllegati = DocumentiPraticaUtil.getDocObbligatoriFineLavoriNonPubblici();
+ }
+ }
+ return tipologiaAllegati;
+ }
+
+ public static List getDocFineLavori(long intPraticaId) throws PortalException, SystemException{
+ List tipologiaAllegati = new ArrayList<>();
+ DettPratica dettPratica = _getAvailableDettPratica(intPraticaId);
+ if(Validator.isNotNull(dettPratica)) {
+ if(dettPratica.isLavoriPubblici() && !IntPraticaLocalServiceUtil.getIntPratica(intPraticaId).isPraticaOspedaliera()){
+ tipologiaAllegati = DocumentiPraticaUtil.getDocFineLavori();
+ } else {
+ tipologiaAllegati = DocumentiPraticaUtil.getDocFineLavoriNonPubblici();
+ }
+ }
+ return tipologiaAllegati;
+ }
+
+ private static DettPratica _getAvailableDettPratica(long intPraticaId) throws SystemException, PortalException{
+ DettPratica dettPratica = DettPraticaServiceUtil.getLastEditableByIntPratica(intPraticaId);
+ if (Validator.isNull(dettPratica)) {
+ dettPratica = DettPraticaServiceUtil.getLastCompletedByIntPratica(intPraticaId);
+ }
+ return dettPratica;
+ }
+
private static boolean isFineLavoriAllegatiCompleted(long fineLavoriId) throws PortalException, SystemException {
FineLavori fineLavori = FineLavoriServiceUtil.getFineLavori(fineLavoriId);
long intPraticaId = fineLavori.getIntPraticaId();
- List tipologiaAllegati = DocumentiPraticaUtil.getDocObbligatoriFineLavori();
+ List tipologiaAllegati = getDocObbligatoriFineLavori(intPraticaId);
for (String codiceDoc : tipologiaAllegati) {
List docs = DocPraticaLocalServiceUtil.findByClassPk_Tipologia(fineLavoriId, codiceDoc,
QueryUtil.ALL_POS, QueryUtil.ALL_POS);
@@ -1306,7 +1368,7 @@ public class ValidazionePraticaUtil {
codiceDoc, QueryUtil.ALL_POS, QueryUtil.ALL_POS);
if (docs.isEmpty()) {
return false; // Ci dev'essere almeno un allegato per tipo
- // obbligatorio
+ // obbligatorio
}
for (DocPratica doc : docs) {
FirmeBean firme = FirmeUtil.deserialize(doc.getJsonFirmatari());
@@ -1383,7 +1445,7 @@ public class ValidazionePraticaUtil {
}
private static List extractSigns(long companyId, String fileName, byte[] fileBytes) throws IOException,
- PortalException, SystemException {
+ PortalException, SystemException {
Company company = CompanyLocalServiceUtil.getCompany(companyId);
String urlPdfExtractor = (String) company.getExpandoBridge().getAttribute("url_pdf_extractor", false);
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/WorkflowUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/WorkflowUtil.java
index 5cb14586..0faba452 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/WorkflowUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/bo/util/WorkflowUtil.java
@@ -144,7 +144,9 @@ public class WorkflowUtil {
}
IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(dettPratica.getIntPraticaId());
Territorio territorio = TerritorioLocalServiceUtil.getTerritorio(intPratica.getTerritorioId());
- if (AzioniPraticheUtil.isAutorizzazione(intPratica.getIntPraticaId())) {
+ if(intPratica.isPraticaOspedaliera()){
+ return true;
+ } else if (AzioniPraticheUtil.isAutorizzazione(intPratica.getIntPraticaId())) {
if (TipoIntegrazioneUtil.VARIANTE.equals(dettPratica.getTipoIntegrazione())
&& !dettPratica.getVarianteSostanziale()) {
return false;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.properties b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.properties
index 78da40f8..0e605aff 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.properties
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.properties
@@ -185,6 +185,11 @@ IX_635441BE=portos_bo_ParereGeo.UUID_G
IX_24A66C6C=portos_bo_ParereGeo.Uuid
IX_A5C9DC3C=portos_bo_ParereGeo.Uuid_C
+IX_7EBBE38C=portos_bo_PraticaAttenzionata.UUID_G
+IX_18E0EADE=portos_bo_PraticaAttenzionata.Uuid
+IX_85D0428A=portos_bo_PraticaAttenzionata.Uuid_C
+IX_CBCCC5BE=portos_bo_PraticaAttenzionata.Verificata
+
IX_360E605D=portos_bo_Provincia.C_C
IX_BDDB41C9=portos_bo_Provincia.C_S
IX_A81834CD=portos_bo_Provincia.CompanyId
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.sql b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.sql
index e130c47a..a71e456c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.sql
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/indexes.sql
@@ -181,6 +181,11 @@ create index IX_24A66C6C on portos_bo_ParereGeo (uuid_);
create index IX_A5C9DC3C on portos_bo_ParereGeo (uuid_, companyId);
create unique index IX_635441BE on portos_bo_ParereGeo (uuid_, groupId);
+create index IX_18E0EADE on portos_bo_PraticaAttenzionata (uuid_);
+create index IX_85D0428A on portos_bo_PraticaAttenzionata (uuid_, companyId);
+create unique index IX_7EBBE38C on portos_bo_PraticaAttenzionata (uuid_, groupId);
+create index IX_CBCCC5BE on portos_bo_PraticaAttenzionata (verificata);
+
create index IX_A81834CD on portos_bo_Provincia (companyId);
create unique index IX_360E605D on portos_bo_Provincia (companyId, codiceProvincia);
create unique index IX_BDDB41C9 on portos_bo_Provincia (companyId, sigla);
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql
index dc992a69..bbb0eb43 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/sql/tables.sql
@@ -127,7 +127,8 @@ create table portos_bo_Comune (
stato BOOLEAN,
disabilitato BOOLEAN,
mailSuap VARCHAR(75) null,
- mailSue VARCHAR(75) null
+ mailSue VARCHAR(75) null,
+ praticaOspedali BOOLEAN
);
create table portos_bo_Comunicazione (
@@ -262,6 +263,7 @@ create table portos_bo_DettPratica (
dataFineEsecuzioneOpera DATE null,
metratura VARCHAR(75) null,
lavoriPubblici BOOLEAN,
+ dataInserimentoInizioLavoriOpera DATE null,
pagamentoIdOneri LONG,
pagamentoIdBolli LONG,
lavoriPubbliciPercentuale INTEGER,
@@ -604,6 +606,7 @@ create table portos_bo_IntPratica (
collaudoParziale BOOLEAN,
collaudoTotale BOOLEAN,
controlloObbligatorio BOOLEAN,
+ praticaOspedaliera BOOLEAN,
inLavorazioneSue BOOLEAN
);
@@ -633,6 +636,7 @@ create table portos_bo_Pagamento (
otf BOOLEAN,
otfCreateDate DATE null,
emailPending BOOLEAN,
+ numeroBollettino VARCHAR(250) null,
oldPagamentoId LONG
);
@@ -655,6 +659,24 @@ create table portos_bo_ParereGeo (
status INTEGER
);
+create table portos_bo_PraticaAttenzionata (
+ uuid_ VARCHAR(75) null,
+ praticaAttenzionataId LONG not null primary key,
+ companyId LONG,
+ userId LONG,
+ userName VARCHAR(75) null,
+ createDate DATE null,
+ modifiedDate DATE null,
+ groupId LONG,
+ intPraticaId LONG,
+ fineLavoriId LONG,
+ numeroProgetto VARCHAR(75) null,
+ dataFineLavoriTotale DATE null,
+ dataRelazioneFineLavoriTotale DATE null,
+ verificata BOOLEAN,
+ dataVerifica DATE null
+);
+
create table portos_bo_Provincia (
provinciaId LONG not null primary key,
companyId LONG,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml
index 0b01cf48..137cca11 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-hbm.xml
@@ -19,6 +19,7 @@
+
@@ -166,6 +167,7 @@
+
@@ -309,6 +311,7 @@
+
@@ -621,6 +624,7 @@
+
@@ -652,6 +656,7 @@
+
@@ -675,6 +680,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-model-hints.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-model-hints.xml
index c5e369b2..e1b95cba 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-model-hints.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-model-hints.xml
@@ -147,6 +147,7 @@
+
@@ -312,6 +313,7 @@
+
@@ -673,6 +675,7 @@
+
@@ -703,6 +706,9 @@
+
+ 250
+
@@ -725,6 +731,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml
index 9127926e..7ac95062 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-orm.xml
@@ -210,6 +210,7 @@
+
@@ -420,6 +421,9 @@
+
+ TIMESTAMP
+
@@ -796,6 +800,7 @@
+
@@ -839,6 +844,7 @@
TIMESTAMP
+
@@ -881,6 +887,41 @@
+
+
+
+
+
+
+
+
+
+
+ TIMESTAMP
+
+
+ TIMESTAMP
+
+
+
+
+
+
+ TIMESTAMP
+
+
+ TIMESTAMP
+
+
+
+ TIMESTAMP
+
+
+
+
+
+
+
@@ -1193,6 +1234,10 @@
+
+
+
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-spring.xml b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-spring.xml
index 241920cb..8edb7ea2 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-spring.xml
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/META-INF/portlet-spring.xml
@@ -53,6 +53,9 @@
+
+
+
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Language.properties b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Language.properties
index bcad1604..159a3f0c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Language.properties
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Language.properties
@@ -152,6 +152,8 @@ conf.geniocivile.avviso.folder.id.manuale = Cartella Avvisi Manuali
conf.geniocivile.avviso.folder.id.doc_annullamento = Cartella File Annullamento Fascicolo
conf.geniocivile.avviso.folder.id.doc_pagamento = Cartella File Allegati MDB
conf.geniocivile.avviso.folder.id.domanda_pdf = Cartella Template Domanda
+conf.geniocivile.avviso.folder.id.praticaospedaliera.deposito = Cartella Deposito Pratica Ospedaliera
+conf.geniocivile.avviso.folder.id.praticaospedaliera.conformita = Cartella Conformità Pratica Ospedaliera
#Configurazione Templates
conf.geniocivile.template.folder.id = Cartella Template
@@ -159,7 +161,8 @@ conf.geniocivile.avviso.template.id.conforme = Template Avviso Conforme
conf.geniocivile.avviso.template.id.nonconforme = Template Avviso Non Conforme
conf.geniocivile.avviso.template.id.vidimata = Template Avviso Vidimata
conf.geniocivile.avviso.template.id.variazionesoggetti = Template Avviso Vidimazione Variazione Soggetti
-conf.geniocivile.avviso.template.id.vidimata.finelavori = Template Avviso Vidimazione Fine Lavori
+#conf.geniocivile.avviso.template.id.vidimata.finelavori = Template Avviso Vidimazione Fine Lavori
+conf.geniocivile.avviso.template.id.vidimata.finelavori = Template Avviso Vidimazione Fine Lavori o Attestazione Deposito Fine Lavori
conf.geniocivile.avviso.template.id.vidimata.collaudo = Template Avviso Vidimazione Collaudo
conf.geniocivile.avviso.template.id.autorizzata = Template Avviso Autorizzazione
conf.geniocivile.avviso.template.id.non_autorizzata = Template Avviso Autorizzazione Negata
@@ -183,6 +186,10 @@ conf.geniocivile.avviso.template.id.deposito.B2 = Template Ricevuta deposito mod
conf.geniocivile.avviso.template.id.deposito.VNS = Template Ricevuta variante non sostanziale
conf.geniocivile.avviso.template.id.deposito.PS = Template Avvisio avvio di procedimento dopo sorteggio
conf.geniocivile.avviso.template.id.deposito.S = Template Avviso di sorteggio
+conf.geniocivile.avviso.template.id.finelavori.FL1 = Template Avviso di Inizio Lavori
+conf.geniocivile.avviso.template.id.finelavori.FL2 = Template Avviso di Fine Lavori
+conf.geniocivile.avviso.template.id.praticaospedaliera.deposito = Template Deposito Pratica Ospedaliera
+conf.geniocivile.avviso.template.id.praticaospedaliera.conformita = Template Conformità  Pratica Ospedaliera
#Configurazione Allegati
conf.geniocivile.attachment.folder.id = Folder Allegati
@@ -359,4 +366,9 @@ invia-avviso-progetto-inesistente = Numero di progetto non trovato
invia-avviso-progetto-obbligatorio = È obbligatorio specificare il numero del progetto
invia-avviso-tipo-obbligatorio = È obbligatorio specificare il tipo di avviso
invia-avviso-tipo-pratica-non-deposito = La pratica indicata non è un deposito
-invia-avviso-variante-non-trovato = Variante non trovata
\ No newline at end of file
+invia-avviso-variante-non-trovato = Variante non trovata
+
+#Portlet pannello Pratiche da Attenzionare
+errore-impossibile-verificare = Impossibile concludere l'operazione, la pratica rimane da verificare.
+data-fine-lavori-totale = Data di fine lavori
+data-relazione-fine-lavori-totale = Data inserimento relazione fine lavori
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Portal.properties b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Portal.properties
index 0beb06b9..a73560d3 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Portal.properties
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/content/Portal.properties
@@ -863,6 +863,7 @@ label-documenti-tipologia-ACL = Certificato Legno
label-documenti-tipologia-ACLAT = Certificato Laterizio
label-documenti-tipologia-AFL = Altri Certificati
label-documenti-tipologia-DFL = Altra Documentazione
+label-documenti-tipologia-DDL = Dichiarazione del Direttore dei Lavori ai sensi dell'art. 31 comma 3, della L.R. n. 23/2021
label-documenti-tipologia-ARC = Relazione Collaudo
label-documenti-tipologia-AAC = Altra Documentazione
@@ -883,6 +884,7 @@ label-integrazione-13 = Variante
campo-richiesto = Campo Obbligatorio
campo-non-valido = I dati immessi non sono validi
+
## Pagamenti ##
mezzo-pagamento = Mezzo Pagamento
mezzo-pagamento-oneri = Mezzo Pagamento Spese Istruttoria
@@ -896,6 +898,9 @@ causale-pagamento-oneri = Causale Pagamento Spese Istruttoria
causale-pagamento-bolli = Causale Pagamento Bolli
importo-bolli = Importo Bolli
importo-spese-istruttoria = Importo Spese Istruttoria
+numero-bollettino =Numero Marca da Bollo e Data
+label-codice-bollettino =Codice bollettino
+errore-lenght-bollettino = Il limite massimo di 250 caratteri è stato superato
pag-nuove-costruzioni = Pagamento Nuove Costruzioni
pag-adeguamento-sismico = Pagamento Adeguamento Sismico
@@ -932,7 +937,7 @@ label-pagamenti-importo-calcolato = Importo calcolato
label-pagamenti-importo-effettivo = Importo effettivo
label-pagamenti-aiuto-effettivo = Se necessario, è possibile modificare il valore dell'importo. Sarà necessario fornire una breve spiegazione del motivo nella sezione note.
label-confirm-payment-iris = Proseguendo con il pagamento IRIS la pratica non sarà più modificabile. Alla conferma del pagamento il sistema invierà automaticamente la pratica all'ufficio del Settore Sismica di riferimento. Conferma di voler proseguire con l'operazione di pagamento?
-label-confirm-payment-manual = Proseguendo con il pagamento MANUALE la pratica non sarà più modificabile. Alla conferma del pagamento il sistema invierà automaticamente la pratica all'ufficio del Settore Sismica di riferimento. Conferma di voler proseguire con l'operazione di pagamento?
+label-confirm-payment-manual = Il pagamento dei “Diritti Fissi†potrà essere effettuato solo tramite la piattaforma regionale.
Proseguendo con il pagamento MANUALE la pratica non sarà più modificabile. Alla conferma del pagamento il sistema invierà automaticamente la pratica all'ufficio del Settore Sismica di riferimento. Conferma di voler proseguire con l'operazione di pagamento?
label-confirm-payment-otf = Il pagamento è IMMEDIATO.
Procedendo si dovrà necessariamente portare a termine la transazione.
ATTENZIONE:
Assicurarsi di abilitare i popup su questa pagina.
label-payment-otf-initialized = Pagamento in corso di verifica....
Qualora non sia stato effettivamente completato il sistema renderà disponibile automaticamente la rigenerazione del pagamento dopo circa 20 min. Se il problema persiste contattare il supporto al numero 800232330 qualora non sia stato effettivamente completato
label-payment-otf-rigeneration = Solo nel caso in cui si è sicuri che il pagamento non sia andato a buon fine è possibile rigenerare il pagamento in autonomia.
@@ -986,7 +991,7 @@ fl-commit = Committente/i
fl-dir-lav = Direttore Lavori
fl-tipo-dom = Tipo di domanda
fl-data-fine = Data effettuazione fine lavori
-fl-data-fine-early = Data effettuazione fine lavori non può essere antecedente la data di inizio lavori
+fl-data-fine-early = Data effettuazione fine lavori non può essere antecedente la data di presentazione della pratica
fl-esente-bollo = esente da bollo ai sensi di D.P.R. 26/10/1972 n. 642 e s.m.i.
fl-dichiaraz-direttore = Il sottoscritto {0} {1}, in qualità di Direttore dei lavori principale dichiara che in data sopra indicata sono state ultimate le opere relative al progetto in oggetto.
Le opere sono state realizzate secondo il progetto autorizzato / depositato ed i materiali utilizzati sono conformi a quanto dichiarato
Con la presente si certifica altresì che le opere realizzate sono conformi alle prescrizioni antisismiche della vigente normativa nonchè, laddove previsto, alle prescrizioni relative alle opere di conglomerato cementizio armato, normale e precompresso, ed a struttura metallica di cui alla parte II, capo II, del D.P.R. 380/01.
fl-firma-direttore = Relazione di Fine Lavori e Certificato di Rispondenza, ai sensi dell''art. 93 del D.P.R. 380/2001 sottoscritti dal Direttore dei Lavori {0} {1} - {2} ai sensi del D.Lgs. 82/2005.
@@ -1003,9 +1008,12 @@ fl-parziale-not-possibile = Fine Lavori Parziale non possibile
no-varianti-integrazioni = Nessuna Variante o Integrazione presentata al momento
no-fine-lavori-parziali = Nessuna Fine Lavori Parziale presentata al momento
fl-attestazione = Si chiede il rilascio dell’attestazione di deposito degli atti
-fl-attestazione-note = Il rilascio dell’attestazione non deve essere richiesto per interventi e nuove costruzioni con \
- struttura diversa da cemento armato e acciaio che richiedono il deposito del collaudo.
Ove non è richiesta \
- l’attestazione di deposito del fine lavori inserire una dichiarazione ai sensi del DPR 445 del 2020.
+fl-attestazione-note-1 = Il rilascio dell’attestazione non deve essere richiesto per interventi e nuove costruzioni con \
+ struttura diversa da cemento armato e acciaio che richiedono il deposito del collaudo.
+fl-attestazione-note-2= Può non essere richiesto per tipologie strutturali in muratura o in legno nel caso sia \
+ previsto il collaudo delle opere. (nuove costruzioni, interventi di adeguamento, interventi di miglioramento)
+fl-attestazione-note-3= Ove non è richiesta l’attestazione di deposito del fine lavori inserire una dichiarazione \
+ ai sensi del DPR 445 del 2020.
## Collaudo ##
col = Collaudo
@@ -1056,6 +1064,9 @@ label.admingeniocivile.statopratica.approvazione = Approvazione
label.admingeniocivile.statopratica.finelavorianomalia = Anomalia Fine Lavori
label.admingeniocivile.statopratica.variante = Variante
label.admingeniocivile.statopratica.sospesa = Sospesa
+label.admingeniocivile.avviso.tipoDocumento.praticaospedaliera.deposito = Avviso di deposito Pratica Ospedaliera
+label.admingeniocivile.avviso.tipoDocumento.praticaospedaliera.conformita = Avviso di conformità Pratica Ospedaliera
+
label.firma-doc = Dichiaro di aver preso visione del documento, e di sottoscriverne il contenuto ai sensi del D.Lgs. 82/2005
label.cambio-soggetti-ok = Cambio Soggetti #{0} completato con successo
@@ -1120,6 +1131,7 @@ label.error.file.annullamento.already.exist = Impossibile generare il file di an
error.geniocivilefe.pratica.allegato.ext.valid = Estensione Allegato non valida
error.geniocivilefe.pratica.allegato.length.valid = Lunghezza massima nome file superata
+error.geniocivilefe.pagamento.bollettino = Numero marca da bollo non inserito
# Manifattura Web Group, mofidica per rendere la dimensione massima degli allegati configurabile
# da pannello di controllo. In origine era hardcoded a 20971520 byte.
@@ -1169,6 +1181,10 @@ label.admingeniocivile.avviso.tipoDocumento.integrazioneaccettata = Avviso di vi
label.admingeniocivile.avviso.tipoDocumento.avvisomanuale = Avviso generico
label.admingeniocivile.avviso.tipoDocumento.cambioistruttore = Avviso di cambio istruttore
label.admingeniocivile.avviso.tipoDocumento.variazioneSoggetto = Avviso di variazione soggetto
+label.admingeniocivile.avviso.tipoDocumento.avvisoInizioLavori = Avviso di Inizio Lavori
+label.admingeniocivile.avviso.tipoDocumento.avvisoFineLavori = Avviso di Fine Lavori
+label.admingeniocivile.avviso.tipoDocumento.praticaOspedaliera = Avviso Pratica Ospedaliera
+
label.admingeniocivile.avviso.documento.conforme = Conformità /Autorizzazione
label.admingeniocivile.avviso.documento.nonconforme = Conformità negata
@@ -1238,6 +1254,9 @@ tipo-procedura-A = A - Interventi “rilevanti†da realizzare previo rilascio
tipo-procedura-B = B - Interventi di “minore rilevanza†D.D.G. 344/20 all. A - lettera B
tipo-procedura-B1 = B1 - Interventi di “minore rilevanza†zone 1-2 ed interventi in abitati da consolidare, art.61 (zone 3-4)
tipo-procedura-C = C - Interventi “privi di rilevanza“ D.D.G. 344/20 all. A - lett. C
+tipo-procedura-OSPEDALIERA = - Interventi per il potenziamento della rete ospedaliera della Regione Siciliana, emergenza COVID-19 ex ordinanza 25/20
mappe-bbcc = Mappe BBCC
mappe-openstreetmap = OpenStreetmap
+
+pratica-ospedali = P.R. Ospedaliera
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/SismicaUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/SismicaUtil.java
index ec6b529e..8dab2c05 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/SismicaUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/SismicaUtil.java
@@ -37,6 +37,7 @@ import it.tref.liferay.portos.bo.shared.util.StatoPraticaConstants;
import it.tref.liferay.portos.bo.shared.util.TipoIntegrazioneUtil;
import it.tref.liferay.portos.bo.util.AvvisoUtil;
import it.tref.liferay.portos.bo.util.Constants;
+import it.tref.liferay.portos.bo.util.PraticaUtil;
import it.tref.liferay.portos.bo.util.WorkflowConstants;
import java.io.Serializable;
@@ -344,13 +345,17 @@ public class SismicaUtil {
List controlli = ControlloPraticaLocalServiceUtil.findByIntPraticaId_Status(intPraticaId,
WorkflowConstants.STATUS_PENDING);
if (0 == controlli.size()) {
- esitoLog(esito, "Aggiungo controllo pratica numero " + numeroProgetto);
- ServiceContext serviceContext = new ServiceContext();
- serviceContext.setCompanyId(companyId);
- serviceContext.setScopeGroupId(dettPraticaId);
- serviceContext.setUserId(userId);
- ControlloPraticaLocalServiceUtil.addControlloPratica(groupId, userId, intPraticaId, dettPraticaId, true,
- serviceContext);
+ if(Constants.PROCEDURA_C.equalsIgnoreCase(pratica.getTipoProcedura())){
+ _log.info("Avrei avviato il WORKFLOW per procedura di tipo C per pratica numero " + numeroProgetto);
+ } else {
+ esitoLog(esito, "Aggiungo controllo pratica numero " + numeroProgetto);
+ ServiceContext serviceContext = new ServiceContext();
+ serviceContext.setCompanyId(companyId);
+ serviceContext.setScopeGroupId(dettPraticaId);
+ serviceContext.setUserId(userId);
+ ControlloPraticaLocalServiceUtil.addControlloPratica(groupId, userId, intPraticaId, dettPraticaId, true,
+ serviceContext);
+ }
} else {
esitoLog(esito, "Controllo pratica già presente");
}
@@ -717,10 +722,14 @@ public class SismicaUtil {
controllo = controlli.get(controlli.size() - 1);
} catch (Exception e1) {
try {
- esitoLog(esito, "Aggiungo controllo pratica numero " + pratica.getNumeroProgetto());
- controllo = ControlloPraticaLocalServiceUtil.addControlloPratica(
- dettPratica.getGroupId(), dettPratica.getUserId(), pratica.getIntPraticaId(),
- dettPratica.getDettPraticaId(), false, serviceContext);
+ if(Constants.PROCEDURA_C.equalsIgnoreCase(pratica.getTipoProcedura())){
+ _log.info("Avrei avviato il WORKFLOW per procedura di tipo C per pratica numero " + pratica.getNumeroProgetto());
+ } else {
+ esitoLog(esito, "Aggiungo controllo pratica numero " + pratica.getNumeroProgetto());
+ controllo = ControlloPraticaLocalServiceUtil.addControlloPratica(
+ dettPratica.getGroupId(), dettPratica.getUserId(), pratica.getIntPraticaId(),
+ dettPratica.getDettPraticaId(), false, serviceContext);
+ }
} catch (PortalException | SystemException e2) {
esitoLog(esito, "Errore durante la creazione di un controllo pratica per progetto "
+ pratica.getNumeroProgetto() + ": " + e2.getMessage());
@@ -795,45 +804,49 @@ public class SismicaUtil {
dettPratica = null;
}
if (Validator.isNotNull(dettPratica)) {
- ServiceContext serviceContext = new ServiceContext();
- serviceContext.setCompanyId(dettPratica.getCompanyId());
- serviceContext.setScopeGroupId(dettPratica.getGroupId());
- serviceContext.setUserId(dettPratica.getUserId());
- ControlloPratica controllo;
- try {
- esitoLog(esito, "Aggiungo controllo pratica numero " + pratica.getNumeroProgetto());
- controllo = ControlloPraticaLocalServiceUtil.addControlloPratica(
- dettPratica.getGroupId(), dettPratica.getUserId(),
- pratica.getIntPraticaId(), dettPratica.getDettPraticaId(), false,
- serviceContext);
- } catch (PortalException | SystemException e) {
- controllo = null;
- }
- if (Validator.isNotNull(controllo)) {
- controllo.setStatus(WorkflowConstants.STATUS_APPROVED);
- try {
- ControlloPraticaLocalServiceUtil.updateControlloPratica(controllo);
- } catch (SystemException e) {}
- long fileEntryIdTemplate;
+ if(Constants.PROCEDURA_C.equalsIgnoreCase(pratica.getTipoProcedura())){
+ _log.info("Avrei avviato il WORKFLOW per procedura di tipo C per pratica numero " + pratica.getNumeroProgetto());
+ } else {
+ ServiceContext serviceContext = new ServiceContext();
+ serviceContext.setCompanyId(dettPratica.getCompanyId());
+ serviceContext.setScopeGroupId(dettPratica.getGroupId());
+ serviceContext.setUserId(dettPratica.getUserId());
+ ControlloPratica controllo;
try {
- fileEntryIdTemplate = ConfigurazioneLocalServiceUtil.findByC_ChiaveLong(
- companyId, "conf.geniocivile.avviso.template.id.deposito.B2");
- } catch (SystemException e) {
- fileEntryIdTemplate = 0L;
+ esitoLog(esito, "Aggiungo controllo pratica numero " + pratica.getNumeroProgetto());
+ controllo = ControlloPraticaLocalServiceUtil.addControlloPratica(
+ dettPratica.getGroupId(), dettPratica.getUserId(),
+ pratica.getIntPraticaId(), dettPratica.getDettPraticaId(), false,
+ serviceContext);
+ } catch (PortalException | SystemException e) {
+ controllo = null;
}
- if (Validator.isNotNull(fileEntryIdTemplate)) {
+ if (Validator.isNotNull(controllo)) {
+ controllo.setStatus(WorkflowConstants.STATUS_APPROVED);
+ try {
+ ControlloPraticaLocalServiceUtil.updateControlloPratica(controllo);
+ } catch (SystemException e) {}
+ long fileEntryIdTemplate;
try {
- if (!pratica.getTipoProcedura().equalsIgnoreCase(Constants.PROCEDURA_C)) {
- AvvisoLocalServiceUtil.addAvviso(pratica.getIntPraticaId(),
- "Attestazione di deposito progetto", new Date(),
- AvvisoUtil.TIPO_AVVISO_DIRETTO, StatoPraticaConstants.CONFORME,
- fileEntryIdTemplate, dettPratica.getDettPraticaId(),
- DettPratica.class.getName(), controllo.getControlloPraticaId(),
- serviceContext);
- }
- pratica.setStatoPratica(StatoPraticaConstants.CONFORME);
- IntPraticaLocalServiceUtil.updateIntPratica(pratica);
- } catch (PortalException | SystemException e) {}
+ fileEntryIdTemplate = ConfigurazioneLocalServiceUtil.findByC_ChiaveLong(
+ companyId, "conf.geniocivile.avviso.template.id.deposito.B2");
+ } catch (SystemException e) {
+ fileEntryIdTemplate = 0L;
+ }
+ if (Validator.isNotNull(fileEntryIdTemplate)) {
+ try {
+ if (!pratica.getTipoProcedura().equalsIgnoreCase(Constants.PROCEDURA_C)) {
+ AvvisoLocalServiceUtil.addAvviso(pratica.getIntPraticaId(),
+ "Attestazione di deposito progetto", new Date(),
+ AvvisoUtil.TIPO_AVVISO_DIRETTO, StatoPraticaConstants.CONFORME,
+ fileEntryIdTemplate, dettPratica.getDettPraticaId(),
+ DettPratica.class.getName(), controllo.getControlloPraticaId(),
+ serviceContext);
+ }
+ pratica.setStatoPratica(StatoPraticaConstants.CONFORME);
+ IntPraticaLocalServiceUtil.updateIntPratica(pratica);
+ } catch (PortalException | SystemException e) {}
+ }
}
}
}
@@ -1006,198 +1019,198 @@ public class SismicaUtil {
private static Map templateIdByKey;
private static final Date inizio = stringToDate("2019-12-31");
- private static List riparaDocumenti(long companyId) throws SystemException, PortalException {
-
- List esito = new ArrayList();
- esitoLog(esito, "Riparazione generazione documenti");
- initTemplate(companyId);
- List intPratiche = null;
- int index = 0;
- do {
- try {
- intPratiche = IntPraticaLocalServiceUtil.getIntPraticas(index, index + SLICE);
- } catch (SystemException e) {
- esitoLog(esito, "Errore caricamento intPratiche: " + e.getMessage());
- }
- for (IntPratica intPratica : intPratiche) {
- esito.addAll(verificaAvvisi(intPratica));
- }
- index += SLICE;
- } while (intPratiche.size() > 0);
- return esito;
- }
-
- private static void initTemplate(long companyId) throws SystemException, PortalException {
-
- templateById = new LinkedHashMap<>();
- templateByKey = new LinkedHashMap<>();
- templateIdByKey = new LinkedHashMap<>();
- Map elenco = AvvisoUtil.getAllTipoDocumentoFileTemplateProps();
- for (Entry template : elenco.entrySet()) {
- long fileEntryId = ConfigurazioneLocalServiceUtil.findByC_ChiaveLong(companyId, template.getValue());
- if (fileEntryId != 0) {
- FileEntry fileEntry = DLAppServiceUtil.getFileEntry(fileEntryId);
- templateById.put(fileEntryId, fileEntry.getTitle());
- templateByKey.put(template.getKey(), fileEntry.getTitle());
- templateIdByKey.put(template.getKey(), fileEntryId);
- }
- }
- }
-
- private static List verificaAvvisi(IntPratica intPratica) {
-
- List esito = new ArrayList();
- if (Validator.isNotNull(intPratica.getStatoPratica())
- && !intPratica.getStatoPratica().equalsIgnoreCase(StatoPraticaConstants.ANNULLATA)) {
- long intPraticaId = intPratica.getIntPraticaId();
- List controlli = null;
- try {
- controlli = ControlloPraticaLocalServiceUtil.findByIntPratica(intPraticaId);
- } catch (SystemException e) {
- controlli = new ArrayList();
- }
- ControlloPratica controllo = null;
- ServiceContext serviceContext = null;
- if (controlli.size() > 0) {
- controllo = controlli.get(controlli.size() - 1);
- serviceContext = new ServiceContext();
- serviceContext.setCompanyId(controllo.getCompanyId());
- serviceContext.setScopeGroupId(controllo.getGroupId());
- serviceContext.setUserId(controllo.getUserId());
- } else {
- serviceContext = new ServiceContext();
- serviceContext.setCompanyId(intPratica.getCompanyId());
- try {
- serviceContext.setScopeGroupId(TerritorioLocalServiceUtil.getTerritorio(
- intPratica.getTerritorioId()).getGroupId());
- } catch (PortalException | SystemException e) {}
- serviceContext.setUserId(intPratica.getUserId());
- }
- List avvisi = getAvvisiPratica(intPraticaId);
- List avvisiFermi = new ArrayList<>();
- List avvisiInviati = new ArrayList<>();
- Date ultimaData = null;
- for (Avviso avviso : avvisi) {
- if ((ultimaData == null) || avviso.getModifiedDate().after(ultimaData)) {
- ultimaData = avviso.getModifiedDate();
- }
- if (!avviso.getAnnullato()) {
- String template = templateById.get(avviso.getFileEntryIdTemplate());
- if (avviso.getDtAvviso().after(inizio) && !avviso.getAnnullato()
- && (avviso.getInviato().equalsIgnoreCase(AvvisoUtil.DOCUMENTO_NON_INVIATO))) {
- avvisiFermi.add(avviso);
- if (template == null)
- template = templateByKey.get(avviso.getTipoDocumento());
- } else if (avviso.getInviato().equalsIgnoreCase(AvvisoUtil.DOCUMENTO_INVIATO)) {
- avvisiInviati.add(template);
- }
- }
- }
- if ((ultimaData != null) && (new Date().getTime() - ultimaData.getTime() > 7200000)) {
- for (Avviso avviso : avvisiFermi) {
- long templateId = avviso.getFileEntryIdTemplate();
- String template = templateById.get(templateId);
- if (Validator.isNull(template) && templateByKey.containsKey(avviso.getTipoDocumento())) {
- template = templateByKey.get(avviso.getTipoDocumento());
- templateId = templateIdByKey.get(avviso.getTipoDocumento());
- }
- if (!avvisiInviati.contains(template)) {
- switch (avviso.getTipoDocumento()) {
- case "MA":
- case StatoPraticaConstants.NON_CONFORME:
- case StatoPraticaConstants.INTEGRAZIONE:
- break;
- case StatoPraticaConstants.AUTORIZZATA:
- case StatoPraticaConstants.CONFORME:
- case StatoPraticaConstants.SOTTOPOSTA_A_PARERE:
- case StatoPraticaConstants.VIDIMATA:
- if (avviso.getTipoAvviso().equals(AvvisoUtil.TIPO_AVVISO_DIRETTO)) {
- esito.addAll(addStoricoAvvisi(intPratica, avvisi));
- esitoLog(esito, "Invio " + template + " (" + controlli.size() + " controlli)");
- try {
- if (Validator.isNull(controllo)) {
- controllo = aggiungiControlloPratica(intPratica);
- esitoLog(esito, intPratica.getNumeroProgetto()
- + " aggiunto ControlloPratica " + controllo.getControlloPraticaId());
- }
- AvvisoLocalServiceUtil.addAvviso(intPraticaId, StringPool.BLANK,
- avviso.getDtAvviso(), AvvisoUtil.TIPO_AVVISO_DIRETTO,
- avviso.getTipoDocumento(), templateId, controllo.getDettPraticaId(),
- DettPratica.class.getName(), controllo.getControlloPraticaId(),
- serviceContext);
- } catch (Exception e) {
- esitoLog(esito, "Errore durante l'invio: " + e.getMessage());
- }
- }
- break;
- default:
- if (avviso.getTipoAvviso().equals(AvvisoUtil.TIPO_AVVISO_DIRETTO)) {
- esito.addAll(addStoricoAvvisi(intPratica, avvisi));
- esitoLog(esito, "Procederei all'invio di avviso " + template);
- }
- break;
- }
- }
- }
- }
- }
- return esito;
- }
-
- private static ControlloPratica aggiungiControlloPratica(IntPratica intPratica) throws PortalException,
- SystemException {
-
- DettPratica dettPratica = DettPraticaLocalServiceUtil
- .getLastCompletedByIntPratica(intPratica.getIntPraticaId());
- ServiceContext serviceContext = new ServiceContext();
- serviceContext.setCompanyId(dettPratica.getCompanyId());
- serviceContext.setScopeGroupId(dettPratica.getGroupId());
- serviceContext.setUserId(dettPratica.getUserId());
- _log.info("Aggiungo controllo pratica numero " + intPratica.getNumeroProgetto());
- ControlloPratica controllo = ControlloPraticaLocalServiceUtil.addControlloPratica(intPratica.getGroupId(),
- intPratica.getUserId(), intPratica.getIntPraticaId(), dettPratica.getDettPraticaId(), false,
- serviceContext);
- return controllo;
- }
-
- private static List getAvvisiPratica(long intPraticaId) {
-
- List avvisi = null;
- try {
- avvisi = AvvisoLocalServiceUtil.findByIntPratica(
- intPraticaId,
- QueryUtil.ALL_POS,
- QueryUtil.ALL_POS,
- OrderByComparatorFactoryUtil.getOrderByComparatorFactory().create("portos_bo_Avviso", "dtAvviso",
- true));
- } catch (SystemException e) {
- _log.error("Errore recupero avvisi" + e.getMessage());
- avvisi = new ArrayList();
- }
- return avvisi;
- }
-
- private static List addStoricoAvvisi(IntPratica intPratica, List avvisi) {
-
- List esito = new ArrayList();
- String tipoPratica = LanguageUtil.get(LocaleUtil.ITALIAN, "tipo-pratica-" + intPratica.getTipoPratica());
- esitoLog(esito,
- "* intPraticaId=" + intPratica.getIntPraticaId() + ", numeroProgetto=" + intPratica.getNumeroProgetto()
- + ", procedura=" + intPratica.getTipoProcedura() + ", stato=" + intPratica.getStatoPratica()
- + ", tipo=" + tipoPratica + ", data=" + dfmt.format(intPratica.getCreateDate())
- + ", modificata=" + dfmt.format(intPratica.getModifiedDate()));
- for (Avviso avviso : avvisi) {
- String template = templateById.get(avviso.getFileEntryIdTemplate());
- if (template == null)
- template = templateByKey.get(avviso.getTipoDocumento());
- ;
- boolean inviato = avviso.getInviato().equalsIgnoreCase(AvvisoUtil.DOCUMENTO_INVIATO);
- esitoLog(esito, dfmt.format(avviso.getDtAvviso()) + " Avviso " + template + StringPool.SPACE
- + (inviato ? "inviato " + dfmt.format(avviso.getDtInvio()) : "non inviato") + " - tipo avviso "
- + avviso.getTipoAvviso() + " - tipo documento " + avviso.getTipoDocumento());
- }
- return esito;
- }
+// private static List riparaDocumenti(long companyId) throws SystemException, PortalException {
+//
+// List esito = new ArrayList();
+// esitoLog(esito, "Riparazione generazione documenti");
+// initTemplate(companyId);
+// List intPratiche = null;
+// int index = 0;
+// do {
+// try {
+// intPratiche = IntPraticaLocalServiceUtil.getIntPraticas(index, index + SLICE);
+// } catch (SystemException e) {
+// esitoLog(esito, "Errore caricamento intPratiche: " + e.getMessage());
+// }
+// for (IntPratica intPratica : intPratiche) {
+// esito.addAll(verificaAvvisi(intPratica));
+// }
+// index += SLICE;
+// } while (intPratiche.size() > 0);
+// return esito;
+// }
+
+// private static void initTemplate(long companyId) throws SystemException, PortalException {
+//
+// templateById = new LinkedHashMap<>();
+// templateByKey = new LinkedHashMap<>();
+// templateIdByKey = new LinkedHashMap<>();
+// Map elenco = AvvisoUtil.getAllTipoDocumentoFileTemplateProps();
+// for (Entry template : elenco.entrySet()) {
+// long fileEntryId = ConfigurazioneLocalServiceUtil.findByC_ChiaveLong(companyId, template.getValue());
+// if (fileEntryId != 0) {
+// FileEntry fileEntry = DLAppServiceUtil.getFileEntry(fileEntryId);
+// templateById.put(fileEntryId, fileEntry.getTitle());
+// templateByKey.put(template.getKey(), fileEntry.getTitle());
+// templateIdByKey.put(template.getKey(), fileEntryId);
+// }
+// }
+// }
+
+// private static List verificaAvvisi(IntPratica intPratica) {
+//
+// List esito = new ArrayList();
+// if (Validator.isNotNull(intPratica.getStatoPratica())
+// && !intPratica.getStatoPratica().equalsIgnoreCase(StatoPraticaConstants.ANNULLATA)) {
+// long intPraticaId = intPratica.getIntPraticaId();
+// List controlli = null;
+// try {
+// controlli = ControlloPraticaLocalServiceUtil.findByIntPratica(intPraticaId);
+// } catch (SystemException e) {
+// controlli = new ArrayList();
+// }
+// ControlloPratica controllo = null;
+// ServiceContext serviceContext = null;
+// if (controlli.size() > 0) {
+// controllo = controlli.get(controlli.size() - 1);
+// serviceContext = new ServiceContext();
+// serviceContext.setCompanyId(controllo.getCompanyId());
+// serviceContext.setScopeGroupId(controllo.getGroupId());
+// serviceContext.setUserId(controllo.getUserId());
+// } else {
+// serviceContext = new ServiceContext();
+// serviceContext.setCompanyId(intPratica.getCompanyId());
+// try {
+// serviceContext.setScopeGroupId(TerritorioLocalServiceUtil.getTerritorio(
+// intPratica.getTerritorioId()).getGroupId());
+// } catch (PortalException | SystemException e) {}
+// serviceContext.setUserId(intPratica.getUserId());
+// }
+// List avvisi = getAvvisiPratica(intPraticaId);
+// List avvisiFermi = new ArrayList<>();
+// List avvisiInviati = new ArrayList<>();
+// Date ultimaData = null;
+// for (Avviso avviso : avvisi) {
+// if ((ultimaData == null) || avviso.getModifiedDate().after(ultimaData)) {
+// ultimaData = avviso.getModifiedDate();
+// }
+// if (!avviso.getAnnullato()) {
+// String template = templateById.get(avviso.getFileEntryIdTemplate());
+// if (avviso.getDtAvviso().after(inizio) && !avviso.getAnnullato()
+// && (avviso.getInviato().equalsIgnoreCase(AvvisoUtil.DOCUMENTO_NON_INVIATO))) {
+// avvisiFermi.add(avviso);
+// if (template == null)
+// template = templateByKey.get(avviso.getTipoDocumento());
+// } else if (avviso.getInviato().equalsIgnoreCase(AvvisoUtil.DOCUMENTO_INVIATO)) {
+// avvisiInviati.add(template);
+// }
+// }
+// }
+// if ((ultimaData != null) && (new Date().getTime() - ultimaData.getTime() > 7200000)) {
+// for (Avviso avviso : avvisiFermi) {
+// long templateId = avviso.getFileEntryIdTemplate();
+// String template = templateById.get(templateId);
+// if (Validator.isNull(template) && templateByKey.containsKey(avviso.getTipoDocumento())) {
+// template = templateByKey.get(avviso.getTipoDocumento());
+// templateId = templateIdByKey.get(avviso.getTipoDocumento());
+// }
+// if (!avvisiInviati.contains(template)) {
+// switch (avviso.getTipoDocumento()) {
+// case "MA":
+// case StatoPraticaConstants.NON_CONFORME:
+// case StatoPraticaConstants.INTEGRAZIONE:
+// break;
+// case StatoPraticaConstants.AUTORIZZATA:
+// case StatoPraticaConstants.CONFORME:
+// case StatoPraticaConstants.SOTTOPOSTA_A_PARERE:
+// case StatoPraticaConstants.VIDIMATA:
+// if (avviso.getTipoAvviso().equals(AvvisoUtil.TIPO_AVVISO_DIRETTO)) {
+// esito.addAll(addStoricoAvvisi(intPratica, avvisi));
+// esitoLog(esito, "Invio " + template + " (" + controlli.size() + " controlli)");
+// try {
+// if (Validator.isNull(controllo)) {
+// controllo = aggiungiControlloPratica(intPratica);
+// esitoLog(esito, intPratica.getNumeroProgetto()
+// + " aggiunto ControlloPratica " + controllo.getControlloPraticaId());
+// }
+// AvvisoLocalServiceUtil.addAvviso(intPraticaId, StringPool.BLANK,
+// avviso.getDtAvviso(), AvvisoUtil.TIPO_AVVISO_DIRETTO,
+// avviso.getTipoDocumento(), templateId, controllo.getDettPraticaId(),
+// DettPratica.class.getName(), controllo.getControlloPraticaId(),
+// serviceContext);
+// } catch (Exception e) {
+// esitoLog(esito, "Errore durante l'invio: " + e.getMessage());
+// }
+// }
+// break;
+// default:
+// if (avviso.getTipoAvviso().equals(AvvisoUtil.TIPO_AVVISO_DIRETTO)) {
+// esito.addAll(addStoricoAvvisi(intPratica, avvisi));
+// esitoLog(esito, "Procederei all'invio di avviso " + template);
+// }
+// break;
+// }
+// }
+// }
+// }
+// }
+// return esito;
+// }
+
+// private static ControlloPratica aggiungiControlloPratica(IntPratica intPratica) throws PortalException,
+// SystemException {
+//
+// DettPratica dettPratica = DettPraticaLocalServiceUtil
+// .getLastCompletedByIntPratica(intPratica.getIntPraticaId());
+// ServiceContext serviceContext = new ServiceContext();
+// serviceContext.setCompanyId(dettPratica.getCompanyId());
+// serviceContext.setScopeGroupId(dettPratica.getGroupId());
+// serviceContext.setUserId(dettPratica.getUserId());
+// _log.info("Aggiungo controllo pratica numero " + intPratica.getNumeroProgetto());
+// ControlloPratica controllo = ControlloPraticaLocalServiceUtil.addControlloPratica(intPratica.getGroupId(),
+// intPratica.getUserId(), intPratica.getIntPraticaId(), dettPratica.getDettPraticaId(), false,
+// serviceContext);
+// return controllo;
+// }
+
+// private static List getAvvisiPratica(long intPraticaId) {
+//
+// List avvisi = null;
+// try {
+// avvisi = AvvisoLocalServiceUtil.findByIntPratica(
+// intPraticaId,
+// QueryUtil.ALL_POS,
+// QueryUtil.ALL_POS,
+// OrderByComparatorFactoryUtil.getOrderByComparatorFactory().create("portos_bo_Avviso", "dtAvviso",
+// true));
+// } catch (SystemException e) {
+// _log.error("Errore recupero avvisi" + e.getMessage());
+// avvisi = new ArrayList();
+// }
+// return avvisi;
+// }
+//
+// private static List addStoricoAvvisi(IntPratica intPratica, List avvisi) {
+//
+// List esito = new ArrayList();
+// String tipoPratica = LanguageUtil.get(LocaleUtil.ITALIAN, "tipo-pratica-" + intPratica.getTipoPratica());
+// esitoLog(esito,
+// "* intPraticaId=" + intPratica.getIntPraticaId() + ", numeroProgetto=" + intPratica.getNumeroProgetto()
+// + ", procedura=" + intPratica.getTipoProcedura() + ", stato=" + intPratica.getStatoPratica()
+// + ", tipo=" + tipoPratica + ", data=" + dfmt.format(intPratica.getCreateDate())
+// + ", modificata=" + dfmt.format(intPratica.getModifiedDate()));
+// for (Avviso avviso : avvisi) {
+// String template = templateById.get(avviso.getFileEntryIdTemplate());
+// if (template == null)
+// template = templateByKey.get(avviso.getTipoDocumento());
+// ;
+// boolean inviato = avviso.getInviato().equalsIgnoreCase(AvvisoUtil.DOCUMENTO_INVIATO);
+// esitoLog(esito, dfmt.format(avviso.getDtAvviso()) + " Avviso " + template + StringPool.SPACE
+// + (inviato ? "inviato " + dfmt.format(avviso.getDtInvio()) : "non inviato") + " - tipo avviso "
+// + avviso.getTipoAvviso() + " - tipo documento " + avviso.getTipoDocumento());
+// }
+// return esito;
+// }
public static List trasformaFLC(long companyId, String numeroPratica, String tipoDaRiaprire)
throws SystemException, PortalException {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/ZoneSismicheUtil.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/ZoneSismicheUtil.java
index 0e185e8e..4fa38156 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/ZoneSismicheUtil.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/mwg/sismica/bo/util/ZoneSismicheUtil.java
@@ -41,7 +41,7 @@ public class ZoneSismicheUtil {
public List aggiornaComuni(long companyId) throws PortalException, SystemException {
List ret = new ArrayList<>();
- ret.add(aggiungiComune(companyId, "Misiliscemi", "081", "025", "081025", "M432", false, "", "", serviceContext));
+ ret.add(aggiungiComune(companyId, "Misiliscemi", "081", "025", "081025", "M432", false, "", "", false, serviceContext));
ret.add(impostaZona(companyId, "MENFI", 1, "0,1659"));
ret.add(impostaZona(companyId, "MONTEVAGO", 1, "0,1629"));
@@ -141,12 +141,12 @@ public class ZoneSismicheUtil {
private String aggiungiComune(long companyId, String denominazione, String codiceProvincia, String codiceComune,
String codiceIstat, String codiceBelfiore, boolean provincia, String mailSuap, String mailSue,
- ServiceContext serviceContext) throws PortalException, SystemException {
+ boolean praticaOspedaliera, ServiceContext serviceContext) throws PortalException, SystemException {
Comune comune = ComuneLocalServiceUtil.fetchByC_CB(companyId, codiceBelfiore);
if (Validator.isNull(comune)) {
ComuneLocalServiceUtil.addComune(serviceContext.getUserId(), codiceProvincia, codiceComune, codiceIstat,
- codiceBelfiore, denominazione, provincia, mailSuap, mailSue, serviceContext);
+ codiceBelfiore, denominazione, provincia, mailSuap, mailSue, praticaOspedaliera, serviceContext);
return "Aggiunto il comune \"" + denominazione + "\"";
}
return "Comune \"" + denominazione + "\" già presente";
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/indexer/IntPraticaIndexer.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/indexer/IntPraticaIndexer.java
index 8a0ce843..29f7c130 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/indexer/IntPraticaIndexer.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/indexer/IntPraticaIndexer.java
@@ -162,6 +162,10 @@ public class IntPraticaIndexer extends BaseIndexer {
if (tipoProcedura.equalsIgnoreCase(Constants.PROCEDURA_B1))
tipoProcedura = Constants.PROCEDURA_B;
document.addKeyword(PortosIndexField.TIPO_PROCEDURA, tipoProcedura);
+ if(intPratica.isPraticaOspedaliera()){
+ _log.debug("Adding praticaOspedaliera Index on intpratica " + intPratica.getIntPraticaId());
+ document.addKeyword("praticaospedaliera", intPratica.isPraticaOspedaliera());
+ }
}
// Gestione pratica aperta/chiusa fine lavori
if (intPraticaFromDB.getCollaudoTotale()) {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/ComuneCacheModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/ComuneCacheModel.java
index 23c25713..39f2db01 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/ComuneCacheModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/ComuneCacheModel.java
@@ -37,7 +37,7 @@ import java.util.Date;
public class ComuneCacheModel implements CacheModel, Externalizable {
@Override
public String toString() {
- StringBundler sb = new StringBundler(35);
+ StringBundler sb = new StringBundler(37);
sb.append("{uuid=");
sb.append(uuid);
@@ -73,6 +73,8 @@ public class ComuneCacheModel implements CacheModel, Externalizable {
sb.append(mailSuap);
sb.append(", mailSue=");
sb.append(mailSue);
+ sb.append(", praticaOspedali=");
+ sb.append(praticaOspedali);
sb.append("}");
return sb.toString();
@@ -167,6 +169,8 @@ public class ComuneCacheModel implements CacheModel, Externalizable {
comuneImpl.setMailSue(mailSue);
}
+ comuneImpl.setPraticaOspedali(praticaOspedali);
+
comuneImpl.resetOriginalValues();
return comuneImpl;
@@ -191,6 +195,7 @@ public class ComuneCacheModel implements CacheModel, Externalizable {
disabilitato = objectInput.readBoolean();
mailSuap = objectInput.readUTF();
mailSue = objectInput.readUTF();
+ praticaOspedali = objectInput.readBoolean();
}
@Override
@@ -269,6 +274,8 @@ public class ComuneCacheModel implements CacheModel, Externalizable {
else {
objectOutput.writeUTF(mailSue);
}
+
+ objectOutput.writeBoolean(praticaOspedali);
}
public String uuid;
@@ -288,4 +295,5 @@ public class ComuneCacheModel implements CacheModel, Externalizable {
public boolean disabilitato;
public String mailSuap;
public String mailSue;
+ public boolean praticaOspedali;
}
\ 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/model/impl/ComuneModelImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/ComuneModelImpl.java
index c534a868..0b09d59d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/ComuneModelImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/ComuneModelImpl.java
@@ -83,9 +83,10 @@ public class ComuneModelImpl extends BaseModelImpl
{ "stato", Types.BOOLEAN },
{ "disabilitato", Types.BOOLEAN },
{ "mailSuap", Types.VARCHAR },
- { "mailSue", Types.VARCHAR }
+ { "mailSue", Types.VARCHAR },
+ { "praticaOspedali", Types.BOOLEAN }
};
- public static final String TABLE_SQL_CREATE = "create table portos_bo_Comune (uuid_ VARCHAR(75) null,comuneId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,codiceProvincia VARCHAR(75) null,codiceComune VARCHAR(75) null,codiceIstat VARCHAR(6) null,codiceBelfiore VARCHAR(75) null,denominazione VARCHAR(250) null,provincia BOOLEAN,stato BOOLEAN,disabilitato BOOLEAN,mailSuap VARCHAR(75) null,mailSue VARCHAR(75) null)";
+ public static final String TABLE_SQL_CREATE = "create table portos_bo_Comune (uuid_ VARCHAR(75) null,comuneId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,codiceProvincia VARCHAR(75) null,codiceComune VARCHAR(75) null,codiceIstat VARCHAR(6) null,codiceBelfiore VARCHAR(75) null,denominazione VARCHAR(250) null,provincia BOOLEAN,stato BOOLEAN,disabilitato BOOLEAN,mailSuap VARCHAR(75) null,mailSue VARCHAR(75) null,praticaOspedali BOOLEAN)";
public static final String TABLE_SQL_DROP = "drop table portos_bo_Comune";
public static final String ORDER_BY_JPQL = " ORDER BY comune.denominazione ASC";
public static final String ORDER_BY_SQL = " ORDER BY portos_bo_Comune.denominazione ASC";
@@ -139,6 +140,7 @@ public class ComuneModelImpl extends BaseModelImpl
model.setDisabilitato(soapModel.getDisabilitato());
model.setMailSuap(soapModel.getMailSuap());
model.setMailSue(soapModel.getMailSue());
+ model.setPraticaOspedali(soapModel.getPraticaOspedali());
return model;
}
@@ -220,6 +222,7 @@ public class ComuneModelImpl extends BaseModelImpl
attributes.put("disabilitato", getDisabilitato());
attributes.put("mailSuap", getMailSuap());
attributes.put("mailSue", getMailSue());
+ attributes.put("praticaOspedali", getPraticaOspedali());
return attributes;
}
@@ -327,6 +330,12 @@ public class ComuneModelImpl extends BaseModelImpl
if (mailSue != null) {
setMailSue(mailSue);
}
+
+ Boolean praticaOspedali = (Boolean)attributes.get("praticaOspedali");
+
+ if (praticaOspedali != null) {
+ setPraticaOspedali(praticaOspedali);
+ }
}
@JSON
@@ -658,6 +667,22 @@ public class ComuneModelImpl extends BaseModelImpl
_mailSue = mailSue;
}
+ @JSON
+ @Override
+ public boolean getPraticaOspedali() {
+ return _praticaOspedali;
+ }
+
+ @Override
+ public boolean isPraticaOspedali() {
+ return _praticaOspedali;
+ }
+
+ @Override
+ public void setPraticaOspedali(boolean praticaOspedali) {
+ _praticaOspedali = praticaOspedali;
+ }
+
@Override
public StagedModelType getStagedModelType() {
return new StagedModelType(PortalUtil.getClassNameId(
@@ -712,6 +737,7 @@ public class ComuneModelImpl extends BaseModelImpl
comuneImpl.setDisabilitato(getDisabilitato());
comuneImpl.setMailSuap(getMailSuap());
comuneImpl.setMailSue(getMailSue());
+ comuneImpl.setPraticaOspedali(getPraticaOspedali());
comuneImpl.resetOriginalValues();
@@ -889,12 +915,14 @@ public class ComuneModelImpl extends BaseModelImpl
comuneCacheModel.mailSue = null;
}
+ comuneCacheModel.praticaOspedali = getPraticaOspedali();
+
return comuneCacheModel;
}
@Override
public String toString() {
- StringBundler sb = new StringBundler(35);
+ StringBundler sb = new StringBundler(37);
sb.append("{uuid=");
sb.append(getUuid());
@@ -930,6 +958,8 @@ public class ComuneModelImpl extends BaseModelImpl
sb.append(getMailSuap());
sb.append(", mailSue=");
sb.append(getMailSue());
+ sb.append(", praticaOspedali=");
+ sb.append(getPraticaOspedali());
sb.append("}");
return sb.toString();
@@ -937,7 +967,7 @@ public class ComuneModelImpl extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(55);
+ StringBundler sb = new StringBundler(58);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.Comune");
@@ -1011,6 +1041,10 @@ public class ComuneModelImpl extends BaseModelImpl
"mailSue");
+ sb.append(
+ "praticaOspedali");
sb.append("");
@@ -1046,6 +1080,7 @@ public class ComuneModelImpl extends BaseModelImpl
private boolean _disabilitato;
private String _mailSuap;
private String _mailSue;
+ private boolean _praticaOspedali;
private long _columnBitmask;
private Comune _escapedModel;
}
\ 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/model/impl/DettPraticaCacheModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaCacheModel.java
index 462ba0c9..7cbb4ac3 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaCacheModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaCacheModel.java
@@ -38,7 +38,7 @@ public class DettPraticaCacheModel implements CacheModel,
Externalizable {
@Override
public String toString() {
- StringBundler sb = new StringBundler(477);
+ StringBundler sb = new StringBundler(479);
sb.append("{uuid=");
sb.append(uuid);
@@ -174,6 +174,8 @@ public class DettPraticaCacheModel implements CacheModel,
sb.append(metratura);
sb.append(", lavoriPubblici=");
sb.append(lavoriPubblici);
+ sb.append(", dataInserimentoInizioLavoriOpera=");
+ sb.append(dataInserimentoInizioLavoriOpera);
sb.append(", pagamentoIdOneri=");
sb.append(pagamentoIdOneri);
sb.append(", pagamentoIdBolli=");
@@ -866,6 +868,15 @@ public class DettPraticaCacheModel implements CacheModel,
}
dettPraticaImpl.setLavoriPubblici(lavoriPubblici);
+
+ if (dataInserimentoInizioLavoriOpera == Long.MIN_VALUE) {
+ dettPraticaImpl.setDataInserimentoInizioLavoriOpera(null);
+ }
+ else {
+ dettPraticaImpl.setDataInserimentoInizioLavoriOpera(new Date(
+ dataInserimentoInizioLavoriOpera));
+ }
+
dettPraticaImpl.setPagamentoIdOneri(pagamentoIdOneri);
dettPraticaImpl.setPagamentoIdBolli(pagamentoIdBolli);
dettPraticaImpl.setLavoriPubbliciPercentuale(lavoriPubbliciPercentuale);
@@ -1514,6 +1525,7 @@ public class DettPraticaCacheModel implements CacheModel,
dataFineEsecuzioneOpera = objectInput.readLong();
metratura = objectInput.readUTF();
lavoriPubblici = objectInput.readBoolean();
+ dataInserimentoInizioLavoriOpera = objectInput.readLong();
pagamentoIdOneri = objectInput.readLong();
pagamentoIdBolli = objectInput.readLong();
lavoriPubbliciPercentuale = objectInput.readInt();
@@ -1975,6 +1987,7 @@ public class DettPraticaCacheModel implements CacheModel,
}
objectOutput.writeBoolean(lavoriPubblici);
+ objectOutput.writeLong(dataInserimentoInizioLavoriOpera);
objectOutput.writeLong(pagamentoIdOneri);
objectOutput.writeLong(pagamentoIdBolli);
objectOutput.writeInt(lavoriPubbliciPercentuale);
@@ -2611,6 +2624,7 @@ public class DettPraticaCacheModel implements CacheModel,
public long dataFineEsecuzioneOpera;
public String metratura;
public boolean lavoriPubblici;
+ public long dataInserimentoInizioLavoriOpera;
public long pagamentoIdOneri;
public long pagamentoIdBolli;
public int lavoriPubbliciPercentuale;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaImpl.java
index 7eb1b988..5a67d9e6 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaImpl.java
@@ -724,7 +724,7 @@ public class DettPraticaImpl extends DettPraticaBaseImpl {
List titolareDigitali = SoggettoLocalServiceUtil.getValidTmpByIntPratica_CodiceFiscale(
getIntPraticaId(), titolaredigitaleUser.getScreenName(), 0);
for (Soggetto titolareDigitale : titolareDigitali) {
- soggettiAsseveranti.add(titolareDigitale);
+ soggettiAsseveranti.add(titolareDigitale);
}
} else if (TipoIntegrazioneUtil.VARIANTE.equalsIgnoreCase(getTipoIntegrazione())) {
String[] tipoSoggetti = new String[] { TipoSoggettoUtil.COMMITTENTE, TipoSoggettoUtil.DIRETTORE_LAVORI,
@@ -767,6 +767,7 @@ public class DettPraticaImpl extends DettPraticaBaseImpl {
|| TipoSoggettoUtil.DITTA.equalsIgnoreCase(tipologia)
|| TipoSoggettoUtil.DIRETTORE_LAVORI.equalsIgnoreCase(tipologia)
|| TipoSoggettoUtil.PROGETTISTA.equalsIgnoreCase(tipologia)
+ || TipoSoggettoUtil.GEOLOGO.equalsIgnoreCase(tipologia)
|| (TipoSoggettoUtil.COLLAUDATORE.equalsIgnoreCase(tipologia) && !collaudatoreInserito)) {
soggettiAsseveranti.add(soggetto);
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaModelImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaModelImpl.java
index dbe03c1f..18647ecc 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaModelImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/DettPraticaModelImpl.java
@@ -135,6 +135,7 @@ public class DettPraticaModelImpl extends BaseModelImpl
{ "dataFineEsecuzioneOpera", Types.TIMESTAMP },
{ "metratura", Types.VARCHAR },
{ "lavoriPubblici", Types.BOOLEAN },
+ { "dataInserimentoInizioLavoriOpera", Types.TIMESTAMP },
{ "pagamentoIdOneri", Types.BIGINT },
{ "pagamentoIdBolli", Types.BIGINT },
{ "lavoriPubbliciPercentuale", Types.INTEGER },
@@ -307,7 +308,7 @@ public class DettPraticaModelImpl extends BaseModelImpl
{ "intervFinPubDesc", Types.VARCHAR },
{ "suap", Types.BOOLEAN }
};
- public static final String TABLE_SQL_CREATE = "create table portos_bo_DettPratica (uuid_ VARCHAR(75) null,dettPraticaId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,integrazione LONG,protocollo VARCHAR(75) null,dtProtocollo DATE null,tipoIntegrazione VARCHAR(10) null,completa BOOLEAN,gestita BOOLEAN,importoSpeseIstruttoria VARCHAR(75) null,codicePagamentoOneri VARCHAR(75) null,causalePagamentoOneri VARCHAR(75) null,mezzoPagamentoOneri VARCHAR(75) null,importoBolli VARCHAR(75) null,codicePagamentoBolli VARCHAR(75) null,causalePagamentoBolli VARCHAR(75) null,mezzoPagamentoBolli VARCHAR(75) null,dataEffettuazione DATE null,version INTEGER,versionata BOOLEAN,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null,statusTask INTEGER,workflowForzato BOOLEAN,soggettoSostituitoId LONG,dtInvioSignal DATE null,destinazione VARCHAR(10) null,ag VARCHAR(10) null,descLongIntervento STRING null,via VARCHAR(75) null,localita VARCHAR(75) null,estremiCatastali STRING null,estremiPratCom STRING null,contestoPaesaggistico STRING null,livelloDiTutela STRING null,vincoli STRING null,variataDa LONG,varianteNumero LONG,varianteSostanziale BOOLEAN,operaConforme BOOLEAN,collaudoStatico BOOLEAN,codiceFiscaleDelegato VARCHAR(16) null,codiceRuoloDelegato VARCHAR(75) null,codiceFiscaleDelegatoCommittente VARCHAR(75) null,codiceFiscaleDelegatoFineLavori VARCHAR(75) null,codiceFiscaleDelegatoCollaudo VARCHAR(75) null,codiceFiscalePrincipaleCommittente VARCHAR(75) null,codiceFiscalePrincipaleCollaudatore VARCHAR(75) null,codiceFiscalePrincipaleProgettista VARCHAR(75) null,codiceFiscalePrincipaleDirettoreLavori VARCHAR(75) null,codiceFiscalePrincipaleDitta VARCHAR(75) null,codiceFiscalePrincipaleGeologo VARCHAR(75) null,lavoriInEconomiaCommittente BOOLEAN,inizioLavoriContestualeOpera BOOLEAN,dataInizioLavoriOpera DATE null,dataInizioEsecuzioneOpera DATE null,dataFineEsecuzioneOpera DATE null,metratura VARCHAR(75) null,lavoriPubblici BOOLEAN,pagamentoIdOneri LONG,pagamentoIdBolli LONG,lavoriPubbliciPercentuale INTEGER,numeroCivico VARCHAR(75) null,dcParticelle VARCHAR(75) null,dcFoglio VARCHAR(75) null,dcAllegato VARCHAR(75) null,dePiani VARCHAR(75) null,deAltezza VARCHAR(75) null,deInterrati VARCHAR(75) null,deSuperficie VARCHAR(75) null,deCostruzione VARCHAR(75) null,deRistrutturazione VARCHAR(75) null,deUso VARCHAR(75) null,dePubblica VARCHAR(75) null,dePrivata VARCHAR(75) null,deUtilizzazione VARCHAR(75) null,dePosizioneEdificio VARCHAR(75) null,deInfStradalePonte BOOLEAN,deInfStradaleStrada BOOLEAN,deInfStradaleAltro BOOLEAN,deInfIdraulicaLong BOOLEAN,deInfIdraulicaTrasv BOOLEAN,deInfIdraulicaAltro BOOLEAN,deInfOperaAccStradale BOOLEAN,deInfOperaAccIdraulica BOOLEAN,deInfOperaAccAltro BOOLEAN,deInfAltraInfrastruttura BOOLEAN,deInfAltro BOOLEAN,deInfAltroDesc STRING null,dccFondazioni VARCHAR(75) null,dccStruttureEleMuraturePietrame BOOLEAN,dccStruttureEleMuratureLaterizio BOOLEAN,dccStruttureEleMuratureMisto BOOLEAN,dccStruttureEleMuratureStoriche BOOLEAN,dccStruttureEleAcciaio VARCHAR(75) null,dccStruttureEleCA VARCHAR(75) null,dccStruttureEleLegno VARCHAR(75) null,dccStruttureEleMistoCA BOOLEAN,dccStruttureEleMistoAcciaio BOOLEAN,dccStruttureEleMistoMuratura BOOLEAN,dccStruttureEleMistoLegno BOOLEAN,dccStruttureElePrefabbricato BOOLEAN,dccStruttureEleAltro BOOLEAN,dccStruttureEleAltroDescrizione STRING null,dccOrizzontamentiCAAcciaio BOOLEAN,dccOrizzontamentiLegno BOOLEAN,dccOrizzontamentiLegnoCA BOOLEAN,dccOrizzontamentiLamieraGrecata BOOLEAN,dccOrizzontamentiVolte BOOLEAN,dccOrizzontamentiAltro BOOLEAN,dccOrizzontamentiAltroDescrizione STRING null,dccCopertura VARCHAR(75) null,dccCoperturaCAAcciaio BOOLEAN,dccCoperturaLegno BOOLEAN,dccCoperturaLegnoCA BOOLEAN,dccCoperturaLamieraGrecata BOOLEAN,dccCoperturaPannelli BOOLEAN,dccCoperturaPVCTelonati BOOLEAN,dccCoperturaLeggere BOOLEAN,dccCoperturaAltro BOOLEAN,dccCoperturaAltroDesrizione STRING null,dccElemNonStrutLaterizio BOOLEAN,dccElemNonStrutCartongesso BOOLEAN,dccElemNonStrutCalcestruzzo BOOLEAN,dccElemNonStrutLegno BOOLEAN,dccElemNonStrutAltro BOOLEAN,dccElemNonStrutAltroDescrizione STRING null,dccOpereDiRinforzoInsCatene BOOLEAN,dccOpereDiRinforzoInsCordoli BOOLEAN,dccOpereDiRinforzoIniArmate BOOLEAN,dccOpereDiRinforzoPlaccaggi BOOLEAN,dccOpereDiRinforzoIrrSolai BOOLEAN,dccOpereDiRinforzoRinforziFRP BOOLEAN,dccOpereDiRinforzoTelaiECerchiature BOOLEAN,dccOpereDiRinforzoInsRompitratta BOOLEAN,dccOpereDiRinforzoAltro BOOLEAN,dccOpereDiRinforzoAltroDescrizione STRING null,geoClasseIndagine VARCHAR(75) null,geoCategoriaSottosuolo VARCHAR(75) null,geoCategoriaTopografica VARCHAR(75) null,geoConsolidamento VARCHAR(75) null,geoPericolositaGeologica VARCHAR(75) null,geoPericolositaSismica VARCHAR(75) null,geoPericolositaIdraulica VARCHAR(75) null,geoPericolositaGeomorfica VARCHAR(75) null,geoRischioGeomorfologicoPai VARCHAR(75) null,geoPericolositaIdraulicaPai VARCHAR(75) null,geoRischioIdraulicoPai VARCHAR(75) null,geoFattibilitaGeologica VARCHAR(75) null,geoFattibilitaSismica VARCHAR(75) null,geoFattibilitaIdraulica VARCHAR(75) null,geoOperaRilevante VARCHAR(75) null,geoOpereDiSostegno VARCHAR(75) null,geoOpereInSotterranea VARCHAR(75) null,geoPresenzaPrescrizioni VARCHAR(75) null,geoNotePrescrizioni STRING null,geoNoteIndagini STRING null,geoEvidenzeGeomorfiche VARCHAR(75) null,geoEvidenzeGeologiche VARCHAR(75) null,geoDtRelazione DATE null,pagNuoveCostruzioni BOOLEAN,pagAdeguamentoSismico INTEGER,pagMiglioramentoSismico INTEGER,pagMiglioramentoSismicoSicilia BOOLEAN,pagRiparazioneInterventoLocale BOOLEAN,pagOperaNonQuantificabile BOOLEAN,pagNuovaCostruzione INTEGER,pagVarianti BOOLEAN,pagAltro INTEGER,pagCalcolatoAdeguamentoSismico VARCHAR(75) null,pagCalcolatoMiglioramentoSismico VARCHAR(75) null,pagCalcolatoRiparazioneInterventoLocale VARCHAR(75) null,pagCalcolatoOperaNonQuantificabile VARCHAR(75) null,pagEffettivoAdeguamentoSismico VARCHAR(75) null,pagEffettivoMiglioramentoSismico VARCHAR(75) null,pagEffettivoRiparazioneInterventoLocale VARCHAR(75) null,pagEffettivoOperaNonQuantificabile VARCHAR(75) null,pagNoteUtente TEXT null,note STRING null,noteUfficio STRING null,localizzazioneGeografica VARCHAR(75) null,tcNuovaCostruzione BOOLEAN,tcNuovaCostruzioneComplessa BOOLEAN,tcAdeguamentoSismico BOOLEAN,tcMiglioramentoSismico BOOLEAN,tcRiparazioneInterventoLocale BOOLEAN,tcInCA BOOLEAN,tcInOpera BOOLEAN,tcPrefabbricato BOOLEAN,tcInAcciaio BOOLEAN,tcMista BOOLEAN,tcInMuratura BOOLEAN,tcInMuraturaOrdinaria BOOLEAN,tcInMuraturaArmata BOOLEAN,tcInMuraturaMista BOOLEAN,tcInLegno BOOLEAN,tcAltro BOOLEAN,tcAltroDescrizione STRING null,tcConDispositivi BOOLEAN,normLavoriInProprio BOOLEAN,normEsenteBollo BOOLEAN,normEsenteSpese BOOLEAN,normDpr01Dep BOOLEAN,normDpr02Dep BOOLEAN,normDpr01Aut BOOLEAN,normDpr02Aut BOOLEAN,normDpr03 BOOLEAN,normDpr04 BOOLEAN,normDpr05 BOOLEAN,normDm01 BOOLEAN,normDm02 BOOLEAN,normDm03 BOOLEAN,normDm2018 BOOLEAN,normDm04 BOOLEAN,normDm05 BOOLEAN,normDprg01 BOOLEAN,normDprg02 BOOLEAN,normAnr BOOLEAN,normOrd01 BOOLEAN,normCI01 BOOLEAN,normLTC01 BOOLEAN,normArt3com3 BOOLEAN,normArt3com4 BOOLEAN,dpdc BOOLEAN,normSismaBonus BOOLEAN,clRischioPreInt VARCHAR(75) null,clRischioPostInt VARCHAR(75) null,intervFinPub BOOLEAN,intervFinPubDesc STRING null,suap BOOLEAN)";
+ public static final String TABLE_SQL_CREATE = "create table portos_bo_DettPratica (uuid_ VARCHAR(75) null,dettPraticaId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,integrazione LONG,protocollo VARCHAR(75) null,dtProtocollo DATE null,tipoIntegrazione VARCHAR(10) null,completa BOOLEAN,gestita BOOLEAN,importoSpeseIstruttoria VARCHAR(75) null,codicePagamentoOneri VARCHAR(75) null,causalePagamentoOneri VARCHAR(75) null,mezzoPagamentoOneri VARCHAR(75) null,importoBolli VARCHAR(75) null,codicePagamentoBolli VARCHAR(75) null,causalePagamentoBolli VARCHAR(75) null,mezzoPagamentoBolli VARCHAR(75) null,dataEffettuazione DATE null,version INTEGER,versionata BOOLEAN,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null,statusTask INTEGER,workflowForzato BOOLEAN,soggettoSostituitoId LONG,dtInvioSignal DATE null,destinazione VARCHAR(10) null,ag VARCHAR(10) null,descLongIntervento STRING null,via VARCHAR(75) null,localita VARCHAR(75) null,estremiCatastali STRING null,estremiPratCom STRING null,contestoPaesaggistico STRING null,livelloDiTutela STRING null,vincoli STRING null,variataDa LONG,varianteNumero LONG,varianteSostanziale BOOLEAN,operaConforme BOOLEAN,collaudoStatico BOOLEAN,codiceFiscaleDelegato VARCHAR(16) null,codiceRuoloDelegato VARCHAR(75) null,codiceFiscaleDelegatoCommittente VARCHAR(75) null,codiceFiscaleDelegatoFineLavori VARCHAR(75) null,codiceFiscaleDelegatoCollaudo VARCHAR(75) null,codiceFiscalePrincipaleCommittente VARCHAR(75) null,codiceFiscalePrincipaleCollaudatore VARCHAR(75) null,codiceFiscalePrincipaleProgettista VARCHAR(75) null,codiceFiscalePrincipaleDirettoreLavori VARCHAR(75) null,codiceFiscalePrincipaleDitta VARCHAR(75) null,codiceFiscalePrincipaleGeologo VARCHAR(75) null,lavoriInEconomiaCommittente BOOLEAN,inizioLavoriContestualeOpera BOOLEAN,dataInizioLavoriOpera DATE null,dataInizioEsecuzioneOpera DATE null,dataFineEsecuzioneOpera DATE null,metratura VARCHAR(75) null,lavoriPubblici BOOLEAN,dataInserimentoInizioLavoriOpera DATE null,pagamentoIdOneri LONG,pagamentoIdBolli LONG,lavoriPubbliciPercentuale INTEGER,numeroCivico VARCHAR(75) null,dcParticelle VARCHAR(75) null,dcFoglio VARCHAR(75) null,dcAllegato VARCHAR(75) null,dePiani VARCHAR(75) null,deAltezza VARCHAR(75) null,deInterrati VARCHAR(75) null,deSuperficie VARCHAR(75) null,deCostruzione VARCHAR(75) null,deRistrutturazione VARCHAR(75) null,deUso VARCHAR(75) null,dePubblica VARCHAR(75) null,dePrivata VARCHAR(75) null,deUtilizzazione VARCHAR(75) null,dePosizioneEdificio VARCHAR(75) null,deInfStradalePonte BOOLEAN,deInfStradaleStrada BOOLEAN,deInfStradaleAltro BOOLEAN,deInfIdraulicaLong BOOLEAN,deInfIdraulicaTrasv BOOLEAN,deInfIdraulicaAltro BOOLEAN,deInfOperaAccStradale BOOLEAN,deInfOperaAccIdraulica BOOLEAN,deInfOperaAccAltro BOOLEAN,deInfAltraInfrastruttura BOOLEAN,deInfAltro BOOLEAN,deInfAltroDesc STRING null,dccFondazioni VARCHAR(75) null,dccStruttureEleMuraturePietrame BOOLEAN,dccStruttureEleMuratureLaterizio BOOLEAN,dccStruttureEleMuratureMisto BOOLEAN,dccStruttureEleMuratureStoriche BOOLEAN,dccStruttureEleAcciaio VARCHAR(75) null,dccStruttureEleCA VARCHAR(75) null,dccStruttureEleLegno VARCHAR(75) null,dccStruttureEleMistoCA BOOLEAN,dccStruttureEleMistoAcciaio BOOLEAN,dccStruttureEleMistoMuratura BOOLEAN,dccStruttureEleMistoLegno BOOLEAN,dccStruttureElePrefabbricato BOOLEAN,dccStruttureEleAltro BOOLEAN,dccStruttureEleAltroDescrizione STRING null,dccOrizzontamentiCAAcciaio BOOLEAN,dccOrizzontamentiLegno BOOLEAN,dccOrizzontamentiLegnoCA BOOLEAN,dccOrizzontamentiLamieraGrecata BOOLEAN,dccOrizzontamentiVolte BOOLEAN,dccOrizzontamentiAltro BOOLEAN,dccOrizzontamentiAltroDescrizione STRING null,dccCopertura VARCHAR(75) null,dccCoperturaCAAcciaio BOOLEAN,dccCoperturaLegno BOOLEAN,dccCoperturaLegnoCA BOOLEAN,dccCoperturaLamieraGrecata BOOLEAN,dccCoperturaPannelli BOOLEAN,dccCoperturaPVCTelonati BOOLEAN,dccCoperturaLeggere BOOLEAN,dccCoperturaAltro BOOLEAN,dccCoperturaAltroDesrizione STRING null,dccElemNonStrutLaterizio BOOLEAN,dccElemNonStrutCartongesso BOOLEAN,dccElemNonStrutCalcestruzzo BOOLEAN,dccElemNonStrutLegno BOOLEAN,dccElemNonStrutAltro BOOLEAN,dccElemNonStrutAltroDescrizione STRING null,dccOpereDiRinforzoInsCatene BOOLEAN,dccOpereDiRinforzoInsCordoli BOOLEAN,dccOpereDiRinforzoIniArmate BOOLEAN,dccOpereDiRinforzoPlaccaggi BOOLEAN,dccOpereDiRinforzoIrrSolai BOOLEAN,dccOpereDiRinforzoRinforziFRP BOOLEAN,dccOpereDiRinforzoTelaiECerchiature BOOLEAN,dccOpereDiRinforzoInsRompitratta BOOLEAN,dccOpereDiRinforzoAltro BOOLEAN,dccOpereDiRinforzoAltroDescrizione STRING null,geoClasseIndagine VARCHAR(75) null,geoCategoriaSottosuolo VARCHAR(75) null,geoCategoriaTopografica VARCHAR(75) null,geoConsolidamento VARCHAR(75) null,geoPericolositaGeologica VARCHAR(75) null,geoPericolositaSismica VARCHAR(75) null,geoPericolositaIdraulica VARCHAR(75) null,geoPericolositaGeomorfica VARCHAR(75) null,geoRischioGeomorfologicoPai VARCHAR(75) null,geoPericolositaIdraulicaPai VARCHAR(75) null,geoRischioIdraulicoPai VARCHAR(75) null,geoFattibilitaGeologica VARCHAR(75) null,geoFattibilitaSismica VARCHAR(75) null,geoFattibilitaIdraulica VARCHAR(75) null,geoOperaRilevante VARCHAR(75) null,geoOpereDiSostegno VARCHAR(75) null,geoOpereInSotterranea VARCHAR(75) null,geoPresenzaPrescrizioni VARCHAR(75) null,geoNotePrescrizioni STRING null,geoNoteIndagini STRING null,geoEvidenzeGeomorfiche VARCHAR(75) null,geoEvidenzeGeologiche VARCHAR(75) null,geoDtRelazione DATE null,pagNuoveCostruzioni BOOLEAN,pagAdeguamentoSismico INTEGER,pagMiglioramentoSismico INTEGER,pagMiglioramentoSismicoSicilia BOOLEAN,pagRiparazioneInterventoLocale BOOLEAN,pagOperaNonQuantificabile BOOLEAN,pagNuovaCostruzione INTEGER,pagVarianti BOOLEAN,pagAltro INTEGER,pagCalcolatoAdeguamentoSismico VARCHAR(75) null,pagCalcolatoMiglioramentoSismico VARCHAR(75) null,pagCalcolatoRiparazioneInterventoLocale VARCHAR(75) null,pagCalcolatoOperaNonQuantificabile VARCHAR(75) null,pagEffettivoAdeguamentoSismico VARCHAR(75) null,pagEffettivoMiglioramentoSismico VARCHAR(75) null,pagEffettivoRiparazioneInterventoLocale VARCHAR(75) null,pagEffettivoOperaNonQuantificabile VARCHAR(75) null,pagNoteUtente TEXT null,note STRING null,noteUfficio STRING null,localizzazioneGeografica VARCHAR(75) null,tcNuovaCostruzione BOOLEAN,tcNuovaCostruzioneComplessa BOOLEAN,tcAdeguamentoSismico BOOLEAN,tcMiglioramentoSismico BOOLEAN,tcRiparazioneInterventoLocale BOOLEAN,tcInCA BOOLEAN,tcInOpera BOOLEAN,tcPrefabbricato BOOLEAN,tcInAcciaio BOOLEAN,tcMista BOOLEAN,tcInMuratura BOOLEAN,tcInMuraturaOrdinaria BOOLEAN,tcInMuraturaArmata BOOLEAN,tcInMuraturaMista BOOLEAN,tcInLegno BOOLEAN,tcAltro BOOLEAN,tcAltroDescrizione STRING null,tcConDispositivi BOOLEAN,normLavoriInProprio BOOLEAN,normEsenteBollo BOOLEAN,normEsenteSpese BOOLEAN,normDpr01Dep BOOLEAN,normDpr02Dep BOOLEAN,normDpr01Aut BOOLEAN,normDpr02Aut BOOLEAN,normDpr03 BOOLEAN,normDpr04 BOOLEAN,normDpr05 BOOLEAN,normDm01 BOOLEAN,normDm02 BOOLEAN,normDm03 BOOLEAN,normDm2018 BOOLEAN,normDm04 BOOLEAN,normDm05 BOOLEAN,normDprg01 BOOLEAN,normDprg02 BOOLEAN,normAnr BOOLEAN,normOrd01 BOOLEAN,normCI01 BOOLEAN,normLTC01 BOOLEAN,normArt3com3 BOOLEAN,normArt3com4 BOOLEAN,dpdc BOOLEAN,normSismaBonus BOOLEAN,clRischioPreInt VARCHAR(75) null,clRischioPostInt VARCHAR(75) null,intervFinPub BOOLEAN,intervFinPubDesc STRING null,suap BOOLEAN)";
public static final String TABLE_SQL_DROP = "drop table portos_bo_DettPratica";
public static final String ORDER_BY_JPQL = " ORDER BY dettPratica.dettPraticaId ASC";
public static final String ORDER_BY_SQL = " ORDER BY portos_bo_DettPratica.dettPraticaId ASC";
@@ -412,6 +413,7 @@ public class DettPraticaModelImpl extends BaseModelImpl
model.setDataFineEsecuzioneOpera(soapModel.getDataFineEsecuzioneOpera());
model.setMetratura(soapModel.getMetratura());
model.setLavoriPubblici(soapModel.getLavoriPubblici());
+ model.setDataInserimentoInizioLavoriOpera(soapModel.getDataInserimentoInizioLavoriOpera());
model.setPagamentoIdOneri(soapModel.getPagamentoIdOneri());
model.setPagamentoIdBolli(soapModel.getPagamentoIdBolli());
model.setLavoriPubbliciPercentuale(soapModel.getLavoriPubbliciPercentuale());
@@ -726,6 +728,8 @@ public class DettPraticaModelImpl extends BaseModelImpl
attributes.put("dataFineEsecuzioneOpera", getDataFineEsecuzioneOpera());
attributes.put("metratura", getMetratura());
attributes.put("lavoriPubblici", getLavoriPubblici());
+ attributes.put("dataInserimentoInizioLavoriOpera",
+ getDataInserimentoInizioLavoriOpera());
attributes.put("pagamentoIdOneri", getPagamentoIdOneri());
attributes.put("pagamentoIdBolli", getPagamentoIdBolli());
attributes.put("lavoriPubbliciPercentuale",
@@ -1373,6 +1377,13 @@ public class DettPraticaModelImpl extends BaseModelImpl
setLavoriPubblici(lavoriPubblici);
}
+ Date dataInserimentoInizioLavoriOpera = (Date)attributes.get(
+ "dataInserimentoInizioLavoriOpera");
+
+ if (dataInserimentoInizioLavoriOpera != null) {
+ setDataInserimentoInizioLavoriOpera(dataInserimentoInizioLavoriOpera);
+ }
+
Long pagamentoIdOneri = (Long)attributes.get("pagamentoIdOneri");
if (pagamentoIdOneri != null) {
@@ -3566,6 +3577,18 @@ public class DettPraticaModelImpl extends BaseModelImpl
_lavoriPubblici = lavoriPubblici;
}
+ @JSON
+ @Override
+ public Date getDataInserimentoInizioLavoriOpera() {
+ return _dataInserimentoInizioLavoriOpera;
+ }
+
+ @Override
+ public void setDataInserimentoInizioLavoriOpera(
+ Date dataInserimentoInizioLavoriOpera) {
+ _dataInserimentoInizioLavoriOpera = dataInserimentoInizioLavoriOpera;
+ }
+
@JSON
@Override
public long getPagamentoIdOneri() {
@@ -6493,6 +6516,7 @@ public class DettPraticaModelImpl extends BaseModelImpl
dettPraticaImpl.setDataFineEsecuzioneOpera(getDataFineEsecuzioneOpera());
dettPraticaImpl.setMetratura(getMetratura());
dettPraticaImpl.setLavoriPubblici(getLavoriPubblici());
+ dettPraticaImpl.setDataInserimentoInizioLavoriOpera(getDataInserimentoInizioLavoriOpera());
dettPraticaImpl.setPagamentoIdOneri(getPagamentoIdOneri());
dettPraticaImpl.setPagamentoIdBolli(getPagamentoIdBolli());
dettPraticaImpl.setLavoriPubbliciPercentuale(getLavoriPubbliciPercentuale());
@@ -7171,6 +7195,15 @@ public class DettPraticaModelImpl extends BaseModelImpl
dettPraticaCacheModel.lavoriPubblici = getLavoriPubblici();
+ Date dataInserimentoInizioLavoriOpera = getDataInserimentoInizioLavoriOpera();
+
+ if (dataInserimentoInizioLavoriOpera != null) {
+ dettPraticaCacheModel.dataInserimentoInizioLavoriOpera = dataInserimentoInizioLavoriOpera.getTime();
+ }
+ else {
+ dettPraticaCacheModel.dataInserimentoInizioLavoriOpera = Long.MIN_VALUE;
+ }
+
dettPraticaCacheModel.pagamentoIdOneri = getPagamentoIdOneri();
dettPraticaCacheModel.pagamentoIdBolli = getPagamentoIdBolli();
@@ -7943,7 +7976,7 @@ public class DettPraticaModelImpl extends BaseModelImpl
@Override
public String toString() {
- StringBundler sb = new StringBundler(477);
+ StringBundler sb = new StringBundler(479);
sb.append("{uuid=");
sb.append(getUuid());
@@ -8079,6 +8112,8 @@ public class DettPraticaModelImpl extends BaseModelImpl
sb.append(getMetratura());
sb.append(", lavoriPubblici=");
sb.append(getLavoriPubblici());
+ sb.append(", dataInserimentoInizioLavoriOpera=");
+ sb.append(getDataInserimentoInizioLavoriOpera());
sb.append(", pagamentoIdOneri=");
sb.append(getPagamentoIdOneri());
sb.append(", pagamentoIdBolli=");
@@ -8428,7 +8463,7 @@ public class DettPraticaModelImpl extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(718);
+ StringBundler sb = new StringBundler(721);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.DettPratica");
@@ -8702,6 +8737,10 @@ public class DettPraticaModelImpl extends BaseModelImpl
"lavoriPubblici");
+ sb.append(
+ "dataInserimentoInizioLavoriOpera");
sb.append(
"pagamentoIdOneri
private Date _dataFineEsecuzioneOpera;
private String _metratura;
private boolean _lavoriPubblici;
+ private Date _dataInserimentoInizioLavoriOpera;
private long _pagamentoIdOneri;
private long _pagamentoIdBolli;
private int _lavoriPubbliciPercentuale;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaCacheModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaCacheModel.java
index ab88b92c..cdb4829d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaCacheModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaCacheModel.java
@@ -38,7 +38,7 @@ public class IntPraticaCacheModel implements CacheModel,
Externalizable {
@Override
public String toString() {
- StringBundler sb = new StringBundler(65);
+ StringBundler sb = new StringBundler(67);
sb.append("{uuid=");
sb.append(uuid);
@@ -102,6 +102,8 @@ public class IntPraticaCacheModel implements CacheModel,
sb.append(collaudoTotale);
sb.append(", controlloObbligatorio=");
sb.append(controlloObbligatorio);
+ sb.append(", praticaOspedaliera=");
+ sb.append(praticaOspedaliera);
sb.append(", inLavorazioneSue=");
sb.append(inLavorazioneSue);
sb.append("}");
@@ -241,6 +243,7 @@ public class IntPraticaCacheModel implements CacheModel,
intPraticaImpl.setCollaudoParziale(collaudoParziale);
intPraticaImpl.setCollaudoTotale(collaudoTotale);
intPraticaImpl.setControlloObbligatorio(controlloObbligatorio);
+ intPraticaImpl.setPraticaOspedaliera(praticaOspedaliera);
intPraticaImpl.setInLavorazioneSue(inLavorazioneSue);
intPraticaImpl.resetOriginalValues();
@@ -281,6 +284,7 @@ public class IntPraticaCacheModel implements CacheModel,
collaudoParziale = objectInput.readBoolean();
collaudoTotale = objectInput.readBoolean();
controlloObbligatorio = objectInput.readBoolean();
+ praticaOspedaliera = objectInput.readBoolean();
inLavorazioneSue = objectInput.readBoolean();
}
@@ -371,6 +375,7 @@ public class IntPraticaCacheModel implements CacheModel,
objectOutput.writeBoolean(collaudoParziale);
objectOutput.writeBoolean(collaudoTotale);
objectOutput.writeBoolean(controlloObbligatorio);
+ objectOutput.writeBoolean(praticaOspedaliera);
objectOutput.writeBoolean(inLavorazioneSue);
}
@@ -405,5 +410,6 @@ public class IntPraticaCacheModel implements CacheModel,
public boolean collaudoParziale;
public boolean collaudoTotale;
public boolean controlloObbligatorio;
+ public boolean praticaOspedaliera;
public boolean inLavorazioneSue;
}
\ 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/model/impl/IntPraticaModelImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaModelImpl.java
index 5748cb26..21283320 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaModelImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/IntPraticaModelImpl.java
@@ -98,9 +98,10 @@ public class IntPraticaModelImpl extends BaseModelImpl
{ "collaudoParziale", Types.BOOLEAN },
{ "collaudoTotale", Types.BOOLEAN },
{ "controlloObbligatorio", Types.BOOLEAN },
+ { "praticaOspedaliera", Types.BOOLEAN },
{ "inLavorazioneSue", Types.BOOLEAN }
};
- public static final String TABLE_SQL_CREATE = "create table portos_bo_IntPratica (uuid_ VARCHAR(75) null,intPraticaId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,tipoPratica VARCHAR(75) null,territorioId LONG,tipoProcedura VARCHAR(75) null,dtAnnullamento DATE null,docPraticaAnnullamentoId LONG,dtSorteggio DATE null,statoPratica VARCHAR(10) null,numeroProgetto VARCHAR(75) null,validata BOOLEAN,status INTEGER,statusByUserId LONG,statusDate DATE null,esitoControllo INTEGER,dtPratica DATE null,sospesa BOOLEAN,dtSospensione DATE null,codiceFiscaleDelegatoFineLavori VARCHAR(75) null,codiceFiscaleDelegatoCollaudo VARCHAR(75) null,fineLavoriParziale BOOLEAN,fineLavoriTotale BOOLEAN,collaudoParziale BOOLEAN,collaudoTotale BOOLEAN,controlloObbligatorio BOOLEAN,inLavorazioneSue BOOLEAN)";
+ public static final String TABLE_SQL_CREATE = "create table portos_bo_IntPratica (uuid_ VARCHAR(75) null,intPraticaId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,tipoPratica VARCHAR(75) null,territorioId LONG,tipoProcedura VARCHAR(75) null,dtAnnullamento DATE null,docPraticaAnnullamentoId LONG,dtSorteggio DATE null,statoPratica VARCHAR(10) null,numeroProgetto VARCHAR(75) null,validata BOOLEAN,status INTEGER,statusByUserId LONG,statusDate DATE null,esitoControllo INTEGER,dtPratica DATE null,sospesa BOOLEAN,dtSospensione DATE null,codiceFiscaleDelegatoFineLavori VARCHAR(75) null,codiceFiscaleDelegatoCollaudo VARCHAR(75) null,fineLavoriParziale BOOLEAN,fineLavoriTotale BOOLEAN,collaudoParziale BOOLEAN,collaudoTotale BOOLEAN,controlloObbligatorio BOOLEAN,praticaOspedaliera BOOLEAN,inLavorazioneSue BOOLEAN)";
public static final String TABLE_SQL_DROP = "drop table portos_bo_IntPratica";
public static final String ORDER_BY_JPQL = " ORDER BY intPratica.intPraticaId ASC";
public static final String ORDER_BY_SQL = " ORDER BY portos_bo_IntPratica.intPraticaId ASC";
@@ -169,6 +170,7 @@ public class IntPraticaModelImpl extends BaseModelImpl
model.setCollaudoParziale(soapModel.getCollaudoParziale());
model.setCollaudoTotale(soapModel.getCollaudoTotale());
model.setControlloObbligatorio(soapModel.getControlloObbligatorio());
+ model.setPraticaOspedaliera(soapModel.getPraticaOspedaliera());
model.setInLavorazioneSue(soapModel.getInLavorazioneSue());
return model;
@@ -267,6 +269,7 @@ public class IntPraticaModelImpl extends BaseModelImpl
attributes.put("collaudoParziale", getCollaudoParziale());
attributes.put("collaudoTotale", getCollaudoTotale());
attributes.put("controlloObbligatorio", getControlloObbligatorio());
+ attributes.put("praticaOspedaliera", getPraticaOspedaliera());
attributes.put("inLavorazioneSue", getInLavorazioneSue());
return attributes;
@@ -465,6 +468,13 @@ public class IntPraticaModelImpl extends BaseModelImpl
setControlloObbligatorio(controlloObbligatorio);
}
+ Boolean praticaOspedaliera = (Boolean)attributes.get(
+ "praticaOspedaliera");
+
+ if (praticaOspedaliera != null) {
+ setPraticaOspedaliera(praticaOspedaliera);
+ }
+
Boolean inLavorazioneSue = (Boolean)attributes.get("inLavorazioneSue");
if (inLavorazioneSue != null) {
@@ -989,6 +999,22 @@ public class IntPraticaModelImpl extends BaseModelImpl
_controlloObbligatorio = controlloObbligatorio;
}
+ @JSON
+ @Override
+ public boolean getPraticaOspedaliera() {
+ return _praticaOspedaliera;
+ }
+
+ @Override
+ public boolean isPraticaOspedaliera() {
+ return _praticaOspedaliera;
+ }
+
+ @Override
+ public void setPraticaOspedaliera(boolean praticaOspedaliera) {
+ _praticaOspedaliera = praticaOspedaliera;
+ }
+
@JSON
@Override
public boolean getInLavorazioneSue() {
@@ -1073,6 +1099,7 @@ public class IntPraticaModelImpl extends BaseModelImpl
intPraticaImpl.setCollaudoParziale(getCollaudoParziale());
intPraticaImpl.setCollaudoTotale(getCollaudoTotale());
intPraticaImpl.setControlloObbligatorio(getControlloObbligatorio());
+ intPraticaImpl.setPraticaOspedaliera(getPraticaOspedaliera());
intPraticaImpl.setInLavorazioneSue(getInLavorazioneSue());
intPraticaImpl.resetOriginalValues();
@@ -1318,6 +1345,8 @@ public class IntPraticaModelImpl extends BaseModelImpl
intPraticaCacheModel.controlloObbligatorio = getControlloObbligatorio();
+ intPraticaCacheModel.praticaOspedaliera = getPraticaOspedaliera();
+
intPraticaCacheModel.inLavorazioneSue = getInLavorazioneSue();
return intPraticaCacheModel;
@@ -1325,7 +1354,7 @@ public class IntPraticaModelImpl extends BaseModelImpl
@Override
public String toString() {
- StringBundler sb = new StringBundler(65);
+ StringBundler sb = new StringBundler(67);
sb.append("{uuid=");
sb.append(getUuid());
@@ -1389,6 +1418,8 @@ public class IntPraticaModelImpl extends BaseModelImpl
sb.append(getCollaudoTotale());
sb.append(", controlloObbligatorio=");
sb.append(getControlloObbligatorio());
+ sb.append(", praticaOspedaliera=");
+ sb.append(getPraticaOspedaliera());
sb.append(", inLavorazioneSue=");
sb.append(getInLavorazioneSue());
sb.append("}");
@@ -1398,7 +1429,7 @@ public class IntPraticaModelImpl extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(100);
+ StringBundler sb = new StringBundler(103);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.IntPratica");
@@ -1528,6 +1559,10 @@ public class IntPraticaModelImpl extends BaseModelImpl
"controlloObbligatorio");
+ sb.append(
+ "praticaOspedaliera");
sb.append(
"inLavorazioneSue
private boolean _collaudoParziale;
private boolean _collaudoTotale;
private boolean _controlloObbligatorio;
+ private boolean _praticaOspedaliera;
private boolean _inLavorazioneSue;
private long _columnBitmask;
private IntPratica _escapedModel;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PagamentoCacheModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PagamentoCacheModel.java
index e2ed4bdf..8648648f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PagamentoCacheModel.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PagamentoCacheModel.java
@@ -38,7 +38,7 @@ public class PagamentoCacheModel implements CacheModel,
Externalizable {
@Override
public String toString() {
- StringBundler sb = new StringBundler(53);
+ StringBundler sb = new StringBundler(55);
sb.append("{uuid=");
sb.append(uuid);
@@ -90,6 +90,8 @@ public class PagamentoCacheModel implements CacheModel,
sb.append(otfCreateDate);
sb.append(", emailPending=");
sb.append(emailPending);
+ sb.append(", numeroBollettino=");
+ sb.append(numeroBollettino);
sb.append(", oldPagamentoId=");
sb.append(oldPagamentoId);
sb.append("}");
@@ -220,6 +222,14 @@ public class PagamentoCacheModel implements CacheModel,
}
pagamentoImpl.setEmailPending(emailPending);
+
+ if (numeroBollettino == null) {
+ pagamentoImpl.setNumeroBollettino(StringPool.BLANK);
+ }
+ else {
+ pagamentoImpl.setNumeroBollettino(numeroBollettino);
+ }
+
pagamentoImpl.setOldPagamentoId(oldPagamentoId);
pagamentoImpl.resetOriginalValues();
@@ -254,6 +264,7 @@ public class PagamentoCacheModel implements CacheModel,
otf = objectInput.readBoolean();
otfCreateDate = objectInput.readLong();
emailPending = objectInput.readBoolean();
+ numeroBollettino = objectInput.readUTF();
oldPagamentoId = objectInput.readLong();
}
@@ -360,6 +371,14 @@ public class PagamentoCacheModel implements CacheModel,
objectOutput.writeBoolean(otf);
objectOutput.writeLong(otfCreateDate);
objectOutput.writeBoolean(emailPending);
+
+ if (numeroBollettino == null) {
+ objectOutput.writeUTF(StringPool.BLANK);
+ }
+ else {
+ objectOutput.writeUTF(numeroBollettino);
+ }
+
objectOutput.writeLong(oldPagamentoId);
}
@@ -388,5 +407,6 @@ public class PagamentoCacheModel implements CacheModel,
public boolean otf;
public long otfCreateDate;
public boolean emailPending;
+ public String numeroBollettino;
public long oldPagamentoId;
}
\ 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/model/impl/PagamentoModelImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PagamentoModelImpl.java
index 2c385422..8d07858e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PagamentoModelImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PagamentoModelImpl.java
@@ -92,9 +92,10 @@ public class PagamentoModelImpl extends BaseModelImpl
{ "otf", Types.BOOLEAN },
{ "otfCreateDate", Types.TIMESTAMP },
{ "emailPending", Types.BOOLEAN },
+ { "numeroBollettino", Types.VARCHAR },
{ "oldPagamentoId", Types.BIGINT }
};
- public static final String TABLE_SQL_CREATE = "create table portos_bo_Pagamento (uuid_ VARCHAR(75) null,pagamentoId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,classPk LONG,className VARCHAR(75) null,fileEntryId LONG,oldFileEntryId LONG,tipoPagamento VARCHAR(75) null,url STRING null,codice VARCHAR(75) null,causale VARCHAR(75) null,mezzo VARCHAR(75) null,codiceFiscaleCommittente VARCHAR(75) null,importo VARCHAR(75) null,utilizzata VARCHAR(75) null,utilizzataSostituita VARCHAR(75) null,otf BOOLEAN,otfCreateDate DATE null,emailPending BOOLEAN,oldPagamentoId LONG)";
+ public static final String TABLE_SQL_CREATE = "create table portos_bo_Pagamento (uuid_ VARCHAR(75) null,pagamentoId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,classPk LONG,className VARCHAR(75) null,fileEntryId LONG,oldFileEntryId LONG,tipoPagamento VARCHAR(75) null,url STRING null,codice VARCHAR(75) null,causale VARCHAR(75) null,mezzo VARCHAR(75) null,codiceFiscaleCommittente VARCHAR(75) null,importo VARCHAR(75) null,utilizzata VARCHAR(75) null,utilizzataSostituita VARCHAR(75) null,otf BOOLEAN,otfCreateDate DATE null,emailPending BOOLEAN,numeroBollettino VARCHAR(250) null,oldPagamentoId LONG)";
public static final String TABLE_SQL_DROP = "drop table portos_bo_Pagamento";
public static final String ORDER_BY_JPQL = " ORDER BY pagamento.pagamentoId ASC";
public static final String ORDER_BY_SQL = " ORDER BY portos_bo_Pagamento.pagamentoId ASC";
@@ -160,6 +161,7 @@ public class PagamentoModelImpl extends BaseModelImpl
model.setOtf(soapModel.getOtf());
model.setOtfCreateDate(soapModel.getOtfCreateDate());
model.setEmailPending(soapModel.getEmailPending());
+ model.setNumeroBollettino(soapModel.getNumeroBollettino());
model.setOldPagamentoId(soapModel.getOldPagamentoId());
return model;
@@ -250,6 +252,7 @@ public class PagamentoModelImpl extends BaseModelImpl
attributes.put("otf", getOtf());
attributes.put("otfCreateDate", getOtfCreateDate());
attributes.put("emailPending", getEmailPending());
+ attributes.put("numeroBollettino", getNumeroBollettino());
attributes.put("oldPagamentoId", getOldPagamentoId());
return attributes;
@@ -409,6 +412,12 @@ public class PagamentoModelImpl extends BaseModelImpl
setEmailPending(emailPending);
}
+ String numeroBollettino = (String)attributes.get("numeroBollettino");
+
+ if (numeroBollettino != null) {
+ setNumeroBollettino(numeroBollettino);
+ }
+
Long oldPagamentoId = (Long)attributes.get("oldPagamentoId");
if (oldPagamentoId != null) {
@@ -869,6 +878,22 @@ public class PagamentoModelImpl extends BaseModelImpl
return _originalEmailPending;
}
+ @JSON
+ @Override
+ public String getNumeroBollettino() {
+ if (_numeroBollettino == null) {
+ return StringPool.BLANK;
+ }
+ else {
+ return _numeroBollettino;
+ }
+ }
+
+ @Override
+ public void setNumeroBollettino(String numeroBollettino) {
+ _numeroBollettino = numeroBollettino;
+ }
+
@JSON
@Override
public long getOldPagamentoId() {
@@ -954,6 +979,7 @@ public class PagamentoModelImpl extends BaseModelImpl
pagamentoImpl.setOtf(getOtf());
pagamentoImpl.setOtfCreateDate(getOtfCreateDate());
pagamentoImpl.setEmailPending(getEmailPending());
+ pagamentoImpl.setNumeroBollettino(getNumeroBollettino());
pagamentoImpl.setOldPagamentoId(getOldPagamentoId());
pagamentoImpl.resetOriginalValues();
@@ -1191,6 +1217,14 @@ public class PagamentoModelImpl extends BaseModelImpl
pagamentoCacheModel.emailPending = getEmailPending();
+ pagamentoCacheModel.numeroBollettino = getNumeroBollettino();
+
+ String numeroBollettino = pagamentoCacheModel.numeroBollettino;
+
+ if ((numeroBollettino != null) && (numeroBollettino.length() == 0)) {
+ pagamentoCacheModel.numeroBollettino = null;
+ }
+
pagamentoCacheModel.oldPagamentoId = getOldPagamentoId();
return pagamentoCacheModel;
@@ -1198,7 +1232,7 @@ public class PagamentoModelImpl extends BaseModelImpl
@Override
public String toString() {
- StringBundler sb = new StringBundler(53);
+ StringBundler sb = new StringBundler(55);
sb.append("{uuid=");
sb.append(getUuid());
@@ -1250,6 +1284,8 @@ public class PagamentoModelImpl extends BaseModelImpl
sb.append(getOtfCreateDate());
sb.append(", emailPending=");
sb.append(getEmailPending());
+ sb.append(", numeroBollettino=");
+ sb.append(getNumeroBollettino());
sb.append(", oldPagamentoId=");
sb.append(getOldPagamentoId());
sb.append("}");
@@ -1259,7 +1295,7 @@ public class PagamentoModelImpl extends BaseModelImpl
@Override
public String toXmlString() {
- StringBundler sb = new StringBundler(82);
+ StringBundler sb = new StringBundler(85);
sb.append("");
sb.append("it.tref.liferay.portos.bo.model.Pagamento");
@@ -1365,6 +1401,10 @@ public class PagamentoModelImpl extends BaseModelImpl
"emailPending");
+ sb.append(
+ "numeroBollettino");
sb.append(
"oldPagamentoId
private boolean _emailPending;
private boolean _originalEmailPending;
private boolean _setOriginalEmailPending;
+ private String _numeroBollettino;
private long _oldPagamentoId;
private long _originalOldPagamentoId;
private boolean _setOriginalOldPagamentoId;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataBaseImpl.java
new file mode 100644
index 00000000..d7f0d783
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataBaseImpl.java
@@ -0,0 +1,50 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.model.impl;
+
+import com.liferay.portal.kernel.exception.SystemException;
+
+import it.tref.liferay.portos.bo.model.PraticaAttenzionata;
+import it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalServiceUtil;
+
+/**
+ * The extended model base implementation for the PraticaAttenzionata service. Represents a row in the "portos_bo_PraticaAttenzionata" database table, with each column mapped to a property of this class.
+ *
+ *
+ * This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in {@link PraticaAttenzionataImpl}.
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataImpl
+ * @see it.tref.liferay.portos.bo.model.PraticaAttenzionata
+ * @generated
+ */
+public abstract class PraticaAttenzionataBaseImpl
+ extends PraticaAttenzionataModelImpl implements PraticaAttenzionata {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify or reference this class directly. All methods that expect a pratica attenzionata model instance should use the {@link PraticaAttenzionata} interface instead.
+ */
+ @Override
+ public void persist() throws SystemException {
+ if (this.isNew()) {
+ PraticaAttenzionataLocalServiceUtil.addPraticaAttenzionata(this);
+ }
+ else {
+ PraticaAttenzionataLocalServiceUtil.updatePraticaAttenzionata(this);
+ }
+ }
+}
\ 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/model/impl/PraticaAttenzionataCacheModel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataCacheModel.java
new file mode 100644
index 00000000..ab288dd1
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataCacheModel.java
@@ -0,0 +1,229 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.model.impl;
+
+import com.liferay.portal.kernel.util.StringBundler;
+import com.liferay.portal.kernel.util.StringPool;
+import com.liferay.portal.model.CacheModel;
+
+import it.tref.liferay.portos.bo.model.PraticaAttenzionata;
+
+import java.io.Externalizable;
+import java.io.IOException;
+import java.io.ObjectInput;
+import java.io.ObjectOutput;
+
+import java.util.Date;
+
+/**
+ * The cache model class for representing PraticaAttenzionata in entity cache.
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionata
+ * @generated
+ */
+public class PraticaAttenzionataCacheModel implements CacheModel,
+ Externalizable {
+ @Override
+ public String toString() {
+ StringBundler sb = new StringBundler(31);
+
+ sb.append("{uuid=");
+ sb.append(uuid);
+ sb.append(", praticaAttenzionataId=");
+ sb.append(praticaAttenzionataId);
+ sb.append(", companyId=");
+ sb.append(companyId);
+ sb.append(", userId=");
+ sb.append(userId);
+ sb.append(", userName=");
+ sb.append(userName);
+ sb.append(", createDate=");
+ sb.append(createDate);
+ sb.append(", modifiedDate=");
+ sb.append(modifiedDate);
+ sb.append(", groupId=");
+ sb.append(groupId);
+ sb.append(", intPraticaId=");
+ sb.append(intPraticaId);
+ sb.append(", fineLavoriId=");
+ sb.append(fineLavoriId);
+ sb.append(", numeroProgetto=");
+ sb.append(numeroProgetto);
+ sb.append(", dataFineLavoriTotale=");
+ sb.append(dataFineLavoriTotale);
+ sb.append(", dataRelazioneFineLavoriTotale=");
+ sb.append(dataRelazioneFineLavoriTotale);
+ sb.append(", verificata=");
+ sb.append(verificata);
+ sb.append(", dataVerifica=");
+ sb.append(dataVerifica);
+ sb.append("}");
+
+ return sb.toString();
+ }
+
+ @Override
+ public PraticaAttenzionata toEntityModel() {
+ PraticaAttenzionataImpl praticaAttenzionataImpl = new PraticaAttenzionataImpl();
+
+ if (uuid == null) {
+ praticaAttenzionataImpl.setUuid(StringPool.BLANK);
+ }
+ else {
+ praticaAttenzionataImpl.setUuid(uuid);
+ }
+
+ praticaAttenzionataImpl.setPraticaAttenzionataId(praticaAttenzionataId);
+ praticaAttenzionataImpl.setCompanyId(companyId);
+ praticaAttenzionataImpl.setUserId(userId);
+
+ if (userName == null) {
+ praticaAttenzionataImpl.setUserName(StringPool.BLANK);
+ }
+ else {
+ praticaAttenzionataImpl.setUserName(userName);
+ }
+
+ if (createDate == Long.MIN_VALUE) {
+ praticaAttenzionataImpl.setCreateDate(null);
+ }
+ else {
+ praticaAttenzionataImpl.setCreateDate(new Date(createDate));
+ }
+
+ if (modifiedDate == Long.MIN_VALUE) {
+ praticaAttenzionataImpl.setModifiedDate(null);
+ }
+ else {
+ praticaAttenzionataImpl.setModifiedDate(new Date(modifiedDate));
+ }
+
+ praticaAttenzionataImpl.setGroupId(groupId);
+ praticaAttenzionataImpl.setIntPraticaId(intPraticaId);
+ praticaAttenzionataImpl.setFineLavoriId(fineLavoriId);
+
+ if (numeroProgetto == null) {
+ praticaAttenzionataImpl.setNumeroProgetto(StringPool.BLANK);
+ }
+ else {
+ praticaAttenzionataImpl.setNumeroProgetto(numeroProgetto);
+ }
+
+ if (dataFineLavoriTotale == Long.MIN_VALUE) {
+ praticaAttenzionataImpl.setDataFineLavoriTotale(null);
+ }
+ else {
+ praticaAttenzionataImpl.setDataFineLavoriTotale(new Date(
+ dataFineLavoriTotale));
+ }
+
+ if (dataRelazioneFineLavoriTotale == Long.MIN_VALUE) {
+ praticaAttenzionataImpl.setDataRelazioneFineLavoriTotale(null);
+ }
+ else {
+ praticaAttenzionataImpl.setDataRelazioneFineLavoriTotale(new Date(
+ dataRelazioneFineLavoriTotale));
+ }
+
+ praticaAttenzionataImpl.setVerificata(verificata);
+
+ if (dataVerifica == Long.MIN_VALUE) {
+ praticaAttenzionataImpl.setDataVerifica(null);
+ }
+ else {
+ praticaAttenzionataImpl.setDataVerifica(new Date(dataVerifica));
+ }
+
+ praticaAttenzionataImpl.resetOriginalValues();
+
+ return praticaAttenzionataImpl;
+ }
+
+ @Override
+ public void readExternal(ObjectInput objectInput) throws IOException {
+ uuid = objectInput.readUTF();
+ praticaAttenzionataId = objectInput.readLong();
+ companyId = objectInput.readLong();
+ userId = objectInput.readLong();
+ userName = objectInput.readUTF();
+ createDate = objectInput.readLong();
+ modifiedDate = objectInput.readLong();
+ groupId = objectInput.readLong();
+ intPraticaId = objectInput.readLong();
+ fineLavoriId = objectInput.readLong();
+ numeroProgetto = objectInput.readUTF();
+ dataFineLavoriTotale = objectInput.readLong();
+ dataRelazioneFineLavoriTotale = objectInput.readLong();
+ verificata = objectInput.readBoolean();
+ dataVerifica = objectInput.readLong();
+ }
+
+ @Override
+ public void writeExternal(ObjectOutput objectOutput)
+ throws IOException {
+ if (uuid == null) {
+ objectOutput.writeUTF(StringPool.BLANK);
+ }
+ else {
+ objectOutput.writeUTF(uuid);
+ }
+
+ objectOutput.writeLong(praticaAttenzionataId);
+ objectOutput.writeLong(companyId);
+ objectOutput.writeLong(userId);
+
+ if (userName == null) {
+ objectOutput.writeUTF(StringPool.BLANK);
+ }
+ else {
+ objectOutput.writeUTF(userName);
+ }
+
+ objectOutput.writeLong(createDate);
+ objectOutput.writeLong(modifiedDate);
+ objectOutput.writeLong(groupId);
+ objectOutput.writeLong(intPraticaId);
+ objectOutput.writeLong(fineLavoriId);
+
+ if (numeroProgetto == null) {
+ objectOutput.writeUTF(StringPool.BLANK);
+ }
+ else {
+ objectOutput.writeUTF(numeroProgetto);
+ }
+
+ objectOutput.writeLong(dataFineLavoriTotale);
+ objectOutput.writeLong(dataRelazioneFineLavoriTotale);
+ objectOutput.writeBoolean(verificata);
+ objectOutput.writeLong(dataVerifica);
+ }
+
+ public String uuid;
+ public long praticaAttenzionataId;
+ public long companyId;
+ public long userId;
+ public String userName;
+ public long createDate;
+ public long modifiedDate;
+ public long groupId;
+ public long intPraticaId;
+ public long fineLavoriId;
+ public String numeroProgetto;
+ public long dataFineLavoriTotale;
+ public long dataRelazioneFineLavoriTotale;
+ public boolean verificata;
+ public long dataVerifica;
+}
\ 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/model/impl/PraticaAttenzionataImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataImpl.java
new file mode 100644
index 00000000..32f3c612
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataImpl.java
@@ -0,0 +1,34 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.model.impl;
+
+/**
+ * The extended model implementation for the PraticaAttenzionata service. Represents a row in the "portos_bo_PraticaAttenzionata" database table, with each column mapped to a property of this class.
+ *
+ *
+ * Helper methods and all application logic should be put in this class. Whenever methods are added, rerun ServiceBuilder to copy their definitions into the {@link it.tref.liferay.portos.bo.model.PraticaAttenzionata} interface.
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ */
+public class PraticaAttenzionataImpl extends PraticaAttenzionataBaseImpl {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never reference this class directly. All methods that expect a pratica attenzionata model instance should use the {@link it.tref.liferay.portos.bo.model.PraticaAttenzionata} interface instead.
+ */
+ public PraticaAttenzionataImpl() {
+ }
+}
\ 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/model/impl/PraticaAttenzionataModelImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataModelImpl.java
new file mode 100644
index 00000000..65affdb8
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/model/impl/PraticaAttenzionataModelImpl.java
@@ -0,0 +1,909 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.model.impl;
+
+import com.liferay.portal.kernel.bean.AutoEscapeBeanHandler;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.kernel.json.JSON;
+import com.liferay.portal.kernel.lar.StagedModelType;
+import com.liferay.portal.kernel.util.GetterUtil;
+import com.liferay.portal.kernel.util.ProxyUtil;
+import com.liferay.portal.kernel.util.StringBundler;
+import com.liferay.portal.kernel.util.StringPool;
+import com.liferay.portal.model.CacheModel;
+import com.liferay.portal.model.impl.BaseModelImpl;
+import com.liferay.portal.service.ServiceContext;
+import com.liferay.portal.util.PortalUtil;
+
+import com.liferay.portlet.expando.model.ExpandoBridge;
+import com.liferay.portlet.expando.util.ExpandoBridgeFactoryUtil;
+
+import it.tref.liferay.portos.bo.model.PraticaAttenzionata;
+import it.tref.liferay.portos.bo.model.PraticaAttenzionataModel;
+import it.tref.liferay.portos.bo.model.PraticaAttenzionataSoap;
+
+import java.io.Serializable;
+
+import java.sql.Types;
+
+import java.util.ArrayList;
+import java.util.Date;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+/**
+ * The base model implementation for the PraticaAttenzionata service. Represents a row in the "portos_bo_PraticaAttenzionata" database table, with each column mapped to a property of this class.
+ *
+ *
+ * This implementation and its corresponding interface {@link it.tref.liferay.portos.bo.model.PraticaAttenzionataModel} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link PraticaAttenzionataImpl}.
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataImpl
+ * @see it.tref.liferay.portos.bo.model.PraticaAttenzionata
+ * @see it.tref.liferay.portos.bo.model.PraticaAttenzionataModel
+ * @generated
+ */
+@JSON(strict = true)
+public class PraticaAttenzionataModelImpl extends BaseModelImpl
+ implements PraticaAttenzionataModel {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify or reference this class directly. All methods that expect a pratica attenzionata model instance should use the {@link it.tref.liferay.portos.bo.model.PraticaAttenzionata} interface instead.
+ */
+ public static final String TABLE_NAME = "portos_bo_PraticaAttenzionata";
+ public static final Object[][] TABLE_COLUMNS = {
+ { "uuid_", Types.VARCHAR },
+ { "praticaAttenzionataId", Types.BIGINT },
+ { "companyId", Types.BIGINT },
+ { "userId", Types.BIGINT },
+ { "userName", Types.VARCHAR },
+ { "createDate", Types.TIMESTAMP },
+ { "modifiedDate", Types.TIMESTAMP },
+ { "groupId", Types.BIGINT },
+ { "intPraticaId", Types.BIGINT },
+ { "fineLavoriId", Types.BIGINT },
+ { "numeroProgetto", Types.VARCHAR },
+ { "dataFineLavoriTotale", Types.TIMESTAMP },
+ { "dataRelazioneFineLavoriTotale", Types.TIMESTAMP },
+ { "verificata", Types.BOOLEAN },
+ { "dataVerifica", Types.TIMESTAMP }
+ };
+ public static final String TABLE_SQL_CREATE = "create table portos_bo_PraticaAttenzionata (uuid_ VARCHAR(75) null,praticaAttenzionataId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,intPraticaId LONG,fineLavoriId LONG,numeroProgetto VARCHAR(75) null,dataFineLavoriTotale DATE null,dataRelazioneFineLavoriTotale DATE null,verificata BOOLEAN,dataVerifica DATE null)";
+ public static final String TABLE_SQL_DROP = "drop table portos_bo_PraticaAttenzionata";
+ public static final String ORDER_BY_JPQL = " ORDER BY praticaAttenzionata.praticaAttenzionataId ASC";
+ public static final String ORDER_BY_SQL = " ORDER BY portos_bo_PraticaAttenzionata.praticaAttenzionataId ASC";
+ public static final String DATA_SOURCE = "liferayDataSource";
+ public static final String SESSION_FACTORY = "liferaySessionFactory";
+ public static final String TX_MANAGER = "liferayTransactionManager";
+ public static final boolean ENTITY_CACHE_ENABLED = GetterUtil.getBoolean(com.liferay.util.service.ServiceProps.get(
+ "value.object.entity.cache.enabled.it.tref.liferay.portos.bo.model.PraticaAttenzionata"),
+ true);
+ public static final boolean FINDER_CACHE_ENABLED = GetterUtil.getBoolean(com.liferay.util.service.ServiceProps.get(
+ "value.object.finder.cache.enabled.it.tref.liferay.portos.bo.model.PraticaAttenzionata"),
+ true);
+ public static final boolean COLUMN_BITMASK_ENABLED = GetterUtil.getBoolean(com.liferay.util.service.ServiceProps.get(
+ "value.object.column.bitmask.enabled.it.tref.liferay.portos.bo.model.PraticaAttenzionata"),
+ true);
+ public static long COMPANYID_COLUMN_BITMASK = 1L;
+ public static long GROUPID_COLUMN_BITMASK = 2L;
+ public static long UUID_COLUMN_BITMASK = 4L;
+ public static long VERIFICATA_COLUMN_BITMASK = 8L;
+ public static long PRATICAATTENZIONATAID_COLUMN_BITMASK = 16L;
+
+ /**
+ * Converts the soap model instance into a normal model instance.
+ *
+ * @param soapModel the soap model instance to convert
+ * @return the normal model instance
+ */
+ public static PraticaAttenzionata toModel(PraticaAttenzionataSoap soapModel) {
+ if (soapModel == null) {
+ return null;
+ }
+
+ PraticaAttenzionata model = new PraticaAttenzionataImpl();
+
+ model.setUuid(soapModel.getUuid());
+ model.setPraticaAttenzionataId(soapModel.getPraticaAttenzionataId());
+ model.setCompanyId(soapModel.getCompanyId());
+ model.setUserId(soapModel.getUserId());
+ model.setUserName(soapModel.getUserName());
+ model.setCreateDate(soapModel.getCreateDate());
+ model.setModifiedDate(soapModel.getModifiedDate());
+ model.setGroupId(soapModel.getGroupId());
+ model.setIntPraticaId(soapModel.getIntPraticaId());
+ model.setFineLavoriId(soapModel.getFineLavoriId());
+ model.setNumeroProgetto(soapModel.getNumeroProgetto());
+ model.setDataFineLavoriTotale(soapModel.getDataFineLavoriTotale());
+ model.setDataRelazioneFineLavoriTotale(soapModel.getDataRelazioneFineLavoriTotale());
+ model.setVerificata(soapModel.getVerificata());
+ model.setDataVerifica(soapModel.getDataVerifica());
+
+ return model;
+ }
+
+ /**
+ * Converts the soap model instances into normal model instances.
+ *
+ * @param soapModels the soap model instances to convert
+ * @return the normal model instances
+ */
+ public static List toModels(
+ PraticaAttenzionataSoap[] soapModels) {
+ if (soapModels == null) {
+ return null;
+ }
+
+ List models = new ArrayList(soapModels.length);
+
+ for (PraticaAttenzionataSoap soapModel : soapModels) {
+ models.add(toModel(soapModel));
+ }
+
+ return models;
+ }
+
+ public static final long LOCK_EXPIRATION_TIME = GetterUtil.getLong(com.liferay.util.service.ServiceProps.get(
+ "lock.expiration.time.it.tref.liferay.portos.bo.model.PraticaAttenzionata"));
+
+ public PraticaAttenzionataModelImpl() {
+ }
+
+ @Override
+ public long getPrimaryKey() {
+ return _praticaAttenzionataId;
+ }
+
+ @Override
+ public void setPrimaryKey(long primaryKey) {
+ setPraticaAttenzionataId(primaryKey);
+ }
+
+ @Override
+ public Serializable getPrimaryKeyObj() {
+ return _praticaAttenzionataId;
+ }
+
+ @Override
+ public void setPrimaryKeyObj(Serializable primaryKeyObj) {
+ setPrimaryKey(((Long)primaryKeyObj).longValue());
+ }
+
+ @Override
+ public Class> getModelClass() {
+ return PraticaAttenzionata.class;
+ }
+
+ @Override
+ public String getModelClassName() {
+ return PraticaAttenzionata.class.getName();
+ }
+
+ @Override
+ public Map getModelAttributes() {
+ Map attributes = new HashMap();
+
+ attributes.put("uuid", getUuid());
+ attributes.put("praticaAttenzionataId", getPraticaAttenzionataId());
+ attributes.put("companyId", getCompanyId());
+ attributes.put("userId", getUserId());
+ attributes.put("userName", getUserName());
+ attributes.put("createDate", getCreateDate());
+ attributes.put("modifiedDate", getModifiedDate());
+ attributes.put("groupId", getGroupId());
+ attributes.put("intPraticaId", getIntPraticaId());
+ attributes.put("fineLavoriId", getFineLavoriId());
+ attributes.put("numeroProgetto", getNumeroProgetto());
+ attributes.put("dataFineLavoriTotale", getDataFineLavoriTotale());
+ attributes.put("dataRelazioneFineLavoriTotale",
+ getDataRelazioneFineLavoriTotale());
+ attributes.put("verificata", getVerificata());
+ attributes.put("dataVerifica", getDataVerifica());
+
+ return attributes;
+ }
+
+ @Override
+ public void setModelAttributes(Map attributes) {
+ String uuid = (String)attributes.get("uuid");
+
+ if (uuid != null) {
+ setUuid(uuid);
+ }
+
+ Long praticaAttenzionataId = (Long)attributes.get(
+ "praticaAttenzionataId");
+
+ if (praticaAttenzionataId != null) {
+ setPraticaAttenzionataId(praticaAttenzionataId);
+ }
+
+ Long companyId = (Long)attributes.get("companyId");
+
+ if (companyId != null) {
+ setCompanyId(companyId);
+ }
+
+ Long userId = (Long)attributes.get("userId");
+
+ if (userId != null) {
+ setUserId(userId);
+ }
+
+ String userName = (String)attributes.get("userName");
+
+ if (userName != null) {
+ setUserName(userName);
+ }
+
+ Date createDate = (Date)attributes.get("createDate");
+
+ if (createDate != null) {
+ setCreateDate(createDate);
+ }
+
+ Date modifiedDate = (Date)attributes.get("modifiedDate");
+
+ if (modifiedDate != null) {
+ setModifiedDate(modifiedDate);
+ }
+
+ Long groupId = (Long)attributes.get("groupId");
+
+ if (groupId != null) {
+ setGroupId(groupId);
+ }
+
+ Long intPraticaId = (Long)attributes.get("intPraticaId");
+
+ if (intPraticaId != null) {
+ setIntPraticaId(intPraticaId);
+ }
+
+ Long fineLavoriId = (Long)attributes.get("fineLavoriId");
+
+ if (fineLavoriId != null) {
+ setFineLavoriId(fineLavoriId);
+ }
+
+ String numeroProgetto = (String)attributes.get("numeroProgetto");
+
+ if (numeroProgetto != null) {
+ setNumeroProgetto(numeroProgetto);
+ }
+
+ Date dataFineLavoriTotale = (Date)attributes.get("dataFineLavoriTotale");
+
+ if (dataFineLavoriTotale != null) {
+ setDataFineLavoriTotale(dataFineLavoriTotale);
+ }
+
+ Date dataRelazioneFineLavoriTotale = (Date)attributes.get(
+ "dataRelazioneFineLavoriTotale");
+
+ if (dataRelazioneFineLavoriTotale != null) {
+ setDataRelazioneFineLavoriTotale(dataRelazioneFineLavoriTotale);
+ }
+
+ Boolean verificata = (Boolean)attributes.get("verificata");
+
+ if (verificata != null) {
+ setVerificata(verificata);
+ }
+
+ Date dataVerifica = (Date)attributes.get("dataVerifica");
+
+ if (dataVerifica != null) {
+ setDataVerifica(dataVerifica);
+ }
+ }
+
+ @JSON
+ @Override
+ public String getUuid() {
+ if (_uuid == null) {
+ return StringPool.BLANK;
+ }
+ else {
+ return _uuid;
+ }
+ }
+
+ @Override
+ public void setUuid(String uuid) {
+ if (_originalUuid == null) {
+ _originalUuid = _uuid;
+ }
+
+ _uuid = uuid;
+ }
+
+ public String getOriginalUuid() {
+ return GetterUtil.getString(_originalUuid);
+ }
+
+ @JSON
+ @Override
+ public long getPraticaAttenzionataId() {
+ return _praticaAttenzionataId;
+ }
+
+ @Override
+ public void setPraticaAttenzionataId(long praticaAttenzionataId) {
+ _praticaAttenzionataId = praticaAttenzionataId;
+ }
+
+ @JSON
+ @Override
+ public long getCompanyId() {
+ return _companyId;
+ }
+
+ @Override
+ public void setCompanyId(long companyId) {
+ _columnBitmask |= COMPANYID_COLUMN_BITMASK;
+
+ if (!_setOriginalCompanyId) {
+ _setOriginalCompanyId = true;
+
+ _originalCompanyId = _companyId;
+ }
+
+ _companyId = companyId;
+ }
+
+ public long getOriginalCompanyId() {
+ return _originalCompanyId;
+ }
+
+ @JSON
+ @Override
+ public long getUserId() {
+ return _userId;
+ }
+
+ @Override
+ public void setUserId(long userId) {
+ _userId = userId;
+ }
+
+ @Override
+ public String getUserUuid() throws SystemException {
+ return PortalUtil.getUserValue(getUserId(), "uuid", _userUuid);
+ }
+
+ @Override
+ public void setUserUuid(String userUuid) {
+ _userUuid = userUuid;
+ }
+
+ @JSON
+ @Override
+ public String getUserName() {
+ if (_userName == null) {
+ return StringPool.BLANK;
+ }
+ else {
+ return _userName;
+ }
+ }
+
+ @Override
+ public void setUserName(String userName) {
+ _userName = userName;
+ }
+
+ @JSON
+ @Override
+ public Date getCreateDate() {
+ return _createDate;
+ }
+
+ @Override
+ public void setCreateDate(Date createDate) {
+ _createDate = createDate;
+ }
+
+ @JSON
+ @Override
+ public Date getModifiedDate() {
+ return _modifiedDate;
+ }
+
+ @Override
+ public void setModifiedDate(Date modifiedDate) {
+ _modifiedDate = modifiedDate;
+ }
+
+ @JSON
+ @Override
+ public long getGroupId() {
+ return _groupId;
+ }
+
+ @Override
+ public void setGroupId(long groupId) {
+ _columnBitmask |= GROUPID_COLUMN_BITMASK;
+
+ if (!_setOriginalGroupId) {
+ _setOriginalGroupId = true;
+
+ _originalGroupId = _groupId;
+ }
+
+ _groupId = groupId;
+ }
+
+ public long getOriginalGroupId() {
+ return _originalGroupId;
+ }
+
+ @JSON
+ @Override
+ public long getIntPraticaId() {
+ return _intPraticaId;
+ }
+
+ @Override
+ public void setIntPraticaId(long intPraticaId) {
+ _intPraticaId = intPraticaId;
+ }
+
+ @JSON
+ @Override
+ public long getFineLavoriId() {
+ return _fineLavoriId;
+ }
+
+ @Override
+ public void setFineLavoriId(long fineLavoriId) {
+ _fineLavoriId = fineLavoriId;
+ }
+
+ @JSON
+ @Override
+ public String getNumeroProgetto() {
+ if (_numeroProgetto == null) {
+ return StringPool.BLANK;
+ }
+ else {
+ return _numeroProgetto;
+ }
+ }
+
+ @Override
+ public void setNumeroProgetto(String numeroProgetto) {
+ _numeroProgetto = numeroProgetto;
+ }
+
+ @JSON
+ @Override
+ public Date getDataFineLavoriTotale() {
+ return _dataFineLavoriTotale;
+ }
+
+ @Override
+ public void setDataFineLavoriTotale(Date dataFineLavoriTotale) {
+ _dataFineLavoriTotale = dataFineLavoriTotale;
+ }
+
+ @JSON
+ @Override
+ public Date getDataRelazioneFineLavoriTotale() {
+ return _dataRelazioneFineLavoriTotale;
+ }
+
+ @Override
+ public void setDataRelazioneFineLavoriTotale(
+ Date dataRelazioneFineLavoriTotale) {
+ _dataRelazioneFineLavoriTotale = dataRelazioneFineLavoriTotale;
+ }
+
+ @JSON
+ @Override
+ public boolean getVerificata() {
+ return _verificata;
+ }
+
+ @Override
+ public boolean isVerificata() {
+ return _verificata;
+ }
+
+ @Override
+ public void setVerificata(boolean verificata) {
+ _columnBitmask |= VERIFICATA_COLUMN_BITMASK;
+
+ if (!_setOriginalVerificata) {
+ _setOriginalVerificata = true;
+
+ _originalVerificata = _verificata;
+ }
+
+ _verificata = verificata;
+ }
+
+ public boolean getOriginalVerificata() {
+ return _originalVerificata;
+ }
+
+ @JSON
+ @Override
+ public Date getDataVerifica() {
+ return _dataVerifica;
+ }
+
+ @Override
+ public void setDataVerifica(Date dataVerifica) {
+ _dataVerifica = dataVerifica;
+ }
+
+ @Override
+ public StagedModelType getStagedModelType() {
+ return new StagedModelType(PortalUtil.getClassNameId(
+ PraticaAttenzionata.class.getName()));
+ }
+
+ public long getColumnBitmask() {
+ return _columnBitmask;
+ }
+
+ @Override
+ public ExpandoBridge getExpandoBridge() {
+ return ExpandoBridgeFactoryUtil.getExpandoBridge(getCompanyId(),
+ PraticaAttenzionata.class.getName(), getPrimaryKey());
+ }
+
+ @Override
+ public void setExpandoBridgeAttributes(ServiceContext serviceContext) {
+ ExpandoBridge expandoBridge = getExpandoBridge();
+
+ expandoBridge.setAttributes(serviceContext);
+ }
+
+ @Override
+ public PraticaAttenzionata toEscapedModel() {
+ if (_escapedModel == null) {
+ _escapedModel = (PraticaAttenzionata)ProxyUtil.newProxyInstance(_classLoader,
+ _escapedModelInterfaces, new AutoEscapeBeanHandler(this));
+ }
+
+ return _escapedModel;
+ }
+
+ @Override
+ public Object clone() {
+ PraticaAttenzionataImpl praticaAttenzionataImpl = new PraticaAttenzionataImpl();
+
+ praticaAttenzionataImpl.setUuid(getUuid());
+ praticaAttenzionataImpl.setPraticaAttenzionataId(getPraticaAttenzionataId());
+ praticaAttenzionataImpl.setCompanyId(getCompanyId());
+ praticaAttenzionataImpl.setUserId(getUserId());
+ praticaAttenzionataImpl.setUserName(getUserName());
+ praticaAttenzionataImpl.setCreateDate(getCreateDate());
+ praticaAttenzionataImpl.setModifiedDate(getModifiedDate());
+ praticaAttenzionataImpl.setGroupId(getGroupId());
+ praticaAttenzionataImpl.setIntPraticaId(getIntPraticaId());
+ praticaAttenzionataImpl.setFineLavoriId(getFineLavoriId());
+ praticaAttenzionataImpl.setNumeroProgetto(getNumeroProgetto());
+ praticaAttenzionataImpl.setDataFineLavoriTotale(getDataFineLavoriTotale());
+ praticaAttenzionataImpl.setDataRelazioneFineLavoriTotale(getDataRelazioneFineLavoriTotale());
+ praticaAttenzionataImpl.setVerificata(getVerificata());
+ praticaAttenzionataImpl.setDataVerifica(getDataVerifica());
+
+ praticaAttenzionataImpl.resetOriginalValues();
+
+ return praticaAttenzionataImpl;
+ }
+
+ @Override
+ public int compareTo(PraticaAttenzionata praticaAttenzionata) {
+ long primaryKey = praticaAttenzionata.getPrimaryKey();
+
+ if (getPrimaryKey() < primaryKey) {
+ return -1;
+ }
+ else if (getPrimaryKey() > primaryKey) {
+ return 1;
+ }
+ else {
+ return 0;
+ }
+ }
+
+ @Override
+ public boolean equals(Object obj) {
+ if (this == obj) {
+ return true;
+ }
+
+ if (!(obj instanceof PraticaAttenzionata)) {
+ return false;
+ }
+
+ PraticaAttenzionata praticaAttenzionata = (PraticaAttenzionata)obj;
+
+ long primaryKey = praticaAttenzionata.getPrimaryKey();
+
+ if (getPrimaryKey() == primaryKey) {
+ return true;
+ }
+ else {
+ return false;
+ }
+ }
+
+ @Override
+ public int hashCode() {
+ return (int)getPrimaryKey();
+ }
+
+ @Override
+ public void resetOriginalValues() {
+ PraticaAttenzionataModelImpl praticaAttenzionataModelImpl = this;
+
+ praticaAttenzionataModelImpl._originalUuid = praticaAttenzionataModelImpl._uuid;
+
+ praticaAttenzionataModelImpl._originalCompanyId = praticaAttenzionataModelImpl._companyId;
+
+ praticaAttenzionataModelImpl._setOriginalCompanyId = false;
+
+ praticaAttenzionataModelImpl._originalGroupId = praticaAttenzionataModelImpl._groupId;
+
+ praticaAttenzionataModelImpl._setOriginalGroupId = false;
+
+ praticaAttenzionataModelImpl._originalVerificata = praticaAttenzionataModelImpl._verificata;
+
+ praticaAttenzionataModelImpl._setOriginalVerificata = false;
+
+ praticaAttenzionataModelImpl._columnBitmask = 0;
+ }
+
+ @Override
+ public CacheModel toCacheModel() {
+ PraticaAttenzionataCacheModel praticaAttenzionataCacheModel = new PraticaAttenzionataCacheModel();
+
+ praticaAttenzionataCacheModel.uuid = getUuid();
+
+ String uuid = praticaAttenzionataCacheModel.uuid;
+
+ if ((uuid != null) && (uuid.length() == 0)) {
+ praticaAttenzionataCacheModel.uuid = null;
+ }
+
+ praticaAttenzionataCacheModel.praticaAttenzionataId = getPraticaAttenzionataId();
+
+ praticaAttenzionataCacheModel.companyId = getCompanyId();
+
+ praticaAttenzionataCacheModel.userId = getUserId();
+
+ praticaAttenzionataCacheModel.userName = getUserName();
+
+ String userName = praticaAttenzionataCacheModel.userName;
+
+ if ((userName != null) && (userName.length() == 0)) {
+ praticaAttenzionataCacheModel.userName = null;
+ }
+
+ Date createDate = getCreateDate();
+
+ if (createDate != null) {
+ praticaAttenzionataCacheModel.createDate = createDate.getTime();
+ }
+ else {
+ praticaAttenzionataCacheModel.createDate = Long.MIN_VALUE;
+ }
+
+ Date modifiedDate = getModifiedDate();
+
+ if (modifiedDate != null) {
+ praticaAttenzionataCacheModel.modifiedDate = modifiedDate.getTime();
+ }
+ else {
+ praticaAttenzionataCacheModel.modifiedDate = Long.MIN_VALUE;
+ }
+
+ praticaAttenzionataCacheModel.groupId = getGroupId();
+
+ praticaAttenzionataCacheModel.intPraticaId = getIntPraticaId();
+
+ praticaAttenzionataCacheModel.fineLavoriId = getFineLavoriId();
+
+ praticaAttenzionataCacheModel.numeroProgetto = getNumeroProgetto();
+
+ String numeroProgetto = praticaAttenzionataCacheModel.numeroProgetto;
+
+ if ((numeroProgetto != null) && (numeroProgetto.length() == 0)) {
+ praticaAttenzionataCacheModel.numeroProgetto = null;
+ }
+
+ Date dataFineLavoriTotale = getDataFineLavoriTotale();
+
+ if (dataFineLavoriTotale != null) {
+ praticaAttenzionataCacheModel.dataFineLavoriTotale = dataFineLavoriTotale.getTime();
+ }
+ else {
+ praticaAttenzionataCacheModel.dataFineLavoriTotale = Long.MIN_VALUE;
+ }
+
+ Date dataRelazioneFineLavoriTotale = getDataRelazioneFineLavoriTotale();
+
+ if (dataRelazioneFineLavoriTotale != null) {
+ praticaAttenzionataCacheModel.dataRelazioneFineLavoriTotale = dataRelazioneFineLavoriTotale.getTime();
+ }
+ else {
+ praticaAttenzionataCacheModel.dataRelazioneFineLavoriTotale = Long.MIN_VALUE;
+ }
+
+ praticaAttenzionataCacheModel.verificata = getVerificata();
+
+ Date dataVerifica = getDataVerifica();
+
+ if (dataVerifica != null) {
+ praticaAttenzionataCacheModel.dataVerifica = dataVerifica.getTime();
+ }
+ else {
+ praticaAttenzionataCacheModel.dataVerifica = Long.MIN_VALUE;
+ }
+
+ return praticaAttenzionataCacheModel;
+ }
+
+ @Override
+ public String toString() {
+ StringBundler sb = new StringBundler(31);
+
+ sb.append("{uuid=");
+ sb.append(getUuid());
+ sb.append(", praticaAttenzionataId=");
+ sb.append(getPraticaAttenzionataId());
+ sb.append(", companyId=");
+ sb.append(getCompanyId());
+ sb.append(", userId=");
+ sb.append(getUserId());
+ sb.append(", userName=");
+ sb.append(getUserName());
+ sb.append(", createDate=");
+ sb.append(getCreateDate());
+ sb.append(", modifiedDate=");
+ sb.append(getModifiedDate());
+ sb.append(", groupId=");
+ sb.append(getGroupId());
+ sb.append(", intPraticaId=");
+ sb.append(getIntPraticaId());
+ sb.append(", fineLavoriId=");
+ sb.append(getFineLavoriId());
+ sb.append(", numeroProgetto=");
+ sb.append(getNumeroProgetto());
+ sb.append(", dataFineLavoriTotale=");
+ sb.append(getDataFineLavoriTotale());
+ sb.append(", dataRelazioneFineLavoriTotale=");
+ sb.append(getDataRelazioneFineLavoriTotale());
+ sb.append(", verificata=");
+ sb.append(getVerificata());
+ sb.append(", dataVerifica=");
+ sb.append(getDataVerifica());
+ sb.append("}");
+
+ return sb.toString();
+ }
+
+ @Override
+ public String toXmlString() {
+ StringBundler sb = new StringBundler(49);
+
+ sb.append("");
+ sb.append("it.tref.liferay.portos.bo.model.PraticaAttenzionata");
+ sb.append("");
+
+ sb.append(
+ "uuid");
+ sb.append(
+ "praticaAttenzionataId");
+ sb.append(
+ "companyId");
+ sb.append(
+ "userId");
+ sb.append(
+ "userName");
+ sb.append(
+ "createDate");
+ sb.append(
+ "modifiedDate");
+ sb.append(
+ "groupId");
+ sb.append(
+ "intPraticaId");
+ sb.append(
+ "fineLavoriId");
+ sb.append(
+ "numeroProgetto");
+ sb.append(
+ "dataFineLavoriTotale");
+ sb.append(
+ "dataRelazioneFineLavoriTotale");
+ sb.append(
+ "verificata");
+ sb.append(
+ "dataVerifica");
+
+ sb.append("");
+
+ return sb.toString();
+ }
+
+ private static ClassLoader _classLoader = PraticaAttenzionata.class.getClassLoader();
+ private static Class>[] _escapedModelInterfaces = new Class[] {
+ PraticaAttenzionata.class
+ };
+ private String _uuid;
+ private String _originalUuid;
+ private long _praticaAttenzionataId;
+ private long _companyId;
+ private long _originalCompanyId;
+ private boolean _setOriginalCompanyId;
+ private long _userId;
+ private String _userUuid;
+ private String _userName;
+ private Date _createDate;
+ private Date _modifiedDate;
+ private long _groupId;
+ private long _originalGroupId;
+ private boolean _setOriginalGroupId;
+ private long _intPraticaId;
+ private long _fineLavoriId;
+ private String _numeroProgetto;
+ private Date _dataFineLavoriTotale;
+ private Date _dataRelazioneFineLavoriTotale;
+ private boolean _verificata;
+ private boolean _originalVerificata;
+ private boolean _setOriginalVerificata;
+ private Date _dataVerifica;
+ private long _columnBitmask;
+ private PraticaAttenzionata _escapedModel;
+}
\ 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/portlet/AmministrazionePortlet.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/AmministrazionePortlet.java
index c07a7f3a..30cad0d7 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/AmministrazionePortlet.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/AmministrazionePortlet.java
@@ -180,6 +180,7 @@ public class AmministrazionePortlet extends MVCPortlet {
String denominazione = ParamUtil.getString(actionRequest, "denominazione");
String mailSuap = ParamUtil.getString(actionRequest, "mailSuap");
String mailSue = ParamUtil.getString(actionRequest, "mailSue");
+ boolean praticaOspedaliera = ParamUtil.getBoolean(actionRequest, "praticaOspedali");
boolean provincia = ParamUtil.getBoolean(actionRequest, "provincia");
ServiceContext serviceContext = ServiceContextFactory.getInstance(Comune.class.getName(), actionRequest);
long userId = PortalUtil.getUserId(actionRequest);
@@ -188,10 +189,10 @@ public class AmministrazionePortlet extends MVCPortlet {
if (comuneId == 0) { // ADD
codiceComune = codiceIstat.substring(0, 3);
comune = ComuneLocalServiceUtil.addComune(userId, codiceProvincia, codiceComune, codiceIstat,
- codiceBelfiore, denominazione, provincia, mailSuap, mailSue, serviceContext);
+ codiceBelfiore, denominazione, provincia, mailSuap, mailSue, praticaOspedaliera, serviceContext);
} else { // EDIT
ComuneLocalServiceUtil.updateComune(userId, comuneId, codiceProvincia, codiceComune, codiceIstat,
- denominazione, provincia, mailSuap, mailSue, serviceContext);
+ denominazione, provincia, mailSuap, mailSue, praticaOspedaliera, serviceContext);
}
String redirect = ParamUtil.getString(actionRequest, "redirect");
if (Validator.isNull(redirect)) {
@@ -374,17 +375,17 @@ public class AmministrazionePortlet extends MVCPortlet {
if (nazioneEstera) {
ComuneLocalServiceUtil.addComune(themeDisplay.getUserId(), codiceProvincia,
codiceComune, codiceIstat, codiceBelfiore, denominazione, false, true,
- StringPool.BLANK, StringPool.BLANK, serviceContext);
+ StringPool.BLANK, StringPool.BLANK, false, serviceContext);
} else {
ComuneLocalServiceUtil.addComune(themeDisplay.getUserId(), codiceProvincia,
codiceComune, codiceIstat, codiceBelfiore, denominazione, isProvincia, false,
- StringPool.BLANK, StringPool.BLANK, serviceContext);
+ StringPool.BLANK, StringPool.BLANK, false, serviceContext);
}
} else {
_log.debug("Il comune esiste e verra' aggiornato: " + csvRecord);
ComuneLocalServiceUtil.updateComune(themeDisplay.getUserId(), comuneO.getPrimaryKey(),
codiceProvincia, codiceComune, codiceIstat, denominazione, isProvincia,
- nazioneEstera, StringPool.BLANK, StringPool.BLANK, serviceContext);
+ nazioneEstera, StringPool.BLANK, StringPool.BLANK, false, serviceContext);
}
}
} catch (PortalException e) {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/FascicoloPortlet.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/FascicoloPortlet.java
index 544ec2cf..9acf3523 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/FascicoloPortlet.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/FascicoloPortlet.java
@@ -240,6 +240,7 @@ public class FascicoloPortlet extends MVCPortlet {
String protocollo = actionRequest.getParameter("protocollo");
// String tipoPratica = actionRequest.getParameter("tipoPratica");
String tipoProcedura = actionRequest.getParameter("tipoProcedura");
+// String praticaospedaliera = String.valueOf(ParamUtil.getBoolean(actionRequest, "praticaospedaliera"));
String statoPratica = actionRequest.getParameter("statoPratica");
String committente = actionRequest.getParameter("committente");
String descInterventoSearch = actionRequest.getParameter("descIntervento");
@@ -277,7 +278,7 @@ public class FascicoloPortlet extends MVCPortlet {
actionResponse.setRenderParameter("praticaAperta", praticaAperta);
actionResponse.setRenderParameter("descIntervento", descInterventoSearch);
actionResponse.setRenderParameter("protocollo", protocollo);
- // actionResponse.setRenderParameter("tipoPratica", tipoPratica);
+// actionResponse.setRenderParameter("praticaospedaliera", praticaospedaliera);
actionResponse.setRenderParameter("tipoProcedura", tipoProcedura);
actionResponse.setRenderParameter("statoPratica", statoPratica);
actionResponse.setRenderParameter("committente", committente);
@@ -325,7 +326,7 @@ public class FascicoloPortlet extends MVCPortlet {
} else if ("page_allegati".equals(comingFrom)) {
tipologieAllegati = DocumentiPraticaUtil.getDocDomanda();
} else if ("page_fine_lavori".equals(comingFrom)) {
- tipologieAllegati = DocumentiPraticaUtil.getDocFineLavori();
+ tipologieAllegati = ValidazionePraticaUtil.getDocFineLavori(intPraticaId);
} else if ("page_collaudo".equals(comingFrom)) {
tipologieAllegati = DocumentiPraticaUtil.getDocCollaudo();
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/FineLavoriCollaudoPanel.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/FineLavoriCollaudoPanel.java
new file mode 100644
index 00000000..860eeb88
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/portlet/FineLavoriCollaudoPanel.java
@@ -0,0 +1,37 @@
+package it.tref.liferay.portos.bo.portlet;
+
+import com.liferay.portal.kernel.exception.PortalException;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.kernel.log.Log;
+import com.liferay.portal.kernel.log.LogFactoryUtil;
+import com.liferay.portal.kernel.servlet.SessionErrors;
+import com.liferay.portal.service.ServiceContext;
+import com.liferay.portal.service.ServiceContextFactory;
+import com.liferay.util.bridges.mvc.MVCPortlet;
+
+import it.tref.liferay.portos.bo.model.Provincia;
+import it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalServiceUtil;
+import it.tref.liferay.portos.bo.shared.util.ParamUtil;
+
+import javax.portlet.ActionRequest;
+import javax.portlet.ActionResponse;
+
+public class FineLavoriCollaudoPanel extends MVCPortlet {
+
+ public void verificaPratica(ActionRequest actionRequest, ActionResponse actionResponse) {
+
+ long praticaAttenzionataId = ParamUtil.getLong(actionRequest, "praticaAttenzionataId");
+
+ try{
+ ServiceContext serviceContext = ServiceContextFactory.getInstance(actionRequest);
+
+ PraticaAttenzionataLocalServiceUtil.verificaPraticaAttenzionata(praticaAttenzionataId, serviceContext);
+ } catch (PortalException | SystemException e){
+ _log.error(e,e);
+ SessionErrors.add(actionRequest, "errore-impossibile-verificare");
+ }
+
+ }
+
+ private Log _log = LogFactoryUtil.getLog(FineLavoriCollaudoPanel.class);
+}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/report/builder/bean/ReportAvvisoBean.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/report/builder/bean/ReportAvvisoBean.java
index a7ff08bb..d746d05d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/report/builder/bean/ReportAvvisoBean.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/report/builder/bean/ReportAvvisoBean.java
@@ -48,6 +48,42 @@ public class ReportAvvisoBean implements Serializable {
private String elencoNumeriProtocolloIntegrazione;
private Boolean parziale;
private String parzialeNumero;
+ private boolean richiestaAttestazione;
+ private String dataPraticaString;
+ private String dataFineLavoriString;
+ private String dataInizioLavoriString;
+
+ public String getDataInizioLavoriString() {
+ return dataInizioLavoriString;
+ }
+
+ public void setDataInizioLavoriString(String dataInizioLavoriString) {
+ this.dataInizioLavoriString = dataInizioLavoriString;
+ }
+
+ public String getDataFineLavoriString() {
+ return dataFineLavoriString;
+ }
+
+ public void setDataFineLavoriString(String dataFineLavoriString) {
+ this.dataFineLavoriString = dataFineLavoriString;
+ }
+
+ public String getDataPraticaString() {
+ return dataPraticaString;
+ }
+
+ public void setDataPraticaString(String dataPraticaString) {
+ this.dataPraticaString = dataPraticaString;
+ }
+
+ public boolean isRichiestaAttestazione() {
+ return richiestaAttestazione;
+ }
+
+ public void setRichiestaAttestazione(boolean richiestaAttestazione) {
+ this.richiestaAttestazione = richiestaAttestazione;
+ }
public String getTipo() {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/report/builder/builder/ReportAvvisoBeanBuilder.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/report/builder/builder/ReportAvvisoBeanBuilder.java
index 2835da7b..e17409c3 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/report/builder/builder/ReportAvvisoBeanBuilder.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/report/builder/builder/ReportAvvisoBeanBuilder.java
@@ -82,6 +82,9 @@ public class ReportAvvisoBeanBuilder {
dettPratica = DettPraticaLocalServiceUtil.getDettPratica(avviso.getClassPk());
bean.setNumeroProtocollo(dettPratica.getProtocollo());
bean.setVarianteNumero(dettPratica.getVarianteNumero());
+ bean.setDataInizioLavoriString(
+ Validator.isNull(dettPratica.getDataInizioLavoriOpera()) ?
+ StringPool.BLANK : new SimpleDateFormat("dd/MM/yyy").format(dettPratica.getDataInizioLavoriOpera()));
// DATI PER INTEGRAZIONE
if (dettPratica.getIntegrazione() > 0) {
numeroIntegrazione = dettPratica.getIntegrazione();
@@ -144,6 +147,7 @@ public class ReportAvvisoBeanBuilder {
bean.setNumeroProtocollo(fineLavori.getProtocollo());
bean.setParziale(fineLavori.isParziale());
bean.setParzialeNumero(String.valueOf(fineLavori.getNumero()));
+ bean.setRichiestaAttestazione(fineLavori.isRichiestaAttestazione());
} else if (Collaudo.class.getName().equalsIgnoreCase(avviso.getClassName())) {
Collaudo collaudo = CollaudoLocalServiceUtil.getCollaudo(avviso.getClassPk());
dettPratica = DettPraticaLocalServiceUtil.getLastCompletedByIntPratica(intPraticaId);
@@ -178,11 +182,21 @@ public class ReportAvvisoBeanBuilder {
if (FineLavori.class.getName().equalsIgnoreCase(avviso.getClassName())) {
FineLavori fineLavori = FineLavoriLocalServiceUtil.getFineLavori(avviso.getClassPk());
bean.setDataPratica(fineLavori.getDtProtocollo());
+ bean.setDataFineLavoriString(new SimpleDateFormat("dd/MM/yyy").format(fineLavori.getDataFineLavori()));
+ if(Validator.isNotNull(fineLavori.getDtProtocollo())){
+ bean.setDataPraticaString(new SimpleDateFormat("dd/MM/yyy").format(fineLavori.getDtProtocollo()));
+ }
} else if (Collaudo.class.getName().equalsIgnoreCase(avviso.getClassName())) {
Collaudo collaudo = CollaudoLocalServiceUtil.getCollaudo(avviso.getClassPk());
bean.setDataPratica(collaudo.getDtProtocollo());
+ if(Validator.isNotNull(collaudo.getDtProtocollo())){
+ bean.setDataPraticaString(new SimpleDateFormat("dd/MM/yyy").format(collaudo.getDtProtocollo()));
+ }
} else {
bean.setDataPratica(intPratica.getDtPratica());
+ if(Validator.isNotNull(intPratica.getDtPratica())){
+ bean.setDataPraticaString(new SimpleDateFormat("dd/MM/yyy").format(intPratica.getDtPratica()));
+ }
}
bean.setDataAvviso(avviso.getModifiedDate());
bean.setTipoPratica(intPratica.getTipoPratica());
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerGeneraDocumento.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerGeneraDocumento.java
index 26b431e4..4b5e140e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerGeneraDocumento.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerGeneraDocumento.java
@@ -52,7 +52,9 @@ public class SchedulerGeneraDocumento implements MessageListener {
@Override
public void receive(Message message) throws MessageListenerException {
-
+ if(_log.isDebugEnabled()){
+ _log.debug("SchedulerGeneraDocumento is running");
+ }
if (lock.tryLock()) {
try {
// campo abilitazione scheduler
@@ -66,12 +68,14 @@ public class SchedulerGeneraDocumento implements MessageListener {
List avvisi = AvvisoLocalServiceUtil.getAvvisiGenerazioneDocumento(cursor,
cursor + SIZE);
for (Avviso avviso : avvisi) {
+ _log.info("SchedulerGeneraDocumento - avviso "+avviso.getAvvisoId());
try {
FileEntry fileEntryTemplate = null;
try {
fileEntryTemplate = DLAppLocalServiceUtil.getFileEntry(avviso
.getFileEntryIdTemplate());
} catch (PortalException e) {
+ _log.error(e,e);
// bloccato, non esiste file di template
AvvisoLocalServiceUtil.updateAvvisoErrore(avviso.getAvvisoId(), true);
}
@@ -86,7 +90,9 @@ public class SchedulerGeneraDocumento implements MessageListener {
}
}
}
- _log.debug("SchedulerGeneraDocumento - fine");
+ if(_log.isDebugEnabled()){
+ _log.debug("SchedulerGeneraDocumento - fine");
+ }
} catch (SystemException e) {
_log.error("Error", e);
} finally {
@@ -96,7 +102,9 @@ public class SchedulerGeneraDocumento implements MessageListener {
}
private Long generaDocumento(Avviso avviso, long fileEntryIdTemplate) throws SystemException {
-
+ if(_log.isDebugEnabled()){
+ _log.debug("SchedulerGeneraDocumento - json avviso " + JSONFactoryUtil.looseSerialize(avviso));
+ }
Long idFileEntry = null;
try {
long companyId = avviso.getCompanyId();
@@ -139,7 +147,13 @@ public class SchedulerGeneraDocumento implements MessageListener {
reportDto.setParameters(parameters);
reportDto.setShowNumberOfPage(true);
reportDto.setType(ReportConstants.ReportType.JRXML_TO_PDF.toString());
+ if(_log.isDebugEnabled()){
+ _log.debug("SchedulerGeneraDocumento - json reportDto" + JSONFactoryUtil.looseSerialize(reportDto));
+ }
ReportResultDto result = ReportUtil.generateReport(companyId, userId, reportDto, bean);
+ if(_log.isDebugEnabled()){
+ _log.debug("SchedulerGeneraDocumento - json reportDto" + JSONFactoryUtil.looseSerialize(result));
+ }
idFileEntry = result.getFileEntryIds()[0];
if (Validator.isNotNull(idFileEntry)) {
if (avviso.getTipoAvviso().equalsIgnoreCase(AvvisoUtil.TIPO_AVVISO_DIRETTO)) {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerGeneraProtocollo.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerGeneraProtocollo.java
index 4d0bf1b3..e5ed489f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerGeneraProtocollo.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerGeneraProtocollo.java
@@ -1,5 +1,16 @@
package it.tref.liferay.portos.bo.scheduler;
+import com.liferay.portal.kernel.exception.PortalException;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.kernel.log.Log;
+import com.liferay.portal.kernel.log.LogFactoryUtil;
+import com.liferay.portal.kernel.messaging.Message;
+import com.liferay.portal.kernel.messaging.MessageListener;
+import com.liferay.portal.kernel.messaging.MessageListenerException;
+import com.liferay.portal.kernel.repository.model.FileEntry;
+import com.liferay.portal.kernel.util.Validator;
+import com.liferay.portlet.documentlibrary.service.DLAppLocalServiceUtil;
+
import it.tref.liferay.portos.bo.model.Avviso;
import it.tref.liferay.portos.bo.service.AvvisoLocalServiceUtil;
import it.tref.liferay.portos.bo.util.AvvisoUtil;
@@ -16,17 +27,6 @@ import java.util.Map;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
-import com.liferay.portal.kernel.exception.PortalException;
-import com.liferay.portal.kernel.exception.SystemException;
-import com.liferay.portal.kernel.log.Log;
-import com.liferay.portal.kernel.log.LogFactoryUtil;
-import com.liferay.portal.kernel.messaging.Message;
-import com.liferay.portal.kernel.messaging.MessageListener;
-import com.liferay.portal.kernel.messaging.MessageListenerException;
-import com.liferay.portal.kernel.repository.model.FileEntry;
-import com.liferay.portal.kernel.util.Validator;
-import com.liferay.portlet.documentlibrary.service.DLAppLocalServiceUtil;
-
public class SchedulerGeneraProtocollo implements MessageListener {
private static final Log _log = LogFactoryUtil.getLog(SchedulerGeneraProtocollo.class);
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerInvioDocumento.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerInvioDocumento.java
index 0ec55e1d..50fd7765 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerInvioDocumento.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerInvioDocumento.java
@@ -1,5 +1,33 @@
package it.tref.liferay.portos.bo.scheduler;
+import com.liferay.portal.kernel.exception.PortalException;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.kernel.json.JSONFactoryUtil;
+import com.liferay.portal.kernel.json.JSONObject;
+import com.liferay.portal.kernel.json.JSONSerializer;
+import com.liferay.portal.kernel.language.LanguageUtil;
+import com.liferay.portal.kernel.log.Log;
+import com.liferay.portal.kernel.log.LogFactoryUtil;
+import com.liferay.portal.kernel.messaging.Message;
+import com.liferay.portal.kernel.messaging.MessageListener;
+import com.liferay.portal.kernel.messaging.MessageListenerException;
+import com.liferay.portal.kernel.repository.model.FileEntry;
+import com.liferay.portal.kernel.util.ArrayUtil;
+import com.liferay.portal.kernel.util.FastDateFormatFactoryUtil;
+import com.liferay.portal.kernel.util.LocaleUtil;
+import com.liferay.portal.kernel.util.StringPool;
+import com.liferay.portal.kernel.util.Validator;
+import com.liferay.portal.kernel.workflow.WorkflowException;
+import com.liferay.portal.kernel.workflow.WorkflowInstance;
+import com.liferay.portal.kernel.workflow.WorkflowInstanceManagerUtil;
+import com.liferay.portal.model.Company;
+import com.liferay.portal.service.CompanyLocalServiceUtil;
+import com.liferay.portal.service.ServiceContext;
+import com.liferay.portal.workflow.kaleo.model.KaleoInstance;
+import com.liferay.portal.workflow.kaleo.model.KaleoInstanceToken;
+import com.liferay.portal.workflow.kaleo.service.KaleoInstanceLocalServiceUtil;
+import com.liferay.portlet.documentlibrary.service.DLAppLocalServiceUtil;
+
import it.tref.liferay.portos.bo.model.Avviso;
import it.tref.liferay.portos.bo.model.Collaudo;
import it.tref.liferay.portos.bo.model.Comune;
@@ -47,34 +75,6 @@ import java.util.Set;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
-import com.liferay.portal.kernel.exception.PortalException;
-import com.liferay.portal.kernel.exception.SystemException;
-import com.liferay.portal.kernel.json.JSONFactoryUtil;
-import com.liferay.portal.kernel.json.JSONObject;
-import com.liferay.portal.kernel.json.JSONSerializer;
-import com.liferay.portal.kernel.language.LanguageUtil;
-import com.liferay.portal.kernel.log.Log;
-import com.liferay.portal.kernel.log.LogFactoryUtil;
-import com.liferay.portal.kernel.messaging.Message;
-import com.liferay.portal.kernel.messaging.MessageListener;
-import com.liferay.portal.kernel.messaging.MessageListenerException;
-import com.liferay.portal.kernel.repository.model.FileEntry;
-import com.liferay.portal.kernel.util.ArrayUtil;
-import com.liferay.portal.kernel.util.FastDateFormatFactoryUtil;
-import com.liferay.portal.kernel.util.LocaleUtil;
-import com.liferay.portal.kernel.util.StringPool;
-import com.liferay.portal.kernel.util.Validator;
-import com.liferay.portal.kernel.workflow.WorkflowException;
-import com.liferay.portal.kernel.workflow.WorkflowInstance;
-import com.liferay.portal.kernel.workflow.WorkflowInstanceManagerUtil;
-import com.liferay.portal.model.Company;
-import com.liferay.portal.service.CompanyLocalServiceUtil;
-import com.liferay.portal.service.ServiceContext;
-import com.liferay.portal.workflow.kaleo.model.KaleoInstance;
-import com.liferay.portal.workflow.kaleo.model.KaleoInstanceToken;
-import com.liferay.portal.workflow.kaleo.service.KaleoInstanceLocalServiceUtil;
-import com.liferay.portlet.documentlibrary.service.DLAppLocalServiceUtil;
-
public class SchedulerInvioDocumento implements MessageListener {
private static final Log _log = LogFactoryUtil.getLog(SchedulerInvioDocumento.class);
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerPratiche.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerPratiche.java
index caccb78f..3e082fa2 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerPratiche.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/scheduler/SchedulerPratiche.java
@@ -13,6 +13,7 @@ import it.tref.liferay.portos.bo.service.ControlloPraticaLocalServiceUtil;
import it.tref.liferay.portos.bo.service.DettPraticaLocalServiceUtil;
import it.tref.liferay.portos.bo.service.FineLavoriLocalServiceUtil;
import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil;
+import it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalServiceUtil;
import it.tref.liferay.portos.bo.service.TerritorioLocalServiceUtil;
import it.tref.liferay.portos.bo.shared.util.StatoPraticaConstants;
import it.tref.liferay.portos.bo.shared.util.TipoIntegrazioneUtil;
@@ -133,11 +134,15 @@ public class SchedulerPratiche implements MessageListener {
PrincipalThreadLocal.setName(user.getUserId());
PermissionChecker permissionChecker = PermissionCheckerFactoryUtil.create(user);
PermissionThreadLocal.setPermissionChecker(permissionChecker);
- if (!fineLavori.isParziale() && fineLavori.isRichiestaAttestazione()) {
+ // EVOLUTIVE 2023
+ // COMMENTATO L'IF PER POTER CREARE AVVISO IN OGNI CASO.
+ // VALUTARE SE NECESSARIO DIFFERENZIARE GLI AVVISI VIDIMAZIONE/ATTESTAZIONE
+// if (!fineLavori.isParziale() && fineLavori.isRichiestaAttestazione()) {
+// if (fineLavori.isRichiestaAttestazione()) {
creaAvvisoVidimazione(fineLavori.getCompanyId(), fineLavori.getGroupId(),
fineLavori.getUserId(), fineLavori.getIntPraticaId(),
fineLavori.getFineLavoriId(), FineLavori.class.getName());
- }
+// }
fineLavori.setGestita(true);
FineLavoriLocalServiceUtil.updateFineLavori(fineLavori);
} catch (Exception e) {
@@ -229,6 +234,11 @@ public class SchedulerPratiche implements MessageListener {
private void creaAvvisoVidimazione(long companyId, long groupId, long userId, long intPraticaId, long classPk,
String className) throws SystemException, PortalException {
+
+ ServiceContext serviceContext = new ServiceContext();
+ serviceContext.setCompanyId(companyId);
+ serviceContext.setScopeGroupId(groupId);
+ serviceContext.setUserId(userId);
String descLong = StringPool.BLANK;
Date dtAvviso = new Date();
@@ -237,6 +247,13 @@ public class SchedulerPratiche implements MessageListener {
String propertiesTemplateType = StatoPraticaConstants.VIDIMATA;
if (FineLavori.class.getName().equals(className)) {
propertiesTemplateType = StatoPraticaConstants.FINE_LAVORI;
+ FineLavori fineLavori = FineLavoriLocalServiceUtil.getFineLavori(classPk);
+ if(!fineLavori.isParziale()){
+ IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(intPraticaId);
+ PraticaAttenzionataLocalServiceUtil.evalAndEventuallyAddPraticaAttenzionata(intPraticaId,
+ fineLavori.getFineLavoriId(), intPratica.getNumeroProgetto(), fineLavori.getDataFineLavori(),
+ new Date(), serviceContext);
+ }
} else if (Collaudo.class.getName().equals(className)) {
propertiesTemplateType = StatoPraticaConstants.COLLAUDO;
} else if (DettPratica.class.getName().equals(className)) {
@@ -248,10 +265,21 @@ public class SchedulerPratiche implements MessageListener {
String propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get(propertiesTemplateType);
long fileEntryIdTemplate = ConfigurazioneLocalServiceUtil.findByC_ChiaveLong(companyId, propertiesTemplate);
long controlloPraticaId = 0L;
- ServiceContext serviceContext = new ServiceContext();
- serviceContext.setCompanyId(companyId);
- serviceContext.setScopeGroupId(groupId);
- serviceContext.setUserId(userId);
+ _log.debug("creaAvvisoVidimazione: Pratica.isPraticaOspedaliera() ? " + IntPraticaLocalServiceUtil.getIntPratica(intPraticaId).isPraticaOspedaliera());
+// if(IntPraticaLocalServiceUtil.getIntPratica(intPraticaId).isPraticaOspedaliera()){
+// _log.debug("creaAvvisoVidimazione: Pratica is Ospedaliera - Creating PRATICA_OSPEDALIERA_DEPOSITO");
+// tipoDocumento = AvvisoUtil.PRATICA_OSPEDALIERA_DEPOSITO;
+// propertiesTemplateType = AvvisoUtil.PRATICA_OSPEDALIERA_DEPOSITO;
+// propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get(propertiesTemplateType);
+// fileEntryIdTemplate = ConfigurazioneLocalServiceUtil.findByC_ChiaveLong(companyId, propertiesTemplate);
+// if(Validator.isNull(AvvisoLocalServiceUtil.getAvvisoPraticaOspedaliera(intPraticaId))){
+// AvvisoLocalServiceUtil.addAvviso(intPraticaId, descLong,
+// dtAvviso, tipoAvviso, tipoDocumento, fileEntryIdTemplate, classPk,
+// className, controlloPraticaId, serviceContext);
+// }
+// return;
+// }
+ _log.debug("creaAvvisoVidimazione: tipoDocumento -> "+tipoDocumento);
AvvisoLocalServiceUtil.addAvviso(intPraticaId, descLong, dtAvviso, tipoAvviso, tipoDocumento,
fileEntryIdTemplate, classPk, className, controlloPraticaId, serviceContext);
}
@@ -273,7 +301,7 @@ public class SchedulerPratiche implements MessageListener {
IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(dettPratica.getIntPraticaId());
intPratica = assegnaNumeroProgetto(intPratica);
String tipoIntegrazione = dettPratica.getTipoIntegrazione();
- // 1º Avviso di ricezione corretta o in errore della pratica
+ // 1° Avviso di ricezione corretta o in errore della pratica
int count = AvvisoLocalServiceUtil.countAvvisoByClassPk_ClassName(dettPratica.getDettPraticaId(),
DettPratica.class.getName());
// in caso di errore non genere un nuovo avviso
@@ -283,6 +311,7 @@ public class SchedulerPratiche implements MessageListener {
if (TipoIntegrazioneUtil.RICHIESTA_INTEGRAZIONE.equals(tipoIntegrazione)) {
// avviso pilotato per integrazioni
String stato = StatoPraticaConstants.INTEGRAZIONE_ACCETTATA;
+ _log.debug("gestionePratica: Integrazione -> "+tipoIntegrazione+" | stato -> "+stato);
AvvisoLocalServiceUtil.createStandardAvvisoPratica(dettPratica.getIntPraticaId(), stato,
dettPratica.getDettPraticaId(), DettPratica.class.getName(), serviceContext,
AvvisoUtil.TIPO_AVVISO_DIRETTO, StringPool.BLANK, 0L);
@@ -294,6 +323,7 @@ public class SchedulerPratiche implements MessageListener {
} else {
stato = intPratica.getStatoPratica();
}
+ _log.debug("gestionePratica: Integrazione -> "+tipoIntegrazione+" | stato -> "+stato);
AvvisoLocalServiceUtil.createStandardAvvisoPratica(dettPratica.getIntPraticaId(), stato,
dettPratica.getDettPraticaId(), DettPratica.class.getName(), serviceContext,
AvvisoUtil.TIPO_AVVISO_DIRETTO, StringPool.BLANK, 0L);
@@ -303,6 +333,7 @@ public class SchedulerPratiche implements MessageListener {
propertiesTemplateType);
long fileEntryIdTemplate = ConfigurazioneLocalServiceUtil.findByC_ChiaveLong(
serviceContext.getCompanyId(), propertiesTemplate);
+ _log.debug("gestionePratica: Integrazione -> "+tipoIntegrazione+" | propertiesTemplate -> "+propertiesTemplate);
AvvisoLocalServiceUtil.addAvviso(dettPratica.getIntPraticaId(), StringPool.BLANK, new Date(),
AvvisoUtil.TIPO_AVVISO_DIRETTO, StatoPraticaConstants.VIDIMATA, fileEntryIdTemplate,
dettPratica.getDettPraticaId(), DettPratica.class.getName(), 0L, serviceContext);
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceBaseImpl.java
index ed3a354e..c71472ce 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1348,6 +1349,63 @@ public abstract class AllegatoManualeLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2043,6 +2101,12 @@ public abstract class AllegatoManualeLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceClpInvoker.java
index 29008a40..11e13dd4 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeLocalServiceClpInvoker.java
@@ -122,60 +122,60 @@ public class AllegatoManualeLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.AllegatoManuale"
};
- _methodName180 = "getBeanIdentifier";
+ _methodName186 = "getBeanIdentifier";
- _methodParameterTypes180 = new String[] { };
+ _methodParameterTypes186 = new String[] { };
- _methodName181 = "setBeanIdentifier";
+ _methodName187 = "setBeanIdentifier";
- _methodParameterTypes181 = new String[] { "java.lang.String" };
+ _methodParameterTypes187 = new String[] { "java.lang.String" };
- _methodName186 = "findByIntPratica";
+ _methodName192 = "findByIntPratica";
- _methodParameterTypes186 = new String[] { "long" };
+ _methodParameterTypes192 = new String[] { "long" };
- _methodName187 = "findByIntPratica";
+ _methodName193 = "findByIntPratica";
- _methodParameterTypes187 = new String[] {
+ _methodParameterTypes193 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName188 = "countByIntPratica";
+ _methodName194 = "countByIntPratica";
- _methodParameterTypes188 = new String[] { "long" };
+ _methodParameterTypes194 = new String[] { "long" };
- _methodName189 = "findByDettPratica";
+ _methodName195 = "findByDettPratica";
- _methodParameterTypes189 = new String[] { "long" };
+ _methodParameterTypes195 = new String[] { "long" };
- _methodName190 = "findByDettPratica";
+ _methodName196 = "findByDettPratica";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName191 = "countByDettPratica";
+ _methodName197 = "countByDettPratica";
- _methodParameterTypes191 = new String[] { "long" };
+ _methodParameterTypes197 = new String[] { "long" };
- _methodName192 = "addAllegatoManuale";
+ _methodName198 = "addAllegatoManuale";
- _methodParameterTypes192 = new String[] {
+ _methodParameterTypes198 = new String[] {
"long", "long", "long", "java.lang.String", "byte[][]",
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName193 = "deleteAllegatoManuale";
+ _methodName199 = "deleteAllegatoManuale";
- _methodParameterTypes193 = new String[] {
+ _methodParameterTypes199 = new String[] {
"it.tref.liferay.portos.bo.model.AllegatoManuale"
};
- _methodName194 = "deleteAllegatoManuale";
+ _methodName200 = "deleteAllegatoManuale";
- _methodParameterTypes194 = new String[] { "long" };
+ _methodParameterTypes200 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -291,56 +291,56 @@ public class AllegatoManualeLocalServiceClpInvoker {
return AllegatoManualeLocalServiceUtil.updateAllegatoManuale((it.tref.liferay.portos.bo.model.AllegatoManuale)arguments[0]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return AllegatoManualeLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
AllegatoManualeLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return AllegatoManualeLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return AllegatoManualeLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return AllegatoManualeLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return AllegatoManualeLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return AllegatoManualeLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return AllegatoManualeLocalServiceUtil.countByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return AllegatoManualeLocalServiceUtil.addAllegatoManuale(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -349,13 +349,13 @@ public class AllegatoManualeLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[6]);
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return AllegatoManualeLocalServiceUtil.deleteAllegatoManuale((it.tref.liferay.portos.bo.model.AllegatoManuale)arguments[0]);
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return AllegatoManualeLocalServiceUtil.deleteAllegatoManuale(((Long)arguments[0]).longValue());
}
@@ -402,26 +402,26 @@ public class AllegatoManualeLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
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;
+ private String[] _methodParameterTypes198;
+ private String _methodName199;
+ private String[] _methodParameterTypes199;
+ private String _methodName200;
+ private String[] _methodParameterTypes200;
}
\ 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/base/AllegatoManualeServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceBaseImpl.java
index 9c536a99..191ce41e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class AllegatoManualeServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1746,6 +1804,12 @@ public abstract class AllegatoManualeServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceClpInvoker.java
index d609a2b7..d5878a0d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AllegatoManualeServiceClpInvoker.java
@@ -24,114 +24,114 @@ import java.util.Arrays;
*/
public class AllegatoManualeServiceClpInvoker {
public AllegatoManualeServiceClpInvoker() {
- _methodName160 = "getBeanIdentifier";
+ _methodName166 = "getBeanIdentifier";
- _methodParameterTypes160 = new String[] { };
+ _methodParameterTypes166 = new String[] { };
- _methodName161 = "setBeanIdentifier";
+ _methodName167 = "setBeanIdentifier";
- _methodParameterTypes161 = new String[] { "java.lang.String" };
+ _methodParameterTypes167 = new String[] { "java.lang.String" };
- _methodName166 = "findByIntPratica";
+ _methodName172 = "findByIntPratica";
- _methodParameterTypes166 = new String[] { "long" };
+ _methodParameterTypes172 = new String[] { "long" };
- _methodName167 = "findByIntPratica";
+ _methodName173 = "findByIntPratica";
- _methodParameterTypes167 = new String[] {
+ _methodParameterTypes173 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName168 = "countByIntPratica";
+ _methodName174 = "countByIntPratica";
- _methodParameterTypes168 = new String[] { "long" };
+ _methodParameterTypes174 = new String[] { "long" };
- _methodName169 = "findByDettPratica";
+ _methodName175 = "findByDettPratica";
- _methodParameterTypes169 = new String[] { "long" };
+ _methodParameterTypes175 = new String[] { "long" };
- _methodName170 = "findByDettPratica";
+ _methodName176 = "findByDettPratica";
- _methodParameterTypes170 = new String[] {
+ _methodParameterTypes176 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName171 = "countByDettPratica";
+ _methodName177 = "countByDettPratica";
- _methodParameterTypes171 = new String[] { "long" };
+ _methodParameterTypes177 = new String[] { "long" };
- _methodName172 = "addAllegatoManuale";
+ _methodName178 = "addAllegatoManuale";
- _methodParameterTypes172 = new String[] {
+ _methodParameterTypes178 = new String[] {
"long", "long", "long", "java.lang.String", "byte[][]",
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName173 = "deleteAllegatoManuale";
+ _methodName179 = "deleteAllegatoManuale";
- _methodParameterTypes173 = new String[] {
+ _methodParameterTypes179 = new String[] {
"it.tref.liferay.portos.bo.model.AllegatoManuale"
};
- _methodName174 = "deleteAllegatoManuale";
+ _methodName180 = "deleteAllegatoManuale";
- _methodParameterTypes174 = new String[] { "long" };
+ _methodParameterTypes180 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName160.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) {
+ if (_methodName166.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
return AllegatoManualeServiceUtil.getBeanIdentifier();
}
- if (_methodName161.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) {
+ if (_methodName167.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
AllegatoManualeServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
return AllegatoManualeServiceUtil.findByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName167.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
+ if (_methodName173.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
return AllegatoManualeServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName168.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
+ if (_methodName174.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
return AllegatoManualeServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName169.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
+ if (_methodName175.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
return AllegatoManualeServiceUtil.findByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName170.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
+ if (_methodName176.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
return AllegatoManualeServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName171.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
+ if (_methodName177.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
return AllegatoManualeServiceUtil.countByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return AllegatoManualeServiceUtil.addAllegatoManuale(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -140,39 +140,39 @@ public class AllegatoManualeServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[6]);
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
return AllegatoManualeServiceUtil.deleteAllegatoManuale((it.tref.liferay.portos.bo.model.AllegatoManuale)arguments[0]);
}
- if (_methodName174.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
+ if (_methodName180.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
return AllegatoManualeServiceUtil.deleteAllegatoManuale(((Long)arguments[0]).longValue());
}
throw new UnsupportedOperationException();
}
- private String _methodName160;
- private String[] _methodParameterTypes160;
- private String _methodName161;
- private String[] _methodParameterTypes161;
private String _methodName166;
private String[] _methodParameterTypes166;
private String _methodName167;
private String[] _methodParameterTypes167;
- private String _methodName168;
- private String[] _methodParameterTypes168;
- private String _methodName169;
- private String[] _methodParameterTypes169;
- private String _methodName170;
- private String[] _methodParameterTypes170;
- private String _methodName171;
- private String[] _methodParameterTypes171;
private String _methodName172;
private String[] _methodParameterTypes172;
private String _methodName173;
private String[] _methodParameterTypes173;
private String _methodName174;
private String[] _methodParameterTypes174;
+ private String _methodName175;
+ private String[] _methodParameterTypes175;
+ private String _methodName176;
+ private String[] _methodParameterTypes176;
+ private String _methodName177;
+ private String[] _methodParameterTypes177;
+ private String _methodName178;
+ private String[] _methodParameterTypes178;
+ private String _methodName179;
+ private String[] _methodParameterTypes179;
+ private String _methodName180;
+ private String[] _methodParameterTypes180;
}
\ 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/base/AsseverazioneLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceBaseImpl.java
index bc022f6f..b6066baf 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1347,6 +1348,63 @@ public abstract class AsseverazioneLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2042,6 +2100,12 @@ public abstract class AsseverazioneLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceClpInvoker.java
index 16702744..eac7be75 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneLocalServiceClpInvoker.java
@@ -122,230 +122,230 @@ public class AsseverazioneLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Asseverazione"
};
- _methodName180 = "getBeanIdentifier";
+ _methodName186 = "getBeanIdentifier";
- _methodParameterTypes180 = new String[] { };
+ _methodParameterTypes186 = new String[] { };
- _methodName181 = "setBeanIdentifier";
+ _methodName187 = "setBeanIdentifier";
- _methodParameterTypes181 = new String[] { "java.lang.String" };
+ _methodParameterTypes187 = new String[] { "java.lang.String" };
- _methodName186 = "anteprimaAsseverazione";
+ _methodName192 = "anteprimaAsseverazione";
- _methodParameterTypes186 = new String[] {
+ _methodParameterTypes192 = new String[] {
"it.tref.liferay.portos.bo.model.Asseverazione"
};
- _methodName187 = "anteprimaAsseverazioneGeologo";
+ _methodName193 = "anteprimaAsseverazioneGeologo";
- _methodParameterTypes187 = new String[] { "java.lang.String", "long" };
+ _methodParameterTypes193 = new String[] { "java.lang.String", "long" };
- _methodName188 = "testoAsseverazioneGeologo";
+ _methodName194 = "testoAsseverazioneGeologo";
- _methodParameterTypes188 = new String[] {
+ _methodParameterTypes194 = new String[] {
"java.lang.String", "long", "java.lang.String"
};
- _methodName193 = "richiediAsseverazioni";
+ _methodName199 = "richiediAsseverazioni";
- _methodParameterTypes193 = new String[] {
+ _methodParameterTypes199 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName194 = "resetAsseverazione";
+ _methodName200 = "resetAsseverazione";
- _methodParameterTypes194 = new String[] { "long" };
+ _methodParameterTypes200 = new String[] { "long" };
- _methodName195 = "annullaAsseverazioni";
+ _methodName201 = "annullaAsseverazioni";
- _methodParameterTypes195 = new String[] { "long" };
+ _methodParameterTypes201 = new String[] { "long" };
- _methodName196 = "cambioStatoAsseverazione";
+ _methodName202 = "cambioStatoAsseverazione";
- _methodParameterTypes196 = new String[] {
+ _methodParameterTypes202 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName197 = "generateReportAsseverazione";
+ _methodName203 = "generateReportAsseverazione";
- _methodParameterTypes197 = new String[] {
+ _methodParameterTypes203 = new String[] {
"it.tref.liferay.portos.bo.model.Asseverazione", "long"
};
- _methodName198 = "cambioStatoAsseverazioni";
+ _methodName204 = "cambioStatoAsseverazioni";
- _methodParameterTypes198 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes204 = new String[] { "long", "java.lang.String" };
- _methodName199 = "concludiAsseverazioniExpired";
+ _methodName205 = "concludiAsseverazioniExpired";
- _methodParameterTypes199 = new String[] { "long" };
+ _methodParameterTypes205 = new String[] { "long" };
- _methodName200 = "rimuoviFileAsseverazione";
+ _methodName206 = "rimuoviFileAsseverazione";
- _methodParameterTypes200 = new String[] { "long" };
+ _methodParameterTypes206 = new String[] { "long" };
- _methodName201 = "deleteAsseverazione";
+ _methodName207 = "deleteAsseverazione";
- _methodParameterTypes201 = new String[] {
+ _methodParameterTypes207 = new String[] {
"it.tref.liferay.portos.bo.model.Asseverazione"
};
- _methodName202 = "deleteAsseverazione";
+ _methodName208 = "deleteAsseverazione";
- _methodParameterTypes202 = new String[] { "long" };
+ _methodParameterTypes208 = new String[] { "long" };
- _methodName203 = "allegaFileAsseverazione";
+ _methodName209 = "allegaFileAsseverazione";
- _methodParameterTypes203 = new String[] {
+ _methodParameterTypes209 = new String[] {
"long", "byte[][]", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName204 = "findByIntPratica";
+ _methodName210 = "findByIntPratica";
- _methodParameterTypes204 = new String[] {
+ _methodParameterTypes210 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName205 = "findByDettPratica";
+ _methodName211 = "findByDettPratica";
- _methodParameterTypes205 = new String[] {
+ _methodParameterTypes211 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName206 = "countByIntPratica";
+ _methodName212 = "countByIntPratica";
- _methodParameterTypes206 = new String[] { "long" };
+ _methodParameterTypes212 = new String[] { "long" };
- _methodName207 = "countByDettPratica";
+ _methodName213 = "countByDettPratica";
- _methodParameterTypes207 = new String[] { "long" };
+ _methodParameterTypes213 = new String[] { "long" };
- _methodName208 = "findByIntPratica_CodiceFiscale";
+ _methodName214 = "findByIntPratica_CodiceFiscale";
- _methodParameterTypes208 = new String[] {
+ _methodParameterTypes214 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName209 = "countByIntPratica_CodiceFiscale";
+ _methodName215 = "countByIntPratica_CodiceFiscale";
- _methodParameterTypes209 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes215 = new String[] { "long", "java.lang.String" };
- _methodName210 = "findByCodiceFiscale_InEsito";
+ _methodName216 = "findByCodiceFiscale_InEsito";
- _methodParameterTypes210 = new String[] {
+ _methodParameterTypes216 = new String[] {
"java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName211 = "countByCodiceFiscale_InEsito";
+ _methodName217 = "countByCodiceFiscale_InEsito";
- _methodParameterTypes211 = new String[] {
+ _methodParameterTypes217 = new String[] {
"java.lang.String", "java.lang.String[][]"
};
- _methodName212 = "findByIntPratica_CodiceFiscale_InEsito";
+ _methodName218 = "findByIntPratica_CodiceFiscale_InEsito";
- _methodParameterTypes212 = new String[] {
+ _methodParameterTypes218 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName213 = "findByDettPratica_CodiceFiscale_InEsito";
+ _methodName219 = "findByDettPratica_CodiceFiscale_InEsito";
- _methodParameterTypes213 = new String[] {
+ _methodParameterTypes219 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName214 = "countByIntPratica_CodiceFiscale_InEsito";
+ _methodName220 = "countByIntPratica_CodiceFiscale_InEsito";
- _methodParameterTypes214 = new String[] {
+ _methodParameterTypes220 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
- _methodName215 = "countByDettPratica_CodiceFiscale_InEsito";
+ _methodName221 = "countByDettPratica_CodiceFiscale_InEsito";
- _methodParameterTypes215 = new String[] {
+ _methodParameterTypes221 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
- _methodName216 = "findByIntPratica_InEsito";
+ _methodName222 = "findByIntPratica_InEsito";
- _methodParameterTypes216 = new String[] {
+ _methodParameterTypes222 = new String[] {
"long", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName217 = "countByIntPratica_InEsito";
+ _methodName223 = "countByIntPratica_InEsito";
- _methodParameterTypes217 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes223 = new String[] { "long", "java.lang.String[][]" };
- _methodName218 = "findByDettPratica_InEsito";
+ _methodName224 = "findByDettPratica_InEsito";
- _methodParameterTypes218 = new String[] {
+ _methodParameterTypes224 = new String[] {
"long", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName219 = "countByDettPratica_InEsito";
+ _methodName225 = "countByDettPratica_InEsito";
- _methodParameterTypes219 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes225 = new String[] { "long", "java.lang.String[][]" };
- _methodName220 = "findByCodiceFiscale_Tipologia_InEsito";
+ _methodName226 = "findByCodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes220 = new String[] {
+ _methodParameterTypes226 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String[][]",
"int", "int", "com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName221 = "countByCodiceFiscale_Tipologia_InEsito";
+ _methodName227 = "countByCodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes221 = new String[] {
+ _methodParameterTypes227 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String[][]"
};
- _methodName222 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito";
+ _methodName228 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes222 = new String[] {
+ _methodParameterTypes228 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName223 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito";
+ _methodName229 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes223 = new String[] {
+ _methodParameterTypes229 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String[][]"
};
- _methodName224 = "findByIntPratica_Tipologia_InEsito";
+ _methodName230 = "findByIntPratica_Tipologia_InEsito";
- _methodParameterTypes224 = new String[] {
+ _methodParameterTypes230 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName225 = "findByDettPratica_Tipologia_InEsito";
+ _methodName231 = "findByDettPratica_Tipologia_InEsito";
- _methodParameterTypes225 = new String[] {
+ _methodParameterTypes231 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName226 = "countByIntPratica_Tipologia_InEsito";
+ _methodName232 = "countByIntPratica_Tipologia_InEsito";
- _methodParameterTypes226 = new String[] {
+ _methodParameterTypes232 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
- _methodName227 = "countByDettPratica_Tipologia_InEsito";
+ _methodName233 = "countByDettPratica_Tipologia_InEsito";
- _methodParameterTypes227 = new String[] {
+ _methodParameterTypes233 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
}
@@ -463,138 +463,138 @@ public class AsseverazioneLocalServiceClpInvoker {
return AsseverazioneLocalServiceUtil.updateAsseverazione((it.tref.liferay.portos.bo.model.Asseverazione)arguments[0]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return AsseverazioneLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
AsseverazioneLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return AsseverazioneLocalServiceUtil.anteprimaAsseverazione((it.tref.liferay.portos.bo.model.Asseverazione)arguments[0]);
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return AsseverazioneLocalServiceUtil.anteprimaAsseverazioneGeologo((java.lang.String)arguments[0],
((Long)arguments[1]).longValue());
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return AsseverazioneLocalServiceUtil.testoAsseverazioneGeologo((java.lang.String)arguments[0],
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
AsseverazioneLocalServiceUtil.richiediAsseverazioni(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]);
return null;
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
AsseverazioneLocalServiceUtil.resetAsseverazione(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
AsseverazioneLocalServiceUtil.annullaAsseverazioni(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
AsseverazioneLocalServiceUtil.cambioStatoAsseverazione(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
return null;
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return AsseverazioneLocalServiceUtil.generateReportAsseverazione((it.tref.liferay.portos.bo.model.Asseverazione)arguments[0],
((Long)arguments[1]).longValue());
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
AsseverazioneLocalServiceUtil.cambioStatoAsseverazioni(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
return null;
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
AsseverazioneLocalServiceUtil.concludiAsseverazioniExpired(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName200.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
AsseverazioneLocalServiceUtil.rimuoviFileAsseverazione(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName207.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
return AsseverazioneLocalServiceUtil.deleteAsseverazione((it.tref.liferay.portos.bo.model.Asseverazione)arguments[0]);
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return AsseverazioneLocalServiceUtil.deleteAsseverazione(((Long)arguments[0]).longValue());
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return AsseverazioneLocalServiceUtil.allegaFileAsseverazione(((Long)arguments[0]).longValue(),
(byte[])arguments[1], (java.lang.String)arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return AsseverazioneLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName205.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
+ if (_methodName211.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
return AsseverazioneLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName206.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
+ if (_methodName212.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
return AsseverazioneLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName207.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
+ if (_methodName213.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
return AsseverazioneLocalServiceUtil.countByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return AsseverazioneLocalServiceUtil.findByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -602,14 +602,14 @@ public class AsseverazioneLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
return AsseverazioneLocalServiceUtil.countByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName210.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
+ if (_methodName216.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
return AsseverazioneLocalServiceUtil.findByCodiceFiscale_InEsito((java.lang.String)arguments[0],
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
@@ -617,14 +617,14 @@ public class AsseverazioneLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName211.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
+ if (_methodName217.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
return AsseverazioneLocalServiceUtil.countByCodiceFiscale_InEsito((java.lang.String)arguments[0],
(java.lang.String[])arguments[1]);
}
- if (_methodName212.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
+ if (_methodName218.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
return AsseverazioneLocalServiceUtil.findByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -633,8 +633,8 @@ public class AsseverazioneLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName213.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
+ if (_methodName219.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
return AsseverazioneLocalServiceUtil.findByDettPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -643,20 +643,20 @@ public class AsseverazioneLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName214.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
+ if (_methodName220.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
return AsseverazioneLocalServiceUtil.countByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName215.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
+ if (_methodName221.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
return AsseverazioneLocalServiceUtil.countByDettPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName216.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
+ if (_methodName222.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
return AsseverazioneLocalServiceUtil.findByIntPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
@@ -664,14 +664,14 @@ public class AsseverazioneLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName217.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
+ if (_methodName223.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
return AsseverazioneLocalServiceUtil.countByIntPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName218.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
+ if (_methodName224.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
return AsseverazioneLocalServiceUtil.findByDettPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
@@ -679,14 +679,14 @@ public class AsseverazioneLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName219.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
+ if (_methodName225.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
return AsseverazioneLocalServiceUtil.countByDettPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName220.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
+ if (_methodName226.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
return AsseverazioneLocalServiceUtil.findByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -695,14 +695,14 @@ public class AsseverazioneLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName221.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
+ if (_methodName227.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
return AsseverazioneLocalServiceUtil.countByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName222.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
+ if (_methodName228.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
return AsseverazioneLocalServiceUtil.findByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String[])arguments[3],
@@ -711,15 +711,15 @@ public class AsseverazioneLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[6]);
}
- if (_methodName223.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
+ if (_methodName229.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
return AsseverazioneLocalServiceUtil.countByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String[])arguments[3]);
}
- if (_methodName224.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
+ if (_methodName230.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
return AsseverazioneLocalServiceUtil.findByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -728,8 +728,8 @@ public class AsseverazioneLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName225.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
+ if (_methodName231.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
return AsseverazioneLocalServiceUtil.findByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -738,14 +738,14 @@ public class AsseverazioneLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName226.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
+ if (_methodName232.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) {
return AsseverazioneLocalServiceUtil.countByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName227.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
+ if (_methodName233.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
return AsseverazioneLocalServiceUtil.countByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
@@ -793,28 +793,16 @@ public class AsseverazioneLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
private String _methodName186;
private String[] _methodParameterTypes186;
private String _methodName187;
private String[] _methodParameterTypes187;
- private String _methodName188;
- private String[] _methodParameterTypes188;
+ 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;
- private String[] _methodParameterTypes198;
private String _methodName199;
private String[] _methodParameterTypes199;
private String _methodName200;
@@ -873,4 +861,16 @@ public class AsseverazioneLocalServiceClpInvoker {
private String[] _methodParameterTypes226;
private String _methodName227;
private String[] _methodParameterTypes227;
+ private String _methodName228;
+ private String[] _methodParameterTypes228;
+ private String _methodName229;
+ private String[] _methodParameterTypes229;
+ private String _methodName230;
+ private String[] _methodParameterTypes230;
+ private String _methodName231;
+ private String[] _methodParameterTypes231;
+ private String _methodName232;
+ private String[] _methodParameterTypes232;
+ private String _methodName233;
+ private String[] _methodParameterTypes233;
}
\ 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/base/AsseverazioneServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceBaseImpl.java
index 081e513b..5bdf30a0 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class AsseverazioneServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1746,6 +1804,12 @@ public abstract class AsseverazioneServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceClpInvoker.java
index 7b7edb6f..826c8136 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AsseverazioneServiceClpInvoker.java
@@ -24,291 +24,291 @@ import java.util.Arrays;
*/
public class AsseverazioneServiceClpInvoker {
public AsseverazioneServiceClpInvoker() {
- _methodName160 = "getBeanIdentifier";
+ _methodName166 = "getBeanIdentifier";
- _methodParameterTypes160 = new String[] { };
+ _methodParameterTypes166 = new String[] { };
- _methodName161 = "setBeanIdentifier";
+ _methodName167 = "setBeanIdentifier";
- _methodParameterTypes161 = new String[] { "java.lang.String" };
+ _methodParameterTypes167 = new String[] { "java.lang.String" };
- _methodName166 = "cambioStatoAsseverazione";
+ _methodName172 = "cambioStatoAsseverazione";
- _methodParameterTypes166 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes172 = new String[] { "long", "java.lang.String" };
- _methodName167 = "cambioStatoAsseverazioni";
+ _methodName173 = "cambioStatoAsseverazioni";
- _methodParameterTypes167 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes173 = new String[] { "long", "java.lang.String" };
- _methodName168 = "richiediAsseverazioni";
+ _methodName174 = "richiediAsseverazioni";
- _methodParameterTypes168 = new String[] {
+ _methodParameterTypes174 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName169 = "resetAsseverazione";
+ _methodName175 = "resetAsseverazione";
- _methodParameterTypes169 = new String[] { "long", "long" };
+ _methodParameterTypes175 = new String[] { "long", "long" };
- _methodName170 = "annullaAsseverazioni";
+ _methodName176 = "annullaAsseverazioni";
- _methodParameterTypes170 = new String[] { "long" };
+ _methodParameterTypes176 = new String[] { "long" };
- _methodName171 = "rimuoviFileAsseverazione";
+ _methodName177 = "rimuoviFileAsseverazione";
- _methodParameterTypes171 = new String[] { "long" };
+ _methodParameterTypes177 = new String[] { "long" };
- _methodName172 = "allegaFileAsseverazione";
+ _methodName178 = "allegaFileAsseverazione";
- _methodParameterTypes172 = new String[] {
+ _methodParameterTypes178 = new String[] {
"long", "byte[][]", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName173 = "findByIntPratica";
+ _methodName179 = "findByIntPratica";
- _methodParameterTypes173 = new String[] {
+ _methodParameterTypes179 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName174 = "findByDettPratica";
+ _methodName180 = "findByDettPratica";
- _methodParameterTypes174 = new String[] {
+ _methodParameterTypes180 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName175 = "countByIntPratica";
+ _methodName181 = "countByIntPratica";
- _methodParameterTypes175 = new String[] { "long" };
+ _methodParameterTypes181 = new String[] { "long" };
- _methodName176 = "countByDettPratica";
+ _methodName182 = "countByDettPratica";
- _methodParameterTypes176 = new String[] { "long" };
+ _methodParameterTypes182 = new String[] { "long" };
- _methodName177 = "findByIntPratica_CodiceFiscale";
+ _methodName183 = "findByIntPratica_CodiceFiscale";
- _methodParameterTypes177 = new String[] {
+ _methodParameterTypes183 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName178 = "countByIntPratica_CodiceFiscale";
+ _methodName184 = "countByIntPratica_CodiceFiscale";
- _methodParameterTypes178 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes184 = new String[] { "long", "java.lang.String" };
- _methodName179 = "findByCodiceFiscale_InEsito";
+ _methodName185 = "findByCodiceFiscale_InEsito";
- _methodParameterTypes179 = new String[] {
+ _methodParameterTypes185 = new String[] {
"java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName180 = "countByCodiceFiscale_InEsito";
+ _methodName186 = "countByCodiceFiscale_InEsito";
- _methodParameterTypes180 = new String[] {
+ _methodParameterTypes186 = new String[] {
"java.lang.String", "java.lang.String[][]"
};
- _methodName181 = "findByIntPratica_CodiceFiscale_InEsito";
+ _methodName187 = "findByIntPratica_CodiceFiscale_InEsito";
- _methodParameterTypes181 = new String[] {
+ _methodParameterTypes187 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName182 = "findByDettPratica_CodiceFiscale_InEsito";
+ _methodName188 = "findByDettPratica_CodiceFiscale_InEsito";
- _methodParameterTypes182 = new String[] {
+ _methodParameterTypes188 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName183 = "countByIntPratica_CodiceFiscale_InEsito";
+ _methodName189 = "countByIntPratica_CodiceFiscale_InEsito";
- _methodParameterTypes183 = new String[] {
+ _methodParameterTypes189 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
- _methodName184 = "countByDettPratica_CodiceFiscale_InEsito";
+ _methodName190 = "countByDettPratica_CodiceFiscale_InEsito";
- _methodParameterTypes184 = new String[] {
+ _methodParameterTypes190 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
- _methodName185 = "findByIntPratica_InEsito";
+ _methodName191 = "findByIntPratica_InEsito";
- _methodParameterTypes185 = new String[] {
+ _methodParameterTypes191 = new String[] {
"long", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName186 = "countByIntPratica_InEsito";
+ _methodName192 = "countByIntPratica_InEsito";
- _methodParameterTypes186 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes192 = new String[] { "long", "java.lang.String[][]" };
- _methodName187 = "findByDettPratica_InEsito";
+ _methodName193 = "findByDettPratica_InEsito";
- _methodParameterTypes187 = new String[] {
+ _methodParameterTypes193 = new String[] {
"long", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName188 = "countByDettPratica_InEsito";
+ _methodName194 = "countByDettPratica_InEsito";
- _methodParameterTypes188 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes194 = new String[] { "long", "java.lang.String[][]" };
- _methodName189 = "findByCodiceFiscale_Tipologia_InEsito";
+ _methodName195 = "findByCodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes195 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String[][]",
"int", "int", "com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName190 = "countByCodiceFiscale_Tipologia_InEsito";
+ _methodName196 = "countByCodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String[][]"
};
- _methodName191 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito";
+ _methodName197 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes191 = new String[] {
+ _methodParameterTypes197 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName192 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito";
+ _methodName198 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes192 = new String[] {
+ _methodParameterTypes198 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String[][]"
};
- _methodName193 = "findByIntPratica_Tipologia_InEsito";
+ _methodName199 = "findByIntPratica_Tipologia_InEsito";
- _methodParameterTypes193 = new String[] {
+ _methodParameterTypes199 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName194 = "findByDettPratica_Tipologia_InEsito";
+ _methodName200 = "findByDettPratica_Tipologia_InEsito";
- _methodParameterTypes194 = new String[] {
+ _methodParameterTypes200 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName195 = "countByIntPratica_Tipologia_InEsito";
+ _methodName201 = "countByIntPratica_Tipologia_InEsito";
- _methodParameterTypes195 = new String[] {
+ _methodParameterTypes201 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
- _methodName196 = "countByDettPratica_Tipologia_InEsito";
+ _methodName202 = "countByDettPratica_Tipologia_InEsito";
- _methodParameterTypes196 = new String[] {
+ _methodParameterTypes202 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName160.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) {
+ if (_methodName166.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
return AsseverazioneServiceUtil.getBeanIdentifier();
}
- if (_methodName161.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) {
+ if (_methodName167.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
AsseverazioneServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
AsseverazioneServiceUtil.cambioStatoAsseverazione(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
return null;
}
- if (_methodName167.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
+ if (_methodName173.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
AsseverazioneServiceUtil.cambioStatoAsseverazioni(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
return null;
}
- if (_methodName168.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
+ if (_methodName174.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
AsseverazioneServiceUtil.richiediAsseverazioni(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]);
return null;
}
- if (_methodName169.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
+ if (_methodName175.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
AsseverazioneServiceUtil.resetAsseverazione(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
return null;
}
- if (_methodName170.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
+ if (_methodName176.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
AsseverazioneServiceUtil.annullaAsseverazioni(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName171.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
+ if (_methodName177.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
AsseverazioneServiceUtil.rimuoviFileAsseverazione(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return AsseverazioneServiceUtil.allegaFileAsseverazione(((Long)arguments[0]).longValue(),
(byte[])arguments[1], (java.lang.String)arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
return AsseverazioneServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName174.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
+ if (_methodName180.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
return AsseverazioneServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName175.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
+ if (_methodName181.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
return AsseverazioneServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return AsseverazioneServiceUtil.countByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
return AsseverazioneServiceUtil.findByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -316,14 +316,14 @@ public class AsseverazioneServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName178.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
+ if (_methodName184.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
return AsseverazioneServiceUtil.countByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName179.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
+ if (_methodName185.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
return AsseverazioneServiceUtil.findByCodiceFiscale_InEsito((java.lang.String)arguments[0],
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
@@ -331,14 +331,14 @@ public class AsseverazioneServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return AsseverazioneServiceUtil.countByCodiceFiscale_InEsito((java.lang.String)arguments[0],
(java.lang.String[])arguments[1]);
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
return AsseverazioneServiceUtil.findByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -347,8 +347,8 @@ public class AsseverazioneServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return AsseverazioneServiceUtil.findByDettPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -357,20 +357,20 @@ public class AsseverazioneServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return AsseverazioneServiceUtil.countByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
return AsseverazioneServiceUtil.countByDettPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return AsseverazioneServiceUtil.findByIntPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
@@ -378,14 +378,14 @@ public class AsseverazioneServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return AsseverazioneServiceUtil.countByIntPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return AsseverazioneServiceUtil.findByDettPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
@@ -393,14 +393,14 @@ public class AsseverazioneServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return AsseverazioneServiceUtil.countByDettPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return AsseverazioneServiceUtil.findByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -409,14 +409,14 @@ public class AsseverazioneServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return AsseverazioneServiceUtil.countByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return AsseverazioneServiceUtil.findByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String[])arguments[3],
@@ -425,15 +425,15 @@ public class AsseverazioneServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[6]);
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return AsseverazioneServiceUtil.countByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String[])arguments[3]);
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return AsseverazioneServiceUtil.findByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -442,8 +442,8 @@ public class AsseverazioneServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return AsseverazioneServiceUtil.findByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -452,14 +452,14 @@ public class AsseverazioneServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return AsseverazioneServiceUtil.countByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
return AsseverazioneServiceUtil.countByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
@@ -467,22 +467,10 @@ public class AsseverazioneServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName160;
- private String[] _methodParameterTypes160;
- private String _methodName161;
- private String[] _methodParameterTypes161;
private String _methodName166;
private String[] _methodParameterTypes166;
private String _methodName167;
private String[] _methodParameterTypes167;
- private String _methodName168;
- private String[] _methodParameterTypes168;
- private String _methodName169;
- private String[] _methodParameterTypes169;
- private String _methodName170;
- private String[] _methodParameterTypes170;
- private String _methodName171;
- private String[] _methodParameterTypes171;
private String _methodName172;
private String[] _methodParameterTypes172;
private String _methodName173;
@@ -533,4 +521,16 @@ public class AsseverazioneServiceClpInvoker {
private String[] _methodParameterTypes195;
private String _methodName196;
private String[] _methodParameterTypes196;
+ private String _methodName197;
+ private String[] _methodParameterTypes197;
+ private String _methodName198;
+ private String[] _methodParameterTypes198;
+ private String _methodName199;
+ private String[] _methodParameterTypes199;
+ private String _methodName200;
+ private String[] _methodParameterTypes200;
+ private String _methodName201;
+ private String[] _methodParameterTypes201;
+ private String _methodName202;
+ private String[] _methodParameterTypes202;
}
\ 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/base/AvvisoLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceBaseImpl.java
index c73d9aef..1e986330 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1339,6 +1340,63 @@ public abstract class AvvisoLocalServiceBaseImpl extends BaseLocalServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2034,6 +2092,12 @@ public abstract class AvvisoLocalServiceBaseImpl extends BaseLocalServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceClpInvoker.java
index b385aa7f..718fe2f1 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoLocalServiceClpInvoker.java
@@ -122,461 +122,465 @@ public class AvvisoLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Avviso"
};
- _methodName180 = "getBeanIdentifier";
+ _methodName186 = "getBeanIdentifier";
- _methodParameterTypes180 = new String[] { };
+ _methodParameterTypes186 = new String[] { };
- _methodName181 = "setBeanIdentifier";
+ _methodName187 = "setBeanIdentifier";
- _methodParameterTypes181 = new String[] { "java.lang.String" };
+ _methodParameterTypes187 = new String[] { "java.lang.String" };
- _methodName186 = "createStandardAvvisoPratica";
+ _methodName192 = "createStandardAvvisoPratica";
- _methodParameterTypes186 = new String[] {
+ _methodParameterTypes192 = new String[] {
"it.tref.liferay.portos.bo.model.IntPratica", "long",
"java.lang.String", "com.liferay.portal.service.ServiceContext",
"java.lang.String", "java.lang.String", "long"
};
- _methodName187 = "createStandardAvvisoPratica";
+ _methodName193 = "createStandardAvvisoPratica";
- _methodParameterTypes187 = new String[] {
+ _methodParameterTypes193 = new String[] {
"it.tref.liferay.portos.bo.model.IntPratica", "long",
"java.lang.String", "com.liferay.portal.service.ServiceContext",
"java.lang.String", "java.lang.String", "java.lang.String",
"long"
};
- _methodName188 = "createStandardAvvisoPratica";
+ _methodName194 = "createStandardAvvisoPratica";
- _methodParameterTypes188 = new String[] {
+ _methodParameterTypes194 = new String[] {
"long", "java.lang.String", "java.lang.String", "long",
"java.lang.String", "com.liferay.portal.service.ServiceContext",
"java.lang.String", "java.lang.String", "long"
};
- _methodName189 = "createStandardAvvisoPratica";
+ _methodName195 = "createStandardAvvisoPratica";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes195 = new String[] {
"long", "java.lang.String", "long", "java.lang.String",
"com.liferay.portal.service.ServiceContext", "java.lang.String",
"java.lang.String", "long"
};
- _methodName190 = "addAvviso";
+ _methodName196 = "addAvviso";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
"long", "java.lang.String", "java.util.Date", "java.lang.String",
"java.lang.String", "long", "long", "java.lang.String", "long",
"com.liferay.portal.service.ServiceContext"
};
- _methodName191 = "addAvviso";
+ _methodName197 = "addAvviso";
- _methodParameterTypes191 = new String[] {
+ _methodParameterTypes197 = new String[] {
"long", "java.lang.String", "java.util.Date", "java.lang.String",
"java.lang.String", "long", "long", "java.lang.String",
"java.lang.String", "java.lang.String", "long",
"com.liferay.portal.service.ServiceContext"
};
- _methodName192 = "addAvviso";
+ _methodName198 = "addAvviso";
- _methodParameterTypes192 = new String[] {
+ _methodParameterTypes198 = new String[] {
"long", "java.lang.String", "java.util.Date", "java.lang.String",
"java.lang.String", "long", "long", "java.lang.String",
"java.lang.String", "java.lang.Long", "long", "java.lang.String",
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName193 = "addAvvisoForImport";
+ _methodName199 = "addAvvisoForImport";
- _methodParameterTypes193 = new String[] {
+ _methodParameterTypes199 = new String[] {
"java.lang.String", "java.util.Date", "java.lang.String",
"java.lang.String", "long", "long", "java.lang.String",
"java.lang.String", "long", "java.lang.String", "long", "long",
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName194 = "addAvviso";
+ _methodName200 = "addAvviso";
- _methodParameterTypes194 = new String[] {
+ _methodParameterTypes200 = new String[] {
"it.tref.liferay.portos.bo.model.Avviso"
};
- _methodName195 = "search";
+ _methodName201 = "search";
- _methodParameterTypes195 = new String[] {
+ _methodParameterTypes201 = new String[] {
"long[][]", "java.lang.Long", "java.lang.String", "int", "int"
};
- _methodName196 = "countSearch";
+ _methodName202 = "countSearch";
- _methodParameterTypes196 = new String[] {
+ _methodParameterTypes202 = new String[] {
"long[][]", "java.lang.Long", "java.lang.String"
};
- _methodName198 = "getAvvisiFirmatiByCF";
+ _methodName204 = "getAvvisiFirmatiByCF";
- _methodParameterTypes198 = new String[] {
+ _methodParameterTypes204 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName199 = "countAvvisiFirmatiByCF";
+ _methodName205 = "countAvvisiFirmatiByCF";
- _methodParameterTypes199 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes205 = new String[] { "long", "java.lang.String" };
- _methodName201 = "getAvvisiDaFirmarePrimaFirmaByCF";
+ _methodName207 = "getAvvisiDaFirmarePrimaFirmaByCF";
- _methodParameterTypes201 = new String[] {
+ _methodParameterTypes207 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName202 = "countAvvisiDaFirmarePrimaFirmaByCF";
+ _methodName208 = "countAvvisiDaFirmarePrimaFirmaByCF";
- _methodParameterTypes202 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes208 = new String[] { "long", "java.lang.String" };
- _methodName203 = "deleteAvviso";
+ _methodName209 = "deleteAvviso";
- _methodParameterTypes203 = new String[] {
+ _methodParameterTypes209 = new String[] {
"it.tref.liferay.portos.bo.model.Avviso"
};
- _methodName204 = "deleteAvviso";
+ _methodName210 = "deleteAvviso";
- _methodParameterTypes204 = new String[] { "long" };
+ _methodParameterTypes210 = new String[] { "long" };
- _methodName206 = "getAvvisiDaFirmarePrimaFirmaByNotCF";
+ _methodName212 = "getAvvisiDaFirmarePrimaFirmaByNotCF";
- _methodParameterTypes206 = new String[] {
+ _methodParameterTypes212 = new String[] {
"long", "long[][]", "java.lang.String", "int", "int"
};
- _methodName207 = "countAvvisiDaFirmarePrimaFirmaByNotCF";
+ _methodName213 = "countAvvisiDaFirmarePrimaFirmaByNotCF";
- _methodParameterTypes207 = new String[] {
+ _methodParameterTypes213 = new String[] {
"long", "long[][]", "java.lang.String"
};
- _methodName209 = "getAvvisiDaFirmarePrimaFirma";
+ _methodName215 = "getAvvisiDaFirmarePrimaFirma";
- _methodParameterTypes209 = new String[] { "long", "long[][]", "int", "int" };
+ _methodParameterTypes215 = new String[] { "long", "long[][]", "int", "int" };
- _methodName210 = "countAvvisiDaFirmarePrimaFirma";
+ _methodName216 = "countAvvisiDaFirmarePrimaFirma";
- _methodParameterTypes210 = new String[] { "long", "long[][]" };
+ _methodParameterTypes216 = new String[] { "long", "long[][]" };
- _methodName212 = "countAvvisiGenerazioneDocumento";
+ _methodName218 = "countAvvisiGenerazioneDocumento";
- _methodParameterTypes212 = new String[] { };
+ _methodParameterTypes218 = new String[] { };
- _methodName213 = "getAvvisiGenerazioneDocumento";
+ _methodName219 = "getAvvisiGenerazioneDocumento";
- _methodParameterTypes213 = new String[] { "int", "int" };
+ _methodParameterTypes219 = new String[] { "int", "int" };
- _methodName214 = "dynamicQueryAvvisiGenerazioneDocumento";
+ _methodName220 = "dynamicQueryAvvisiGenerazioneDocumento";
- _methodParameterTypes214 = new String[] { };
+ _methodParameterTypes220 = new String[] { };
- _methodName215 = "countAvvisiFirmaDocumento";
+ _methodName221 = "countAvvisiFirmaDocumento";
- _methodParameterTypes215 = new String[] { };
+ _methodParameterTypes221 = new String[] { };
- _methodName216 = "getAvvisiFirmaDocumento";
+ _methodName222 = "getAvvisiFirmaDocumento";
- _methodParameterTypes216 = new String[] { "int", "int" };
+ _methodParameterTypes222 = new String[] { "int", "int" };
- _methodName217 = "dynamicQueryAvvisiFirmaDocumento";
+ _methodName223 = "dynamicQueryAvvisiFirmaDocumento";
- _methodParameterTypes217 = new String[] { };
+ _methodParameterTypes223 = new String[] { };
- _methodName218 = "countAvvisiInvioDocumento";
+ _methodName224 = "countAvvisiInvioDocumento";
- _methodParameterTypes218 = new String[] { };
+ _methodParameterTypes224 = new String[] { };
- _methodName219 = "getAvvisiInvioDocumento";
+ _methodName225 = "getAvvisiInvioDocumento";
- _methodParameterTypes219 = new String[] { "int", "int" };
+ _methodParameterTypes225 = new String[] { "int", "int" };
- _methodName220 = "dynamicQueryAvvisiInvioDocumento";
+ _methodName226 = "dynamicQueryAvvisiInvioDocumento";
- _methodParameterTypes220 = new String[] { };
+ _methodParameterTypes226 = new String[] { };
- _methodName221 = "countAvvisiInvioSignal";
+ _methodName227 = "countAvvisiInvioSignal";
- _methodParameterTypes221 = new String[] { };
+ _methodParameterTypes227 = new String[] { };
- _methodName222 = "getAvvisoInvioSignal";
+ _methodName228 = "getAvvisoInvioSignal";
- _methodParameterTypes222 = new String[] { "long" };
+ _methodParameterTypes228 = new String[] { "long" };
- _methodName223 = "getAvvisiInvioSignal";
+ _methodName229 = "getAvvisiInvioSignal";
- _methodParameterTypes223 = new String[] { "int", "int" };
+ _methodParameterTypes229 = new String[] { "int", "int" };
- _methodName224 = "dynamicQueryAvvisiInvioSignal";
+ _methodName230 = "dynamicQueryAvvisiInvioSignal";
- _methodParameterTypes224 = new String[] { "java.lang.Long" };
+ _methodParameterTypes230 = new String[] { "java.lang.Long" };
- _methodName225 = "countAvvisiTempistica";
+ _methodName231 = "countAvvisiTempistica";
- _methodParameterTypes225 = new String[] { };
+ _methodParameterTypes231 = new String[] { };
- _methodName226 = "getAvvisoTempistica";
+ _methodName232 = "getAvvisoTempistica";
- _methodParameterTypes226 = new String[] { "long" };
+ _methodParameterTypes232 = new String[] { "long" };
- _methodName227 = "getAvvisiTempistica";
+ _methodName233 = "getAvvisiTempistica";
- _methodParameterTypes227 = new String[] { "int", "int" };
+ _methodParameterTypes233 = new String[] { "int", "int" };
- _methodName228 = "dynamicQueryAvvisiTempistica";
+ _methodName234 = "dynamicQueryAvvisiTempistica";
- _methodParameterTypes228 = new String[] { "java.lang.Long" };
+ _methodParameterTypes234 = new String[] { "java.lang.Long" };
- _methodName229 = "updateAvvisoDlFileEntryFirma";
+ _methodName235 = "updateAvvisoDlFileEntryFirma";
- _methodParameterTypes229 = new String[] { "long", "long" };
+ _methodParameterTypes235 = new String[] { "long", "long" };
- _methodName230 = "updateAvvisoPrimaFirma";
+ _methodName236 = "updateAvvisoPrimaFirma";
- _methodParameterTypes230 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes236 = new String[] { "long", "java.lang.String" };
- _methodName231 = "updateAvvisoRollbackPrimaFirma";
+ _methodName237 = "updateAvvisoRollbackPrimaFirma";
- _methodParameterTypes231 = new String[] { "long" };
+ _methodParameterTypes237 = new String[] { "long" };
- _methodName232 = "updateAvvisoDlFileEntryIdBase";
+ _methodName238 = "updateAvvisoDlFileEntryIdBase";
- _methodParameterTypes232 = new String[] { "long", "long" };
+ _methodParameterTypes238 = new String[] { "long", "long" };
- _methodName233 = "updateAvvisoDlFileEntryIdBaseSingola";
+ _methodName239 = "updateAvvisoDlFileEntryIdBaseSingola";
- _methodParameterTypes233 = new String[] { "long", "long" };
+ _methodParameterTypes239 = new String[] { "long", "long" };
- _methodName234 = "updateAvvisoDlFileEntryIdBaseAndInvio";
+ _methodName240 = "updateAvvisoDlFileEntryIdBaseAndInvio";
- _methodParameterTypes234 = new String[] { "long", "long", "java.util.Date" };
+ _methodParameterTypes240 = new String[] { "long", "long", "java.util.Date" };
- _methodName235 = "updateAvvisoDlFileEntryIdInvio";
+ _methodName241 = "updateAvvisoDlFileEntryIdInvio";
- _methodParameterTypes235 = new String[] { "long", "long", "java.util.Date" };
+ _methodParameterTypes241 = new String[] { "long", "long", "java.util.Date" };
- _methodName236 = "updateAvvisoInvio";
+ _methodName242 = "updateAvvisoInvio";
- _methodParameterTypes236 = new String[] { "long" };
+ _methodParameterTypes242 = new String[] { "long" };
- _methodName237 = "updateAvvisoErrore";
+ _methodName243 = "updateAvvisoErrore";
- _methodParameterTypes237 = new String[] { "long", "boolean" };
+ _methodParameterTypes243 = new String[] { "long", "boolean" };
- _methodName238 = "updateAvvisoAnnullato";
+ _methodName244 = "updateAvvisoAnnullato";
- _methodParameterTypes238 = new String[] { "long", "boolean" };
+ _methodParameterTypes244 = new String[] { "long", "boolean" };
- _methodName239 = "updateAvvisoSignal";
+ _methodName245 = "updateAvvisoSignal";
- _methodParameterTypes239 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes245 = new String[] { "long", "java.util.Date" };
- _methodName240 = "updateAvvisoSignal";
+ _methodName246 = "updateAvvisoSignal";
- _methodParameterTypes240 = new String[] { "long", "boolean" };
+ _methodParameterTypes246 = new String[] { "long", "boolean" };
- _methodName241 = "updateAvvisoTempistica";
+ _methodName247 = "updateAvvisoTempistica";
- _methodParameterTypes241 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes247 = new String[] { "long", "java.util.Date" };
- _methodName242 = "updateAvvisoTempistica";
+ _methodName248 = "updateAvvisoTempistica";
- _methodParameterTypes242 = new String[] { "long", "boolean" };
+ _methodParameterTypes248 = new String[] { "long", "boolean" };
- _methodName243 = "updateAvvisoProtocollo";
+ _methodName249 = "updateAvvisoProtocollo";
- _methodParameterTypes243 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes249 = new String[] { "long", "java.lang.String" };
- _methodName244 = "getAvvisoInvioTecnico";
+ _methodName250 = "getAvvisoInvioTecnico";
- _methodParameterTypes244 = new String[] { "long" };
+ _methodParameterTypes250 = new String[] { "long" };
- _methodName245 = "countAvvisiInvioTecnico";
+ _methodName251 = "countAvvisiInvioTecnico";
- _methodParameterTypes245 = new String[] { };
+ _methodParameterTypes251 = new String[] { };
- _methodName246 = "getAvvisiInvioTecnico";
+ _methodName252 = "getAvvisiInvioTecnico";
- _methodParameterTypes246 = new String[] { "int", "int" };
+ _methodParameterTypes252 = new String[] { "int", "int" };
- _methodName248 = "fetchAvvisoByOldAvvisoId";
+ _methodName254 = "fetchAvvisoByOldAvvisoId";
- _methodParameterTypes248 = new String[] { "long" };
+ _methodParameterTypes254 = new String[] { "long" };
- _methodName249 = "updateAvvisoInviatoTecnico";
+ _methodName255 = "updateAvvisoInviatoTecnico";
- _methodParameterTypes249 = new String[] { "long", "boolean" };
+ _methodParameterTypes255 = new String[] { "long", "boolean" };
- _methodName250 = "findByClassPk_tipoDocumento";
+ _methodName256 = "findByClassPk_tipoDocumento";
- _methodParameterTypes250 = new String[] {
+ _methodParameterTypes256 = new String[] {
"java.lang.Long", "java.lang.String"
};
- _methodName251 = "findByIntPraticaId_tipoDocumento";
+ _methodName257 = "findByIntPraticaId_tipoDocumento";
- _methodParameterTypes251 = new String[] {
+ _methodParameterTypes257 = new String[] {
"java.lang.Long", "java.lang.String"
};
- _methodName252 = "findByIntPraticaIds_tipoDocumento";
+ _methodName258 = "findByIntPraticaIds_tipoDocumento";
- _methodParameterTypes252 = new String[] { "long[][]", "java.lang.String" };
+ _methodParameterTypes258 = new String[] { "long[][]", "java.lang.String" };
- _methodName253 = "findByClassPk_ExcludeTipoDocumento";
+ _methodName259 = "findByClassPk_ExcludeTipoDocumento";
- _methodParameterTypes253 = new String[] {
+ _methodParameterTypes259 = new String[] {
"java.lang.Long", "java.lang.String"
};
- _methodName254 = "findByIntPratica";
+ _methodName260 = "findByIntPratica";
- _methodParameterTypes254 = new String[] {
+ _methodParameterTypes260 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName255 = "findByIntPratica_Inviato";
+ _methodName261 = "findByIntPratica_Inviato";
- _methodParameterTypes255 = new String[] {
+ _methodParameterTypes261 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName256 = "countByIntPratica";
+ _methodName262 = "countByIntPratica";
- _methodParameterTypes256 = new String[] { "long" };
+ _methodParameterTypes262 = new String[] { "long" };
- _methodName257 = "containsFileEntry";
+ _methodName263 = "containsFileEntry";
- _methodParameterTypes257 = new String[] { "long", "long[][]", "long" };
+ _methodParameterTypes263 = new String[] { "long", "long[][]", "long" };
- _methodName258 = "findByUUID";
+ _methodName264 = "findByUUID";
- _methodParameterTypes258 = new String[] { "java.lang.String", "int", "int" };
+ _methodParameterTypes264 = new String[] { "java.lang.String", "int", "int" };
- _methodName259 = "countAvvisoByClassPk";
+ _methodName265 = "countAvvisoByClassPk";
- _methodParameterTypes259 = new String[] { "long" };
+ _methodParameterTypes265 = new String[] { "long" };
- _methodName260 = "countAvvisoByClassPk_ClassName";
+ _methodName266 = "countAvvisoByClassPk_ClassName";
- _methodParameterTypes260 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes266 = new String[] { "long", "java.lang.String" };
- _methodName261 = "findByProtocollo";
+ _methodName267 = "findByProtocollo";
- _methodParameterTypes261 = new String[] {
+ _methodParameterTypes267 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName262 = "fetchByProtocollo";
+ _methodName268 = "fetchByProtocollo";
- _methodParameterTypes262 = new String[] {
+ _methodParameterTypes268 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName263 = "fetchByProtocollo";
+ _methodName269 = "fetchByProtocollo";
- _methodParameterTypes263 = new String[] { "java.lang.String" };
+ _methodParameterTypes269 = new String[] { "java.lang.String" };
- _methodName265 = "fetchLastAvvisoByIntPraticaPerStatoFinale";
+ _methodName271 = "fetchLastAvvisoByIntPraticaPerStatoFinale";
- _methodParameterTypes265 = new String[] { "long" };
+ _methodParameterTypes271 = new String[] { "long" };
- _methodName266 = "getListaAvvisiPerApplet";
+ _methodName272 = "getListaAvvisiPerApplet";
- _methodParameterTypes266 = new String[] { "java.lang.String" };
+ _methodParameterTypes272 = new String[] { "java.lang.String" };
- _methodName267 = "getAllTipoDocumentoFolderProps";
+ _methodName273 = "getAllTipoDocumentoFolderProps";
- _methodParameterTypes267 = new String[] { };
+ _methodParameterTypes273 = new String[] { };
- _methodName268 = "getFileNameAvviso";
+ _methodName274 = "getFileNameAvviso";
- _methodParameterTypes268 = new String[] {
+ _methodParameterTypes274 = new String[] {
"long", "java.lang.String", "java.lang.Long", "java.lang.String"
};
- _methodName269 = "rilasciaFirma";
+ _methodName275 = "rilasciaFirma";
- _methodParameterTypes269 = new String[] { "long" };
+ _methodParameterTypes275 = new String[] { "long" };
- _methodName270 = "assegnaFirma";
+ _methodName276 = "assegnaFirma";
- _methodParameterTypes270 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes276 = new String[] { "long", "java.lang.String" };
- _methodName271 = "getAvvisiWithOldFileEntryIdInvio";
+ _methodName277 = "getAvvisiWithOldFileEntryIdInvio";
- _methodParameterTypes271 = new String[] { "int", "int" };
+ _methodParameterTypes277 = new String[] { "int", "int" };
- _methodName272 = "getAvvisiWithOldFileEntryIdBase";
+ _methodName278 = "getAvvisiWithOldFileEntryIdBase";
- _methodParameterTypes272 = new String[] { "int", "int" };
+ _methodParameterTypes278 = new String[] { "int", "int" };
- _methodName273 = "getAvvisiRifiutatiByControlloPraticaId";
+ _methodName279 = "getAvvisiRifiutatiByControlloPraticaId";
- _methodParameterTypes273 = new String[] { "long" };
+ _methodParameterTypes279 = new String[] { "long" };
- _methodName274 = "addFileFirmato";
+ _methodName280 = "addFileFirmato";
- _methodParameterTypes274 = new String[] {
+ _methodParameterTypes280 = new String[] {
"long", "long", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName275 = "simulaFirma";
+ _methodName281 = "simulaFirma";
- _methodParameterTypes275 = new String[] {
+ _methodParameterTypes281 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName276 = "protocolliSearch";
+ _methodName282 = "protocolliSearch";
- _methodParameterTypes276 = new String[] {
+ _methodParameterTypes282 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String",
"int", "int"
};
- _methodName277 = "countProtocolliSearch";
+ _methodName283 = "countProtocolliSearch";
- _methodParameterTypes277 = new String[] {
+ _methodParameterTypes283 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String"
};
- _methodName278 = "getAvvisiPerAggiuntaProtocollo";
+ _methodName284 = "getAvvisiPerAggiuntaProtocollo";
- _methodParameterTypes278 = new String[] { "int", "int" };
+ _methodParameterTypes284 = new String[] { "int", "int" };
+
+ _methodName285 = "dynamicQueryAggiuntaProtocollo";
- _methodName279 = "dynamicQueryAggiuntaProtocollo";
+ _methodParameterTypes285 = new String[] { };
- _methodParameterTypes279 = new String[] { };
+ _methodName286 = "findByClassPk";
- _methodName280 = "findByClassPk";
+ _methodParameterTypes286 = new String[] { "long" };
- _methodParameterTypes280 = new String[] { "long" };
+ _methodName287 = "countAvvisiInvioTecnicoNew";
- _methodName281 = "countAvvisiInvioTecnicoNew";
+ _methodParameterTypes287 = new String[] { };
- _methodParameterTypes281 = new String[] { };
+ _methodName288 = "getAvvisiInvioTecnicoNew";
- _methodName282 = "getAvvisiInvioTecnicoNew";
+ _methodParameterTypes288 = new String[] { "int", "int" };
- _methodParameterTypes282 = new String[] { "int", "int" };
+ _methodName290 = "getAvvisoVidimazione";
- _methodName284 = "getAvvisoVidimazione";
+ _methodParameterTypes290 = new String[] { "long", "long" };
- _methodParameterTypes284 = new String[] { "long", "long" };
+ _methodName291 = "getAvvisoPraticaOspedaliera";
- _methodName285 = "getLastAvvisoIntegrazione";
+ _methodParameterTypes291 = new String[] { "long" };
- _methodParameterTypes285 = new String[] { "long" };
+ _methodName292 = "getLastAvvisoIntegrazione";
+
+ _methodParameterTypes292 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -692,20 +696,20 @@ public class AvvisoLocalServiceClpInvoker {
return AvvisoLocalServiceUtil.updateAvviso((it.tref.liferay.portos.bo.model.Avviso)arguments[0]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return AvvisoLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
AvvisoLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return AvvisoLocalServiceUtil.createStandardAvvisoPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0],
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
@@ -714,8 +718,8 @@ public class AvvisoLocalServiceClpInvoker {
((Long)arguments[6]).longValue());
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return AvvisoLocalServiceUtil.createStandardAvvisoPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0],
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
@@ -724,8 +728,8 @@ public class AvvisoLocalServiceClpInvoker {
(java.lang.String)arguments[6], ((Long)arguments[7]).longValue());
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return AvvisoLocalServiceUtil.createStandardAvvisoPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Long)arguments[3]).longValue(),
@@ -735,8 +739,8 @@ public class AvvisoLocalServiceClpInvoker {
((Long)arguments[8]).longValue());
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return AvvisoLocalServiceUtil.createStandardAvvisoPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Long)arguments[2]).longValue(),
@@ -746,8 +750,8 @@ public class AvvisoLocalServiceClpInvoker {
((Long)arguments[7]).longValue());
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return AvvisoLocalServiceUtil.addAvviso(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.util.Date)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4],
@@ -758,8 +762,8 @@ public class AvvisoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[9]);
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return AvvisoLocalServiceUtil.addAvviso(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.util.Date)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4],
@@ -771,8 +775,8 @@ public class AvvisoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[11]);
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return AvvisoLocalServiceUtil.addAvviso(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.util.Date)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4],
@@ -786,8 +790,8 @@ public class AvvisoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[13]);
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return AvvisoLocalServiceUtil.addAvvisoForImport((java.lang.String)arguments[0],
(java.util.Date)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3],
@@ -802,329 +806,329 @@ public class AvvisoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[13]);
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return AvvisoLocalServiceUtil.addAvviso((it.tref.liferay.portos.bo.model.Avviso)arguments[0]);
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return AvvisoLocalServiceUtil.search((long[])arguments[0],
(java.lang.Long)arguments[1], (java.lang.String)arguments[2],
((Integer)arguments[3]).intValue(),
((Integer)arguments[4]).intValue());
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
return AvvisoLocalServiceUtil.countSearch((long[])arguments[0],
(java.lang.Long)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiFirmatiByCF(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisiFirmatiByCF(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName207.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiDaFirmarePrimaFirmaByCF(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisiDaFirmarePrimaFirmaByCF(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return AvvisoLocalServiceUtil.deleteAvviso((it.tref.liferay.portos.bo.model.Avviso)arguments[0]);
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return AvvisoLocalServiceUtil.deleteAvviso(((Long)arguments[0]).longValue());
}
- if (_methodName206.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
+ if (_methodName212.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiDaFirmarePrimaFirmaByNotCF(((Long)arguments[0]).longValue(),
(long[])arguments[1], (java.lang.String)arguments[2],
((Integer)arguments[3]).intValue(),
((Integer)arguments[4]).intValue());
}
- if (_methodName207.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
+ if (_methodName213.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisiDaFirmarePrimaFirmaByNotCF(((Long)arguments[0]).longValue(),
(long[])arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiDaFirmarePrimaFirma(((Long)arguments[0]).longValue(),
(long[])arguments[1], ((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName210.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
+ if (_methodName216.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisiDaFirmarePrimaFirma(((Long)arguments[0]).longValue(),
(long[])arguments[1]);
}
- if (_methodName212.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
+ if (_methodName218.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisiGenerazioneDocumento();
}
- if (_methodName213.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
+ if (_methodName219.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiGenerazioneDocumento(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName214.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
+ if (_methodName220.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
return AvvisoLocalServiceUtil.dynamicQueryAvvisiGenerazioneDocumento();
}
- if (_methodName215.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
+ if (_methodName221.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisiFirmaDocumento();
}
- if (_methodName216.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
+ if (_methodName222.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiFirmaDocumento(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName217.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
+ if (_methodName223.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
return AvvisoLocalServiceUtil.dynamicQueryAvvisiFirmaDocumento();
}
- if (_methodName218.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
+ if (_methodName224.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisiInvioDocumento();
}
- if (_methodName219.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
+ if (_methodName225.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiInvioDocumento(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName220.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
+ if (_methodName226.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
return AvvisoLocalServiceUtil.dynamicQueryAvvisiInvioDocumento();
}
- if (_methodName221.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
+ if (_methodName227.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisiInvioSignal();
}
- if (_methodName222.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
+ if (_methodName228.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisoInvioSignal(((Long)arguments[0]).longValue());
}
- if (_methodName223.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
+ if (_methodName229.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiInvioSignal(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName224.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
+ if (_methodName230.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
return AvvisoLocalServiceUtil.dynamicQueryAvvisiInvioSignal((java.lang.Long)arguments[0]);
}
- if (_methodName225.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
+ if (_methodName231.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisiTempistica();
}
- if (_methodName226.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
+ if (_methodName232.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisoTempistica(((Long)arguments[0]).longValue());
}
- if (_methodName227.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
+ if (_methodName233.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiTempistica(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName228.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
+ if (_methodName234.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) {
return AvvisoLocalServiceUtil.dynamicQueryAvvisiTempistica((java.lang.Long)arguments[0]);
}
- if (_methodName229.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
+ if (_methodName235.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoDlFileEntryFirma(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName230.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
+ if (_methodName236.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoPrimaFirma(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName231.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
+ if (_methodName237.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoRollbackPrimaFirma(((Long)arguments[0]).longValue());
}
- if (_methodName232.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) {
+ if (_methodName238.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoDlFileEntryIdBase(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName233.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
+ if (_methodName239.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoDlFileEntryIdBaseSingola(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName234.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) {
+ if (_methodName240.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoDlFileEntryIdBaseAndInvio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.util.Date)arguments[2]);
}
- if (_methodName235.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) {
+ if (_methodName241.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoDlFileEntryIdInvio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.util.Date)arguments[2]);
}
- if (_methodName236.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) {
+ if (_methodName242.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoInvio(((Long)arguments[0]).longValue());
}
- if (_methodName237.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) {
+ if (_methodName243.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoErrore(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName238.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) {
+ if (_methodName244.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoAnnullato(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName239.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) {
+ if (_methodName245.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoSignal(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
}
- if (_methodName240.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) {
+ if (_methodName246.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoSignal(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName241.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) {
+ if (_methodName247.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoTempistica(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
}
- if (_methodName242.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) {
+ if (_methodName248.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoTempistica(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName243.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) {
+ if (_methodName249.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoProtocollo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName244.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) {
+ if (_methodName250.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisoInvioTecnico(((Long)arguments[0]).longValue());
}
- if (_methodName245.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) {
+ if (_methodName251.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisiInvioTecnico();
}
- if (_methodName246.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) {
+ if (_methodName252.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiInvioTecnico(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName248.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) {
+ if (_methodName254.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) {
return AvvisoLocalServiceUtil.fetchAvvisoByOldAvvisoId(((Long)arguments[0]).longValue());
}
- if (_methodName249.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) {
+ if (_methodName255.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) {
return AvvisoLocalServiceUtil.updateAvvisoInviatoTecnico(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName250.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) {
+ if (_methodName256.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) {
return AvvisoLocalServiceUtil.findByClassPk_tipoDocumento((java.lang.Long)arguments[0],
(java.lang.String)arguments[1]);
}
- if (_methodName251.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) {
+ if (_methodName257.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) {
return AvvisoLocalServiceUtil.findByIntPraticaId_tipoDocumento((java.lang.Long)arguments[0],
(java.lang.String)arguments[1]);
}
- if (_methodName252.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) {
+ if (_methodName258.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) {
return AvvisoLocalServiceUtil.findByIntPraticaIds_tipoDocumento((long[])arguments[0],
(java.lang.String)arguments[1]);
}
- if (_methodName253.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) {
+ if (_methodName259.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) {
return AvvisoLocalServiceUtil.findByClassPk_ExcludeTipoDocumento((java.lang.Long)arguments[0],
(java.lang.String)arguments[1]);
}
- if (_methodName254.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) {
+ if (_methodName260.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) {
return AvvisoLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName255.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) {
+ if (_methodName261.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) {
return AvvisoLocalServiceUtil.findByIntPratica_Inviato(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -1132,165 +1136,170 @@ public class AvvisoLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName256.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) {
+ if (_methodName262.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) {
return AvvisoLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName257.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) {
+ if (_methodName263.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) {
return AvvisoLocalServiceUtil.containsFileEntry(((Long)arguments[0]).longValue(),
(long[])arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName258.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) {
+ if (_methodName264.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) {
return AvvisoLocalServiceUtil.findByUUID((java.lang.String)arguments[0],
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName259.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) {
+ if (_methodName265.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisoByClassPk(((Long)arguments[0]).longValue());
}
- if (_methodName260.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) {
+ if (_methodName266.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisoByClassPk_ClassName(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName261.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) {
+ if (_methodName267.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) {
return AvvisoLocalServiceUtil.findByProtocollo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
}
- if (_methodName262.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) {
+ if (_methodName268.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) {
return AvvisoLocalServiceUtil.fetchByProtocollo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
}
- if (_methodName263.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) {
+ if (_methodName269.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) {
return AvvisoLocalServiceUtil.fetchByProtocollo((java.lang.String)arguments[0]);
}
- if (_methodName265.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) {
+ if (_methodName271.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes271, parameterTypes)) {
return AvvisoLocalServiceUtil.fetchLastAvvisoByIntPraticaPerStatoFinale(((Long)arguments[0]).longValue());
}
- if (_methodName266.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) {
+ if (_methodName272.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) {
return AvvisoLocalServiceUtil.getListaAvvisiPerApplet((java.lang.String)arguments[0]);
}
- if (_methodName267.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) {
+ if (_methodName273.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) {
return AvvisoLocalServiceUtil.getAllTipoDocumentoFolderProps();
}
- if (_methodName268.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) {
+ if (_methodName274.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) {
return AvvisoLocalServiceUtil.getFileNameAvviso(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.Long)arguments[2],
(java.lang.String)arguments[3]);
}
- if (_methodName269.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) {
+ if (_methodName275.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) {
return AvvisoLocalServiceUtil.rilasciaFirma(((Long)arguments[0]).longValue());
}
- if (_methodName270.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) {
+ if (_methodName276.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) {
return AvvisoLocalServiceUtil.assegnaFirma(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName271.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes271, parameterTypes)) {
+ if (_methodName277.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes277, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiWithOldFileEntryIdInvio(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName272.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) {
+ if (_methodName278.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiWithOldFileEntryIdBase(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName273.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) {
+ if (_methodName279.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes279, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiRifiutatiByControlloPraticaId(((Long)arguments[0]).longValue());
}
- if (_methodName274.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) {
+ if (_methodName280.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes280, parameterTypes)) {
return AvvisoLocalServiceUtil.addFileFirmato(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName275.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) {
+ if (_methodName281.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes281, parameterTypes)) {
return AvvisoLocalServiceUtil.simulaFirma(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
- if (_methodName276.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) {
+ if (_methodName282.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes282, parameterTypes)) {
return AvvisoLocalServiceUtil.protocolliSearch((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Integer)arguments[3]).intValue(),
((Integer)arguments[4]).intValue());
}
- if (_methodName277.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes277, parameterTypes)) {
+ if (_methodName283.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes283, parameterTypes)) {
return AvvisoLocalServiceUtil.countProtocolliSearch((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName278.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) {
+ if (_methodName284.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes284, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiPerAggiuntaProtocollo(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName279.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes279, parameterTypes)) {
+ if (_methodName285.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes285, parameterTypes)) {
return AvvisoLocalServiceUtil.dynamicQueryAggiuntaProtocollo();
}
- if (_methodName280.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes280, parameterTypes)) {
+ if (_methodName286.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes286, parameterTypes)) {
return AvvisoLocalServiceUtil.findByClassPk(((Long)arguments[0]).longValue());
}
- if (_methodName281.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes281, parameterTypes)) {
+ if (_methodName287.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes287, parameterTypes)) {
return AvvisoLocalServiceUtil.countAvvisiInvioTecnicoNew();
}
- if (_methodName282.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes282, parameterTypes)) {
+ if (_methodName288.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes288, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisiInvioTecnicoNew(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName284.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes284, parameterTypes)) {
+ if (_methodName290.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes290, parameterTypes)) {
return AvvisoLocalServiceUtil.getAvvisoVidimazione(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName285.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes285, parameterTypes)) {
+ if (_methodName291.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes291, parameterTypes)) {
+ return AvvisoLocalServiceUtil.getAvvisoPraticaOspedaliera(((Long)arguments[0]).longValue());
+ }
+
+ if (_methodName292.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes292, parameterTypes)) {
return AvvisoLocalServiceUtil.getLastAvvisoIntegrazione(((Long)arguments[0]).longValue());
}
@@ -1337,22 +1346,10 @@ public class AvvisoLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
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;
@@ -1363,22 +1360,26 @@ public class AvvisoLocalServiceClpInvoker {
private String[] _methodParameterTypes195;
private String _methodName196;
private String[] _methodParameterTypes196;
+ private String _methodName197;
+ private String[] _methodParameterTypes197;
private String _methodName198;
private String[] _methodParameterTypes198;
private String _methodName199;
private String[] _methodParameterTypes199;
+ private String _methodName200;
+ private String[] _methodParameterTypes200;
private String _methodName201;
private String[] _methodParameterTypes201;
private String _methodName202;
private String[] _methodParameterTypes202;
- private String _methodName203;
- private String[] _methodParameterTypes203;
private String _methodName204;
private String[] _methodParameterTypes204;
- private String _methodName206;
- private String[] _methodParameterTypes206;
+ private String _methodName205;
+ private String[] _methodParameterTypes205;
private String _methodName207;
private String[] _methodParameterTypes207;
+ private String _methodName208;
+ private String[] _methodParameterTypes208;
private String _methodName209;
private String[] _methodParameterTypes209;
private String _methodName210;
@@ -1387,14 +1388,10 @@ public class AvvisoLocalServiceClpInvoker {
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 _methodName219;
@@ -1453,6 +1450,8 @@ public class AvvisoLocalServiceClpInvoker {
private String[] _methodParameterTypes245;
private String _methodName246;
private String[] _methodParameterTypes246;
+ private String _methodName247;
+ private String[] _methodParameterTypes247;
private String _methodName248;
private String[] _methodParameterTypes248;
private String _methodName249;
@@ -1463,8 +1462,6 @@ public class AvvisoLocalServiceClpInvoker {
private String[] _methodParameterTypes251;
private String _methodName252;
private String[] _methodParameterTypes252;
- private String _methodName253;
- private String[] _methodParameterTypes253;
private String _methodName254;
private String[] _methodParameterTypes254;
private String _methodName255;
@@ -1485,6 +1482,8 @@ public class AvvisoLocalServiceClpInvoker {
private String[] _methodParameterTypes262;
private String _methodName263;
private String[] _methodParameterTypes263;
+ private String _methodName264;
+ private String[] _methodParameterTypes264;
private String _methodName265;
private String[] _methodParameterTypes265;
private String _methodName266;
@@ -1495,8 +1494,6 @@ public class AvvisoLocalServiceClpInvoker {
private String[] _methodParameterTypes268;
private String _methodName269;
private String[] _methodParameterTypes269;
- private String _methodName270;
- private String[] _methodParameterTypes270;
private String _methodName271;
private String[] _methodParameterTypes271;
private String _methodName272;
@@ -1521,8 +1518,22 @@ public class AvvisoLocalServiceClpInvoker {
private String[] _methodParameterTypes281;
private String _methodName282;
private String[] _methodParameterTypes282;
+ private String _methodName283;
+ private String[] _methodParameterTypes283;
private String _methodName284;
private String[] _methodParameterTypes284;
private String _methodName285;
private String[] _methodParameterTypes285;
+ private String _methodName286;
+ private String[] _methodParameterTypes286;
+ private String _methodName287;
+ private String[] _methodParameterTypes287;
+ private String _methodName288;
+ private String[] _methodParameterTypes288;
+ private String _methodName290;
+ private String[] _methodParameterTypes290;
+ private String _methodName291;
+ private String[] _methodParameterTypes291;
+ private String _methodName292;
+ private String[] _methodParameterTypes292;
}
\ 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/base/AvvisoServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceBaseImpl.java
index 2fcffd0c..5b646241 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class AvvisoServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1746,6 +1804,12 @@ public abstract class AvvisoServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceClpInvoker.java
index 66dda734..18ba767e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/AvvisoServiceClpInvoker.java
@@ -24,45 +24,45 @@ import java.util.Arrays;
*/
public class AvvisoServiceClpInvoker {
public AvvisoServiceClpInvoker() {
- _methodName160 = "getBeanIdentifier";
+ _methodName166 = "getBeanIdentifier";
- _methodParameterTypes160 = new String[] { };
+ _methodParameterTypes166 = new String[] { };
- _methodName161 = "setBeanIdentifier";
+ _methodName167 = "setBeanIdentifier";
- _methodParameterTypes161 = new String[] { "java.lang.String" };
+ _methodParameterTypes167 = new String[] { "java.lang.String" };
- _methodName166 = "rilasciaFirma";
+ _methodName172 = "rilasciaFirma";
- _methodParameterTypes166 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes172 = new String[] { "long", "java.lang.String" };
- _methodName167 = "assegnaFirma";
+ _methodName173 = "assegnaFirma";
- _methodParameterTypes167 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes173 = new String[] { "long", "java.lang.String" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName160.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) {
+ if (_methodName166.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
return AvvisoServiceUtil.getBeanIdentifier();
}
- if (_methodName161.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) {
+ if (_methodName167.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
AvvisoServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
return AvvisoServiceUtil.rilasciaFirma(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName167.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
+ if (_methodName173.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
return AvvisoServiceUtil.assegnaFirma(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
@@ -70,12 +70,12 @@ public class AvvisoServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName160;
- private String[] _methodParameterTypes160;
- private String _methodName161;
- private String[] _methodParameterTypes161;
private String _methodName166;
private String[] _methodParameterTypes166;
private String _methodName167;
private String[] _methodParameterTypes167;
+ private String _methodName172;
+ private String[] _methodParameterTypes172;
+ private String _methodName173;
+ private String[] _methodParameterTypes173;
}
\ 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/base/CollaudoLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceBaseImpl.java
index 35cd6450..413e2b3f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1342,6 +1343,63 @@ public abstract class CollaudoLocalServiceBaseImpl extends BaseLocalServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1999,6 +2057,12 @@ public abstract class CollaudoLocalServiceBaseImpl extends BaseLocalServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceClpInvoker.java
index 2c605d45..bdf64b03 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoLocalServiceClpInvoker.java
@@ -122,152 +122,152 @@ public class CollaudoLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Collaudo"
};
- _methodName176 = "getBeanIdentifier";
+ _methodName182 = "getBeanIdentifier";
- _methodParameterTypes176 = new String[] { };
+ _methodParameterTypes182 = new String[] { };
- _methodName177 = "setBeanIdentifier";
+ _methodName183 = "setBeanIdentifier";
- _methodParameterTypes177 = new String[] { "java.lang.String" };
+ _methodParameterTypes183 = new String[] { "java.lang.String" };
- _methodName183 = "addCollaudo";
+ _methodName189 = "addCollaudo";
- _methodParameterTypes183 = new String[] {
+ _methodParameterTypes189 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName184 = "deleteCollaudo";
+ _methodName190 = "deleteCollaudo";
- _methodParameterTypes184 = new String[] {
+ _methodParameterTypes190 = new String[] {
"it.tref.liferay.portos.bo.model.Collaudo"
};
- _methodName185 = "deleteCollaudo";
+ _methodName191 = "deleteCollaudo";
- _methodParameterTypes185 = new String[] { "long" };
+ _methodParameterTypes191 = new String[] { "long" };
- _methodName186 = "updateCollaudo";
+ _methodName192 = "updateCollaudo";
- _methodParameterTypes186 = new String[] {
+ _methodParameterTypes192 = new String[] {
"long", "long", "long", "boolean", "boolean", "java.util.Date",
"java.lang.String", "boolean", "java.lang.String"
};
- _methodName187 = "getLastEditable";
+ _methodName193 = "getLastEditable";
- _methodParameterTypes187 = new String[] { "long" };
+ _methodParameterTypes193 = new String[] { "long" };
- _methodName188 = "getLastCompleted";
+ _methodName194 = "getLastCompleted";
- _methodParameterTypes188 = new String[] { "long" };
+ _methodParameterTypes194 = new String[] { "long" };
- _methodName189 = "updateEsitoPagamento";
+ _methodName195 = "updateEsitoPagamento";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes195 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName190 = "updateEsitoPagamento";
+ _methodName196 = "updateEsitoPagamento";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
"long", "long", "long", "java.lang.String"
};
- _methodName191 = "updateEsito";
+ _methodName197 = "updateEsito";
- _methodParameterTypes191 = new String[] { "long", "int" };
+ _methodParameterTypes197 = new String[] { "long", "int" };
- _methodName194 = "updateCollaudoProtocollo";
+ _methodName200 = "updateCollaudoProtocollo";
- _methodParameterTypes194 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes200 = new String[] { "long", "java.lang.String" };
- _methodName195 = "findByProtocollo";
+ _methodName201 = "findByProtocollo";
- _methodParameterTypes195 = new String[] {
+ _methodParameterTypes201 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName196 = "fetchByProtocollo";
+ _methodName202 = "fetchByProtocollo";
- _methodParameterTypes196 = new String[] { "java.lang.String" };
+ _methodParameterTypes202 = new String[] { "java.lang.String" };
- _methodName197 = "pagaInvia";
+ _methodName203 = "pagaInvia";
- _methodParameterTypes197 = new String[] {
+ _methodParameterTypes203 = new String[] {
"long", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName198 = "findByIntPraticaId";
+ _methodName204 = "findByIntPraticaId";
- _methodParameterTypes198 = new String[] {
+ _methodParameterTypes204 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName199 = "countByIntPraticaId";
+ _methodName205 = "countByIntPraticaId";
- _methodParameterTypes199 = new String[] { "long" };
+ _methodParameterTypes205 = new String[] { "long" };
- _methodName200 = "findByIntPraticaId_Parziale";
+ _methodName206 = "findByIntPraticaId_Parziale";
- _methodParameterTypes200 = new String[] {
+ _methodParameterTypes206 = new String[] {
"long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName201 = "countByIntPraticaId_Parziale";
+ _methodName207 = "countByIntPraticaId_Parziale";
- _methodParameterTypes201 = new String[] { "long", "boolean" };
+ _methodParameterTypes207 = new String[] { "long", "boolean" };
- _methodName202 = "findByIntPraticaId_Completata";
+ _methodName208 = "findByIntPraticaId_Completata";
- _methodParameterTypes202 = new String[] {
+ _methodParameterTypes208 = new String[] {
"long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName203 = "countByIntPraticaId_Completata";
+ _methodName209 = "countByIntPraticaId_Completata";
- _methodParameterTypes203 = new String[] { "long", "boolean" };
+ _methodParameterTypes209 = new String[] { "long", "boolean" };
- _methodName204 = "findByCodiceFiscale_Completata";
+ _methodName210 = "findByCodiceFiscale_Completata";
- _methodParameterTypes204 = new String[] {
+ _methodParameterTypes210 = new String[] {
"java.lang.String", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName205 = "countByCodiceFiscale_Completata";
+ _methodName211 = "countByCodiceFiscale_Completata";
- _methodParameterTypes205 = new String[] { "java.lang.String", "boolean" };
+ _methodParameterTypes211 = new String[] { "java.lang.String", "boolean" };
- _methodName206 = "findByIntPraticaId_Parziale_leCollaudoId";
+ _methodName212 = "findByIntPraticaId_Parziale_leCollaudoId";
- _methodParameterTypes206 = new String[] {
+ _methodParameterTypes212 = new String[] {
"long", "long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName207 = "countByIntPraticaId_Parziale_leCollaudoId";
+ _methodName213 = "countByIntPraticaId_Parziale_leCollaudoId";
- _methodParameterTypes207 = new String[] { "long", "long", "boolean" };
+ _methodParameterTypes213 = new String[] { "long", "long", "boolean" };
- _methodName208 = "findCollaudiCompletiNotProtocollo";
+ _methodName214 = "findCollaudiCompletiNotProtocollo";
- _methodParameterTypes208 = new String[] { "int", "int" };
+ _methodParameterTypes214 = new String[] { "int", "int" };
- _methodName209 = "countCollaudiCompletiNotProtocollo";
+ _methodName215 = "countCollaudiCompletiNotProtocollo";
- _methodParameterTypes209 = new String[] { };
+ _methodParameterTypes215 = new String[] { };
- _methodName211 = "findCollaudiCompletiNotGestiti";
+ _methodName217 = "findCollaudiCompletiNotGestiti";
- _methodParameterTypes211 = new String[] { "int", "int" };
+ _methodParameterTypes217 = new String[] { "int", "int" };
- _methodName212 = "countCollaudiCompletiNotGestiti";
+ _methodName218 = "countCollaudiCompletiNotGestiti";
- _methodParameterTypes212 = new String[] { };
+ _methodParameterTypes218 = new String[] { };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -383,36 +383,36 @@ public class CollaudoLocalServiceClpInvoker {
return CollaudoLocalServiceUtil.updateCollaudo((it.tref.liferay.portos.bo.model.Collaudo)arguments[0]);
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return CollaudoLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
CollaudoLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return CollaudoLocalServiceUtil.addCollaudo(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
- if (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
return CollaudoLocalServiceUtil.deleteCollaudo((it.tref.liferay.portos.bo.model.Collaudo)arguments[0]);
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return CollaudoLocalServiceUtil.deleteCollaudo(((Long)arguments[0]).longValue());
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return CollaudoLocalServiceUtil.updateCollaudo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -423,26 +423,26 @@ public class CollaudoLocalServiceClpInvoker {
(java.lang.String)arguments[8]);
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return CollaudoLocalServiceUtil.getLastEditable(((Long)arguments[0]).longValue());
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return CollaudoLocalServiceUtil.getLastCompleted(((Long)arguments[0]).longValue());
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
CollaudoLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
return null;
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
CollaudoLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]);
@@ -450,51 +450,51 @@ public class CollaudoLocalServiceClpInvoker {
return null;
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return CollaudoLocalServiceUtil.updateEsito(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return CollaudoLocalServiceUtil.updateCollaudoProtocollo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return CollaudoLocalServiceUtil.findByProtocollo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
return CollaudoLocalServiceUtil.fetchByProtocollo((java.lang.String)arguments[0]);
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return CollaudoLocalServiceUtil.pagaInvia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return CollaudoLocalServiceUtil.findByIntPraticaId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return CollaudoLocalServiceUtil.countByIntPraticaId(((Long)arguments[0]).longValue());
}
- if (_methodName200.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
return CollaudoLocalServiceUtil.findByIntPraticaId_Parziale(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue(),
((Integer)arguments[2]).intValue(),
@@ -502,14 +502,14 @@ public class CollaudoLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName207.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
return CollaudoLocalServiceUtil.countByIntPraticaId_Parziale(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return CollaudoLocalServiceUtil.findByIntPraticaId_Completata(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue(),
((Integer)arguments[2]).intValue(),
@@ -517,14 +517,14 @@ public class CollaudoLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return CollaudoLocalServiceUtil.countByIntPraticaId_Completata(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return CollaudoLocalServiceUtil.findByCodiceFiscale_Completata((java.lang.String)arguments[0],
((Boolean)arguments[1]).booleanValue(),
((Integer)arguments[2]).intValue(),
@@ -532,14 +532,14 @@ public class CollaudoLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName205.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
+ if (_methodName211.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
return CollaudoLocalServiceUtil.countByCodiceFiscale_Completata((java.lang.String)arguments[0],
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName206.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
+ if (_methodName212.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
return CollaudoLocalServiceUtil.findByIntPraticaId_Parziale_leCollaudoId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Boolean)arguments[2]).booleanValue(),
@@ -548,32 +548,32 @@ public class CollaudoLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName207.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
+ if (_methodName213.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
return CollaudoLocalServiceUtil.countByIntPraticaId_Parziale_leCollaudoId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return CollaudoLocalServiceUtil.findCollaudiCompletiNotProtocollo(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
return CollaudoLocalServiceUtil.countCollaudiCompletiNotProtocollo();
}
- if (_methodName211.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
+ if (_methodName217.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
return CollaudoLocalServiceUtil.findCollaudiCompletiNotGestiti(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName212.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
+ if (_methodName218.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
return CollaudoLocalServiceUtil.countCollaudiCompletiNotGestiti();
}
@@ -620,28 +620,20 @@ public class CollaudoLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName176;
- private String[] _methodParameterTypes176;
- private String _methodName177;
- private String[] _methodParameterTypes177;
+ private String _methodName182;
+ private String[] _methodParameterTypes182;
private String _methodName183;
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;
@@ -650,10 +642,6 @@ public class CollaudoLocalServiceClpInvoker {
private String[] _methodParameterTypes196;
private String _methodName197;
private String[] _methodParameterTypes197;
- private String _methodName198;
- private String[] _methodParameterTypes198;
- private String _methodName199;
- private String[] _methodParameterTypes199;
private String _methodName200;
private String[] _methodParameterTypes200;
private String _methodName201;
@@ -674,8 +662,20 @@ public class CollaudoLocalServiceClpInvoker {
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 _methodName217;
+ private String[] _methodParameterTypes217;
+ private String _methodName218;
+ private String[] _methodParameterTypes218;
}
\ 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/base/CollaudoServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceBaseImpl.java
index 9e4a8b12..2c92d55a 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class CollaudoServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1708,6 +1766,12 @@ public abstract class CollaudoServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceClpInvoker.java
index b9adb3d0..578239a8 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/CollaudoServiceClpInvoker.java
@@ -24,105 +24,105 @@ import java.util.Arrays;
*/
public class CollaudoServiceClpInvoker {
public CollaudoServiceClpInvoker() {
- _methodName156 = "getBeanIdentifier";
+ _methodName162 = "getBeanIdentifier";
- _methodParameterTypes156 = new String[] { };
+ _methodParameterTypes162 = new String[] { };
- _methodName157 = "setBeanIdentifier";
+ _methodName163 = "setBeanIdentifier";
- _methodParameterTypes157 = new String[] { "java.lang.String" };
+ _methodParameterTypes163 = new String[] { "java.lang.String" };
- _methodName162 = "getCollaudo";
+ _methodName168 = "getCollaudo";
- _methodParameterTypes162 = new String[] { "long" };
+ _methodParameterTypes168 = new String[] { "long" };
- _methodName163 = "addCollaudo";
+ _methodName169 = "addCollaudo";
- _methodParameterTypes163 = new String[] {
+ _methodParameterTypes169 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName164 = "deleteCollaudo";
+ _methodName170 = "deleteCollaudo";
- _methodParameterTypes164 = new String[] {
+ _methodParameterTypes170 = new String[] {
"it.tref.liferay.portos.bo.model.Collaudo"
};
- _methodName165 = "deleteCollaudo";
+ _methodName171 = "deleteCollaudo";
- _methodParameterTypes165 = new String[] { "long" };
+ _methodParameterTypes171 = new String[] { "long" };
- _methodName166 = "updateCollaudo";
+ _methodName172 = "updateCollaudo";
- _methodParameterTypes166 = new String[] {
+ _methodParameterTypes172 = new String[] {
"long", "long", "long", "boolean", "boolean", "java.util.Date",
"java.lang.String", "boolean", "java.lang.String"
};
- _methodName167 = "findByCodiceFiscale_Completata";
+ _methodName173 = "findByCodiceFiscale_Completata";
- _methodParameterTypes167 = new String[] {
+ _methodParameterTypes173 = new String[] {
"java.lang.String", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName168 = "countByCodiceFiscale_Completata";
+ _methodName174 = "countByCodiceFiscale_Completata";
- _methodParameterTypes168 = new String[] { "java.lang.String", "boolean" };
+ _methodParameterTypes174 = new String[] { "java.lang.String", "boolean" };
- _methodName169 = "getLastEditable";
+ _methodName175 = "getLastEditable";
- _methodParameterTypes169 = new String[] { "long" };
+ _methodParameterTypes175 = new String[] { "long" };
- _methodName170 = "pagaInvia";
+ _methodName176 = "pagaInvia";
- _methodParameterTypes170 = new String[] {
+ _methodParameterTypes176 = new String[] {
"long", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName171 = "updateEsito";
+ _methodName177 = "updateEsito";
- _methodParameterTypes171 = new String[] { "long", "int" };
+ _methodParameterTypes177 = new String[] { "long", "int" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName156.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) {
+ if (_methodName162.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
return CollaudoServiceUtil.getBeanIdentifier();
}
- if (_methodName157.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) {
+ if (_methodName163.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
CollaudoServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName162.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
+ if (_methodName168.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
return CollaudoServiceUtil.getCollaudo(((Long)arguments[0]).longValue());
}
- if (_methodName163.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
+ if (_methodName169.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
return CollaudoServiceUtil.addCollaudo(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
- if (_methodName164.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) {
+ if (_methodName170.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
return CollaudoServiceUtil.deleteCollaudo((it.tref.liferay.portos.bo.model.Collaudo)arguments[0]);
}
- if (_methodName165.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) {
+ if (_methodName171.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
return CollaudoServiceUtil.deleteCollaudo(((Long)arguments[0]).longValue());
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
return CollaudoServiceUtil.updateCollaudo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -133,8 +133,8 @@ public class CollaudoServiceClpInvoker {
(java.lang.String)arguments[8]);
}
- if (_methodName167.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
+ if (_methodName173.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
return CollaudoServiceUtil.findByCodiceFiscale_Completata((java.lang.String)arguments[0],
((Boolean)arguments[1]).booleanValue(),
((Integer)arguments[2]).intValue(),
@@ -142,26 +142,26 @@ public class CollaudoServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName168.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
+ if (_methodName174.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
return CollaudoServiceUtil.countByCodiceFiscale_Completata((java.lang.String)arguments[0],
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName169.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
+ if (_methodName175.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
return CollaudoServiceUtil.getLastEditable(((Long)arguments[0]).longValue());
}
- if (_methodName170.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
+ if (_methodName176.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
return CollaudoServiceUtil.pagaInvia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName171.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
+ if (_methodName177.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
return CollaudoServiceUtil.updateEsito(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
@@ -169,22 +169,10 @@ public class CollaudoServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName156;
- private String[] _methodParameterTypes156;
- private String _methodName157;
- private String[] _methodParameterTypes157;
private String _methodName162;
private String[] _methodParameterTypes162;
private String _methodName163;
private String[] _methodParameterTypes163;
- private String _methodName164;
- private String[] _methodParameterTypes164;
- private String _methodName165;
- private String[] _methodParameterTypes165;
- private String _methodName166;
- private String[] _methodParameterTypes166;
- private String _methodName167;
- private String[] _methodParameterTypes167;
private String _methodName168;
private String[] _methodParameterTypes168;
private String _methodName169;
@@ -193,4 +181,16 @@ public class CollaudoServiceClpInvoker {
private String[] _methodParameterTypes170;
private String _methodName171;
private String[] _methodParameterTypes171;
+ private String _methodName172;
+ private String[] _methodParameterTypes172;
+ private String _methodName173;
+ private String[] _methodParameterTypes173;
+ private String _methodName174;
+ private String[] _methodParameterTypes174;
+ private String _methodName175;
+ private String[] _methodParameterTypes175;
+ private String _methodName176;
+ private String[] _methodParameterTypes176;
+ private String _methodName177;
+ private String[] _methodParameterTypes177;
}
\ 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/base/ComuneLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceBaseImpl.java
index a4f85630..ee5ed86a 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1310,6 +1311,63 @@ public abstract class ComuneLocalServiceBaseImpl extends BaseLocalServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1967,6 +2025,12 @@ public abstract class ComuneLocalServiceBaseImpl extends BaseLocalServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceClpInvoker.java
index bc69c3ea..492df201 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneLocalServiceClpInvoker.java
@@ -114,132 +114,138 @@ public class ComuneLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Comune"
};
- _methodName174 = "getBeanIdentifier";
+ _methodName180 = "getBeanIdentifier";
- _methodParameterTypes174 = new String[] { };
+ _methodParameterTypes180 = new String[] { };
- _methodName175 = "setBeanIdentifier";
+ _methodName181 = "setBeanIdentifier";
- _methodParameterTypes175 = new String[] { "java.lang.String" };
+ _methodParameterTypes181 = new String[] { "java.lang.String" };
- _methodName180 = "addComune";
+ _methodName186 = "addComune";
- _methodParameterTypes180 = new String[] {
+ _methodParameterTypes186 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"boolean", "boolean", "java.lang.String", "java.lang.String",
- "com.liferay.portal.service.ServiceContext"
+ "boolean", "com.liferay.portal.service.ServiceContext"
};
- _methodName181 = "addComune";
+ _methodName187 = "addComune";
- _methodParameterTypes181 = new String[] {
+ _methodParameterTypes187 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
- "boolean", "java.lang.String", "java.lang.String",
+ "boolean", "java.lang.String", "java.lang.String", "boolean",
"com.liferay.portal.service.ServiceContext"
};
- _methodName182 = "countByCompanyId";
+ _methodName188 = "countByCompanyId";
- _methodParameterTypes182 = new String[] { "long" };
+ _methodParameterTypes188 = new String[] { "long" };
- _methodName183 = "countByKeywords";
+ _methodName189 = "countByKeywords";
- _methodParameterTypes183 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes189 = new String[] { "long", "java.lang.String" };
- _methodName184 = "deleteByCompanyId";
+ _methodName190 = "deleteByCompanyId";
- _methodParameterTypes184 = new String[] { "long" };
+ _methodParameterTypes190 = new String[] { "long" };
- _methodName185 = "deleteComune";
+ _methodName191 = "deleteComune";
- _methodParameterTypes185 = new String[] {
+ _methodParameterTypes191 = new String[] {
"it.tref.liferay.portos.bo.model.Comune"
};
- _methodName186 = "deleteComune";
+ _methodName192 = "deleteComune";
- _methodParameterTypes186 = new String[] { "long" };
+ _methodParameterTypes192 = new String[] { "long" };
- _methodName187 = "fetchByC_CB";
+ _methodName193 = "fetchByC_CB";
- _methodParameterTypes187 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes193 = new String[] { "long", "java.lang.String" };
- _methodName188 = "fetchByC_CI";
+ _methodName194 = "fetchByC_CI";
- _methodParameterTypes188 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes194 = new String[] { "long", "java.lang.String" };
- _methodName189 = "findByC_CP";
+ _methodName195 = "findByC_CP";
- _methodParameterTypes189 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes195 = new String[] { "long", "java.lang.String" };
- _methodName190 = "findByCompanyDenominazione";
+ _methodName196 = "findByCompanyDenominazione";
- _methodParameterTypes190 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes196 = new String[] { "long", "java.lang.String" };
- _methodName191 = "findByCompanyId";
+ _methodName197 = "findByCompanyId";
- _methodParameterTypes191 = new String[] { "long" };
+ _methodParameterTypes197 = new String[] { "long" };
- _methodName192 = "findByCompanyId";
+ _methodName198 = "findByCompanyId";
- _methodParameterTypes192 = new String[] { "long", "int", "int" };
+ _methodParameterTypes198 = new String[] { "long", "int", "int" };
- _methodName193 = "findByCompanyId";
+ _methodName199 = "findByCompanyId";
- _methodParameterTypes193 = new String[] {
+ _methodParameterTypes199 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName194 = "findByCompanyIdCodiceProvincia";
+ _methodName200 = "findByCompanyIdCodiceProvincia";
- _methodParameterTypes194 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes200 = new String[] { "long", "java.lang.String" };
- _methodName195 = "findByCompanyIdCodiceProvincia";
+ _methodName201 = "findByCompanyIdCodiceProvincia";
- _methodParameterTypes195 = new String[] {
+ _methodParameterTypes201 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName196 = "findByKeywords";
+ _methodName202 = "findByKeywords";
- _methodParameterTypes196 = new String[] {
+ _methodParameterTypes202 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName197 = "getStatiEsteri";
+ _methodName203 = "getStatiEsteri";
- _methodParameterTypes197 = new String[] { "long" };
+ _methodParameterTypes203 = new String[] { "long" };
+
+ _methodName204 = "setPraticaOspedaliera";
- _methodName198 = "updateComune";
+ _methodParameterTypes204 = new String[] {
+ "long", "boolean", "com.liferay.portal.service.ServiceContext"
+ };
+
+ _methodName205 = "updateComune";
- _methodParameterTypes198 = new String[] {
+ _methodParameterTypes205 = new String[] {
"long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "boolean", "boolean",
- "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "boolean",
"com.liferay.portal.service.ServiceContext"
};
- _methodName199 = "updateComune";
+ _methodName206 = "updateComune";
- _methodParameterTypes199 = new String[] {
+ _methodParameterTypes206 = new String[] {
"long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "boolean",
- "java.lang.String", "java.lang.String",
+ "java.lang.String", "java.lang.String", "boolean",
"com.liferay.portal.service.ServiceContext"
};
- _methodName200 = "getComuniForOrganizationByUserId";
+ _methodName207 = "getComuniForOrganizationByUserId";
- _methodParameterTypes200 = new String[] { "long" };
+ _methodParameterTypes207 = new String[] { "long" };
- _methodName201 = "getComuniForOrganizationByUserIdUfficioId";
+ _methodName208 = "getComuniForOrganizationByUserIdUfficioId";
- _methodParameterTypes201 = new String[] { "long", "long" };
+ _methodParameterTypes208 = new String[] { "long", "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -343,20 +349,20 @@ public class ComuneLocalServiceClpInvoker {
return ComuneLocalServiceUtil.updateComune((it.tref.liferay.portos.bo.model.Comune)arguments[0]);
}
- if (_methodName174.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
+ if (_methodName180.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
return ComuneLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName175.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
+ if (_methodName181.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
ComuneLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return ComuneLocalServiceUtil.addComune(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4],
@@ -364,100 +370,102 @@ public class ComuneLocalServiceClpInvoker {
((Boolean)arguments[6]).booleanValue(),
((Boolean)arguments[7]).booleanValue(),
(java.lang.String)arguments[8], (java.lang.String)arguments[9],
- (com.liferay.portal.service.ServiceContext)arguments[10]);
+ ((Boolean)arguments[10]).booleanValue(),
+ (com.liferay.portal.service.ServiceContext)arguments[11]);
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
return ComuneLocalServiceUtil.addComune(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4],
(java.lang.String)arguments[5],
((Boolean)arguments[6]).booleanValue(),
(java.lang.String)arguments[7], (java.lang.String)arguments[8],
- (com.liferay.portal.service.ServiceContext)arguments[9]);
+ ((Boolean)arguments[9]).booleanValue(),
+ (com.liferay.portal.service.ServiceContext)arguments[10]);
}
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return ComuneLocalServiceUtil.countByCompanyId(((Long)arguments[0]).longValue());
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return ComuneLocalServiceUtil.countByKeywords(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
ComuneLocalServiceUtil.deleteByCompanyId(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return ComuneLocalServiceUtil.deleteComune((it.tref.liferay.portos.bo.model.Comune)arguments[0]);
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return ComuneLocalServiceUtil.deleteComune(((Long)arguments[0]).longValue());
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return ComuneLocalServiceUtil.fetchByC_CB(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return ComuneLocalServiceUtil.fetchByC_CI(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return ComuneLocalServiceUtil.findByC_CP(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return ComuneLocalServiceUtil.findByCompanyDenominazione(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return ComuneLocalServiceUtil.findByCompanyId(((Long)arguments[0]).longValue());
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return ComuneLocalServiceUtil.findByCompanyId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return ComuneLocalServiceUtil.findByCompanyId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return ComuneLocalServiceUtil.findByCompanyIdCodiceProvincia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return ComuneLocalServiceUtil.findByCompanyIdCodiceProvincia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -465,8 +473,8 @@ public class ComuneLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
return ComuneLocalServiceUtil.findByKeywords(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -474,13 +482,20 @@ public class ComuneLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return ComuneLocalServiceUtil.getStatiEsteri(((Long)arguments[0]).longValue());
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ return ComuneLocalServiceUtil.setPraticaOspedaliera(((Long)arguments[0]).longValue(),
+ ((Boolean)arguments[1]).booleanValue(),
+ (com.liferay.portal.service.ServiceContext)arguments[2]);
+ }
+
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return ComuneLocalServiceUtil.updateComune(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2], (java.lang.String)arguments[3],
@@ -488,27 +503,29 @@ public class ComuneLocalServiceClpInvoker {
((Boolean)arguments[6]).booleanValue(),
((Boolean)arguments[7]).booleanValue(),
(java.lang.String)arguments[8], (java.lang.String)arguments[9],
- (com.liferay.portal.service.ServiceContext)arguments[10]);
+ ((Boolean)arguments[10]).booleanValue(),
+ (com.liferay.portal.service.ServiceContext)arguments[11]);
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
return ComuneLocalServiceUtil.updateComune(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2], (java.lang.String)arguments[3],
(java.lang.String)arguments[4], (java.lang.String)arguments[5],
((Boolean)arguments[6]).booleanValue(),
(java.lang.String)arguments[7], (java.lang.String)arguments[8],
- (com.liferay.portal.service.ServiceContext)arguments[9]);
+ ((Boolean)arguments[9]).booleanValue(),
+ (com.liferay.portal.service.ServiceContext)arguments[10]);
}
- if (_methodName200.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
+ if (_methodName207.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
return ComuneLocalServiceUtil.getComuniForOrganizationByUserId(((Long)arguments[0]).longValue());
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return ComuneLocalServiceUtil.getComuniForOrganizationByUserIdUfficioId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
@@ -552,22 +569,10 @@ public class ComuneLocalServiceClpInvoker {
private String[] _methodParameterTypes16;
private String _methodName17;
private String[] _methodParameterTypes17;
- private String _methodName174;
- private String[] _methodParameterTypes174;
- private String _methodName175;
- private String[] _methodParameterTypes175;
private String _methodName180;
private String[] _methodParameterTypes180;
private String _methodName181;
private String[] _methodParameterTypes181;
- private String _methodName182;
- private String[] _methodParameterTypes182;
- private String _methodName183;
- private String[] _methodParameterTypes183;
- private String _methodName184;
- private String[] _methodParameterTypes184;
- private String _methodName185;
- private String[] _methodParameterTypes185;
private String _methodName186;
private String[] _methodParameterTypes186;
private String _methodName187;
@@ -600,4 +605,18 @@ public class ComuneLocalServiceClpInvoker {
private String[] _methodParameterTypes200;
private String _methodName201;
private String[] _methodParameterTypes201;
+ private String _methodName202;
+ 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;
}
\ 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/base/ComuneServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceBaseImpl.java
index 67bdb02d..557535b9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class ComuneServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1708,6 +1766,12 @@ public abstract class ComuneServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceClpInvoker.java
index 1a5a01fa..0bcf9a09 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComuneServiceClpInvoker.java
@@ -24,44 +24,44 @@ import java.util.Arrays;
*/
public class ComuneServiceClpInvoker {
public ComuneServiceClpInvoker() {
- _methodName156 = "getBeanIdentifier";
+ _methodName162 = "getBeanIdentifier";
- _methodParameterTypes156 = new String[] { };
+ _methodParameterTypes162 = new String[] { };
- _methodName157 = "setBeanIdentifier";
+ _methodName163 = "setBeanIdentifier";
- _methodParameterTypes157 = new String[] { "java.lang.String" };
+ _methodParameterTypes163 = new String[] { "java.lang.String" };
- _methodName162 = "getComune";
+ _methodName168 = "getComune";
- _methodParameterTypes162 = new String[] { "long" };
+ _methodParameterTypes168 = new String[] { "long" };
- _methodName163 = "getComunes";
+ _methodName169 = "getComunes";
- _methodParameterTypes163 = new String[] { "int", "int" };
+ _methodParameterTypes169 = new String[] { "int", "int" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName156.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) {
+ if (_methodName162.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
return ComuneServiceUtil.getBeanIdentifier();
}
- if (_methodName157.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) {
+ if (_methodName163.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
ComuneServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName162.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
+ if (_methodName168.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
return ComuneServiceUtil.getComune(((Long)arguments[0]).longValue());
}
- if (_methodName163.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
+ if (_methodName169.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
return ComuneServiceUtil.getComunes(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
@@ -69,12 +69,12 @@ public class ComuneServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName156;
- private String[] _methodParameterTypes156;
- private String _methodName157;
- private String[] _methodParameterTypes157;
private String _methodName162;
private String[] _methodParameterTypes162;
private String _methodName163;
private String[] _methodParameterTypes163;
+ private String _methodName168;
+ private String[] _methodParameterTypes168;
+ private String _methodName169;
+ private String[] _methodParameterTypes169;
}
\ 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/base/ComunicazioneLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceBaseImpl.java
index 61935649..25ec754e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1347,6 +1348,63 @@ public abstract class ComunicazioneLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2004,6 +2062,12 @@ public abstract class ComunicazioneLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceClpInvoker.java
index e5aeb26c..4016cd2b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneLocalServiceClpInvoker.java
@@ -122,43 +122,43 @@ public class ComunicazioneLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Comunicazione"
};
- _methodName176 = "getBeanIdentifier";
+ _methodName182 = "getBeanIdentifier";
- _methodParameterTypes176 = new String[] { };
+ _methodParameterTypes182 = new String[] { };
- _methodName177 = "setBeanIdentifier";
+ _methodName183 = "setBeanIdentifier";
- _methodParameterTypes177 = new String[] { "java.lang.String" };
+ _methodParameterTypes183 = new String[] { "java.lang.String" };
- _methodName182 = "addComunicazione";
+ _methodName188 = "addComunicazione";
- _methodParameterTypes182 = new String[] {
+ _methodParameterTypes188 = new String[] {
"long", "long", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName183 = "updateComunicazione";
+ _methodName189 = "updateComunicazione";
- _methodParameterTypes183 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes189 = new String[] { "long", "java.lang.String" };
- _methodName184 = "findByIntPratica";
+ _methodName190 = "findByIntPratica";
- _methodParameterTypes184 = new String[] { "long" };
+ _methodParameterTypes190 = new String[] { "long" };
- _methodName185 = "findByIntPratica";
+ _methodName191 = "findByIntPratica";
- _methodParameterTypes185 = new String[] {
+ _methodParameterTypes191 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName186 = "countByIntPratica";
+ _methodName192 = "countByIntPratica";
- _methodParameterTypes186 = new String[] { "long" };
+ _methodParameterTypes192 = new String[] { "long" };
- _methodName187 = "countNotAnsweredByIntPratica";
+ _methodName193 = "countNotAnsweredByIntPratica";
- _methodParameterTypes187 = new String[] { "long" };
+ _methodParameterTypes193 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -274,52 +274,52 @@ public class ComunicazioneLocalServiceClpInvoker {
return ComunicazioneLocalServiceUtil.updateComunicazione((it.tref.liferay.portos.bo.model.Comunicazione)arguments[0]);
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return ComunicazioneLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
ComunicazioneLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return ComunicazioneLocalServiceUtil.addComunicazione(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return ComunicazioneLocalServiceUtil.updateComunicazione(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
return ComunicazioneLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return ComunicazioneLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return ComunicazioneLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return ComunicazioneLocalServiceUtil.countNotAnsweredByIntPratica(((Long)arguments[0]).longValue());
}
@@ -366,20 +366,20 @@ public class ComunicazioneLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName176;
- private String[] _methodParameterTypes176;
- private String _methodName177;
- private String[] _methodParameterTypes177;
private String _methodName182;
private String[] _methodParameterTypes182;
private String _methodName183;
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;
}
\ 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/base/ComunicazioneServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceBaseImpl.java
index 5c0289ec..a889e40b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class ComunicazioneServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1708,6 +1766,12 @@ public abstract class ComunicazioneServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceClpInvoker.java
index 6c83797d..96d18ae2 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ComunicazioneServiceClpInvoker.java
@@ -24,50 +24,50 @@ import java.util.Arrays;
*/
public class ComunicazioneServiceClpInvoker {
public ComunicazioneServiceClpInvoker() {
- _methodName156 = "getBeanIdentifier";
+ _methodName162 = "getBeanIdentifier";
- _methodParameterTypes156 = new String[] { };
+ _methodParameterTypes162 = new String[] { };
- _methodName157 = "setBeanIdentifier";
+ _methodName163 = "setBeanIdentifier";
- _methodParameterTypes157 = new String[] { "java.lang.String" };
+ _methodParameterTypes163 = new String[] { "java.lang.String" };
- _methodName162 = "addComunicazione";
+ _methodName168 = "addComunicazione";
- _methodParameterTypes162 = new String[] {
+ _methodParameterTypes168 = new String[] {
"long", "long", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName163 = "updateComunicazione";
+ _methodName169 = "updateComunicazione";
- _methodParameterTypes163 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes169 = new String[] { "long", "java.lang.String" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName156.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) {
+ if (_methodName162.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
return ComunicazioneServiceUtil.getBeanIdentifier();
}
- if (_methodName157.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) {
+ if (_methodName163.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
ComunicazioneServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName162.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
+ if (_methodName168.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
return ComunicazioneServiceUtil.addComunicazione(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName163.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
+ if (_methodName169.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
return ComunicazioneServiceUtil.updateComunicazione(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
@@ -75,12 +75,12 @@ public class ComunicazioneServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName156;
- private String[] _methodParameterTypes156;
- private String _methodName157;
- private String[] _methodParameterTypes157;
private String _methodName162;
private String[] _methodParameterTypes162;
private String _methodName163;
private String[] _methodParameterTypes163;
+ private String _methodName168;
+ private String[] _methodParameterTypes168;
+ private String _methodName169;
+ private String[] _methodParameterTypes169;
}
\ 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/base/ConfigurazioneLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceBaseImpl.java
index f9ccfabb..c35136e4 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1348,6 +1349,63 @@ public abstract class ConfigurazioneLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2005,6 +2063,12 @@ public abstract class ConfigurazioneLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceClpInvoker.java
index fa66ea4c..48e323ff 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneLocalServiceClpInvoker.java
@@ -122,52 +122,52 @@ public class ConfigurazioneLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Configurazione"
};
- _methodName176 = "getBeanIdentifier";
+ _methodName182 = "getBeanIdentifier";
- _methodParameterTypes176 = new String[] { };
+ _methodParameterTypes182 = new String[] { };
- _methodName177 = "setBeanIdentifier";
+ _methodName183 = "setBeanIdentifier";
- _methodParameterTypes177 = new String[] { "java.lang.String" };
+ _methodParameterTypes183 = new String[] { "java.lang.String" };
- _methodName182 = "findByC_ChiaveList";
+ _methodName188 = "findByC_ChiaveList";
- _methodParameterTypes182 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes188 = new String[] { "long", "java.lang.String" };
- _methodName183 = "findByC_ChiaveLong";
+ _methodName189 = "findByC_ChiaveLong";
- _methodParameterTypes183 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes189 = new String[] { "long", "java.lang.String" };
- _methodName184 = "findByC_ChiaveString";
+ _methodName190 = "findByC_ChiaveString";
- _methodParameterTypes184 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes190 = new String[] { "long", "java.lang.String" };
- _methodName185 = "getAndIncrement";
+ _methodName191 = "getAndIncrement";
- _methodParameterTypes185 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes191 = new String[] { "long", "java.lang.String" };
- _methodName186 = "isDeveloper";
+ _methodName192 = "isDeveloper";
- _methodParameterTypes186 = new String[] { "long" };
+ _methodParameterTypes192 = new String[] { "long" };
- _methodName187 = "isDeveloper";
+ _methodName193 = "isDeveloper";
- _methodParameterTypes187 = new String[] { "com.liferay.portal.model.User" };
+ _methodParameterTypes193 = new String[] { "com.liferay.portal.model.User" };
- _methodName188 = "isProduction";
+ _methodName194 = "isProduction";
- _methodParameterTypes188 = new String[] { };
+ _methodParameterTypes194 = new String[] { };
- _methodName189 = "storeConfig";
+ _methodName195 = "storeConfig";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes195 = new String[] {
"java.lang.String", "java.util.List",
"com.liferay.portal.service.ServiceContext"
};
- _methodName190 = "storeConfig";
+ _methodName196 = "storeConfig";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
"java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
@@ -286,66 +286,66 @@ public class ConfigurazioneLocalServiceClpInvoker {
return ConfigurazioneLocalServiceUtil.updateConfigurazione((it.tref.liferay.portos.bo.model.Configurazione)arguments[0]);
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return ConfigurazioneLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
ConfigurazioneLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return ConfigurazioneLocalServiceUtil.findByC_ChiaveList(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return ConfigurazioneLocalServiceUtil.findByC_ChiaveLong(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
return ConfigurazioneLocalServiceUtil.findByC_ChiaveString(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return ConfigurazioneLocalServiceUtil.getAndIncrement(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return ConfigurazioneLocalServiceUtil.isDeveloper(((Long)arguments[0]).longValue());
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return ConfigurazioneLocalServiceUtil.isDeveloper((com.liferay.portal.model.User)arguments[0]);
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return ConfigurazioneLocalServiceUtil.isProduction();
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return ConfigurazioneLocalServiceUtil.storeConfig((java.lang.String)arguments[0],
(java.util.List)arguments[1],
(com.liferay.portal.service.ServiceContext)arguments[2]);
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return ConfigurazioneLocalServiceUtil.storeConfig((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
(com.liferay.portal.service.ServiceContext)arguments[2]);
@@ -394,26 +394,26 @@ public class ConfigurazioneLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName176;
- private String[] _methodParameterTypes176;
- private String _methodName177;
- private String[] _methodParameterTypes177;
private String _methodName182;
private String[] _methodParameterTypes182;
private String _methodName183;
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;
}
\ 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/base/ConfigurazioneServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceBaseImpl.java
index 88f7b796..81e0d496 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class ConfigurazioneServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1708,6 +1766,12 @@ public abstract class ConfigurazioneServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceClpInvoker.java
index 17898265..4e78e2d1 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ConfigurazioneServiceClpInvoker.java
@@ -24,25 +24,25 @@ import java.util.Arrays;
*/
public class ConfigurazioneServiceClpInvoker {
public ConfigurazioneServiceClpInvoker() {
- _methodName156 = "getBeanIdentifier";
+ _methodName162 = "getBeanIdentifier";
- _methodParameterTypes156 = new String[] { };
+ _methodParameterTypes162 = new String[] { };
- _methodName157 = "setBeanIdentifier";
+ _methodName163 = "setBeanIdentifier";
- _methodParameterTypes157 = new String[] { "java.lang.String" };
+ _methodParameterTypes163 = new String[] { "java.lang.String" };
- _methodName162 = "findByC_ChiaveLong";
+ _methodName168 = "findByC_ChiaveLong";
- _methodParameterTypes162 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes168 = new String[] { "long", "java.lang.String" };
- _methodName163 = "findByC_ChiaveString";
+ _methodName169 = "findByC_ChiaveString";
- _methodParameterTypes163 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes169 = new String[] { "long", "java.lang.String" };
- _methodName164 = "storeConfig";
+ _methodName170 = "storeConfig";
- _methodParameterTypes164 = new String[] {
+ _methodParameterTypes170 = new String[] {
"java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
@@ -50,32 +50,32 @@ public class ConfigurazioneServiceClpInvoker {
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName156.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) {
+ if (_methodName162.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
return ConfigurazioneServiceUtil.getBeanIdentifier();
}
- if (_methodName157.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) {
+ if (_methodName163.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
ConfigurazioneServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName162.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
+ if (_methodName168.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
return ConfigurazioneServiceUtil.findByC_ChiaveLong(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName163.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
+ if (_methodName169.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
return ConfigurazioneServiceUtil.findByC_ChiaveString(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName164.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) {
+ if (_methodName170.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
ConfigurazioneServiceUtil.storeConfig((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
(com.liferay.portal.service.ServiceContext)arguments[2]);
@@ -86,14 +86,14 @@ public class ConfigurazioneServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName156;
- private String[] _methodParameterTypes156;
- private String _methodName157;
- private String[] _methodParameterTypes157;
private String _methodName162;
private String[] _methodParameterTypes162;
private String _methodName163;
private String[] _methodParameterTypes163;
- private String _methodName164;
- private String[] _methodParameterTypes164;
+ private String _methodName168;
+ private String[] _methodParameterTypes168;
+ private String _methodName169;
+ private String[] _methodParameterTypes169;
+ private String _methodName170;
+ private String[] _methodParameterTypes170;
}
\ 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/base/ControlloPraticaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceBaseImpl.java
index 097dee4b..cf3f7eb3 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceBaseImpl.java
@@ -57,6 +57,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1356,6 +1357,63 @@ public abstract class ControlloPraticaLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2260,6 +2318,12 @@ public abstract class ControlloPraticaLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceClpInvoker.java
index 8cd07fd8..b1d91068 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaLocalServiceClpInvoker.java
@@ -122,127 +122,131 @@ public class ControlloPraticaLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.ControlloPratica"
};
- _methodName202 = "getBeanIdentifier";
+ _methodName208 = "getBeanIdentifier";
- _methodParameterTypes202 = new String[] { };
+ _methodParameterTypes208 = new String[] { };
- _methodName203 = "setBeanIdentifier";
+ _methodName209 = "setBeanIdentifier";
- _methodParameterTypes203 = new String[] { "java.lang.String" };
+ _methodParameterTypes209 = new String[] { "java.lang.String" };
- _methodName208 = "addControlloPratica";
+ _methodName214 = "addControlloPratica";
- _methodParameterTypes208 = new String[] {
+ _methodParameterTypes214 = new String[] {
"long", "long", "long", "long", "boolean",
"com.liferay.portal.service.ServiceContext"
};
- _methodName209 = "deleteControlloPratica";
+ _methodName215 = "deleteControlloPratica";
- _methodParameterTypes209 = new String[] { "long" };
+ _methodParameterTypes215 = new String[] { "long" };
- _methodName210 = "deleteControlloPratica";
+ _methodName216 = "deleteControlloPratica";
- _methodParameterTypes210 = new String[] {
+ _methodParameterTypes216 = new String[] {
"it.tref.liferay.portos.bo.model.ControlloPratica"
};
- _methodName211 = "findByIntPraticaId_Status";
+ _methodName217 = "findByIntPraticaId_Status";
- _methodParameterTypes211 = new String[] { "long", "int" };
+ _methodParameterTypes217 = new String[] { "long", "int" };
- _methodName212 = "countByIntPraticaId_Status";
+ _methodName218 = "countByIntPraticaId_Status";
- _methodParameterTypes212 = new String[] { "long", "int" };
+ _methodParameterTypes218 = new String[] { "long", "int" };
- _methodName213 = "updateAsset";
+ _methodName219 = "updateAsset";
- _methodParameterTypes213 = new String[] {
+ _methodParameterTypes219 = new String[] {
"long", "it.tref.liferay.portos.bo.model.ControlloPratica",
"long[][]", "java.lang.String[][]", "long[][]", "java.util.Date"
};
- _methodName214 = "deleteAsset";
+ _methodName220 = "deleteAsset";
- _methodParameterTypes214 = new String[] {
+ _methodParameterTypes220 = new String[] {
"it.tref.liferay.portos.bo.model.ControlloPratica"
};
- _methodName215 = "updateStatus";
+ _methodName221 = "updateStatus";
- _methodParameterTypes215 = new String[] {
+ _methodParameterTypes221 = new String[] {
"long", "long", "int",
"com.liferay.portal.service.ServiceContext", "java.util.List"
};
- _methodName216 = "generazioneDocumento";
+ _methodName222 = "generazioneDocumento";
- _methodParameterTypes216 = new String[] {
+ _methodParameterTypes222 = new String[] {
"long", "java.lang.String", "java.lang.String", "long",
"java.util.Map"
};
- _methodName217 = "updateStatoPraticaGeneraDocumentoFinale";
+ _methodName223 = "updateStatoPraticaGeneraDocumentoFinale";
- _methodParameterTypes217 = new String[] {
+ _methodParameterTypes223 = new String[] {
"long", "java.lang.String", "long", "java.util.Map"
};
- _methodName218 = "generaDocumentoFinale";
+ _methodName224 = "generaDocumentoFinale";
- _methodParameterTypes218 = new String[] {
+ _methodParameterTypes224 = new String[] {
"long", "java.lang.String", "long", "java.util.Map"
};
- _methodName219 = "updateIstruttore";
+ _methodName225 = "updateIstruttore";
- _methodParameterTypes219 = new String[] { "long", "java.util.Map" };
+ _methodParameterTypes225 = new String[] { "long", "java.util.Map" };
- _methodName220 = "valutazioneEsitoFinale";
+ _methodName226 = "valutazioneEsitoFinale";
- _methodParameterTypes220 = new String[] { "long", "java.util.Map" };
+ _methodParameterTypes226 = new String[] { "long", "java.util.Map" };
- _methodName221 = "valutazioneEsitoFinaleUpdateStatoPratica";
+ _methodName227 = "valutazioneEsitoFinaleUpdateStatoPratica";
- _methodParameterTypes221 = new String[] { "long", "java.util.Map" };
+ _methodParameterTypes227 = new String[] { "long", "java.util.Map" };
- _methodName223 = "aggiornaStatoPerRichiestaIntegrazione";
+ _methodName229 = "aggiornaStatoPerRichiestaIntegrazione";
- _methodParameterTypes223 = new String[] { "long", "java.util.Map" };
+ _methodParameterTypes229 = new String[] { "long", "java.util.Map" };
- _methodName224 = "getJsonListaIstruttori";
+ _methodName230 = "getJsonListaIstruttori";
- _methodParameterTypes224 = new String[] { "long", "java.util.Map" };
+ _methodParameterTypes230 = new String[] { "long", "java.util.Map" };
- _methodName225 = "getJsonEsitoPratica";
+ _methodName231 = "getJsonEsitoPratica";
- _methodParameterTypes225 = new String[] { "long", "java.util.Map" };
+ _methodParameterTypes231 = new String[] { "long", "java.util.Map" };
- _methodName226 = "addPraticheAlControllo";
+ _methodName232 = "addPraticheAlControllo";
- _methodParameterTypes226 = new String[] { "long", "long" };
+ _methodParameterTypes232 = new String[] { "long", "long" };
- _methodName227 = "addPraticheAlControlloVarianti";
+ _methodName233 = "addPraticheAlControlloVarianti";
- _methodParameterTypes227 = new String[] {
+ _methodParameterTypes233 = new String[] {
"long", "long", "com.liferay.portal.service.ServiceContext"
};
- _methodName228 = "getReturnValueScriptIniziale";
+ _methodName234 = "getReturnValueScriptIniziale";
- _methodParameterTypes228 = new String[] { "long" };
+ _methodParameterTypes234 = new String[] { "long" };
- _methodName229 = "getTipoEsito";
+ _methodName235 = "getTipoEsito";
- _methodParameterTypes229 = new String[] { "long" };
+ _methodParameterTypes235 = new String[] { "long" };
- _methodName230 = "findByIntPratica";
+ _methodName236 = "findByIntPratica";
- _methodParameterTypes230 = new String[] { "long" };
+ _methodParameterTypes236 = new String[] { "long" };
- _methodName231 = "calculateDateAvvioProcedimento";
+ _methodName237 = "countByIntPratica";
- _methodParameterTypes231 = new String[] { "long" };
+ _methodParameterTypes237 = new String[] { "long" };
+
+ _methodName238 = "calculateDateAvvioProcedimento";
+
+ _methodParameterTypes238 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -358,20 +362,20 @@ public class ControlloPraticaLocalServiceClpInvoker {
return ControlloPraticaLocalServiceUtil.updateControlloPratica((it.tref.liferay.portos.bo.model.ControlloPratica)arguments[0]);
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
ControlloPraticaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.addControlloPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -380,30 +384,30 @@ public class ControlloPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[5]);
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.deleteControlloPratica(((Long)arguments[0]).longValue());
}
- if (_methodName210.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
+ if (_methodName216.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.deleteControlloPratica((it.tref.liferay.portos.bo.model.ControlloPratica)arguments[0]);
}
- if (_methodName211.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
+ if (_methodName217.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.findByIntPraticaId_Status(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName212.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
+ if (_methodName218.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.countByIntPraticaId_Status(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName213.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
+ if (_methodName219.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
ControlloPraticaLocalServiceUtil.updateAsset(((Long)arguments[0]).longValue(),
(it.tref.liferay.portos.bo.model.ControlloPratica)arguments[1],
(long[])arguments[2], (java.lang.String[])arguments[3],
@@ -412,15 +416,15 @@ public class ControlloPraticaLocalServiceClpInvoker {
return null;
}
- if (_methodName214.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
+ if (_methodName220.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
ControlloPraticaLocalServiceUtil.deleteAsset((it.tref.liferay.portos.bo.model.ControlloPratica)arguments[0]);
return null;
}
- if (_methodName215.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
+ if (_methodName221.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
@@ -428,100 +432,105 @@ public class ControlloPraticaLocalServiceClpInvoker {
(java.util.List)arguments[4]);
}
- if (_methodName216.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
+ if (_methodName222.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.generazioneDocumento(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Long)arguments[3]).longValue(),
(java.util.Map)arguments[4]);
}
- if (_methodName217.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
+ if (_methodName223.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.updateStatoPraticaGeneraDocumentoFinale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Long)arguments[2]).longValue(),
(java.util.Map)arguments[3]);
}
- if (_methodName218.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
+ if (_methodName224.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.generaDocumentoFinale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Long)arguments[2]).longValue(),
(java.util.Map)arguments[3]);
}
- if (_methodName219.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
+ if (_methodName225.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
ControlloPraticaLocalServiceUtil.updateIstruttore(((Long)arguments[0]).longValue(),
(java.util.Map)arguments[1]);
return null;
}
- if (_methodName220.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
+ if (_methodName226.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.valutazioneEsitoFinale(((Long)arguments[0]).longValue(),
(java.util.Map)arguments[1]);
}
- if (_methodName221.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
+ if (_methodName227.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.valutazioneEsitoFinaleUpdateStatoPratica(((Long)arguments[0]).longValue(),
(java.util.Map)arguments[1]);
}
- if (_methodName223.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
+ if (_methodName229.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
ControlloPraticaLocalServiceUtil.aggiornaStatoPerRichiestaIntegrazione(((Long)arguments[0]).longValue(),
(java.util.Map)arguments[1]);
return null;
}
- if (_methodName224.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
+ if (_methodName230.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.getJsonListaIstruttori(((Long)arguments[0]).longValue(),
(java.util.Map)arguments[1]);
}
- if (_methodName225.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
+ if (_methodName231.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.getJsonEsitoPratica(((Long)arguments[0]).longValue(),
(java.util.Map)arguments[1]);
}
- if (_methodName226.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
+ if (_methodName232.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.addPraticheAlControllo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName227.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
+ if (_methodName233.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.addPraticheAlControlloVarianti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[2]);
}
- if (_methodName228.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
+ if (_methodName234.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.getReturnValueScriptIniziale(((Long)arguments[0]).longValue());
}
- if (_methodName229.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
+ if (_methodName235.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.getTipoEsito(((Long)arguments[0]).longValue());
}
- if (_methodName230.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
+ if (_methodName236.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName231.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
+ if (_methodName237.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) {
+ return ControlloPraticaLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
+ }
+
+ if (_methodName238.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) {
return ControlloPraticaLocalServiceUtil.calculateDateAvvioProcedimento(((Long)arguments[0]).longValue());
}
@@ -568,22 +577,10 @@ public class ControlloPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName202;
- private String[] _methodParameterTypes202;
- private String _methodName203;
- private String[] _methodParameterTypes203;
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;
@@ -600,6 +597,8 @@ public class ControlloPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes220;
private String _methodName221;
private String[] _methodParameterTypes221;
+ private String _methodName222;
+ private String[] _methodParameterTypes222;
private String _methodName223;
private String[] _methodParameterTypes223;
private String _methodName224;
@@ -610,12 +609,24 @@ public class ControlloPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes226;
private String _methodName227;
private String[] _methodParameterTypes227;
- private String _methodName228;
- private String[] _methodParameterTypes228;
private String _methodName229;
private String[] _methodParameterTypes229;
private String _methodName230;
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;
}
\ 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/base/ControlloPraticaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceBaseImpl.java
index 2056149d..f1d7dcd8 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceBaseImpl.java
@@ -48,6 +48,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1062,6 +1063,63 @@ public abstract class ControlloPraticaServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1961,6 +2019,12 @@ public abstract class ControlloPraticaServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceClpInvoker.java
index 4666fa42..67e99a1e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ControlloPraticaServiceClpInvoker.java
@@ -24,24 +24,24 @@ import java.util.Arrays;
*/
public class ControlloPraticaServiceClpInvoker {
public ControlloPraticaServiceClpInvoker() {
- _methodName182 = "getBeanIdentifier";
+ _methodName188 = "getBeanIdentifier";
- _methodParameterTypes182 = new String[] { };
+ _methodParameterTypes188 = new String[] { };
- _methodName183 = "setBeanIdentifier";
+ _methodName189 = "setBeanIdentifier";
- _methodParameterTypes183 = new String[] { "java.lang.String" };
+ _methodParameterTypes189 = new String[] { "java.lang.String" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return ControlloPraticaServiceUtil.getBeanIdentifier();
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
ControlloPraticaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
@@ -50,8 +50,8 @@ public class ControlloPraticaServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName182;
- private String[] _methodParameterTypes182;
- private String _methodName183;
- private String[] _methodParameterTypes183;
+ private String _methodName188;
+ private String[] _methodParameterTypes188;
+ private String _methodName189;
+ private String[] _methodParameterTypes189;
}
\ 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/base/DelegaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceBaseImpl.java
index efad90f5..0db4a3e4 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1339,6 +1340,63 @@ public abstract class DelegaLocalServiceBaseImpl extends BaseLocalServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2034,6 +2092,12 @@ public abstract class DelegaLocalServiceBaseImpl extends BaseLocalServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceClpInvoker.java
index 2b138097..5aec599a 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaLocalServiceClpInvoker.java
@@ -122,236 +122,236 @@ public class DelegaLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Delega"
};
- _methodName180 = "getBeanIdentifier";
+ _methodName186 = "getBeanIdentifier";
- _methodParameterTypes180 = new String[] { };
+ _methodParameterTypes186 = new String[] { };
- _methodName181 = "setBeanIdentifier";
+ _methodName187 = "setBeanIdentifier";
- _methodParameterTypes181 = new String[] { "java.lang.String" };
+ _methodParameterTypes187 = new String[] { "java.lang.String" };
- _methodName186 = "addDelega";
+ _methodName192 = "addDelega";
- _methodParameterTypes186 = new String[] {
+ _methodParameterTypes192 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName187 = "cambioStato";
+ _methodName193 = "cambioStato";
- _methodParameterTypes187 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes193 = new String[] { "long", "java.lang.String" };
- _methodName188 = "concludiDeleghePagamento";
+ _methodName194 = "concludiDeleghePagamento";
- _methodParameterTypes188 = new String[] { "long" };
+ _methodParameterTypes194 = new String[] { "long" };
- _methodName189 = "deleteDelega";
+ _methodName195 = "deleteDelega";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes195 = new String[] {
"it.tref.liferay.portos.bo.model.Delega"
};
- _methodName190 = "deleteDelega";
+ _methodName196 = "deleteDelega";
- _methodParameterTypes190 = new String[] { "long" };
+ _methodParameterTypes196 = new String[] { "long" };
- _methodName191 = "findByIntPratica";
+ _methodName197 = "findByIntPratica";
- _methodParameterTypes191 = new String[] {
+ _methodParameterTypes197 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName192 = "findByDettPratica";
+ _methodName198 = "findByDettPratica";
- _methodParameterTypes192 = new String[] {
+ _methodParameterTypes198 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName193 = "countByIntPratica";
+ _methodName199 = "countByIntPratica";
- _methodParameterTypes193 = new String[] { "long" };
+ _methodParameterTypes199 = new String[] { "long" };
- _methodName194 = "countByDettPratica";
+ _methodName200 = "countByDettPratica";
- _methodParameterTypes194 = new String[] { "long" };
+ _methodParameterTypes200 = new String[] { "long" };
- _methodName195 = "findByIntPratica_CodiceFiscale";
+ _methodName201 = "findByIntPratica_CodiceFiscale";
- _methodParameterTypes195 = new String[] {
+ _methodParameterTypes201 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName196 = "findByCodiceFiscale";
+ _methodName202 = "findByCodiceFiscale";
- _methodParameterTypes196 = new String[] { "java.lang.String" };
+ _methodParameterTypes202 = new String[] { "java.lang.String" };
- _methodName197 = "countByIntPratica_CodiceFiscale";
+ _methodName203 = "countByIntPratica_CodiceFiscale";
- _methodParameterTypes197 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes203 = new String[] { "long", "java.lang.String" };
- _methodName198 = "findByCodiceFiscale_InEsito";
+ _methodName204 = "findByCodiceFiscale_InEsito";
- _methodParameterTypes198 = new String[] {
+ _methodParameterTypes204 = new String[] {
"java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName199 = "countByCodiceFiscale_InEsito";
+ _methodName205 = "countByCodiceFiscale_InEsito";
- _methodParameterTypes199 = new String[] {
+ _methodParameterTypes205 = new String[] {
"java.lang.String", "java.lang.String[][]"
};
- _methodName200 = "findByIntPratica_CodiceFiscale_InEsito";
+ _methodName206 = "findByIntPratica_CodiceFiscale_InEsito";
- _methodParameterTypes200 = new String[] {
+ _methodParameterTypes206 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName201 = "countByIntPratica_CodiceFiscale_InEsito";
+ _methodName207 = "countByIntPratica_CodiceFiscale_InEsito";
- _methodParameterTypes201 = new String[] {
+ _methodParameterTypes207 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
- _methodName202 = "findByDettPratica_CodiceFiscale_InEsito";
+ _methodName208 = "findByDettPratica_CodiceFiscale_InEsito";
- _methodParameterTypes202 = new String[] {
+ _methodParameterTypes208 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName203 = "countByDettPratica_CodiceFiscale_InEsito";
+ _methodName209 = "countByDettPratica_CodiceFiscale_InEsito";
- _methodParameterTypes203 = new String[] {
+ _methodParameterTypes209 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
- _methodName204 = "findByIntPratica_InEsito";
+ _methodName210 = "findByIntPratica_InEsito";
- _methodParameterTypes204 = new String[] {
+ _methodParameterTypes210 = new String[] {
"long", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName205 = "countByIntPratica_InEsito";
+ _methodName211 = "countByIntPratica_InEsito";
- _methodParameterTypes205 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes211 = new String[] { "long", "java.lang.String[][]" };
- _methodName206 = "findByDettPratica_InEsito";
+ _methodName212 = "findByDettPratica_InEsito";
- _methodParameterTypes206 = new String[] {
+ _methodParameterTypes212 = new String[] {
"long", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName207 = "findCfByDettPratica_InEsito";
+ _methodName213 = "findCfByDettPratica_InEsito";
- _methodParameterTypes207 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes213 = new String[] { "long", "java.lang.String[][]" };
- _methodName208 = "findByDettPratica_InEsito";
+ _methodName214 = "findByDettPratica_InEsito";
- _methodParameterTypes208 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes214 = new String[] { "long", "java.lang.String[][]" };
- _methodName209 = "findCfByDettPratica_Tipologia_InEsito";
+ _methodName215 = "findCfByDettPratica_Tipologia_InEsito";
- _methodParameterTypes209 = new String[] {
+ _methodParameterTypes215 = new String[] {
"long", "java.lang.String[][]", "java.lang.String[][]"
};
- _methodName210 = "findByDettPratica_Tipologia_InEsito";
+ _methodName216 = "findByDettPratica_Tipologia_InEsito";
- _methodParameterTypes210 = new String[] {
+ _methodParameterTypes216 = new String[] {
"long", "java.lang.String[][]", "java.lang.String[][]"
};
- _methodName212 = "countByDettPratica_InEsito";
+ _methodName218 = "countByDettPratica_InEsito";
- _methodParameterTypes212 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes218 = new String[] { "long", "java.lang.String[][]" };
- _methodName213 = "findByCodiceFiscale_Tipologia_InEsito";
+ _methodName219 = "findByCodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes213 = new String[] {
+ _methodParameterTypes219 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String[][]",
"int", "int", "com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName214 = "countByCodiceFiscale_Tipologia_InEsito";
+ _methodName220 = "countByCodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes214 = new String[] {
+ _methodParameterTypes220 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String[][]"
};
- _methodName215 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito";
+ _methodName221 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes215 = new String[] {
+ _methodParameterTypes221 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName216 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito";
+ _methodName222 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes216 = new String[] {
+ _methodParameterTypes222 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String[][]"
};
- _methodName217 = "findByDettPratica_CodiceFiscale_Tipologia_InEsito";
+ _methodName223 = "findByDettPratica_CodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes217 = new String[] {
+ _methodParameterTypes223 = new String[] {
"long", "java.lang.String", "java.lang.String[][]",
"java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName218 = "countByDettPratica_CodiceFiscale_Tipologia_InEsito";
+ _methodName224 = "countByDettPratica_CodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes218 = new String[] {
+ _methodParameterTypes224 = new String[] {
"long", "java.lang.String", "java.lang.String[][]",
"java.lang.String[][]"
};
- _methodName219 = "findByIntPratica_Tipologia_InEsito";
+ _methodName225 = "findByIntPratica_Tipologia_InEsito";
- _methodParameterTypes219 = new String[] {
+ _methodParameterTypes225 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName220 = "findByDettPratica_Tipologia_InEsito";
+ _methodName226 = "findByDettPratica_Tipologia_InEsito";
- _methodParameterTypes220 = new String[] {
+ _methodParameterTypes226 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName221 = "countByIntPratica_Tipologia_InEsito";
+ _methodName227 = "countByIntPratica_Tipologia_InEsito";
- _methodParameterTypes221 = new String[] {
+ _methodParameterTypes227 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
- _methodName222 = "findByDettPratica_Tipologia_InEsito";
+ _methodName228 = "findByDettPratica_Tipologia_InEsito";
- _methodParameterTypes222 = new String[] {
+ _methodParameterTypes228 = new String[] {
"long", "java.lang.String[][]", "java.lang.String[][]", "int",
"int", "com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName223 = "countByDettPratica_Tipologia_InEsito";
+ _methodName229 = "countByDettPratica_Tipologia_InEsito";
- _methodParameterTypes223 = new String[] {
+ _methodParameterTypes229 = new String[] {
"long", "java.lang.String[][]", "java.lang.String[][]"
};
- _methodName224 = "generaDocumentoConcludiDelegaGeologo";
+ _methodName230 = "generaDocumentoConcludiDelegaGeologo";
- _methodParameterTypes224 = new String[] {
+ _methodParameterTypes230 = new String[] {
"long", "it.tref.liferay.portos.bo.model.Delega",
"com.liferay.portal.service.ServiceContext"
};
@@ -470,20 +470,20 @@ public class DelegaLocalServiceClpInvoker {
return DelegaLocalServiceUtil.updateDelega((it.tref.liferay.portos.bo.model.Delega)arguments[0]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return DelegaLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
DelegaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return DelegaLocalServiceUtil.addDelega(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -491,57 +491,57 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[5]);
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return DelegaLocalServiceUtil.cambioStato(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
DelegaLocalServiceUtil.concludiDeleghePagamento(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return DelegaLocalServiceUtil.deleteDelega((it.tref.liferay.portos.bo.model.Delega)arguments[0]);
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return DelegaLocalServiceUtil.deleteDelega(((Long)arguments[0]).longValue());
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return DelegaLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return DelegaLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return DelegaLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return DelegaLocalServiceUtil.countByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return DelegaLocalServiceUtil.findByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -549,19 +549,19 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
return DelegaLocalServiceUtil.findByCodiceFiscale((java.lang.String)arguments[0]);
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return DelegaLocalServiceUtil.countByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return DelegaLocalServiceUtil.findByCodiceFiscale_InEsito((java.lang.String)arguments[0],
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
@@ -569,14 +569,14 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return DelegaLocalServiceUtil.countByCodiceFiscale_InEsito((java.lang.String)arguments[0],
(java.lang.String[])arguments[1]);
}
- if (_methodName200.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
return DelegaLocalServiceUtil.findByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -585,14 +585,14 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName207.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
return DelegaLocalServiceUtil.countByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return DelegaLocalServiceUtil.findByDettPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -601,14 +601,14 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return DelegaLocalServiceUtil.countByDettPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return DelegaLocalServiceUtil.findByIntPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
@@ -616,14 +616,14 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName205.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
+ if (_methodName211.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
return DelegaLocalServiceUtil.countByIntPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName206.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
+ if (_methodName212.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
return DelegaLocalServiceUtil.findByDettPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
@@ -631,40 +631,40 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName207.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
+ if (_methodName213.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
return DelegaLocalServiceUtil.findCfByDettPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return DelegaLocalServiceUtil.findByDettPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
return DelegaLocalServiceUtil.findCfByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
(java.lang.String[])arguments[2]);
}
- if (_methodName210.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
+ if (_methodName216.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
return DelegaLocalServiceUtil.findByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
(java.lang.String[])arguments[2]);
}
- if (_methodName212.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
+ if (_methodName218.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
return DelegaLocalServiceUtil.countByDettPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName213.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
+ if (_methodName219.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
return DelegaLocalServiceUtil.findByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -673,14 +673,14 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName214.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
+ if (_methodName220.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
return DelegaLocalServiceUtil.countByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName215.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
+ if (_methodName221.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
return DelegaLocalServiceUtil.findByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String[])arguments[3],
@@ -689,15 +689,15 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[6]);
}
- if (_methodName216.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
+ if (_methodName222.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
return DelegaLocalServiceUtil.countByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String[])arguments[3]);
}
- if (_methodName217.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
+ if (_methodName223.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
return DelegaLocalServiceUtil.findByDettPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -707,16 +707,16 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[6]);
}
- if (_methodName218.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
+ if (_methodName224.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
return DelegaLocalServiceUtil.countByDettPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
(java.lang.String[])arguments[3]);
}
- if (_methodName219.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
+ if (_methodName225.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
return DelegaLocalServiceUtil.findByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -725,8 +725,8 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName220.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
+ if (_methodName226.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
return DelegaLocalServiceUtil.findByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -735,14 +735,14 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName221.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
+ if (_methodName227.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
return DelegaLocalServiceUtil.countByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName222.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
+ if (_methodName228.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
return DelegaLocalServiceUtil.findByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
(java.lang.String[])arguments[2],
@@ -751,15 +751,15 @@ public class DelegaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName223.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
+ if (_methodName229.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
return DelegaLocalServiceUtil.countByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
(java.lang.String[])arguments[2]);
}
- if (_methodName224.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
+ if (_methodName230.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
DelegaLocalServiceUtil.generaDocumentoConcludiDelegaGeologo(((Long)arguments[0]).longValue(),
(it.tref.liferay.portos.bo.model.Delega)arguments[1],
(com.liferay.portal.service.ServiceContext)arguments[2]);
@@ -810,22 +810,10 @@ public class DelegaLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
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;
@@ -864,6 +852,8 @@ public class DelegaLocalServiceClpInvoker {
private String[] _methodParameterTypes209;
private String _methodName210;
private String[] _methodParameterTypes210;
+ private String _methodName211;
+ private String[] _methodParameterTypes211;
private String _methodName212;
private String[] _methodParameterTypes212;
private String _methodName213;
@@ -874,8 +864,6 @@ public class DelegaLocalServiceClpInvoker {
private String[] _methodParameterTypes215;
private String _methodName216;
private String[] _methodParameterTypes216;
- private String _methodName217;
- private String[] _methodParameterTypes217;
private String _methodName218;
private String[] _methodParameterTypes218;
private String _methodName219;
@@ -890,4 +878,16 @@ public class DelegaLocalServiceClpInvoker {
private String[] _methodParameterTypes223;
private String _methodName224;
private String[] _methodParameterTypes224;
+ private String _methodName225;
+ private String[] _methodParameterTypes225;
+ private String _methodName226;
+ private String[] _methodParameterTypes226;
+ private String _methodName227;
+ private String[] _methodParameterTypes227;
+ private String _methodName228;
+ private String[] _methodParameterTypes228;
+ private String _methodName229;
+ private String[] _methodParameterTypes229;
+ private String _methodName230;
+ private String[] _methodParameterTypes230;
}
\ 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/base/DelegaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceBaseImpl.java
index 6588e459..11ce90a6 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class DelegaServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1746,6 +1804,12 @@ public abstract class DelegaServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceClpInvoker.java
index 51f1350a..72cfdf3c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DelegaServiceClpInvoker.java
@@ -24,193 +24,193 @@ import java.util.Arrays;
*/
public class DelegaServiceClpInvoker {
public DelegaServiceClpInvoker() {
- _methodName160 = "getBeanIdentifier";
+ _methodName166 = "getBeanIdentifier";
- _methodParameterTypes160 = new String[] { };
+ _methodParameterTypes166 = new String[] { };
- _methodName161 = "setBeanIdentifier";
+ _methodName167 = "setBeanIdentifier";
- _methodParameterTypes161 = new String[] { "java.lang.String" };
+ _methodParameterTypes167 = new String[] { "java.lang.String" };
- _methodName166 = "addDelega";
+ _methodName172 = "addDelega";
- _methodParameterTypes166 = new String[] {
+ _methodParameterTypes172 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName167 = "annullaDelega";
+ _methodName173 = "annullaDelega";
- _methodParameterTypes167 = new String[] { "long" };
+ _methodParameterTypes173 = new String[] { "long" };
- _methodName168 = "annullaDelega";
+ _methodName174 = "annullaDelega";
- _methodParameterTypes168 = new String[] {
+ _methodParameterTypes174 = new String[] {
"it.tref.liferay.portos.bo.model.Delega"
};
- _methodName169 = "deleteDelega";
+ _methodName175 = "deleteDelega";
- _methodParameterTypes169 = new String[] {
+ _methodParameterTypes175 = new String[] {
"it.tref.liferay.portos.bo.model.Delega"
};
- _methodName170 = "deleteDelega";
+ _methodName176 = "deleteDelega";
- _methodParameterTypes170 = new String[] { "long" };
+ _methodParameterTypes176 = new String[] { "long" };
- _methodName171 = "cambioStato";
+ _methodName177 = "cambioStato";
- _methodParameterTypes171 = new String[] {
+ _methodParameterTypes177 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName172 = "findByIntPratica";
+ _methodName178 = "findByIntPratica";
- _methodParameterTypes172 = new String[] {
+ _methodParameterTypes178 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName173 = "findByDettPratica";
+ _methodName179 = "findByDettPratica";
- _methodParameterTypes173 = new String[] {
+ _methodParameterTypes179 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName174 = "countByIntPratica";
+ _methodName180 = "countByIntPratica";
- _methodParameterTypes174 = new String[] { "long" };
+ _methodParameterTypes180 = new String[] { "long" };
- _methodName175 = "countByDettPratica";
+ _methodName181 = "countByDettPratica";
- _methodParameterTypes175 = new String[] { "long" };
+ _methodParameterTypes181 = new String[] { "long" };
- _methodName176 = "findByIntPratica_CodiceFiscale";
+ _methodName182 = "findByIntPratica_CodiceFiscale";
- _methodParameterTypes176 = new String[] {
+ _methodParameterTypes182 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName177 = "countByIntPratica_CodiceFiscale";
+ _methodName183 = "countByIntPratica_CodiceFiscale";
- _methodParameterTypes177 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes183 = new String[] { "long", "java.lang.String" };
- _methodName178 = "findByCodiceFiscale_InEsito";
+ _methodName184 = "findByCodiceFiscale_InEsito";
- _methodParameterTypes178 = new String[] {
+ _methodParameterTypes184 = new String[] {
"java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName179 = "countByCodiceFiscale_InEsito";
+ _methodName185 = "countByCodiceFiscale_InEsito";
- _methodParameterTypes179 = new String[] {
+ _methodParameterTypes185 = new String[] {
"java.lang.String", "java.lang.String[][]"
};
- _methodName180 = "findByIntPratica_CodiceFiscale_InEsito";
+ _methodName186 = "findByIntPratica_CodiceFiscale_InEsito";
- _methodParameterTypes180 = new String[] {
+ _methodParameterTypes186 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName181 = "countByIntPratica_CodiceFiscale_InEsito";
+ _methodName187 = "countByIntPratica_CodiceFiscale_InEsito";
- _methodParameterTypes181 = new String[] {
+ _methodParameterTypes187 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
- _methodName182 = "findByIntPratica_InEsito";
+ _methodName188 = "findByIntPratica_InEsito";
- _methodParameterTypes182 = new String[] {
+ _methodParameterTypes188 = new String[] {
"long", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName183 = "countByIntPratica_InEsito";
+ _methodName189 = "countByIntPratica_InEsito";
- _methodParameterTypes183 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes189 = new String[] { "long", "java.lang.String[][]" };
- _methodName184 = "findByDettPratica_InEsito";
+ _methodName190 = "findByDettPratica_InEsito";
- _methodParameterTypes184 = new String[] {
+ _methodParameterTypes190 = new String[] {
"long", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName185 = "countByDettPratica_InEsito";
+ _methodName191 = "countByDettPratica_InEsito";
- _methodParameterTypes185 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes191 = new String[] { "long", "java.lang.String[][]" };
- _methodName186 = "findByCodiceFiscale_Tipologia_InEsito";
+ _methodName192 = "findByCodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes186 = new String[] {
+ _methodParameterTypes192 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String[][]",
"int", "int", "com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName187 = "countByCodiceFiscale_Tipologia_InEsito";
+ _methodName193 = "countByCodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes187 = new String[] {
+ _methodParameterTypes193 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String[][]"
};
- _methodName188 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito";
+ _methodName194 = "findByIntPratica_CodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes188 = new String[] {
+ _methodParameterTypes194 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName189 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito";
+ _methodName195 = "countByIntPratica_CodiceFiscale_Tipologia_InEsito";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes195 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String[][]"
};
- _methodName190 = "findByIntPratica_Tipologia_InEsito";
+ _methodName196 = "findByIntPratica_Tipologia_InEsito";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName191 = "findByDettPratica_Tipologia_InEsito";
+ _methodName197 = "findByDettPratica_Tipologia_InEsito";
- _methodParameterTypes191 = new String[] {
+ _methodParameterTypes197 = new String[] {
"long", "java.lang.String", "java.lang.String[][]", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName192 = "countByIntPratica_Tipologia_InEsito";
+ _methodName198 = "countByIntPratica_Tipologia_InEsito";
- _methodParameterTypes192 = new String[] {
+ _methodParameterTypes198 = new String[] {
"long", "java.lang.String", "java.lang.String[][]"
};
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName160.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) {
+ if (_methodName166.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
return DelegaServiceUtil.getBeanIdentifier();
}
- if (_methodName161.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) {
+ if (_methodName167.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
DelegaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
return DelegaServiceUtil.addDelega(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -218,60 +218,60 @@ public class DelegaServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[5]);
}
- if (_methodName167.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
+ if (_methodName173.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
return DelegaServiceUtil.annullaDelega(((Long)arguments[0]).longValue());
}
- if (_methodName168.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
+ if (_methodName174.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
return DelegaServiceUtil.annullaDelega((it.tref.liferay.portos.bo.model.Delega)arguments[0]);
}
- if (_methodName169.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
+ if (_methodName175.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
return DelegaServiceUtil.deleteDelega((it.tref.liferay.portos.bo.model.Delega)arguments[0]);
}
- if (_methodName170.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
+ if (_methodName176.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
return DelegaServiceUtil.deleteDelega(((Long)arguments[0]).longValue());
}
- if (_methodName171.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
+ if (_methodName177.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
return DelegaServiceUtil.cambioStato(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return DelegaServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
return DelegaServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName174.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
+ if (_methodName180.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
return DelegaServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName175.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
+ if (_methodName181.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
return DelegaServiceUtil.countByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return DelegaServiceUtil.findByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -279,14 +279,14 @@ public class DelegaServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
return DelegaServiceUtil.countByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName178.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
+ if (_methodName184.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
return DelegaServiceUtil.findByCodiceFiscale_InEsito((java.lang.String)arguments[0],
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
@@ -294,14 +294,14 @@ public class DelegaServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName179.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
+ if (_methodName185.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
return DelegaServiceUtil.countByCodiceFiscale_InEsito((java.lang.String)arguments[0],
(java.lang.String[])arguments[1]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return DelegaServiceUtil.findByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -310,14 +310,14 @@ public class DelegaServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
return DelegaServiceUtil.countByIntPratica_CodiceFiscale_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return DelegaServiceUtil.findByIntPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
@@ -325,14 +325,14 @@ public class DelegaServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return DelegaServiceUtil.countByIntPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
return DelegaServiceUtil.findByDettPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
@@ -340,14 +340,14 @@ public class DelegaServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return DelegaServiceUtil.countByDettPratica_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return DelegaServiceUtil.findByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -356,14 +356,14 @@ public class DelegaServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return DelegaServiceUtil.countByCodiceFiscale_Tipologia_InEsito((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return DelegaServiceUtil.findByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String[])arguments[3],
@@ -372,15 +372,15 @@ public class DelegaServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[6]);
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return DelegaServiceUtil.countByIntPratica_CodiceFiscale_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String[])arguments[3]);
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return DelegaServiceUtil.findByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -389,8 +389,8 @@ public class DelegaServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return DelegaServiceUtil.findByDettPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.String[])arguments[2],
@@ -399,8 +399,8 @@ public class DelegaServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return DelegaServiceUtil.countByIntPratica_Tipologia_InEsito(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String[])arguments[2]);
}
@@ -408,22 +408,10 @@ public class DelegaServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName160;
- private String[] _methodParameterTypes160;
- private String _methodName161;
- private String[] _methodParameterTypes161;
private String _methodName166;
private String[] _methodParameterTypes166;
private String _methodName167;
private String[] _methodParameterTypes167;
- private String _methodName168;
- private String[] _methodParameterTypes168;
- private String _methodName169;
- private String[] _methodParameterTypes169;
- private String _methodName170;
- private String[] _methodParameterTypes170;
- private String _methodName171;
- private String[] _methodParameterTypes171;
private String _methodName172;
private String[] _methodParameterTypes172;
private String _methodName173;
@@ -466,4 +454,16 @@ public class DelegaServiceClpInvoker {
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;
+ private String[] _methodParameterTypes198;
}
\ 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/base/DettPraticaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceBaseImpl.java
index 964e62a1..a4c082f8 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceBaseImpl.java
@@ -57,6 +57,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1353,6 +1354,63 @@ public abstract class DettPraticaLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2314,6 +2372,12 @@ public abstract class DettPraticaLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceClpInvoker.java
index 54395f7f..83ec00e9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaLocalServiceClpInvoker.java
@@ -122,112 +122,112 @@ public class DettPraticaLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.DettPratica"
};
- _methodName208 = "getBeanIdentifier";
+ _methodName214 = "getBeanIdentifier";
- _methodParameterTypes208 = new String[] { };
+ _methodParameterTypes214 = new String[] { };
- _methodName209 = "setBeanIdentifier";
+ _methodName215 = "setBeanIdentifier";
- _methodParameterTypes209 = new String[] { "java.lang.String" };
+ _methodParameterTypes215 = new String[] { "java.lang.String" };
- _methodName215 = "addDettPratica";
+ _methodName221 = "addDettPratica";
- _methodParameterTypes215 = new String[] {
+ _methodParameterTypes221 = new String[] {
"long", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName216 = "addDettPraticaToIntPratica";
+ _methodName222 = "addDettPraticaToIntPratica";
- _methodParameterTypes216 = new String[] {
+ _methodParameterTypes222 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName217 = "addDettPraticaClonedToIntPratica";
+ _methodName223 = "addDettPraticaClonedToIntPratica";
- _methodParameterTypes217 = new String[] {
+ _methodParameterTypes223 = new String[] {
"long", "long", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName219 = "cloneDettagliSoggetti";
+ _methodName225 = "cloneDettagliSoggetti";
- _methodParameterTypes219 = new String[] { "long", "long" };
+ _methodParameterTypes225 = new String[] { "long", "long" };
- _methodName220 = "addDettPraticaForImport";
+ _methodName226 = "addDettPraticaForImport";
- _methodParameterTypes220 = new String[] {
+ _methodParameterTypes226 = new String[] {
"com.liferay.portal.service.ServiceContext"
};
- _methodName221 = "getLastEditableByIntPratica";
+ _methodName227 = "getLastEditableByIntPratica";
- _methodParameterTypes221 = new String[] { "long" };
+ _methodParameterTypes227 = new String[] { "long" };
- _methodName222 = "getLastCompletedByIntPratica";
+ _methodName228 = "getLastCompletedByIntPratica";
- _methodParameterTypes222 = new String[] { "long" };
+ _methodParameterTypes228 = new String[] { "long" };
- _methodName223 = "getLastCompletedBeforeDettPraticaByIntPratica";
+ _methodName229 = "getLastCompletedBeforeDettPraticaByIntPratica";
- _methodParameterTypes223 = new String[] { "long", "long" };
+ _methodParameterTypes229 = new String[] { "long", "long" };
- _methodName224 = "getLastCompletedByIntPraticaAndProtocolloNotEmpty";
+ _methodName230 = "getLastCompletedByIntPraticaAndProtocolloNotEmpty";
- _methodParameterTypes224 = new String[] { "long" };
+ _methodParameterTypes230 = new String[] { "long" };
- _methodName225 = "getLastdByIntPraticaAndTipoPratica";
+ _methodName231 = "getLastdByIntPraticaAndTipoPratica";
- _methodParameterTypes225 = new String[] { "long", "java.util.List" };
+ _methodParameterTypes231 = new String[] { "long", "java.util.List" };
- _methodName226 = "getLastEditabledByIntPraticaAndTipoPratica";
+ _methodName232 = "getLastEditabledByIntPraticaAndTipoPratica";
- _methodParameterTypes226 = new String[] { "long", "java.util.List" };
+ _methodParameterTypes232 = new String[] { "long", "java.util.List" };
- _methodName227 = "findCompletedByIntPraticaAndTipoPratica";
+ _methodName233 = "findCompletedByIntPraticaAndTipoPratica";
- _methodParameterTypes227 = new String[] { "long", "java.util.List" };
+ _methodParameterTypes233 = new String[] { "long", "java.util.List" };
- _methodName228 = "countCompletedByIntPraticaAndTipoPratica";
+ _methodName234 = "countCompletedByIntPraticaAndTipoPratica";
- _methodParameterTypes228 = new String[] { "long", "java.util.List" };
+ _methodParameterTypes234 = new String[] { "long", "java.util.List" };
- _methodName229 = "findCompletedByIntPraticaAndSuccessivoDettPratica";
+ _methodName235 = "findCompletedByIntPraticaAndSuccessivoDettPratica";
- _methodParameterTypes229 = new String[] { "long", "long" };
+ _methodParameterTypes235 = new String[] { "long", "long" };
- _methodName230 = "deleteDettPratica";
+ _methodName236 = "deleteDettPratica";
- _methodParameterTypes230 = new String[] {
+ _methodParameterTypes236 = new String[] {
"it.tref.liferay.portos.bo.model.DettPratica"
};
- _methodName231 = "deleteDettPratica";
+ _methodName237 = "deleteDettPratica";
- _methodParameterTypes231 = new String[] { "long" };
+ _methodParameterTypes237 = new String[] { "long" };
- _methodName232 = "search";
+ _methodName238 = "search";
- _methodParameterTypes232 = new String[] {
+ _methodParameterTypes238 = new String[] {
"com.liferay.portal.kernel.search.SearchContext"
};
- _methodName233 = "searchCount";
+ _methodName239 = "searchCount";
- _methodParameterTypes233 = new String[] {
+ _methodParameterTypes239 = new String[] {
"com.liferay.portal.kernel.search.SearchContext"
};
- _methodName234 = "updateDettPraticaSoggetti";
+ _methodName240 = "updateDettPraticaSoggetti";
- _methodParameterTypes234 = new String[] {
+ _methodParameterTypes240 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName235 = "updateDettPratica";
+ _methodName241 = "updateDettPratica";
- _methodParameterTypes235 = new String[] {
+ _methodParameterTypes241 = new String[] {
"long", "long", "long", "long", "java.lang.String",
"java.lang.String", "boolean", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -281,9 +281,9 @@ public class DettPraticaLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext", "boolean"
};
- _methodName236 = "updateDettPraticaDatiDomanda";
+ _methodName242 = "updateDettPraticaDatiDomanda";
- _methodParameterTypes236 = new String[] {
+ _methodParameterTypes242 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -319,9 +319,9 @@ public class DettPraticaLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext", "boolean"
};
- _methodName237 = "updateDettPraticaGeologo";
+ _methodName243 = "updateDettPraticaGeologo";
- _methodParameterTypes237 = new String[] {
+ _methodParameterTypes243 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -333,9 +333,9 @@ public class DettPraticaLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext", "boolean"
};
- _methodName238 = "updateDettPraticaPagamento";
+ _methodName244 = "updateDettPraticaPagamento";
- _methodParameterTypes238 = new String[] {
+ _methodParameterTypes244 = new String[] {
"long", "int", "int", "int", "int", "boolean", "boolean",
"boolean", "java.lang.String", "java.lang.String", "boolean",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -344,43 +344,43 @@ public class DettPraticaLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName239 = "updateCheckPagamenti";
+ _methodName245 = "updateCheckPagamenti";
- _methodParameterTypes239 = new String[] { "long", "boolean", "boolean" };
+ _methodParameterTypes245 = new String[] { "long", "boolean", "boolean" };
- _methodName240 = "updateEsitoPagamento";
+ _methodName246 = "updateEsitoPagamento";
- _methodParameterTypes240 = new String[] {
+ _methodParameterTypes246 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName241 = "updateEsitoPagamento";
+ _methodName247 = "updateEsitoPagamento";
- _methodParameterTypes241 = new String[] {
+ _methodParameterTypes247 = new String[] {
"long", "long", "long", "java.lang.String"
};
- _methodName242 = "concludiPagamento";
+ _methodName248 = "concludiPagamento";
- _methodParameterTypes242 = new String[] { "long" };
+ _methodParameterTypes248 = new String[] { "long" };
- _methodName243 = "isControlloObbligatorio";
+ _methodName249 = "isControlloObbligatorio";
- _methodParameterTypes243 = new String[] {
+ _methodParameterTypes249 = new String[] {
"it.tref.liferay.portos.bo.model.DettPratica"
};
- _methodName244 = "updateEsito";
+ _methodName250 = "updateEsito";
- _methodParameterTypes244 = new String[] { "long", "int" };
+ _methodParameterTypes250 = new String[] { "long", "int" };
- _methodName246 = "updateEsitoIntegrazione";
+ _methodName252 = "updateEsitoIntegrazione";
- _methodParameterTypes246 = new String[] { "long", "int" };
+ _methodParameterTypes252 = new String[] { "long", "int" };
- _methodName247 = "pagaInvia";
+ _methodName253 = "pagaInvia";
- _methodParameterTypes247 = new String[] {
+ _methodParameterTypes253 = new String[] {
"long", "int", "int", "int", "int", "boolean", "boolean",
"boolean", "java.lang.String", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -389,151 +389,151 @@ public class DettPraticaLocalServiceClpInvoker {
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName248 = "updateStatus";
+ _methodName254 = "updateStatus";
- _methodParameterTypes248 = new String[] {
+ _methodParameterTypes254 = new String[] {
"long", "long", "int",
"com.liferay.portal.service.ServiceContext"
};
- _methodName251 = "updateDettPraticaProtocollo";
+ _methodName257 = "updateDettPraticaProtocollo";
- _methodParameterTypes251 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes257 = new String[] { "long", "java.lang.String" };
- _methodName252 = "findByProtocollo";
+ _methodName258 = "findByProtocollo";
- _methodParameterTypes252 = new String[] {
+ _methodParameterTypes258 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName253 = "fetchByProtocollo";
+ _methodName259 = "fetchByProtocollo";
- _methodParameterTypes253 = new String[] {
+ _methodParameterTypes259 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName254 = "fetchByProtocollo";
+ _methodName260 = "fetchByProtocollo";
- _methodParameterTypes254 = new String[] { "java.lang.String" };
+ _methodParameterTypes260 = new String[] { "java.lang.String" };
- _methodName255 = "findByIntPraticaId";
+ _methodName261 = "findByIntPraticaId";
- _methodParameterTypes255 = new String[] { "long" };
+ _methodParameterTypes261 = new String[] { "long" };
- _methodName256 = "findByIntPraticaIdInviate";
+ _methodName262 = "findByIntPraticaIdInviate";
- _methodParameterTypes256 = new String[] { "long", "int", "int" };
+ _methodParameterTypes262 = new String[] { "long", "int", "int" };
- _methodName257 = "findPraticheCompleteNotProtocollo";
+ _methodName263 = "findPraticheCompleteNotProtocollo";
- _methodParameterTypes257 = new String[] { "int", "int" };
+ _methodParameterTypes263 = new String[] { "int", "int" };
- _methodName258 = "countPraticheCompleteNotProtocollo";
+ _methodName264 = "countPraticheCompleteNotProtocollo";
- _methodParameterTypes258 = new String[] { };
+ _methodParameterTypes264 = new String[] { };
- _methodName260 = "findPraticheCompleteNotGestite";
+ _methodName266 = "findPraticheCompleteNotGestite";
- _methodParameterTypes260 = new String[] { "int", "int" };
+ _methodParameterTypes266 = new String[] { "int", "int" };
- _methodName261 = "countPraticheCompleteNotGestite";
+ _methodName267 = "countPraticheCompleteNotGestite";
- _methodParameterTypes261 = new String[] { };
+ _methodParameterTypes267 = new String[] { };
- _methodName263 = "findByIntPraticaId_TipoIntegrazione_Completa";
+ _methodName269 = "findByIntPraticaId_TipoIntegrazione_Completa";
- _methodParameterTypes263 = new String[] {
+ _methodParameterTypes269 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName264 = "countByIntPraticaId_TipoIntegrazione_Completa";
+ _methodName270 = "countByIntPraticaId_TipoIntegrazione_Completa";
- _methodParameterTypes264 = new String[] {
+ _methodParameterTypes270 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName265 = "findPraticheCompletateNonVersionate";
+ _methodName271 = "findPraticheCompletateNonVersionate";
- _methodParameterTypes265 = new String[] { "int", "int" };
+ _methodParameterTypes271 = new String[] { "int", "int" };
- _methodName266 = "countPraticheCompletateNonversionate";
+ _methodName272 = "countPraticheCompletateNonversionate";
- _methodParameterTypes266 = new String[] { };
+ _methodParameterTypes272 = new String[] { };
- _methodName268 = "updateDettPraticaGestita";
+ _methodName274 = "updateDettPraticaGestita";
- _methodParameterTypes268 = new String[] { "long", "boolean" };
+ _methodParameterTypes274 = new String[] { "long", "boolean" };
- _methodName269 = "updateAsset";
+ _methodName275 = "updateAsset";
- _methodParameterTypes269 = new String[] {
+ _methodParameterTypes275 = new String[] {
"it.tref.liferay.portos.bo.model.DettPratica", "long[][]",
"boolean"
};
- _methodName270 = "updateStatus";
+ _methodName276 = "updateStatus";
- _methodParameterTypes270 = new String[] { "long", "int" };
+ _methodParameterTypes276 = new String[] { "long", "int" };
- _methodName271 = "updateSignal";
+ _methodName277 = "updateSignal";
- _methodParameterTypes271 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes277 = new String[] { "long", "java.util.Date" };
- _methodName272 = "countInvioSignal";
+ _methodName278 = "countInvioSignal";
- _methodParameterTypes272 = new String[] { };
+ _methodParameterTypes278 = new String[] { };
- _methodName273 = "getInvioSignal";
+ _methodName279 = "getInvioSignal";
- _methodParameterTypes273 = new String[] { "long" };
+ _methodParameterTypes279 = new String[] { "long" };
- _methodName274 = "getInviiSignal";
+ _methodName280 = "getInviiSignal";
- _methodParameterTypes274 = new String[] { "int", "int" };
+ _methodParameterTypes280 = new String[] { "int", "int" };
- _methodName275 = "dynamicQueryInvioSignal";
+ _methodName281 = "dynamicQueryInvioSignal";
- _methodParameterTypes275 = new String[] { "java.lang.Long" };
+ _methodParameterTypes281 = new String[] { "java.lang.Long" };
- _methodName276 = "findByPagamentoId";
+ _methodName282 = "findByPagamentoId";
- _methodParameterTypes276 = new String[] { "long" };
+ _methodParameterTypes282 = new String[] { "long" };
- _methodName277 = "updatePrincipale";
+ _methodName283 = "updatePrincipale";
- _methodParameterTypes277 = new String[] {
+ _methodParameterTypes283 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName278 = "getDettPraticaFields";
+ _methodName284 = "getDettPraticaFields";
- _methodParameterTypes278 = new String[] { };
+ _methodParameterTypes284 = new String[] { };
- _methodName279 = "getVersioni";
+ _methodName285 = "getVersioni";
- _methodParameterTypes279 = new String[] { "long" };
+ _methodParameterTypes285 = new String[] { "long" };
- _methodName280 = "callForChanges";
+ _methodName286 = "callForChanges";
- _methodParameterTypes280 = new String[] { "long" };
+ _methodParameterTypes286 = new String[] { "long" };
- _methodName281 = "isNumber";
+ _methodName287 = "isNumber";
- _methodParameterTypes281 = new String[] { "java.lang.String" };
+ _methodParameterTypes287 = new String[] { "java.lang.String" };
- _methodName282 = "format";
+ _methodName288 = "format";
- _methodParameterTypes282 = new String[] {
+ _methodParameterTypes288 = new String[] {
"java.lang.String", "java.io.Serializable"
};
- _methodName283 = "countVariateByIntPratica";
+ _methodName289 = "countVariateByIntPratica";
- _methodParameterTypes283 = new String[] { "long" };
+ _methodParameterTypes289 = new String[] { "long" };
- _methodName285 = "getFirstCompletedByIntPratica";
+ _methodName291 = "getFirstCompletedByIntPratica";
- _methodParameterTypes285 = new String[] { "long" };
+ _methodParameterTypes291 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -649,123 +649,123 @@ public class DettPraticaLocalServiceClpInvoker {
return DettPraticaLocalServiceUtil.updateDettPratica((it.tref.liferay.portos.bo.model.DettPratica)arguments[0]);
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return DettPraticaLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
DettPraticaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName215.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
+ if (_methodName221.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
return DettPraticaLocalServiceUtil.addDettPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(com.liferay.portal.service.ServiceContext)arguments[2]);
}
- if (_methodName216.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
+ if (_methodName222.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
return DettPraticaLocalServiceUtil.addDettPraticaToIntPratica(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
- if (_methodName217.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
+ if (_methodName223.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
return DettPraticaLocalServiceUtil.addDettPraticaClonedToIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName219.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
+ if (_methodName225.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
return DettPraticaLocalServiceUtil.cloneDettagliSoggetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName220.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
+ if (_methodName226.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
return DettPraticaLocalServiceUtil.addDettPraticaForImport((com.liferay.portal.service.ServiceContext)arguments[0]);
}
- if (_methodName221.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
+ if (_methodName227.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
return DettPraticaLocalServiceUtil.getLastEditableByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName222.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
+ if (_methodName228.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
return DettPraticaLocalServiceUtil.getLastCompletedByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName223.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
+ if (_methodName229.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
return DettPraticaLocalServiceUtil.getLastCompletedBeforeDettPraticaByIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName224.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
+ if (_methodName230.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
return DettPraticaLocalServiceUtil.getLastCompletedByIntPraticaAndProtocolloNotEmpty(((Long)arguments[0]).longValue());
}
- if (_methodName225.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
+ if (_methodName231.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
return DettPraticaLocalServiceUtil.getLastdByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(),
(java.util.List)arguments[1]);
}
- if (_methodName226.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
+ if (_methodName232.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) {
return DettPraticaLocalServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(),
(java.util.List)arguments[1]);
}
- if (_methodName227.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
+ if (_methodName233.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
return DettPraticaLocalServiceUtil.findCompletedByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(),
(java.util.List)arguments[1]);
}
- if (_methodName228.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
+ if (_methodName234.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) {
return DettPraticaLocalServiceUtil.countCompletedByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(),
(java.util.List)arguments[1]);
}
- if (_methodName229.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
+ if (_methodName235.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) {
return DettPraticaLocalServiceUtil.findCompletedByIntPraticaAndSuccessivoDettPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName230.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
+ if (_methodName236.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) {
return DettPraticaLocalServiceUtil.deleteDettPratica((it.tref.liferay.portos.bo.model.DettPratica)arguments[0]);
}
- if (_methodName231.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
+ if (_methodName237.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) {
return DettPraticaLocalServiceUtil.deleteDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName232.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) {
+ if (_methodName238.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) {
return DettPraticaLocalServiceUtil.search((com.liferay.portal.kernel.search.SearchContext)arguments[0]);
}
- if (_methodName233.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
+ if (_methodName239.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) {
return DettPraticaLocalServiceUtil.searchCount((com.liferay.portal.kernel.search.SearchContext)arguments[0]);
}
- if (_methodName234.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) {
+ if (_methodName240.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPraticaSoggetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -774,8 +774,8 @@ public class DettPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[6]);
}
- if (_methodName235.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) {
+ if (_methodName241.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -983,8 +983,8 @@ public class DettPraticaLocalServiceClpInvoker {
((Boolean)arguments[209]).booleanValue());
}
- if (_methodName236.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) {
+ if (_methodName242.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPraticaDatiDomanda(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -1131,8 +1131,8 @@ public class DettPraticaLocalServiceClpInvoker {
((Boolean)arguments[146]).booleanValue());
}
- if (_methodName237.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) {
+ if (_methodName243.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPraticaGeologo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -1159,8 +1159,8 @@ public class DettPraticaLocalServiceClpInvoker {
((Boolean)arguments[27]).booleanValue());
}
- if (_methodName238.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) {
+ if (_methodName244.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPraticaPagamento(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
@@ -1183,23 +1183,23 @@ public class DettPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[20]);
}
- if (_methodName239.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) {
+ if (_methodName245.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateCheckPagamenti(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue(),
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName240.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) {
+ if (_methodName246.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) {
DettPraticaLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
return null;
}
- if (_methodName241.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) {
+ if (_methodName247.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) {
DettPraticaLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]);
@@ -1207,32 +1207,32 @@ public class DettPraticaLocalServiceClpInvoker {
return null;
}
- if (_methodName242.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) {
+ if (_methodName248.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) {
DettPraticaLocalServiceUtil.concludiPagamento(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName243.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) {
+ if (_methodName249.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) {
return DettPraticaLocalServiceUtil.isControlloObbligatorio((it.tref.liferay.portos.bo.model.DettPratica)arguments[0]);
}
- if (_methodName244.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) {
+ if (_methodName250.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateEsito(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName246.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) {
+ if (_methodName252.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateEsitoIntegrazione(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName247.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) {
+ if (_methodName253.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) {
return DettPraticaLocalServiceUtil.pagaInvia(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
@@ -1257,189 +1257,189 @@ public class DettPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[21]);
}
- if (_methodName248.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) {
+ if (_methodName254.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName251.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) {
+ if (_methodName257.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPraticaProtocollo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName252.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) {
+ if (_methodName258.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) {
return DettPraticaLocalServiceUtil.findByProtocollo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
}
- if (_methodName253.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) {
+ if (_methodName259.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) {
return DettPraticaLocalServiceUtil.fetchByProtocollo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
}
- if (_methodName254.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) {
+ if (_methodName260.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) {
return DettPraticaLocalServiceUtil.fetchByProtocollo((java.lang.String)arguments[0]);
}
- if (_methodName255.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) {
+ if (_methodName261.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) {
return DettPraticaLocalServiceUtil.findByIntPraticaId(((Long)arguments[0]).longValue());
}
- if (_methodName256.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) {
+ if (_methodName262.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) {
return DettPraticaLocalServiceUtil.findByIntPraticaIdInviate(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName257.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) {
+ if (_methodName263.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) {
return DettPraticaLocalServiceUtil.findPraticheCompleteNotProtocollo(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName258.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) {
+ if (_methodName264.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) {
return DettPraticaLocalServiceUtil.countPraticheCompleteNotProtocollo();
}
- if (_methodName260.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) {
+ if (_methodName266.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) {
return DettPraticaLocalServiceUtil.findPraticheCompleteNotGestite(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName261.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) {
+ if (_methodName267.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) {
return DettPraticaLocalServiceUtil.countPraticheCompleteNotGestite();
}
- if (_methodName263.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) {
+ if (_methodName269.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) {
return DettPraticaLocalServiceUtil.findByIntPraticaId_TipoIntegrazione_Completa(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName264.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) {
+ if (_methodName270.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) {
return DettPraticaLocalServiceUtil.countByIntPraticaId_TipoIntegrazione_Completa(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName265.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) {
+ if (_methodName271.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes271, parameterTypes)) {
return DettPraticaLocalServiceUtil.findPraticheCompletateNonVersionate(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName266.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) {
+ if (_methodName272.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) {
return DettPraticaLocalServiceUtil.countPraticheCompletateNonversionate();
}
- if (_methodName268.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) {
+ if (_methodName274.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateDettPraticaGestita(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName269.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) {
+ if (_methodName275.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) {
DettPraticaLocalServiceUtil.updateAsset((it.tref.liferay.portos.bo.model.DettPratica)arguments[0],
(long[])arguments[1], ((Boolean)arguments[2]).booleanValue());
return null;
}
- if (_methodName270.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) {
+ if (_methodName276.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) {
DettPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
return null;
}
- if (_methodName271.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes271, parameterTypes)) {
+ if (_methodName277.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes277, parameterTypes)) {
return DettPraticaLocalServiceUtil.updateSignal(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
}
- if (_methodName272.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) {
+ if (_methodName278.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) {
return DettPraticaLocalServiceUtil.countInvioSignal();
}
- if (_methodName273.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) {
+ if (_methodName279.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes279, parameterTypes)) {
return DettPraticaLocalServiceUtil.getInvioSignal(((Long)arguments[0]).longValue());
}
- if (_methodName274.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) {
+ if (_methodName280.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes280, parameterTypes)) {
return DettPraticaLocalServiceUtil.getInviiSignal(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName275.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) {
+ if (_methodName281.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes281, parameterTypes)) {
return DettPraticaLocalServiceUtil.dynamicQueryInvioSignal((java.lang.Long)arguments[0]);
}
- if (_methodName276.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) {
+ if (_methodName282.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes282, parameterTypes)) {
return DettPraticaLocalServiceUtil.findByPagamentoId(((Long)arguments[0]).longValue());
}
- if (_methodName277.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes277, parameterTypes)) {
+ if (_methodName283.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes283, parameterTypes)) {
return DettPraticaLocalServiceUtil.updatePrincipale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName278.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) {
+ if (_methodName284.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes284, parameterTypes)) {
return DettPraticaLocalServiceUtil.getDettPraticaFields();
}
- if (_methodName279.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes279, parameterTypes)) {
+ if (_methodName285.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes285, parameterTypes)) {
return DettPraticaLocalServiceUtil.getVersioni(((Long)arguments[0]).longValue());
}
- if (_methodName280.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes280, parameterTypes)) {
+ if (_methodName286.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes286, parameterTypes)) {
return DettPraticaLocalServiceUtil.callForChanges(((Long)arguments[0]).longValue());
}
- if (_methodName281.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes281, parameterTypes)) {
+ if (_methodName287.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes287, parameterTypes)) {
return DettPraticaLocalServiceUtil.isNumber((java.lang.String)arguments[0]);
}
- if (_methodName282.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes282, parameterTypes)) {
+ if (_methodName288.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes288, parameterTypes)) {
return DettPraticaLocalServiceUtil.format((java.lang.String)arguments[0],
(java.io.Serializable)arguments[1]);
}
- if (_methodName283.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes283, parameterTypes)) {
+ if (_methodName289.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes289, parameterTypes)) {
return DettPraticaLocalServiceUtil.countVariateByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName285.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes285, parameterTypes)) {
+ if (_methodName291.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes291, parameterTypes)) {
return DettPraticaLocalServiceUtil.getFirstCompletedByIntPratica(((Long)arguments[0]).longValue());
}
@@ -1486,28 +1486,16 @@ public class DettPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName208;
- private String[] _methodParameterTypes208;
- private String _methodName209;
- private String[] _methodParameterTypes209;
+ 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 _methodName219;
- private String[] _methodParameterTypes219;
- 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;
@@ -1548,42 +1536,44 @@ public class DettPraticaLocalServiceClpInvoker {
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;
private String[] _methodParameterTypes248;
- private String _methodName251;
- private String[] _methodParameterTypes251;
+ private String _methodName249;
+ private String[] _methodParameterTypes249;
+ private String _methodName250;
+ private String[] _methodParameterTypes250;
private String _methodName252;
private String[] _methodParameterTypes252;
private String _methodName253;
private String[] _methodParameterTypes253;
private String _methodName254;
private String[] _methodParameterTypes254;
- private String _methodName255;
- private String[] _methodParameterTypes255;
- private String _methodName256;
- private String[] _methodParameterTypes256;
private String _methodName257;
private String[] _methodParameterTypes257;
private String _methodName258;
private String[] _methodParameterTypes258;
+ private String _methodName259;
+ private String[] _methodParameterTypes259;
private String _methodName260;
private String[] _methodParameterTypes260;
private String _methodName261;
private String[] _methodParameterTypes261;
+ private String _methodName262;
+ private String[] _methodParameterTypes262;
private String _methodName263;
private String[] _methodParameterTypes263;
private String _methodName264;
private String[] _methodParameterTypes264;
- private String _methodName265;
- private String[] _methodParameterTypes265;
private String _methodName266;
private String[] _methodParameterTypes266;
- private String _methodName268;
- private String[] _methodParameterTypes268;
+ private String _methodName267;
+ private String[] _methodParameterTypes267;
private String _methodName269;
private String[] _methodParameterTypes269;
private String _methodName270;
@@ -1592,8 +1582,6 @@ public class DettPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes271;
private String _methodName272;
private String[] _methodParameterTypes272;
- private String _methodName273;
- private String[] _methodParameterTypes273;
private String _methodName274;
private String[] _methodParameterTypes274;
private String _methodName275;
@@ -1614,6 +1602,18 @@ public class DettPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes282;
private String _methodName283;
private String[] _methodParameterTypes283;
+ private String _methodName284;
+ private String[] _methodParameterTypes284;
private String _methodName285;
private String[] _methodParameterTypes285;
+ private String _methodName286;
+ private String[] _methodParameterTypes286;
+ private String _methodName287;
+ private String[] _methodParameterTypes287;
+ private String _methodName288;
+ private String[] _methodParameterTypes288;
+ private String _methodName289;
+ private String[] _methodParameterTypes289;
+ private String _methodName291;
+ private String[] _methodParameterTypes291;
}
\ 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/base/DettPraticaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceBaseImpl.java
index a3c68217..a9a5f750 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceBaseImpl.java
@@ -48,6 +48,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1062,6 +1063,63 @@ public abstract class DettPraticaServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2018,6 +2076,12 @@ public abstract class DettPraticaServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceClpInvoker.java
index a34043ab..90814aed 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DettPraticaServiceClpInvoker.java
@@ -24,62 +24,62 @@ import java.util.Arrays;
*/
public class DettPraticaServiceClpInvoker {
public DettPraticaServiceClpInvoker() {
- _methodName188 = "getBeanIdentifier";
+ _methodName194 = "getBeanIdentifier";
- _methodParameterTypes188 = new String[] { };
+ _methodParameterTypes194 = new String[] { };
- _methodName189 = "setBeanIdentifier";
+ _methodName195 = "setBeanIdentifier";
- _methodParameterTypes189 = new String[] { "java.lang.String" };
+ _methodParameterTypes195 = new String[] { "java.lang.String" };
- _methodName194 = "getDettPratica";
+ _methodName200 = "getDettPratica";
- _methodParameterTypes194 = new String[] { "long" };
+ _methodParameterTypes200 = new String[] { "long" };
- _methodName195 = "addDettPratica";
+ _methodName201 = "addDettPratica";
- _methodParameterTypes195 = new String[] {
+ _methodParameterTypes201 = new String[] {
"long", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName196 = "addDettPraticaToIntPratica";
+ _methodName202 = "addDettPraticaToIntPratica";
- _methodParameterTypes196 = new String[] {
+ _methodParameterTypes202 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName197 = "addDettPraticaClonedToIntPratica";
+ _methodName203 = "addDettPraticaClonedToIntPratica";
- _methodParameterTypes197 = new String[] {
+ _methodParameterTypes203 = new String[] {
"long", "long", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName198 = "getLastEditableByIntPratica";
+ _methodName204 = "getLastEditableByIntPratica";
- _methodParameterTypes198 = new String[] { "long" };
+ _methodParameterTypes204 = new String[] { "long" };
- _methodName199 = "deleteDettPratica";
+ _methodName205 = "deleteDettPratica";
- _methodParameterTypes199 = new String[] {
+ _methodParameterTypes205 = new String[] {
"it.tref.liferay.portos.bo.model.DettPratica"
};
- _methodName200 = "deleteDettPratica";
+ _methodName206 = "deleteDettPratica";
- _methodParameterTypes200 = new String[] { "long" };
+ _methodParameterTypes206 = new String[] { "long" };
- _methodName201 = "updateDettPraticaSoggetti";
+ _methodName207 = "updateDettPraticaSoggetti";
- _methodParameterTypes201 = new String[] {
+ _methodParameterTypes207 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName202 = "updateDettPratica";
+ _methodName208 = "updateDettPratica";
- _methodParameterTypes202 = new String[] {
+ _methodParameterTypes208 = new String[] {
"long", "long", "long", "long", "java.lang.String",
"java.lang.String", "boolean", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -134,33 +134,33 @@ public class DettPraticaServiceClpInvoker {
"boolean", "boolean"
};
- _methodName203 = "fetchDettPratica";
+ _methodName209 = "fetchDettPratica";
- _methodParameterTypes203 = new String[] { "long" };
+ _methodParameterTypes209 = new String[] { "long" };
- _methodName204 = "getLastCompletedByIntPratica";
+ _methodName210 = "getLastCompletedByIntPratica";
- _methodParameterTypes204 = new String[] { "long" };
+ _methodParameterTypes210 = new String[] { "long" };
- _methodName205 = "getLastdByIntPraticaAndTipoPratica";
+ _methodName211 = "getLastdByIntPraticaAndTipoPratica";
- _methodParameterTypes205 = new String[] { "long", "java.util.List" };
+ _methodParameterTypes211 = new String[] { "long", "java.util.List" };
- _methodName206 = "getLastEditabledByIntPraticaAndTipoPratica";
+ _methodName212 = "getLastEditabledByIntPraticaAndTipoPratica";
- _methodParameterTypes206 = new String[] { "long", "java.util.List" };
+ _methodParameterTypes212 = new String[] { "long", "java.util.List" };
- _methodName207 = "findCompletedByIntPraticaAndTipoPratica";
+ _methodName213 = "findCompletedByIntPraticaAndTipoPratica";
- _methodParameterTypes207 = new String[] { "long", "java.util.List" };
+ _methodParameterTypes213 = new String[] { "long", "java.util.List" };
- _methodName208 = "countCompletedByIntPraticaAndTipoPratica";
+ _methodName214 = "countCompletedByIntPraticaAndTipoPratica";
- _methodParameterTypes208 = new String[] { "long", "java.util.List" };
+ _methodParameterTypes214 = new String[] { "long", "java.util.List" };
- _methodName209 = "pagaInvia";
+ _methodName215 = "pagaInvia";
- _methodParameterTypes209 = new String[] {
+ _methodParameterTypes215 = new String[] {
"long", "int", "int", "int", "int", "boolean", "boolean",
"boolean", "java.lang.String", "boolean", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -169,104 +169,104 @@ public class DettPraticaServiceClpInvoker {
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName210 = "updateCheckPagamenti";
+ _methodName216 = "updateCheckPagamenti";
- _methodParameterTypes210 = new String[] { "long", "boolean", "boolean" };
+ _methodParameterTypes216 = new String[] { "long", "boolean", "boolean" };
- _methodName211 = "updateEsito";
+ _methodName217 = "updateEsito";
- _methodParameterTypes211 = new String[] { "long", "int" };
+ _methodParameterTypes217 = new String[] { "long", "int" };
- _methodName212 = "updateEsitoIntegrazione";
+ _methodName218 = "updateEsitoIntegrazione";
- _methodParameterTypes212 = new String[] { "long", "int" };
+ _methodParameterTypes218 = new String[] { "long", "int" };
- _methodName213 = "updatePrincipale";
+ _methodName219 = "updatePrincipale";
- _methodParameterTypes213 = new String[] {
+ _methodParameterTypes219 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName214 = "getDettPraticaFields";
+ _methodName220 = "getDettPraticaFields";
- _methodParameterTypes214 = new String[] { };
+ _methodParameterTypes220 = new String[] { };
- _methodName215 = "getVersioni";
+ _methodName221 = "getVersioni";
- _methodParameterTypes215 = new String[] { "long" };
+ _methodParameterTypes221 = new String[] { "long" };
- _methodName216 = "callForChanges";
+ _methodName222 = "callForChanges";
- _methodParameterTypes216 = new String[] { "long" };
+ _methodParameterTypes222 = new String[] { "long" };
- _methodName217 = "isNumber";
+ _methodName223 = "isNumber";
- _methodParameterTypes217 = new String[] { "java.lang.String" };
+ _methodParameterTypes223 = new String[] { "java.lang.String" };
- _methodName218 = "format";
+ _methodName224 = "format";
- _methodParameterTypes218 = new String[] {
+ _methodParameterTypes224 = new String[] {
"java.lang.String", "java.io.Serializable"
};
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return DettPraticaServiceUtil.getBeanIdentifier();
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
DettPraticaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return DettPraticaServiceUtil.getDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return DettPraticaServiceUtil.addDettPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(com.liferay.portal.service.ServiceContext)arguments[2]);
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
return DettPraticaServiceUtil.addDettPraticaToIntPratica(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return DettPraticaServiceUtil.addDettPraticaClonedToIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return DettPraticaServiceUtil.getLastEditableByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return DettPraticaServiceUtil.deleteDettPratica((it.tref.liferay.portos.bo.model.DettPratica)arguments[0]);
}
- if (_methodName200.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
return DettPraticaServiceUtil.deleteDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName207.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
return DettPraticaServiceUtil.updateDettPraticaSoggetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -275,8 +275,8 @@ public class DettPraticaServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[6]);
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return DettPraticaServiceUtil.updateDettPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -486,42 +486,42 @@ public class DettPraticaServiceClpInvoker {
((Boolean)arguments[211]).booleanValue());
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return DettPraticaServiceUtil.fetchDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return DettPraticaServiceUtil.getLastCompletedByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName205.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
+ if (_methodName211.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
return DettPraticaServiceUtil.getLastdByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(),
(java.util.List)arguments[1]);
}
- if (_methodName206.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
+ if (_methodName212.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
return DettPraticaServiceUtil.getLastEditabledByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(),
(java.util.List)arguments[1]);
}
- if (_methodName207.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
+ if (_methodName213.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
return DettPraticaServiceUtil.findCompletedByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(),
(java.util.List)arguments[1]);
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return DettPraticaServiceUtil.countCompletedByIntPraticaAndTipoPratica(((Long)arguments[0]).longValue(),
(java.util.List)arguments[1]);
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
return DettPraticaServiceUtil.pagaInvia(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
@@ -546,53 +546,53 @@ public class DettPraticaServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[21]);
}
- if (_methodName210.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
+ if (_methodName216.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
return DettPraticaServiceUtil.updateCheckPagamenti(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue(),
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName211.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
+ if (_methodName217.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
return DettPraticaServiceUtil.updateEsito(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName212.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
+ if (_methodName218.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
return DettPraticaServiceUtil.updateEsitoIntegrazione(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName213.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
+ if (_methodName219.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
return DettPraticaServiceUtil.updatePrincipale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName214.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
+ if (_methodName220.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
return DettPraticaServiceUtil.getDettPraticaFields();
}
- if (_methodName215.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
+ if (_methodName221.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
return DettPraticaServiceUtil.getVersioni(((Long)arguments[0]).longValue());
}
- if (_methodName216.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
+ if (_methodName222.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
return DettPraticaServiceUtil.callForChanges(((Long)arguments[0]).longValue());
}
- if (_methodName217.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
+ if (_methodName223.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
return DettPraticaServiceUtil.isNumber((java.lang.String)arguments[0]);
}
- if (_methodName218.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
+ if (_methodName224.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
return DettPraticaServiceUtil.format((java.lang.String)arguments[0],
(java.io.Serializable)arguments[1]);
}
@@ -600,22 +600,10 @@ public class DettPraticaServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName188;
- private String[] _methodParameterTypes188;
- private String _methodName189;
- private String[] _methodParameterTypes189;
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;
- private String[] _methodParameterTypes198;
- private String _methodName199;
- private String[] _methodParameterTypes199;
private String _methodName200;
private String[] _methodParameterTypes200;
private String _methodName201;
@@ -654,4 +642,16 @@ public class DettPraticaServiceClpInvoker {
private String[] _methodParameterTypes217;
private String _methodName218;
private String[] _methodParameterTypes218;
+ private String _methodName219;
+ private String[] _methodParameterTypes219;
+ 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;
}
\ 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/base/DocAggiuntivaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceBaseImpl.java
index 76648ace..8178bb57 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1347,6 +1348,63 @@ public abstract class DocAggiuntivaLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2042,6 +2100,12 @@ public abstract class DocAggiuntivaLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceClpInvoker.java
index aa541205..018c71bd 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaLocalServiceClpInvoker.java
@@ -122,80 +122,80 @@ public class DocAggiuntivaLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.DocAggiuntiva"
};
- _methodName180 = "getBeanIdentifier";
+ _methodName186 = "getBeanIdentifier";
- _methodParameterTypes180 = new String[] { };
+ _methodParameterTypes186 = new String[] { };
- _methodName181 = "setBeanIdentifier";
+ _methodName187 = "setBeanIdentifier";
- _methodParameterTypes181 = new String[] { "java.lang.String" };
+ _methodParameterTypes187 = new String[] { "java.lang.String" };
- _methodName186 = "findByIntPratica";
+ _methodName192 = "findByIntPratica";
- _methodParameterTypes186 = new String[] { "long" };
+ _methodParameterTypes192 = new String[] { "long" };
- _methodName187 = "findByIntPratica";
+ _methodName193 = "findByIntPratica";
- _methodParameterTypes187 = new String[] {
+ _methodParameterTypes193 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName188 = "countByIntPratica";
+ _methodName194 = "countByIntPratica";
- _methodParameterTypes188 = new String[] { "long" };
+ _methodParameterTypes194 = new String[] { "long" };
- _methodName189 = "findByDettPratica";
+ _methodName195 = "findByDettPratica";
- _methodParameterTypes189 = new String[] { "long" };
+ _methodParameterTypes195 = new String[] { "long" };
- _methodName190 = "findByDettPratica";
+ _methodName196 = "findByDettPratica";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName191 = "countByDettPratica";
+ _methodName197 = "countByDettPratica";
- _methodParameterTypes191 = new String[] { "long" };
+ _methodParameterTypes197 = new String[] { "long" };
- _methodName192 = "findByIntPraticaFeVisible";
+ _methodName198 = "findByIntPraticaFeVisible";
- _methodParameterTypes192 = new String[] { "long", "boolean" };
+ _methodParameterTypes198 = new String[] { "long", "boolean" };
- _methodName193 = "findByIntPraticaFeVisible";
+ _methodName199 = "findByIntPraticaFeVisible";
- _methodParameterTypes193 = new String[] {
+ _methodParameterTypes199 = new String[] {
"long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName194 = "countByIntPraticaFeVisible";
+ _methodName200 = "countByIntPraticaFeVisible";
- _methodParameterTypes194 = new String[] { "long", "boolean" };
+ _methodParameterTypes200 = new String[] { "long", "boolean" };
- _methodName195 = "addDocAggiuntiva";
+ _methodName201 = "addDocAggiuntiva";
- _methodParameterTypes195 = new String[] {
+ _methodParameterTypes201 = new String[] {
"long", "long", "long", "java.lang.String", "boolean",
"byte[][]", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName196 = "deleteDocAggiuntiva";
+ _methodName202 = "deleteDocAggiuntiva";
- _methodParameterTypes196 = new String[] {
+ _methodParameterTypes202 = new String[] {
"it.tref.liferay.portos.bo.model.DocAggiuntiva"
};
- _methodName197 = "deleteDocAggiuntiva";
+ _methodName203 = "deleteDocAggiuntiva";
- _methodParameterTypes197 = new String[] { "long" };
+ _methodParameterTypes203 = new String[] { "long" };
- _methodName198 = "fetchByOldFileEntryId";
+ _methodName204 = "fetchByOldFileEntryId";
- _methodParameterTypes198 = new String[] { "long" };
+ _methodParameterTypes204 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -311,62 +311,62 @@ public class DocAggiuntivaLocalServiceClpInvoker {
return DocAggiuntivaLocalServiceUtil.updateDocAggiuntiva((it.tref.liferay.portos.bo.model.DocAggiuntiva)arguments[0]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
DocAggiuntivaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.countByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.findByIntPraticaFeVisible(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.findByIntPraticaFeVisible(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue(),
((Integer)arguments[2]).intValue(),
@@ -374,14 +374,14 @@ public class DocAggiuntivaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.countByIntPraticaFeVisible(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.addDocAggiuntiva(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -391,18 +391,18 @@ public class DocAggiuntivaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[7]);
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.deleteDocAggiuntiva((it.tref.liferay.portos.bo.model.DocAggiuntiva)arguments[0]);
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.deleteDocAggiuntiva(((Long)arguments[0]).longValue());
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return DocAggiuntivaLocalServiceUtil.fetchByOldFileEntryId(((Long)arguments[0]).longValue());
}
@@ -449,22 +449,10 @@ public class DocAggiuntivaLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
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;
@@ -479,4 +467,16 @@ public class DocAggiuntivaLocalServiceClpInvoker {
private String[] _methodParameterTypes197;
private String _methodName198;
private String[] _methodParameterTypes198;
+ private String _methodName199;
+ private String[] _methodParameterTypes199;
+ private String _methodName200;
+ private String[] _methodParameterTypes200;
+ private String _methodName201;
+ private String[] _methodParameterTypes201;
+ private String _methodName202;
+ private String[] _methodParameterTypes202;
+ private String _methodName203;
+ private String[] _methodParameterTypes203;
+ private String _methodName204;
+ private String[] _methodParameterTypes204;
}
\ 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/base/DocAggiuntivaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceBaseImpl.java
index 7f2e01b4..823714f8 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class DocAggiuntivaServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1746,6 +1804,12 @@ public abstract class DocAggiuntivaServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceClpInvoker.java
index 405d223b..eafe14be 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocAggiuntivaServiceClpInvoker.java
@@ -24,136 +24,136 @@ import java.util.Arrays;
*/
public class DocAggiuntivaServiceClpInvoker {
public DocAggiuntivaServiceClpInvoker() {
- _methodName160 = "getBeanIdentifier";
+ _methodName166 = "getBeanIdentifier";
- _methodParameterTypes160 = new String[] { };
+ _methodParameterTypes166 = new String[] { };
- _methodName161 = "setBeanIdentifier";
+ _methodName167 = "setBeanIdentifier";
- _methodParameterTypes161 = new String[] { "java.lang.String" };
+ _methodParameterTypes167 = new String[] { "java.lang.String" };
- _methodName166 = "findByIntPratica";
+ _methodName172 = "findByIntPratica";
- _methodParameterTypes166 = new String[] { "long" };
+ _methodParameterTypes172 = new String[] { "long" };
- _methodName167 = "findByIntPratica";
+ _methodName173 = "findByIntPratica";
- _methodParameterTypes167 = new String[] {
+ _methodParameterTypes173 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName168 = "countByIntPratica";
+ _methodName174 = "countByIntPratica";
- _methodParameterTypes168 = new String[] { "long" };
+ _methodParameterTypes174 = new String[] { "long" };
- _methodName169 = "findByDettPratica";
+ _methodName175 = "findByDettPratica";
- _methodParameterTypes169 = new String[] { "long" };
+ _methodParameterTypes175 = new String[] { "long" };
- _methodName170 = "findByDettPratica";
+ _methodName176 = "findByDettPratica";
- _methodParameterTypes170 = new String[] {
+ _methodParameterTypes176 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName171 = "countByDettPratica";
+ _methodName177 = "countByDettPratica";
- _methodParameterTypes171 = new String[] { "long" };
+ _methodParameterTypes177 = new String[] { "long" };
- _methodName172 = "findByIntPraticaFeVisible";
+ _methodName178 = "findByIntPraticaFeVisible";
- _methodParameterTypes172 = new String[] { "long", "boolean" };
+ _methodParameterTypes178 = new String[] { "long", "boolean" };
- _methodName173 = "findByIntPratica";
+ _methodName179 = "findByIntPratica";
- _methodParameterTypes173 = new String[] {
+ _methodParameterTypes179 = new String[] {
"long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName174 = "countByIntPraticaFeVisible";
+ _methodName180 = "countByIntPraticaFeVisible";
- _methodParameterTypes174 = new String[] { "long", "boolean" };
+ _methodParameterTypes180 = new String[] { "long", "boolean" };
- _methodName175 = "addDocAggiuntiva";
+ _methodName181 = "addDocAggiuntiva";
- _methodParameterTypes175 = new String[] {
+ _methodParameterTypes181 = new String[] {
"long", "long", "long", "java.lang.String", "boolean",
"byte[][]", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName176 = "deleteDocAggiuntiva";
+ _methodName182 = "deleteDocAggiuntiva";
- _methodParameterTypes176 = new String[] {
+ _methodParameterTypes182 = new String[] {
"it.tref.liferay.portos.bo.model.DocAggiuntiva"
};
- _methodName177 = "deleteDocAggiuntiva";
+ _methodName183 = "deleteDocAggiuntiva";
- _methodParameterTypes177 = new String[] { "long" };
+ _methodParameterTypes183 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName160.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) {
+ if (_methodName166.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
return DocAggiuntivaServiceUtil.getBeanIdentifier();
}
- if (_methodName161.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) {
+ if (_methodName167.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
DocAggiuntivaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
return DocAggiuntivaServiceUtil.findByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName167.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
+ if (_methodName173.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
return DocAggiuntivaServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName168.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
+ if (_methodName174.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
return DocAggiuntivaServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName169.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
+ if (_methodName175.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
return DocAggiuntivaServiceUtil.findByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName170.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
+ if (_methodName176.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
return DocAggiuntivaServiceUtil.findByDettPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName171.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
+ if (_methodName177.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
return DocAggiuntivaServiceUtil.countByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return DocAggiuntivaServiceUtil.findByIntPraticaFeVisible(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
return DocAggiuntivaServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue(),
((Integer)arguments[2]).intValue(),
@@ -161,14 +161,14 @@ public class DocAggiuntivaServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName174.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
+ if (_methodName180.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
return DocAggiuntivaServiceUtil.countByIntPraticaFeVisible(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName175.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
+ if (_methodName181.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
return DocAggiuntivaServiceUtil.addDocAggiuntiva(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -178,35 +178,23 @@ public class DocAggiuntivaServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[7]);
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return DocAggiuntivaServiceUtil.deleteDocAggiuntiva((it.tref.liferay.portos.bo.model.DocAggiuntiva)arguments[0]);
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
return DocAggiuntivaServiceUtil.deleteDocAggiuntiva(((Long)arguments[0]).longValue());
}
throw new UnsupportedOperationException();
}
- private String _methodName160;
- private String[] _methodParameterTypes160;
- private String _methodName161;
- private String[] _methodParameterTypes161;
private String _methodName166;
private String[] _methodParameterTypes166;
private String _methodName167;
private String[] _methodParameterTypes167;
- private String _methodName168;
- private String[] _methodParameterTypes168;
- private String _methodName169;
- private String[] _methodParameterTypes169;
- private String _methodName170;
- private String[] _methodParameterTypes170;
- private String _methodName171;
- private String[] _methodParameterTypes171;
private String _methodName172;
private String[] _methodParameterTypes172;
private String _methodName173;
@@ -219,4 +207,16 @@ public class DocAggiuntivaServiceClpInvoker {
private String[] _methodParameterTypes176;
private String _methodName177;
private String[] _methodParameterTypes177;
+ private String _methodName178;
+ private String[] _methodParameterTypes178;
+ private String _methodName179;
+ private String[] _methodParameterTypes179;
+ private String _methodName180;
+ private String[] _methodParameterTypes180;
+ private String _methodName181;
+ private String[] _methodParameterTypes181;
+ private String _methodName182;
+ private String[] _methodParameterTypes182;
+ private String _methodName183;
+ private String[] _methodParameterTypes183;
}
\ 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/base/DocPraticaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceBaseImpl.java
index eca15d0a..27fb8b4e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1346,6 +1347,63 @@ public abstract class DocPraticaLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2041,6 +2099,12 @@ public abstract class DocPraticaLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceClpInvoker.java
index 652a542d..313b3953 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaLocalServiceClpInvoker.java
@@ -122,27 +122,27 @@ public class DocPraticaLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.DocPratica"
};
- _methodName180 = "getBeanIdentifier";
+ _methodName186 = "getBeanIdentifier";
- _methodParameterTypes180 = new String[] { };
+ _methodParameterTypes186 = new String[] { };
- _methodName181 = "setBeanIdentifier";
+ _methodName187 = "setBeanIdentifier";
- _methodParameterTypes181 = new String[] { "java.lang.String" };
+ _methodParameterTypes187 = new String[] { "java.lang.String" };
- _methodName186 = "deleteDocPratica";
+ _methodName192 = "deleteDocPratica";
- _methodParameterTypes186 = new String[] {
+ _methodParameterTypes192 = new String[] {
"it.tref.liferay.portos.bo.model.DocPratica"
};
- _methodName187 = "deleteDocPratica";
+ _methodName193 = "deleteDocPratica";
- _methodParameterTypes187 = new String[] { "long" };
+ _methodParameterTypes193 = new String[] { "long" };
- _methodName188 = "addDocPratica";
+ _methodName194 = "addDocPratica";
- _methodParameterTypes188 = new String[] {
+ _methodParameterTypes194 = new String[] {
"long", "java.lang.String", "long", "long", "byte[][]",
"java.lang.String", "java.lang.String", "boolean",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -150,25 +150,25 @@ public class DocPraticaLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName189 = "addDocPratica";
+ _methodName195 = "addDocPratica";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes195 = new String[] {
"long", "java.lang.String", "long", "long", "byte[][]",
"java.lang.String", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName190 = "addDocPratica";
+ _methodName196 = "addDocPratica";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
"long", "java.lang.String", "long", "long", "long",
"java.lang.String", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName191 = "addDocPraticaForImport";
+ _methodName197 = "addDocPraticaForImport";
- _methodParameterTypes191 = new String[] {
+ _methodParameterTypes197 = new String[] {
"long", "java.lang.String", "long", "long", "byte[][]",
"java.lang.String", "java.lang.String", "boolean",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -176,191 +176,191 @@ public class DocPraticaLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName192 = "addAttachment";
+ _methodName198 = "addAttachment";
- _methodParameterTypes192 = new String[] {
+ _methodParameterTypes198 = new String[] {
"long", "long", "long", "java.lang.String", "byte[][]",
"java.lang.String"
};
- _methodName193 = "getAttachment";
+ _methodName199 = "getAttachment";
- _methodParameterTypes193 = new String[] { "long" };
+ _methodParameterTypes199 = new String[] { "long" };
- _methodName194 = "addFirma";
+ _methodName200 = "addFirma";
- _methodParameterTypes194 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes200 = new String[] { "long", "java.lang.String" };
- _methodName195 = "addFirmeAndApprova";
+ _methodName201 = "addFirmeAndApprova";
- _methodParameterTypes195 = new String[] { "long", "java.util.List" };
+ _methodParameterTypes201 = new String[] { "long", "java.util.List" };
- _methodName196 = "addErrorAndApprova";
+ _methodName202 = "addErrorAndApprova";
- _methodParameterTypes196 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes202 = new String[] { "long", "java.lang.String" };
- _methodName197 = "removeFirma";
+ _methodName203 = "removeFirma";
- _methodParameterTypes197 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes203 = new String[] { "long", "java.lang.String" };
- _methodName198 = "updateDocPraticaAggiornato";
+ _methodName204 = "updateDocPraticaAggiornato";
- _methodParameterTypes198 = new String[] { "long", "boolean" };
+ _methodParameterTypes204 = new String[] { "long", "boolean" };
- _methodName199 = "countDocPraticaDaInviareDax";
+ _methodName205 = "countDocPraticaDaInviareDax";
- _methodParameterTypes199 = new String[] { };
+ _methodParameterTypes205 = new String[] { };
- _methodName200 = "getDocPraticaDaInviareDax";
+ _methodName206 = "getDocPraticaDaInviareDax";
- _methodParameterTypes200 = new String[] { "int", "int" };
+ _methodParameterTypes206 = new String[] { "int", "int" };
- _methodName202 = "countByClassPk";
+ _methodName208 = "countByClassPk";
- _methodParameterTypes202 = new String[] { "long" };
+ _methodParameterTypes208 = new String[] { "long" };
- _methodName203 = "findByClassPk";
+ _methodName209 = "findByClassPk";
- _methodParameterTypes203 = new String[] { "long", "int", "int" };
+ _methodParameterTypes209 = new String[] { "long", "int", "int" };
- _methodName204 = "findByIntPratica";
+ _methodName210 = "findByIntPratica";
- _methodParameterTypes204 = new String[] { "long" };
+ _methodParameterTypes210 = new String[] { "long" };
- _methodName205 = "findByClassPk";
+ _methodName211 = "findByClassPk";
- _methodParameterTypes205 = new String[] { "long" };
+ _methodParameterTypes211 = new String[] { "long" };
- _methodName206 = "findByStaus";
+ _methodName212 = "findByStaus";
- _methodParameterTypes206 = new String[] {
+ _methodParameterTypes212 = new String[] {
"int", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName207 = "countByStatus";
+ _methodName213 = "countByStatus";
- _methodParameterTypes207 = new String[] { "long" };
+ _methodParameterTypes213 = new String[] { "long" };
- _methodName208 = "countByClassPk_Tipologia";
+ _methodName214 = "countByClassPk_Tipologia";
- _methodParameterTypes208 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes214 = new String[] { "long", "java.lang.String" };
- _methodName209 = "findByClassPk_Tipologia";
+ _methodName215 = "findByClassPk_Tipologia";
- _methodParameterTypes209 = new String[] {
+ _methodParameterTypes215 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName210 = "findByIntPratica_Tipologia";
+ _methodName216 = "findByIntPratica_Tipologia";
- _methodParameterTypes210 = new String[] {
+ _methodParameterTypes216 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName211 = "findByIntPratica_ClassPk_Tipologia";
+ _methodName217 = "findByIntPratica_ClassPk_Tipologia";
- _methodParameterTypes211 = new String[] {
+ _methodParameterTypes217 = new String[] {
"long", "long", "java.lang.String", "int", "int"
};
- _methodName212 = "findByIntPratica_ClassPk_Tipologie";
+ _methodName218 = "findByIntPratica_ClassPk_Tipologie";
- _methodParameterTypes212 = new String[] { "long", "long", "java.util.List" };
+ _methodParameterTypes218 = new String[] { "long", "long", "java.util.List" };
- _methodName213 = "findByIntPratica_ClassPkEqual_Tipologie";
+ _methodName219 = "findByIntPratica_ClassPkEqual_Tipologie";
- _methodParameterTypes213 = new String[] { "long", "long", "java.util.List" };
+ _methodParameterTypes219 = new String[] { "long", "long", "java.util.List" };
- _methodName214 = "fetchByC_Group_DlFileEntry_Version";
+ _methodName220 = "fetchByC_Group_DlFileEntry_Version";
- _methodParameterTypes214 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes220 = new String[] { "long", "java.lang.String" };
- _methodName215 = "fetchByOldDocPraticaId";
+ _methodName221 = "fetchByOldDocPraticaId";
- _methodParameterTypes215 = new String[] { "long" };
+ _methodParameterTypes221 = new String[] { "long" };
- _methodName216 = "findDistinctDlFileEntryId";
+ _methodName222 = "findDistinctDlFileEntryId";
- _methodParameterTypes216 = new String[] {
+ _methodParameterTypes222 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName217 = "findDistinctDlFileEntryId";
+ _methodName223 = "findDistinctDlFileEntryId";
- _methodParameterTypes217 = new String[] {
+ _methodParameterTypes223 = new String[] {
"long[][]", "java.lang.String", "int", "int"
};
- _methodName218 = "getValidByIntPratica";
+ _methodName224 = "getValidByIntPratica";
- _methodParameterTypes218 = new String[] { "long" };
+ _methodParameterTypes224 = new String[] { "long" };
- _methodName219 = "getValidByIntPratica_Tipologia";
+ _methodName225 = "getValidByIntPratica_Tipologia";
- _methodParameterTypes219 = new String[] {
+ _methodParameterTypes225 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName220 = "countValidTmpByIntPratica_Tipologia";
+ _methodName226 = "countValidTmpByIntPratica_Tipologia";
- _methodParameterTypes220 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes226 = new String[] { "long", "java.lang.String" };
- _methodName221 = "getValidTmpByIntPratica_Tipologia";
+ _methodName227 = "getValidTmpByIntPratica_Tipologia";
- _methodParameterTypes221 = new String[] {
+ _methodParameterTypes227 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName222 = "getValidTmpByIntPratica_DettPratica_Tipologia";
+ _methodName228 = "getValidTmpByIntPratica_DettPratica_Tipologia";
- _methodParameterTypes222 = new String[] {
+ _methodParameterTypes228 = new String[] {
"long", "long", "java.lang.String", "int", "int"
};
- _methodName223 = "getValidTmpByIntPratica_Tipologie";
+ _methodName229 = "getValidTmpByIntPratica_Tipologie";
- _methodParameterTypes223 = new String[] {
+ _methodParameterTypes229 = new String[] {
"long", "java.lang.String[][]", "int", "int"
};
- _methodName224 = "countValidTmpByIntPratica_Tipologie";
+ _methodName230 = "countValidTmpByIntPratica_Tipologie";
- _methodParameterTypes224 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes230 = new String[] { "long", "java.lang.String[][]" };
- _methodName226 = "getInvalidByIntPratica";
+ _methodName232 = "getInvalidByIntPratica";
- _methodParameterTypes226 = new String[] { "long" };
+ _methodParameterTypes232 = new String[] { "long" };
- _methodName227 = "getInvalidTmpByIntPratica";
+ _methodName233 = "getInvalidTmpByIntPratica";
- _methodParameterTypes227 = new String[] { "long" };
+ _methodParameterTypes233 = new String[] { "long" };
- _methodName228 = "getValidUntilClassPkByIntPratica";
+ _methodName234 = "getValidUntilClassPkByIntPratica";
- _methodParameterTypes228 = new String[] {
+ _methodParameterTypes234 = new String[] {
"long", "long", "java.lang.String", "int", "int"
};
- _methodName229 = "completeInvalidation";
+ _methodName235 = "completeInvalidation";
- _methodParameterTypes229 = new String[] { "long" };
+ _methodParameterTypes235 = new String[] { "long" };
- _methodName230 = "getDocPraticaWithOldFileEntryId";
+ _methodName236 = "getDocPraticaWithOldFileEntryId";
- _methodParameterTypes230 = new String[] { "int", "int" };
+ _methodParameterTypes236 = new String[] { "int", "int" };
- _methodName231 = "addDocPraticaAnnullamento";
+ _methodName237 = "addDocPraticaAnnullamento";
- _methodParameterTypes231 = new String[] {
+ _methodParameterTypes237 = new String[] {
"long", "java.lang.String", "long", "long", "long",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName232 = "findByIntPratica_ClassPk_TipologiaNew";
+ _methodName238 = "findByIntPratica_ClassPk_TipologiaNew";
- _methodParameterTypes232 = new String[] {
+ _methodParameterTypes238 = new String[] {
"long", "long", "java.lang.String", "int", "int"
};
}
@@ -478,30 +478,30 @@ public class DocPraticaLocalServiceClpInvoker {
return DocPraticaLocalServiceUtil.updateDocPratica((it.tref.liferay.portos.bo.model.DocPratica)arguments[0]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return DocPraticaLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
DocPraticaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return DocPraticaLocalServiceUtil.deleteDocPratica((it.tref.liferay.portos.bo.model.DocPratica)arguments[0]);
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return DocPraticaLocalServiceUtil.deleteDocPratica(((Long)arguments[0]).longValue());
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return DocPraticaLocalServiceUtil.addDocPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Long)arguments[2]).longValue(),
@@ -517,8 +517,8 @@ public class DocPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[15]);
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return DocPraticaLocalServiceUtil.addDocPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Long)arguments[2]).longValue(),
@@ -528,8 +528,8 @@ public class DocPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[8]);
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return DocPraticaLocalServiceUtil.addDocPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Long)arguments[2]).longValue(),
@@ -540,8 +540,8 @@ public class DocPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[8]);
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return DocPraticaLocalServiceUtil.addDocPraticaForImport(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Long)arguments[2]).longValue(),
@@ -558,8 +558,8 @@ public class DocPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[16]);
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return DocPraticaLocalServiceUtil.addAttachment(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -567,119 +567,119 @@ public class DocPraticaLocalServiceClpInvoker {
(java.lang.String)arguments[5]);
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return DocPraticaLocalServiceUtil.getAttachment(((Long)arguments[0]).longValue());
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
DocPraticaLocalServiceUtil.addFirma(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
return null;
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
DocPraticaLocalServiceUtil.addFirmeAndApprova(((Long)arguments[0]).longValue(),
(java.util.List)arguments[1]);
return null;
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
DocPraticaLocalServiceUtil.addErrorAndApprova(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
return null;
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
DocPraticaLocalServiceUtil.removeFirma(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
return null;
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return DocPraticaLocalServiceUtil.updateDocPraticaAggiornato(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return DocPraticaLocalServiceUtil.countDocPraticaDaInviareDax();
}
- if (_methodName200.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
return DocPraticaLocalServiceUtil.getDocPraticaDaInviareDax(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return DocPraticaLocalServiceUtil.countByClassPk(((Long)arguments[0]).longValue());
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return DocPraticaLocalServiceUtil.findByClassPk(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return DocPraticaLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName205.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
+ if (_methodName211.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
return DocPraticaLocalServiceUtil.findByClassPk(((Long)arguments[0]).longValue());
}
- if (_methodName206.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
+ if (_methodName212.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
return DocPraticaLocalServiceUtil.findByStaus(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName207.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
+ if (_methodName213.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
return DocPraticaLocalServiceUtil.countByStatus(((Long)arguments[0]).longValue());
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return DocPraticaLocalServiceUtil.countByClassPk_Tipologia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
return DocPraticaLocalServiceUtil.findByClassPk_Tipologia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName210.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
+ if (_methodName216.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
return DocPraticaLocalServiceUtil.findByIntPratica_Tipologia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName211.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
+ if (_methodName217.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
return DocPraticaLocalServiceUtil.findByIntPratica_ClassPk_Tipologia(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
@@ -687,76 +687,76 @@ public class DocPraticaLocalServiceClpInvoker {
((Integer)arguments[4]).intValue());
}
- if (_methodName212.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
+ if (_methodName218.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
return DocPraticaLocalServiceUtil.findByIntPratica_ClassPk_Tipologie(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.util.List)arguments[2]);
}
- if (_methodName213.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
+ if (_methodName219.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
return DocPraticaLocalServiceUtil.findByIntPratica_ClassPkEqual_Tipologie(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.util.List)arguments[2]);
}
- if (_methodName214.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
+ if (_methodName220.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
return DocPraticaLocalServiceUtil.fetchByC_Group_DlFileEntry_Version(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName215.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
+ if (_methodName221.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
return DocPraticaLocalServiceUtil.fetchByOldDocPraticaId(((Long)arguments[0]).longValue());
}
- if (_methodName216.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
+ if (_methodName222.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
return DocPraticaLocalServiceUtil.findDistinctDlFileEntryId(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName217.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
+ if (_methodName223.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
return DocPraticaLocalServiceUtil.findDistinctDlFileEntryId((long[])arguments[0],
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName218.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
+ if (_methodName224.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
return DocPraticaLocalServiceUtil.getValidByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName219.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
+ if (_methodName225.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
return DocPraticaLocalServiceUtil.getValidByIntPratica_Tipologia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName220.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
+ if (_methodName226.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
return DocPraticaLocalServiceUtil.countValidTmpByIntPratica_Tipologia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName221.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
+ if (_methodName227.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
return DocPraticaLocalServiceUtil.getValidTmpByIntPratica_Tipologia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName222.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
+ if (_methodName228.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
return DocPraticaLocalServiceUtil.getValidTmpByIntPratica_DettPratica_Tipologia(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
@@ -764,32 +764,32 @@ public class DocPraticaLocalServiceClpInvoker {
((Integer)arguments[4]).intValue());
}
- if (_methodName223.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
+ if (_methodName229.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
return DocPraticaLocalServiceUtil.getValidTmpByIntPratica_Tipologie(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName224.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
+ if (_methodName230.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
return DocPraticaLocalServiceUtil.countValidTmpByIntPratica_Tipologie(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName226.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
+ if (_methodName232.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) {
return DocPraticaLocalServiceUtil.getInvalidByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName227.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
+ if (_methodName233.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
return DocPraticaLocalServiceUtil.getInvalidTmpByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName228.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
+ if (_methodName234.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) {
return DocPraticaLocalServiceUtil.getValidUntilClassPkByIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
@@ -797,21 +797,21 @@ public class DocPraticaLocalServiceClpInvoker {
((Integer)arguments[4]).intValue());
}
- if (_methodName229.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
+ if (_methodName235.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) {
DocPraticaLocalServiceUtil.completeInvalidation(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName230.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
+ if (_methodName236.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) {
return DocPraticaLocalServiceUtil.getDocPraticaWithOldFileEntryId(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName231.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
+ if (_methodName237.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) {
return DocPraticaLocalServiceUtil.addDocPraticaAnnullamento(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Long)arguments[2]).longValue(),
@@ -822,8 +822,8 @@ public class DocPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[9]);
}
- if (_methodName232.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) {
+ if (_methodName238.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) {
return DocPraticaLocalServiceUtil.findByIntPratica_ClassPk_TipologiaNew(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
@@ -874,22 +874,10 @@ public class DocPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
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;
@@ -908,6 +896,8 @@ public class DocPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes199;
private String _methodName200;
private String[] _methodParameterTypes200;
+ private String _methodName201;
+ private String[] _methodParameterTypes201;
private String _methodName202;
private String[] _methodParameterTypes202;
private String _methodName203;
@@ -918,8 +908,6 @@ public class DocPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes205;
private String _methodName206;
private String[] _methodParameterTypes206;
- private String _methodName207;
- private String[] _methodParameterTypes207;
private String _methodName208;
private String[] _methodParameterTypes208;
private String _methodName209;
@@ -954,6 +942,8 @@ public class DocPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes223;
private String _methodName224;
private String[] _methodParameterTypes224;
+ private String _methodName225;
+ private String[] _methodParameterTypes225;
private String _methodName226;
private String[] _methodParameterTypes226;
private String _methodName227;
@@ -964,8 +954,18 @@ public class DocPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes229;
private String _methodName230;
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;
}
\ 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/base/DocPraticaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceBaseImpl.java
index 6bb36cf8..7a4402fa 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class DocPraticaServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1746,6 +1804,12 @@ public abstract class DocPraticaServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceClpInvoker.java
index cf46b262..f91606f3 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/DocPraticaServiceClpInvoker.java
@@ -24,17 +24,17 @@ import java.util.Arrays;
*/
public class DocPraticaServiceClpInvoker {
public DocPraticaServiceClpInvoker() {
- _methodName160 = "getBeanIdentifier";
+ _methodName166 = "getBeanIdentifier";
- _methodParameterTypes160 = new String[] { };
+ _methodParameterTypes166 = new String[] { };
- _methodName161 = "setBeanIdentifier";
+ _methodName167 = "setBeanIdentifier";
- _methodParameterTypes161 = new String[] { "java.lang.String" };
+ _methodParameterTypes167 = new String[] { "java.lang.String" };
- _methodName166 = "addDocPratica";
+ _methodName172 = "addDocPratica";
- _methodParameterTypes166 = new String[] {
+ _methodParameterTypes172 = new String[] {
"long", "java.lang.String", "long", "long", "byte[][]",
"java.lang.String", "java.lang.String", "boolean",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -42,89 +42,89 @@ public class DocPraticaServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName167 = "getDocPratica";
+ _methodName173 = "getDocPratica";
- _methodParameterTypes167 = new String[] { "long" };
+ _methodParameterTypes173 = new String[] { "long" };
- _methodName168 = "countByClassPk_Tipologia";
+ _methodName174 = "countByClassPk_Tipologia";
- _methodParameterTypes168 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes174 = new String[] { "long", "java.lang.String" };
- _methodName169 = "findByClassPk_Tipologia";
+ _methodName175 = "findByClassPk_Tipologia";
- _methodParameterTypes169 = new String[] {
+ _methodParameterTypes175 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName170 = "findByIntPratica_Tipologia";
+ _methodName176 = "findByIntPratica_Tipologia";
- _methodParameterTypes170 = new String[] {
+ _methodParameterTypes176 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName171 = "findByIntPratica_ClassPk_Tipologia";
+ _methodName177 = "findByIntPratica_ClassPk_Tipologia";
- _methodParameterTypes171 = new String[] {
+ _methodParameterTypes177 = new String[] {
"long", "long", "java.lang.String", "int", "int"
};
- _methodName172 = "deleteDocPratica";
+ _methodName178 = "deleteDocPratica";
- _methodParameterTypes172 = new String[] {
+ _methodParameterTypes178 = new String[] {
"it.tref.liferay.portos.bo.model.DocPratica"
};
- _methodName173 = "deleteDocPratica";
+ _methodName179 = "deleteDocPratica";
- _methodParameterTypes173 = new String[] { "long" };
+ _methodParameterTypes179 = new String[] { "long" };
- _methodName174 = "getValidByIntPratica";
+ _methodName180 = "getValidByIntPratica";
- _methodParameterTypes174 = new String[] { "long" };
+ _methodParameterTypes180 = new String[] { "long" };
- _methodName175 = "getValidByIntPratica_Tipologia";
+ _methodName181 = "getValidByIntPratica_Tipologia";
- _methodParameterTypes175 = new String[] {
+ _methodParameterTypes181 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName176 = "getValidTmpByIntPratica_Tipologia";
+ _methodName182 = "getValidTmpByIntPratica_Tipologia";
- _methodParameterTypes176 = new String[] {
+ _methodParameterTypes182 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName177 = "getInvalidByIntPratica";
+ _methodName183 = "getInvalidByIntPratica";
- _methodParameterTypes177 = new String[] { "long" };
+ _methodParameterTypes183 = new String[] { "long" };
- _methodName178 = "getInvalidTmpByIntPratica";
+ _methodName184 = "getInvalidTmpByIntPratica";
- _methodParameterTypes178 = new String[] { "long" };
+ _methodParameterTypes184 = new String[] { "long" };
- _methodName179 = "getValidUntilClassPkByIntPratica";
+ _methodName185 = "getValidUntilClassPkByIntPratica";
- _methodParameterTypes179 = new String[] {
+ _methodParameterTypes185 = new String[] {
"long", "long", "java.lang.String", "int", "int"
};
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName160.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) {
+ if (_methodName166.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
return DocPraticaServiceUtil.getBeanIdentifier();
}
- if (_methodName161.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) {
+ if (_methodName167.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
DocPraticaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
return DocPraticaServiceUtil.addDocPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Long)arguments[2]).longValue(),
@@ -141,35 +141,35 @@ public class DocPraticaServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[16]);
}
- if (_methodName167.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
+ if (_methodName173.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
return DocPraticaServiceUtil.getDocPratica(((Long)arguments[0]).longValue());
}
- if (_methodName168.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
+ if (_methodName174.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
return DocPraticaServiceUtil.countByClassPk_Tipologia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName169.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
+ if (_methodName175.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
return DocPraticaServiceUtil.findByClassPk_Tipologia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName170.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
+ if (_methodName176.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
return DocPraticaServiceUtil.findByIntPratica_Tipologia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName171.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
+ if (_methodName177.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
return DocPraticaServiceUtil.findByIntPratica_ClassPk_Tipologia(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
@@ -177,49 +177,49 @@ public class DocPraticaServiceClpInvoker {
((Integer)arguments[4]).intValue());
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return DocPraticaServiceUtil.deleteDocPratica((it.tref.liferay.portos.bo.model.DocPratica)arguments[0]);
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
return DocPraticaServiceUtil.deleteDocPratica(((Long)arguments[0]).longValue());
}
- if (_methodName174.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
+ if (_methodName180.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
return DocPraticaServiceUtil.getValidByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName175.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
+ if (_methodName181.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
return DocPraticaServiceUtil.getValidByIntPratica_Tipologia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return DocPraticaServiceUtil.getValidTmpByIntPratica_Tipologia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
return DocPraticaServiceUtil.getInvalidByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName178.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
+ if (_methodName184.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
return DocPraticaServiceUtil.getInvalidTmpByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName179.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
+ if (_methodName185.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
return DocPraticaServiceUtil.getValidUntilClassPkByIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
@@ -230,22 +230,10 @@ public class DocPraticaServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName160;
- private String[] _methodParameterTypes160;
- private String _methodName161;
- private String[] _methodParameterTypes161;
private String _methodName166;
private String[] _methodParameterTypes166;
private String _methodName167;
private String[] _methodParameterTypes167;
- private String _methodName168;
- private String[] _methodParameterTypes168;
- private String _methodName169;
- private String[] _methodParameterTypes169;
- private String _methodName170;
- private String[] _methodParameterTypes170;
- private String _methodName171;
- private String[] _methodParameterTypes171;
private String _methodName172;
private String[] _methodParameterTypes172;
private String _methodName173;
@@ -262,4 +250,16 @@ public class DocPraticaServiceClpInvoker {
private String[] _methodParameterTypes178;
private String _methodName179;
private String[] _methodParameterTypes179;
+ private String _methodName180;
+ private String[] _methodParameterTypes180;
+ private String _methodName181;
+ private String[] _methodParameterTypes181;
+ private String _methodName182;
+ private String[] _methodParameterTypes182;
+ private String _methodName183;
+ private String[] _methodParameterTypes183;
+ private String _methodName184;
+ private String[] _methodParameterTypes184;
+ private String _methodName185;
+ private String[] _methodParameterTypes185;
}
\ 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/base/FineLavoriLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceBaseImpl.java
index 7e678b33..b4163d59 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1347,6 +1348,63 @@ public abstract class FineLavoriLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2004,6 +2062,12 @@ public abstract class FineLavoriLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceClpInvoker.java
index d315e5af..d6b50ee8 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriLocalServiceClpInvoker.java
@@ -122,190 +122,204 @@ public class FineLavoriLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.FineLavori"
};
- _methodName176 = "getBeanIdentifier";
+ _methodName182 = "getBeanIdentifier";
- _methodParameterTypes176 = new String[] { };
+ _methodParameterTypes182 = new String[] { };
- _methodName177 = "setBeanIdentifier";
+ _methodName183 = "setBeanIdentifier";
- _methodParameterTypes177 = new String[] { "java.lang.String" };
+ _methodParameterTypes183 = new String[] { "java.lang.String" };
- _methodName183 = "addFineLavori";
+ _methodName189 = "addFineLavori";
- _methodParameterTypes183 = new String[] {
+ _methodParameterTypes189 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName184 = "deleteFineLavori";
+ _methodName190 = "addFineLavori";
+
+ _methodParameterTypes190 = new String[] {
+ "long", "boolean", "boolean",
+ "com.liferay.portal.service.ServiceContext"
+ };
- _methodParameterTypes184 = new String[] {
+ _methodName191 = "deleteFineLavori";
+
+ _methodParameterTypes191 = new String[] {
"it.tref.liferay.portos.bo.model.FineLavori"
};
- _methodName185 = "deleteFineLavori";
+ _methodName192 = "deleteFineLavori";
- _methodParameterTypes185 = new String[] { "long" };
+ _methodParameterTypes192 = new String[] { "long" };
- _methodName186 = "updateFineLavori";
+ _methodName193 = "updateFineLavori";
- _methodParameterTypes186 = new String[] {
+ _methodParameterTypes193 = new String[] {
"long", "long", "long", "boolean", "boolean", "java.util.Date",
"java.lang.String", "boolean", "boolean", "boolean",
"java.lang.String", "boolean"
};
- _methodName187 = "getLastEditable";
+ _methodName194 = "updateFineLavori";
- _methodParameterTypes187 = new String[] { "long" };
+ _methodParameterTypes194 = new String[] {
+ "it.tref.liferay.portos.bo.model.FineLavori", "boolean",
+ "com.liferay.portal.service.ServiceContext"
+ };
- _methodName188 = "getLastCompleted";
+ _methodName196 = "getLastEditable";
- _methodParameterTypes188 = new String[] { "long" };
+ _methodParameterTypes196 = new String[] { "long" };
- _methodName189 = "pagaInvia";
+ _methodName197 = "getLastCompleted";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes197 = new String[] { "long" };
+
+ _methodName198 = "pagaInvia";
+
+ _methodParameterTypes198 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName190 = "updateEsitoPagamento";
+ _methodName199 = "updateEsitoPagamento";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes199 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName191 = "updateEsitoPagamento";
+ _methodName200 = "updateEsitoPagamento";
- _methodParameterTypes191 = new String[] {
+ _methodParameterTypes200 = new String[] {
"long", "long", "long", "java.lang.String"
};
- _methodName192 = "updateEsito";
+ _methodName201 = "updateEsito";
- _methodParameterTypes192 = new String[] { "long", "int" };
+ _methodParameterTypes201 = new String[] { "long", "int" };
- _methodName195 = "updateFineLavoriProtocollo";
+ _methodName204 = "updateFineLavoriProtocollo";
- _methodParameterTypes195 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes204 = new String[] { "long", "java.lang.String" };
- _methodName196 = "findByProtocollo";
+ _methodName205 = "findByProtocollo";
- _methodParameterTypes196 = new String[] {
+ _methodParameterTypes205 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName197 = "fetchByProtocollo";
+ _methodName206 = "fetchByProtocollo";
- _methodParameterTypes197 = new String[] {
+ _methodParameterTypes206 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName198 = "fetchByProtocollo";
+ _methodName207 = "fetchByProtocollo";
- _methodParameterTypes198 = new String[] { "java.lang.String" };
+ _methodParameterTypes207 = new String[] { "java.lang.String" };
- _methodName199 = "findByIntPraticaId";
+ _methodName208 = "findByIntPraticaId";
- _methodParameterTypes199 = new String[] {
+ _methodParameterTypes208 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName200 = "countByIntPraticaId";
+ _methodName209 = "countByIntPraticaId";
- _methodParameterTypes200 = new String[] { "long" };
+ _methodParameterTypes209 = new String[] { "long" };
- _methodName201 = "findByIntPraticaId_Parziale";
+ _methodName210 = "findByIntPraticaId_Parziale";
- _methodParameterTypes201 = new String[] {
+ _methodParameterTypes210 = new String[] {
"long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName202 = "countByIntPraticaId_Parziale";
+ _methodName211 = "countByIntPraticaId_Parziale";
- _methodParameterTypes202 = new String[] { "long", "boolean" };
+ _methodParameterTypes211 = new String[] { "long", "boolean" };
- _methodName203 = "findByIntPraticaId_Completata";
+ _methodName212 = "findByIntPraticaId_Completata";
- _methodParameterTypes203 = new String[] {
+ _methodParameterTypes212 = new String[] {
"long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName204 = "countByIntPraticaId_Completata";
+ _methodName213 = "countByIntPraticaId_Completata";
- _methodParameterTypes204 = new String[] { "long", "boolean" };
+ _methodParameterTypes213 = new String[] { "long", "boolean" };
- _methodName205 = "findByIntPraticaId_CodiceFiscale";
+ _methodName214 = "findByIntPraticaId_CodiceFiscale";
- _methodParameterTypes205 = new String[] {
+ _methodParameterTypes214 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName206 = "countByIntPraticaId_CodiceFiscale";
+ _methodName215 = "countByIntPraticaId_CodiceFiscale";
- _methodParameterTypes206 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes215 = new String[] { "long", "java.lang.String" };
- _methodName207 = "findByCodiceFiscale_Completata";
+ _methodName216 = "findByCodiceFiscale_Completata";
- _methodParameterTypes207 = new String[] {
+ _methodParameterTypes216 = new String[] {
"java.lang.String", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName208 = "countByCodiceFiscale_Completata";
+ _methodName217 = "countByCodiceFiscale_Completata";
- _methodParameterTypes208 = new String[] { "java.lang.String", "boolean" };
+ _methodParameterTypes217 = new String[] { "java.lang.String", "boolean" };
- _methodName209 = "findByIntPraticaId_Parziale_Completata";
+ _methodName218 = "findByIntPraticaId_Parziale_Completata";
- _methodParameterTypes209 = new String[] {
+ _methodParameterTypes218 = new String[] {
"long", "boolean", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName210 = "countByIntPraticaId_Parziale_Completata";
+ _methodName219 = "countByIntPraticaId_Parziale_Completata";
- _methodParameterTypes210 = new String[] { "long", "boolean", "boolean" };
+ _methodParameterTypes219 = new String[] { "long", "boolean", "boolean" };
- _methodName211 = "findByIntPraticaId_Parziale_leFineLavoriId";
+ _methodName220 = "findByIntPraticaId_Parziale_leFineLavoriId";
- _methodParameterTypes211 = new String[] {
+ _methodParameterTypes220 = new String[] {
"long", "long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName212 = "countByIntPraticaId_Parziale_leFineLavoriId";
+ _methodName221 = "countByIntPraticaId_Parziale_leFineLavoriId";
- _methodParameterTypes212 = new String[] { "long", "long", "boolean" };
+ _methodParameterTypes221 = new String[] { "long", "long", "boolean" };
- _methodName213 = "findFineLavoriCompleteNotProtocollo";
+ _methodName222 = "findFineLavoriCompleteNotProtocollo";
- _methodParameterTypes213 = new String[] { "int", "int" };
+ _methodParameterTypes222 = new String[] { "int", "int" };
- _methodName214 = "countFineLavoriCompleteNotProtocollo";
+ _methodName223 = "countFineLavoriCompleteNotProtocollo";
- _methodParameterTypes214 = new String[] { };
+ _methodParameterTypes223 = new String[] { };
- _methodName216 = "findFineLavoriCompleteNotGestite";
+ _methodName225 = "findFineLavoriCompleteNotGestite";
- _methodParameterTypes216 = new String[] { "int", "int" };
+ _methodParameterTypes225 = new String[] { "int", "int" };
- _methodName217 = "countFineLavoriCompleteNotGestite";
+ _methodName226 = "countFineLavoriCompleteNotGestite";
- _methodParameterTypes217 = new String[] { };
+ _methodParameterTypes226 = new String[] { };
- _methodName219 = "findIntPraticaByFineLavori";
+ _methodName228 = "findIntPraticaByFineLavori";
- _methodParameterTypes219 = new String[] { };
+ _methodParameterTypes228 = new String[] { };
- _methodName220 = "findIntPraticaByFineLavori";
+ _methodName229 = "findIntPraticaByFineLavori";
- _methodParameterTypes220 = new String[] { "java.lang.String" };
+ _methodParameterTypes229 = new String[] { "java.lang.String" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -421,36 +435,44 @@ public class FineLavoriLocalServiceClpInvoker {
return FineLavoriLocalServiceUtil.updateFineLavori((it.tref.liferay.portos.bo.model.FineLavori)arguments[0]);
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return FineLavoriLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
FineLavoriLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return FineLavoriLocalServiceUtil.addFineLavori(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
- if (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ return FineLavoriLocalServiceUtil.addFineLavori(((Long)arguments[0]).longValue(),
+ ((Boolean)arguments[1]).booleanValue(),
+ ((Boolean)arguments[2]).booleanValue(),
+ (com.liferay.portal.service.ServiceContext)arguments[3]);
+ }
+
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return FineLavoriLocalServiceUtil.deleteFineLavori((it.tref.liferay.portos.bo.model.FineLavori)arguments[0]);
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return FineLavoriLocalServiceUtil.deleteFineLavori(((Long)arguments[0]).longValue());
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return FineLavoriLocalServiceUtil.updateFineLavori(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -464,34 +486,41 @@ public class FineLavoriLocalServiceClpInvoker {
((Boolean)arguments[11]).booleanValue());
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ return FineLavoriLocalServiceUtil.updateFineLavori((it.tref.liferay.portos.bo.model.FineLavori)arguments[0],
+ ((Boolean)arguments[1]).booleanValue(),
+ (com.liferay.portal.service.ServiceContext)arguments[2]);
+ }
+
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return FineLavoriLocalServiceUtil.getLastEditable(((Long)arguments[0]).longValue());
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return FineLavoriLocalServiceUtil.getLastCompleted(((Long)arguments[0]).longValue());
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return FineLavoriLocalServiceUtil.pagaInvia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4],
(com.liferay.portal.service.ServiceContext)arguments[5]);
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
FineLavoriLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
return null;
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
FineLavoriLocalServiceUtil.updateEsitoPagamento(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(), (java.lang.String)arguments[3]);
@@ -499,50 +528,50 @@ public class FineLavoriLocalServiceClpInvoker {
return null;
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return FineLavoriLocalServiceUtil.updateEsito(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return FineLavoriLocalServiceUtil.updateFineLavoriProtocollo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return FineLavoriLocalServiceUtil.findByProtocollo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
return FineLavoriLocalServiceUtil.fetchByProtocollo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName207.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
return FineLavoriLocalServiceUtil.fetchByProtocollo((java.lang.String)arguments[0]);
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return FineLavoriLocalServiceUtil.findByIntPraticaId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName200.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return FineLavoriLocalServiceUtil.countByIntPraticaId(((Long)arguments[0]).longValue());
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return FineLavoriLocalServiceUtil.findByIntPraticaId_Parziale(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue(),
((Integer)arguments[2]).intValue(),
@@ -550,14 +579,14 @@ public class FineLavoriLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName211.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
return FineLavoriLocalServiceUtil.countByIntPraticaId_Parziale(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName212.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
return FineLavoriLocalServiceUtil.findByIntPraticaId_Completata(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue(),
((Integer)arguments[2]).intValue(),
@@ -565,14 +594,14 @@ public class FineLavoriLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName213.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
return FineLavoriLocalServiceUtil.countByIntPraticaId_Completata(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName205.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return FineLavoriLocalServiceUtil.findByIntPraticaId_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -580,14 +609,14 @@ public class FineLavoriLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName206.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
return FineLavoriLocalServiceUtil.countByIntPraticaId_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName207.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
+ if (_methodName216.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
return FineLavoriLocalServiceUtil.findByCodiceFiscale_Completata((java.lang.String)arguments[0],
((Boolean)arguments[1]).booleanValue(),
((Integer)arguments[2]).intValue(),
@@ -595,14 +624,14 @@ public class FineLavoriLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName217.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
return FineLavoriLocalServiceUtil.countByCodiceFiscale_Completata((java.lang.String)arguments[0],
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName218.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
return FineLavoriLocalServiceUtil.findByIntPraticaId_Parziale_Completata(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue(),
((Boolean)arguments[2]).booleanValue(),
@@ -611,15 +640,15 @@ public class FineLavoriLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName210.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
+ if (_methodName219.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
return FineLavoriLocalServiceUtil.countByIntPraticaId_Parziale_Completata(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue(),
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName211.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
+ if (_methodName220.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
return FineLavoriLocalServiceUtil.findByIntPraticaId_Parziale_leFineLavoriId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Boolean)arguments[2]).booleanValue(),
@@ -628,42 +657,42 @@ public class FineLavoriLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName212.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
+ if (_methodName221.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
return FineLavoriLocalServiceUtil.countByIntPraticaId_Parziale_leFineLavoriId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName213.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
+ if (_methodName222.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
return FineLavoriLocalServiceUtil.findFineLavoriCompleteNotProtocollo(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName214.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
+ if (_methodName223.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
return FineLavoriLocalServiceUtil.countFineLavoriCompleteNotProtocollo();
}
- if (_methodName216.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
+ if (_methodName225.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
return FineLavoriLocalServiceUtil.findFineLavoriCompleteNotGestite(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName217.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
+ if (_methodName226.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
return FineLavoriLocalServiceUtil.countFineLavoriCompleteNotGestite();
}
- if (_methodName219.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
+ if (_methodName228.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
return FineLavoriLocalServiceUtil.findIntPraticaByFineLavori();
}
- if (_methodName220.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
+ if (_methodName229.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
return FineLavoriLocalServiceUtil.findIntPraticaByFineLavori((java.lang.String)arguments[0]);
}
@@ -710,22 +739,10 @@ public class FineLavoriLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName176;
- private String[] _methodParameterTypes176;
- private String _methodName177;
- private String[] _methodParameterTypes177;
+ private String _methodName182;
+ private String[] _methodParameterTypes182;
private String _methodName183;
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;
@@ -734,8 +751,10 @@ public class FineLavoriLocalServiceClpInvoker {
private String[] _methodParameterTypes191;
private String _methodName192;
private String[] _methodParameterTypes192;
- private String _methodName195;
- private String[] _methodParameterTypes195;
+ private String _methodName193;
+ private String[] _methodParameterTypes193;
+ private String _methodName194;
+ private String[] _methodParameterTypes194;
private String _methodName196;
private String[] _methodParameterTypes196;
private String _methodName197;
@@ -748,10 +767,6 @@ public class FineLavoriLocalServiceClpInvoker {
private String[] _methodParameterTypes200;
private String _methodName201;
private String[] _methodParameterTypes201;
- private String _methodName202;
- private String[] _methodParameterTypes202;
- private String _methodName203;
- private String[] _methodParameterTypes203;
private String _methodName204;
private String[] _methodParameterTypes204;
private String _methodName205;
@@ -774,12 +789,30 @@ public class FineLavoriLocalServiceClpInvoker {
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 _methodName219;
private String[] _methodParameterTypes219;
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 _methodName225;
+ private String[] _methodParameterTypes225;
+ private String _methodName226;
+ private String[] _methodParameterTypes226;
+ private String _methodName228;
+ private String[] _methodParameterTypes228;
+ private String _methodName229;
+ private String[] _methodParameterTypes229;
}
\ 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/base/FineLavoriServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceBaseImpl.java
index 12dff425..9c04a5fd 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class FineLavoriServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1708,6 +1766,12 @@ public abstract class FineLavoriServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceClpInvoker.java
index 6c5f58a6..a924fe87 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/FineLavoriServiceClpInvoker.java
@@ -24,144 +24,173 @@ import java.util.Arrays;
*/
public class FineLavoriServiceClpInvoker {
public FineLavoriServiceClpInvoker() {
- _methodName156 = "getBeanIdentifier";
+ _methodName162 = "getBeanIdentifier";
- _methodParameterTypes156 = new String[] { };
+ _methodParameterTypes162 = new String[] { };
- _methodName157 = "setBeanIdentifier";
+ _methodName163 = "setBeanIdentifier";
- _methodParameterTypes157 = new String[] { "java.lang.String" };
+ _methodParameterTypes163 = new String[] { "java.lang.String" };
- _methodName162 = "getFineLavori";
+ _methodName168 = "getFineLavori";
- _methodParameterTypes162 = new String[] { "long" };
+ _methodParameterTypes168 = new String[] { "long" };
- _methodName163 = "addFineLavori";
+ _methodName169 = "addFineLavori";
- _methodParameterTypes163 = new String[] {
+ _methodParameterTypes169 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName164 = "deleteFineLavori";
+ _methodName170 = "addFineLavori";
+
+ _methodParameterTypes170 = new String[] {
+ "long", "boolean", "boolean",
+ "com.liferay.portal.service.ServiceContext"
+ };
- _methodParameterTypes164 = new String[] {
+ _methodName171 = "deleteFineLavori";
+
+ _methodParameterTypes171 = new String[] {
"it.tref.liferay.portos.bo.model.FineLavori"
};
- _methodName165 = "deleteFineLavori";
+ _methodName172 = "deleteFineLavori";
+
+ _methodParameterTypes172 = new String[] { "long" };
- _methodParameterTypes165 = new String[] { "long" };
+ _methodName173 = "updateFineLavori";
+
+ _methodParameterTypes173 = new String[] {
+ "it.tref.liferay.portos.bo.model.FineLavori", "boolean",
+ "com.liferay.portal.service.ServiceContext"
+ };
- _methodName166 = "updateFineLavori";
+ _methodName174 = "updateFineLavori";
- _methodParameterTypes166 = new String[] {
+ _methodParameterTypes174 = new String[] {
"it.tref.liferay.portos.bo.model.FineLavori"
};
- _methodName167 = "updateFineLavori";
+ _methodName175 = "updateFineLavori";
- _methodParameterTypes167 = new String[] {
+ _methodParameterTypes175 = new String[] {
"long", "long", "long", "boolean", "boolean", "java.util.Date",
"java.lang.String", "boolean", "boolean", "boolean",
"java.lang.String", "boolean"
};
- _methodName168 = "getLastEditable";
+ _methodName176 = "getLastEditable";
- _methodParameterTypes168 = new String[] { "long" };
+ _methodParameterTypes176 = new String[] { "long" };
- _methodName169 = "getLastCompleted";
+ _methodName177 = "getLastCompleted";
- _methodParameterTypes169 = new String[] { "long" };
+ _methodParameterTypes177 = new String[] { "long" };
- _methodName170 = "findByIntPraticaId_Parziale";
+ _methodName178 = "findByIntPraticaId_Parziale";
- _methodParameterTypes170 = new String[] {
+ _methodParameterTypes178 = new String[] {
"long", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName171 = "countByIntPraticaId_Parziale";
+ _methodName179 = "countByIntPraticaId_Parziale";
- _methodParameterTypes171 = new String[] { "long", "boolean" };
+ _methodParameterTypes179 = new String[] { "long", "boolean" };
- _methodName172 = "pagaInvia";
+ _methodName180 = "pagaInvia";
- _methodParameterTypes172 = new String[] {
+ _methodParameterTypes180 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName173 = "updateEsito";
+ _methodName181 = "updateEsito";
- _methodParameterTypes173 = new String[] { "long", "int" };
+ _methodParameterTypes181 = new String[] { "long", "int" };
- _methodName174 = "findByIntPraticaId_CodiceFiscale";
+ _methodName182 = "findByIntPraticaId_CodiceFiscale";
- _methodParameterTypes174 = new String[] {
+ _methodParameterTypes182 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName175 = "countByIntPraticaId_CodiceFiscale";
+ _methodName183 = "countByIntPraticaId_CodiceFiscale";
- _methodParameterTypes175 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes183 = new String[] { "long", "java.lang.String" };
- _methodName176 = "findByCodiceFiscale_Completata";
+ _methodName184 = "findByCodiceFiscale_Completata";
- _methodParameterTypes176 = new String[] {
+ _methodParameterTypes184 = new String[] {
"java.lang.String", "boolean", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName177 = "countByCodiceFiscale_Completata";
+ _methodName185 = "countByCodiceFiscale_Completata";
- _methodParameterTypes177 = new String[] { "java.lang.String", "boolean" };
+ _methodParameterTypes185 = new String[] { "java.lang.String", "boolean" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName156.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) {
+ if (_methodName162.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
return FineLavoriServiceUtil.getBeanIdentifier();
}
- if (_methodName157.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) {
+ if (_methodName163.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
FineLavoriServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName162.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
+ if (_methodName168.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
return FineLavoriServiceUtil.getFineLavori(((Long)arguments[0]).longValue());
}
- if (_methodName163.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
+ if (_methodName169.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
return FineLavoriServiceUtil.addFineLavori(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
- if (_methodName164.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) {
+ if (_methodName170.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
+ return FineLavoriServiceUtil.addFineLavori(((Long)arguments[0]).longValue(),
+ ((Boolean)arguments[1]).booleanValue(),
+ ((Boolean)arguments[2]).booleanValue(),
+ (com.liferay.portal.service.ServiceContext)arguments[3]);
+ }
+
+ if (_methodName171.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
return FineLavoriServiceUtil.deleteFineLavori((it.tref.liferay.portos.bo.model.FineLavori)arguments[0]);
}
- if (_methodName165.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
return FineLavoriServiceUtil.deleteFineLavori(((Long)arguments[0]).longValue());
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName173.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ return FineLavoriServiceUtil.updateFineLavori((it.tref.liferay.portos.bo.model.FineLavori)arguments[0],
+ ((Boolean)arguments[1]).booleanValue(),
+ (com.liferay.portal.service.ServiceContext)arguments[2]);
+ }
+
+ if (_methodName174.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
return FineLavoriServiceUtil.updateFineLavori((it.tref.liferay.portos.bo.model.FineLavori)arguments[0]);
}
- if (_methodName167.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
+ if (_methodName175.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
return FineLavoriServiceUtil.updateFineLavori(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -175,18 +204,18 @@ public class FineLavoriServiceClpInvoker {
((Boolean)arguments[11]).booleanValue());
}
- if (_methodName168.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
+ if (_methodName176.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
return FineLavoriServiceUtil.getLastEditable(((Long)arguments[0]).longValue());
}
- if (_methodName169.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
+ if (_methodName177.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
return FineLavoriServiceUtil.getLastCompleted(((Long)arguments[0]).longValue());
}
- if (_methodName170.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return FineLavoriServiceUtil.findByIntPraticaId_Parziale(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue(),
((Integer)arguments[2]).intValue(),
@@ -194,28 +223,28 @@ public class FineLavoriServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName171.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
return FineLavoriServiceUtil.countByIntPraticaId_Parziale(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName180.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
return FineLavoriServiceUtil.pagaInvia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4],
(com.liferay.portal.service.ServiceContext)arguments[5]);
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName181.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
return FineLavoriServiceUtil.updateEsito(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName174.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return FineLavoriServiceUtil.findByIntPraticaId_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -223,14 +252,14 @@ public class FineLavoriServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName175.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
return FineLavoriServiceUtil.countByIntPraticaId_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName184.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
return FineLavoriServiceUtil.findByCodiceFiscale_Completata((java.lang.String)arguments[0],
((Boolean)arguments[1]).booleanValue(),
((Integer)arguments[2]).intValue(),
@@ -238,8 +267,8 @@ public class FineLavoriServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName185.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
return FineLavoriServiceUtil.countByCodiceFiscale_Completata((java.lang.String)arguments[0],
((Boolean)arguments[1]).booleanValue());
}
@@ -247,22 +276,10 @@ public class FineLavoriServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName156;
- private String[] _methodParameterTypes156;
- private String _methodName157;
- private String[] _methodParameterTypes157;
private String _methodName162;
private String[] _methodParameterTypes162;
private String _methodName163;
private String[] _methodParameterTypes163;
- private String _methodName164;
- private String[] _methodParameterTypes164;
- private String _methodName165;
- private String[] _methodParameterTypes165;
- private String _methodName166;
- private String[] _methodParameterTypes166;
- private String _methodName167;
- private String[] _methodParameterTypes167;
private String _methodName168;
private String[] _methodParameterTypes168;
private String _methodName169;
@@ -283,4 +300,20 @@ public class FineLavoriServiceClpInvoker {
private String[] _methodParameterTypes176;
private String _methodName177;
private String[] _methodParameterTypes177;
+ private String _methodName178;
+ private String[] _methodParameterTypes178;
+ private String _methodName179;
+ private String[] _methodParameterTypes179;
+ private String _methodName180;
+ private String[] _methodParameterTypes180;
+ private String _methodName181;
+ private String[] _methodParameterTypes181;
+ private String _methodName182;
+ private String[] _methodParameterTypes182;
+ private String _methodName183;
+ private String[] _methodParameterTypes183;
+ private String _methodName184;
+ private String[] _methodParameterTypes184;
+ private String _methodName185;
+ private String[] _methodParameterTypes185;
}
\ 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/base/HistoryWorkflowActionLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceBaseImpl.java
index e18a53d7..e9cfceba 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1289,6 +1290,63 @@ public abstract class HistoryWorkflowActionLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1946,6 +2004,12 @@ public abstract class HistoryWorkflowActionLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceClpInvoker.java
index ab84a9c2..160dfe21 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionLocalServiceClpInvoker.java
@@ -106,21 +106,21 @@ public class HistoryWorkflowActionLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.HistoryWorkflowAction"
};
- _methodName172 = "getBeanIdentifier";
+ _methodName178 = "getBeanIdentifier";
- _methodParameterTypes172 = new String[] { };
+ _methodParameterTypes178 = new String[] { };
- _methodName173 = "setBeanIdentifier";
+ _methodName179 = "setBeanIdentifier";
- _methodParameterTypes173 = new String[] { "java.lang.String" };
+ _methodParameterTypes179 = new String[] { "java.lang.String" };
- _methodName178 = "findByIntPratica";
+ _methodName184 = "findByIntPratica";
- _methodParameterTypes178 = new String[] { "long", "int" };
+ _methodParameterTypes184 = new String[] { "long", "int" };
- _methodName179 = "findByIntPratica";
+ _methodName185 = "findByIntPratica";
- _methodParameterTypes179 = new String[] { "long" };
+ _methodParameterTypes185 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -212,26 +212,26 @@ public class HistoryWorkflowActionLocalServiceClpInvoker {
return HistoryWorkflowActionLocalServiceUtil.updateHistoryWorkflowAction((it.tref.liferay.portos.bo.model.HistoryWorkflowAction)arguments[0]);
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return HistoryWorkflowActionLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
HistoryWorkflowActionLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName178.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
+ if (_methodName184.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
return HistoryWorkflowActionLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName179.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
+ if (_methodName185.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
return HistoryWorkflowActionLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue());
}
@@ -270,12 +270,12 @@ public class HistoryWorkflowActionLocalServiceClpInvoker {
private String[] _methodParameterTypes14;
private String _methodName15;
private String[] _methodParameterTypes15;
- private String _methodName172;
- private String[] _methodParameterTypes172;
- private String _methodName173;
- private String[] _methodParameterTypes173;
private String _methodName178;
private String[] _methodParameterTypes178;
private String _methodName179;
private String[] _methodParameterTypes179;
+ private String _methodName184;
+ private String[] _methodParameterTypes184;
+ private String _methodName185;
+ private String[] _methodParameterTypes185;
}
\ 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/base/HistoryWorkflowActionServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceBaseImpl.java
index b571eb13..45fc6a5c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1057,6 +1058,63 @@ public abstract class HistoryWorkflowActionServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1709,6 +1767,12 @@ public abstract class HistoryWorkflowActionServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceClpInvoker.java
index 84348290..dd04ff30 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/HistoryWorkflowActionServiceClpInvoker.java
@@ -24,24 +24,24 @@ import java.util.Arrays;
*/
public class HistoryWorkflowActionServiceClpInvoker {
public HistoryWorkflowActionServiceClpInvoker() {
- _methodName156 = "getBeanIdentifier";
+ _methodName162 = "getBeanIdentifier";
- _methodParameterTypes156 = new String[] { };
+ _methodParameterTypes162 = new String[] { };
- _methodName157 = "setBeanIdentifier";
+ _methodName163 = "setBeanIdentifier";
- _methodParameterTypes157 = new String[] { "java.lang.String" };
+ _methodParameterTypes163 = new String[] { "java.lang.String" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName156.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) {
+ if (_methodName162.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
return HistoryWorkflowActionServiceUtil.getBeanIdentifier();
}
- if (_methodName157.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) {
+ if (_methodName163.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
HistoryWorkflowActionServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
@@ -50,8 +50,8 @@ public class HistoryWorkflowActionServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName156;
- private String[] _methodParameterTypes156;
- private String _methodName157;
- private String[] _methodParameterTypes157;
+ private String _methodName162;
+ private String[] _methodParameterTypes162;
+ private String _methodName163;
+ private String[] _methodParameterTypes163;
}
\ 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/base/IntPraticaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceBaseImpl.java
index ac03e7a6..bb86e3b0 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1349,6 +1350,63 @@ public abstract class IntPraticaLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2044,6 +2102,12 @@ public abstract class IntPraticaLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
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 115b7b45..1bb785ee 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
@@ -122,339 +122,346 @@ public class IntPraticaLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.IntPratica"
};
- _methodName180 = "getBeanIdentifier";
+ _methodName186 = "getBeanIdentifier";
- _methodParameterTypes180 = new String[] { };
+ _methodParameterTypes186 = new String[] { };
- _methodName181 = "setBeanIdentifier";
+ _methodName187 = "setBeanIdentifier";
- _methodParameterTypes181 = new String[] { "java.lang.String" };
+ _methodParameterTypes187 = new String[] { "java.lang.String" };
- _methodName187 = "getTipiProcedure";
+ _methodName193 = "getTipiProcedure";
- _methodParameterTypes187 = new String[] { };
+ _methodParameterTypes193 = new String[] { };
- _methodName188 = "findSorteggiabiliNew";
+ _methodName194 = "findSorteggiabiliNew";
- _methodParameterTypes188 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes194 = new String[] { "long", "java.util.Date" };
- _methodName189 = "findSorteggiabili";
+ _methodName195 = "findSorteggiabili";
- _methodParameterTypes189 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes195 = new String[] { "long", "java.util.Date" };
- _methodName190 = "addIntPratica";
+ _methodName196 = "addIntPratica";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
+ "long", "java.lang.String", "boolean",
+ "com.liferay.portal.service.ServiceContext"
+ };
+
+ _methodName197 = "addIntPratica";
+
+ _methodParameterTypes197 = new String[] {
"long", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName191 = "addIntPratica";
+ _methodName198 = "addIntPratica";
- _methodParameterTypes191 = new String[] {
+ _methodParameterTypes198 = new String[] {
"long", "java.lang.String", "java.lang.String", "long",
"java.lang.String", "java.util.Date", "java.lang.String",
"java.lang.String", "boolean", "int", "java.util.Date",
"com.liferay.portal.service.ServiceContext"
};
- _methodName192 = "deleteIntPratica";
+ _methodName199 = "deleteIntPratica";
- _methodParameterTypes192 = new String[] {
+ _methodParameterTypes199 = new String[] {
"it.tref.liferay.portos.bo.model.IntPratica", "boolean"
};
- _methodName193 = "deleteIntPratica";
+ _methodName200 = "deleteIntPratica";
- _methodParameterTypes193 = new String[] {
+ _methodParameterTypes200 = new String[] {
"it.tref.liferay.portos.bo.model.IntPratica"
};
- _methodName194 = "cloneIntPratica";
+ _methodName201 = "cloneIntPratica";
- _methodParameterTypes194 = new String[] {
+ _methodParameterTypes201 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName196 = "updateDelegati";
+ _methodName203 = "updateDelegati";
- _methodParameterTypes196 = new String[] {
+ _methodParameterTypes203 = new String[] {
"long", "java.lang.String", "java.lang.String", "boolean"
};
- _methodName197 = "fetchIntPratica";
+ _methodName204 = "fetchIntPratica";
- _methodParameterTypes197 = new String[] { "long" };
+ _methodParameterTypes204 = new String[] { "long" };
- _methodName198 = "findFascicoliNotProgetto";
+ _methodName205 = "findFascicoliNotProgetto";
- _methodParameterTypes198 = new String[] { "int", "int" };
+ _methodParameterTypes205 = new String[] { "int", "int" };
- _methodName199 = "countFascicoliNotProgetto";
+ _methodName206 = "countFascicoliNotProgetto";
- _methodParameterTypes199 = new String[] { };
+ _methodParameterTypes206 = new String[] { };
- _methodName201 = "addNumeroProgetto";
+ _methodName208 = "addNumeroProgetto";
- _methodParameterTypes201 = new String[] { "long" };
+ _methodParameterTypes208 = new String[] { "long" };
- _methodName202 = "sospendiPratica";
+ _methodName209 = "sospendiPratica";
- _methodParameterTypes202 = new String[] { "long", "boolean" };
+ _methodParameterTypes209 = new String[] { "long", "boolean" };
- _methodName203 = "cambiaTitolare";
+ _methodName210 = "cambiaTitolare";
- _methodParameterTypes203 = new String[] {
+ _methodParameterTypes210 = new String[] {
"long", "long", "com.liferay.portal.service.ServiceContext"
};
- _methodName204 = "updateStatoPratica";
+ _methodName211 = "updateStatoPratica";
- _methodParameterTypes204 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes211 = new String[] { "long", "java.lang.String" };
- _methodName205 = "updateIntPraticaSorteggio";
+ _methodName212 = "updateIntPraticaSorteggio";
- _methodParameterTypes205 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes212 = new String[] { "long", "java.util.Date" };
- _methodName206 = "updateIntPraticaSorteggio";
+ _methodName213 = "updateIntPraticaSorteggio";
- _methodParameterTypes206 = new String[] {
+ _methodParameterTypes213 = new String[] {
"long", "java.util.Date", "java.lang.String"
};
- _methodName207 = "findByC_UserId";
+ _methodName214 = "findByC_UserId";
- _methodParameterTypes207 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes214 = new String[] { "long", "long", "int", "int" };
- _methodName208 = "countByC_UserId";
+ _methodName215 = "countByC_UserId";
- _methodParameterTypes208 = new String[] { "long", "long" };
+ _methodParameterTypes215 = new String[] { "long", "long" };
- _methodName209 = "updateStatus";
+ _methodName216 = "updateStatus";
- _methodParameterTypes209 = new String[] { "long", "int" };
+ _methodParameterTypes216 = new String[] { "long", "int" };
- _methodName210 = "findByCompanyIdSoggettoProgetti";
+ _methodName217 = "findByCompanyIdSoggettoProgetti";
- _methodParameterTypes210 = new String[] { "long", "long" };
+ _methodParameterTypes217 = new String[] { "long", "long" };
- _methodName211 = "countByCompanyIdSoggettoProgetti";
+ _methodName218 = "countByCompanyIdSoggettoProgetti";
- _methodParameterTypes211 = new String[] { "long", "long" };
+ _methodParameterTypes218 = new String[] { "long", "long" };
- _methodName213 = "findByCompanyIdSoggettoArchivio";
+ _methodName220 = "findByCompanyIdSoggettoArchivio";
- _methodParameterTypes213 = new String[] { "long", "long" };
+ _methodParameterTypes220 = new String[] { "long", "long" };
- _methodName214 = "countByCompanyIdSoggettoArchivio";
+ _methodName221 = "countByCompanyIdSoggettoArchivio";
- _methodParameterTypes214 = new String[] { "long", "long" };
+ _methodParameterTypes221 = new String[] { "long", "long" };
- _methodName216 = "findByCompanyIdSoggettoAltriProgetti";
+ _methodName223 = "findByCompanyIdSoggettoAltriProgetti";
- _methodParameterTypes216 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes223 = new String[] { "long", "long", "int", "int" };
- _methodName217 = "countByCompanyIdSoggettoAltriProgetti";
+ _methodName224 = "countByCompanyIdSoggettoAltriProgetti";
- _methodParameterTypes217 = new String[] { "long", "long" };
+ _methodParameterTypes224 = new String[] { "long", "long" };
- _methodName219 = "findByCanAddFineLavori";
+ _methodName226 = "findByCanAddFineLavori";
- _methodParameterTypes219 = new String[] {
+ _methodParameterTypes226 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName220 = "countByCanAddFineLavori";
+ _methodName227 = "countByCanAddFineLavori";
- _methodParameterTypes220 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes227 = new String[] { "long", "java.lang.String" };
- _methodName222 = "findByCanAddCollaudo";
+ _methodName229 = "findByCanAddCollaudo";
- _methodParameterTypes222 = new String[] {
+ _methodParameterTypes229 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName223 = "countByCanAddCollaudo";
+ _methodName230 = "countByCanAddCollaudo";
- _methodParameterTypes223 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes230 = new String[] { "long", "java.lang.String" };
- _methodName224 = "search";
+ _methodName231 = "search";
- _methodParameterTypes224 = new String[] { "java.util.List", "int", "int" };
+ _methodParameterTypes231 = new String[] { "java.util.List", "int", "int" };
- _methodName225 = "countSearch";
+ _methodName232 = "countSearch";
- _methodParameterTypes225 = new String[] { "java.util.List" };
+ _methodParameterTypes232 = new String[] { "java.util.List" };
- _methodName226 = "searchWithIntPraticaId";
+ _methodName233 = "searchWithIntPraticaId";
- _methodParameterTypes226 = new String[] {
+ _methodParameterTypes233 = new String[] {
"java.util.List", "long", "int", "int"
};
- _methodName227 = "countSearchWithIntPraticaId";
+ _methodName234 = "countSearchWithIntPraticaId";
- _methodParameterTypes227 = new String[] { "java.util.List", "long" };
+ _methodParameterTypes234 = new String[] { "java.util.List", "long" };
- _methodName228 = "allegaFileAnnullamento";
+ _methodName235 = "allegaFileAnnullamento";
- _methodParameterTypes228 = new String[] {
+ _methodParameterTypes235 = new String[] {
"long", "byte[][]", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName229 = "generateFileAnnullamento";
+ _methodName236 = "generateFileAnnullamento";
- _methodParameterTypes229 = new String[] {
+ _methodParameterTypes236 = new String[] {
"long", "com.liferay.portal.service.ServiceContext"
};
- _methodName230 = "deleteFileAnnullamento";
+ _methodName237 = "deleteFileAnnullamento";
- _methodParameterTypes230 = new String[] { "long" };
+ _methodParameterTypes237 = new String[] { "long" };
- _methodName231 = "completeAnnullamento";
+ _methodName238 = "completeAnnullamento";
- _methodParameterTypes231 = new String[] { "long" };
+ _methodParameterTypes238 = new String[] { "long" };
- _methodName232 = "cambiaIstruttore";
+ _methodName239 = "cambiaIstruttore";
- _methodParameterTypes232 = new String[] { "long", "long", "long" };
+ _methodParameterTypes239 = new String[] { "long", "long", "long" };
- _methodName233 = "countCaricoLavoroCF";
+ _methodName240 = "countCaricoLavoroCF";
- _methodParameterTypes233 = new String[] {
+ _methodParameterTypes240 = new String[] {
"long", "java.lang.String", "java.lang.Boolean",
"java.lang.Long[][]"
};
- _methodName234 = "countCaricoLavoroIstruttore";
+ _methodName241 = "countCaricoLavoroIstruttore";
- _methodParameterTypes234 = new String[] {
+ _methodParameterTypes241 = new String[] {
"long", "java.lang.String", "java.lang.Boolean"
};
- _methodName235 = "generateReportPratica";
+ _methodName242 = "generateReportPratica";
- _methodParameterTypes235 = new String[] {
+ _methodParameterTypes242 = new String[] {
"it.tref.liferay.portos.bo.model.IntPratica", "long"
};
- _methodName236 = "updateModifiedDate";
+ _methodName243 = "updateModifiedDate";
- _methodParameterTypes236 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes243 = new String[] { "long", "java.util.Date" };
- _methodName237 = "countAutorizzazione";
+ _methodName244 = "countAutorizzazione";
- _methodParameterTypes237 = new String[] {
+ _methodParameterTypes244 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName238 = "countSanatorie";
+ _methodName245 = "countSanatorie";
- _methodParameterTypes238 = new String[] {
+ _methodParameterTypes245 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName239 = "countOpereMinoreImportanza";
+ _methodName246 = "countOpereMinoreImportanza";
- _methodParameterTypes239 = new String[] {
+ _methodParameterTypes246 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName240 = "countDeposito";
+ _methodName247 = "countDeposito";
- _methodParameterTypes240 = new String[] {
+ _methodParameterTypes247 = new String[] {
"java.util.Date", "java.util.Date", "long", "boolean"
};
- _methodName241 = "countVidimate";
+ _methodName248 = "countVidimate";
- _methodParameterTypes241 = new String[] {
+ _methodParameterTypes248 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String",
"boolean"
};
- _methodName242 = "countControllo";
+ _methodName249 = "countControllo";
- _methodParameterTypes242 = new String[] {
+ _methodParameterTypes249 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String",
"boolean"
};
- _methodName243 = "findIntPraticaNotExist";
+ _methodName250 = "findIntPraticaNotExist";
- _methodParameterTypes243 = new String[] { };
+ _methodParameterTypes250 = new String[] { };
- _methodName244 = "riparaWorkflow";
+ _methodName251 = "riparaWorkflow";
- _methodParameterTypes244 = new String[] { };
+ _methodParameterTypes251 = new String[] { };
- _methodName245 = "reIndexFascicolo";
+ _methodName252 = "reIndexFascicolo";
- _methodParameterTypes245 = new String[] {
+ _methodParameterTypes252 = new String[] {
"it.tref.liferay.portos.bo.model.IntPratica", "long"
};
- _methodName246 = "reIndexFasciolo";
+ _methodName253 = "reIndexFasciolo";
- _methodParameterTypes246 = new String[] { "java.lang.String", "long" };
+ _methodParameterTypes253 = new String[] { "java.lang.String", "long" };
- _methodName247 = "reIndexFasciolo";
+ _methodName254 = "reIndexFasciolo";
- _methodParameterTypes247 = new String[] { "long", "long" };
+ _methodParameterTypes254 = new String[] { "long", "long" };
- _methodName248 = "trovaDoppioni";
+ _methodName255 = "trovaDoppioni";
- _methodParameterTypes248 = new String[] { };
+ _methodParameterTypes255 = new String[] { };
- _methodName249 = "findByNumeroProgetto";
+ _methodName256 = "findByNumeroProgetto";
- _methodParameterTypes249 = new String[] { "java.lang.String" };
+ _methodParameterTypes256 = new String[] { "java.lang.String" };
- _methodName250 = "findByTerritorioId";
+ _methodName257 = "findByTerritorioId";
- _methodParameterTypes250 = new String[] { "long" };
+ _methodParameterTypes257 = new String[] { "long" };
- _methodName251 = "reportTempisticheIstruttorieAvvisiAutorizzazioni";
+ _methodName258 = "reportTempisticheIstruttorieAvvisiAutorizzazioni";
- _methodParameterTypes251 = new String[] {
+ _methodParameterTypes258 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String"
};
- _methodName252 = "reportTempisticheIstruttorieCalcolaDataSorteggio";
+ _methodName259 = "reportTempisticheIstruttorieCalcolaDataSorteggio";
- _methodParameterTypes252 = new String[] {
+ _methodParameterTypes259 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName253 = "reportPraticheVidimate";
+ _methodName260 = "reportPraticheVidimate";
- _methodParameterTypes253 = new String[] {
+ _methodParameterTypes260 = new String[] {
"java.util.Date", "java.util.Date", "long", "java.lang.String"
};
- _methodName254 = "reportPraticheVidimateCalcolaDataSorteggio";
+ _methodName261 = "reportPraticheVidimateCalcolaDataSorteggio";
- _methodParameterTypes254 = new String[] {
+ _methodParameterTypes261 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName255 = "countIngressiAutorizzazioni";
+ _methodName262 = "countIngressiAutorizzazioni";
- _methodParameterTypes255 = new String[] {
+ _methodParameterTypes262 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName256 = "countIngressiDepositi";
+ _methodName263 = "countIngressiDepositi";
- _methodParameterTypes256 = new String[] {
+ _methodParameterTypes263 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
- _methodName257 = "countIngressiCO";
+ _methodName264 = "countIngressiCO";
- _methodParameterTypes257 = new String[] {
+ _methodParameterTypes264 = new String[] {
"java.util.Date", "java.util.Date", "long"
};
}
@@ -572,44 +579,52 @@ public class IntPraticaLocalServiceClpInvoker {
return IntPraticaLocalServiceUtil.updateIntPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return IntPraticaLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
IntPraticaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return IntPraticaLocalServiceUtil.getTipiProcedure();
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return IntPraticaLocalServiceUtil.findSorteggiabiliNew(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return IntPraticaLocalServiceUtil.findSorteggiabili(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ return IntPraticaLocalServiceUtil.addIntPratica(((Long)arguments[0]).longValue(),
+ (java.lang.String)arguments[1],
+ ((Boolean)arguments[2]).booleanValue(),
+ (com.liferay.portal.service.ServiceContext)arguments[3]);
+ }
+
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return IntPraticaLocalServiceUtil.addIntPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(com.liferay.portal.service.ServiceContext)arguments[2]);
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return IntPraticaLocalServiceUtil.addIntPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Long)arguments[3]).longValue(),
@@ -621,226 +636,226 @@ public class IntPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[11]);
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return IntPraticaLocalServiceUtil.deleteIntPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0],
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return IntPraticaLocalServiceUtil.deleteIntPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0]);
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return IntPraticaLocalServiceUtil.cloneIntPratica(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return IntPraticaLocalServiceUtil.updateDelegati(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Boolean)arguments[3]).booleanValue());
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return IntPraticaLocalServiceUtil.fetchIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return IntPraticaLocalServiceUtil.findFascicoliNotProgetto(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
return IntPraticaLocalServiceUtil.countFascicoliNotProgetto();
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return IntPraticaLocalServiceUtil.addNumeroProgetto(((Long)arguments[0]).longValue());
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return IntPraticaLocalServiceUtil.sospendiPratica(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return IntPraticaLocalServiceUtil.cambiaTitolare(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[2]);
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName211.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
return IntPraticaLocalServiceUtil.updateStatoPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName205.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
+ if (_methodName212.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
return IntPraticaLocalServiceUtil.updateIntPraticaSorteggio(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
}
- if (_methodName206.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
+ if (_methodName213.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
return IntPraticaLocalServiceUtil.updateIntPraticaSorteggio(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName207.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByC_UserId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
return IntPraticaLocalServiceUtil.countByC_UserId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName216.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
IntPraticaLocalServiceUtil.updateStatus(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue());
return null;
}
- if (_methodName210.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
+ if (_methodName217.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName211.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
+ if (_methodName218.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName213.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
+ if (_methodName220.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName214.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
+ if (_methodName221.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName216.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
+ if (_methodName223.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName217.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
+ if (_methodName224.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
return IntPraticaLocalServiceUtil.countByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName219.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
+ if (_methodName226.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByCanAddFineLavori(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName220.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
+ if (_methodName227.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
return IntPraticaLocalServiceUtil.countByCanAddFineLavori(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName222.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
+ if (_methodName229.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByCanAddCollaudo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName223.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
+ if (_methodName230.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
return IntPraticaLocalServiceUtil.countByCanAddCollaudo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName224.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
+ if (_methodName231.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
return IntPraticaLocalServiceUtil.search((java.util.List)arguments[0],
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName225.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
+ if (_methodName232.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) {
return IntPraticaLocalServiceUtil.countSearch((java.util.List)arguments[0]);
}
- if (_methodName226.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
+ if (_methodName233.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
return IntPraticaLocalServiceUtil.searchWithIntPraticaId((java.util.List)arguments[0],
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName227.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
+ if (_methodName234.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) {
return IntPraticaLocalServiceUtil.countSearchWithIntPraticaId((java.util.List)arguments[0],
((Long)arguments[1]).longValue());
}
- if (_methodName228.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
+ if (_methodName235.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes235, 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 (_methodName229.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
+ if (_methodName236.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) {
return IntPraticaLocalServiceUtil.generateFileAnnullamento(((Long)arguments[0]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
- if (_methodName230.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
+ if (_methodName237.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) {
IntPraticaLocalServiceUtil.deleteFileAnnullamento(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName231.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
+ if (_methodName238.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) {
IntPraticaLocalServiceUtil.completeAnnullamento(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName232.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes232, parameterTypes)) {
+ if (_methodName239.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) {
IntPraticaLocalServiceUtil.cambiaIstruttore(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue());
@@ -848,161 +863,161 @@ public class IntPraticaLocalServiceClpInvoker {
return null;
}
- if (_methodName233.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
+ if (_methodName240.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) {
return IntPraticaLocalServiceUtil.countCaricoLavoroCF(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
(java.lang.Boolean)arguments[2], (java.lang.Long[])arguments[3]);
}
- if (_methodName234.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) {
+ if (_methodName241.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) {
return IntPraticaLocalServiceUtil.countCaricoLavoroIstruttore(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.Boolean)arguments[2]);
}
- if (_methodName235.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) {
+ if (_methodName242.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) {
return IntPraticaLocalServiceUtil.generateReportPratica((it.tref.liferay.portos.bo.model.IntPratica)arguments[0],
((Long)arguments[1]).longValue());
}
- if (_methodName236.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) {
+ if (_methodName243.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) {
return IntPraticaLocalServiceUtil.updateModifiedDate(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
}
- if (_methodName237.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) {
+ if (_methodName244.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) {
return IntPraticaLocalServiceUtil.countAutorizzazione((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName238.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) {
+ if (_methodName245.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) {
return IntPraticaLocalServiceUtil.countSanatorie((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName239.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) {
+ if (_methodName246.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) {
return IntPraticaLocalServiceUtil.countOpereMinoreImportanza((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName240.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) {
+ if (_methodName247.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) {
return IntPraticaLocalServiceUtil.countDeposito((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue(),
((Boolean)arguments[3]).booleanValue());
}
- if (_methodName241.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) {
+ if (_methodName248.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes248, 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 (_methodName242.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) {
+ if (_methodName249.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes249, 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 (_methodName243.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) {
+ if (_methodName250.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) {
return IntPraticaLocalServiceUtil.findIntPraticaNotExist();
}
- if (_methodName244.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) {
+ if (_methodName251.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) {
return IntPraticaLocalServiceUtil.riparaWorkflow();
}
- if (_methodName245.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) {
+ if (_methodName252.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) {
IntPraticaLocalServiceUtil.reIndexFascicolo((it.tref.liferay.portos.bo.model.IntPratica)arguments[0],
((Long)arguments[1]).longValue());
return null;
}
- if (_methodName246.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) {
+ if (_methodName253.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) {
IntPraticaLocalServiceUtil.reIndexFasciolo((java.lang.String)arguments[0],
((Long)arguments[1]).longValue());
return null;
}
- if (_methodName247.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) {
+ if (_methodName254.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) {
IntPraticaLocalServiceUtil.reIndexFasciolo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
return null;
}
- if (_methodName248.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) {
+ if (_methodName255.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) {
return IntPraticaLocalServiceUtil.trovaDoppioni();
}
- if (_methodName249.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) {
+ if (_methodName256.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByNumeroProgetto((java.lang.String)arguments[0]);
}
- if (_methodName250.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) {
+ if (_methodName257.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) {
return IntPraticaLocalServiceUtil.findByTerritorioId(((Long)arguments[0]).longValue());
}
- if (_methodName251.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) {
+ if (_methodName258.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) {
return IntPraticaLocalServiceUtil.reportTempisticheIstruttorieAvvisiAutorizzazioni((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue(),
(java.lang.String)arguments[3]);
}
- if (_methodName252.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) {
+ if (_methodName259.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) {
return IntPraticaLocalServiceUtil.reportTempisticheIstruttorieCalcolaDataSorteggio((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName253.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) {
+ if (_methodName260.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) {
return IntPraticaLocalServiceUtil.reportPraticheVidimate((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue(),
(java.lang.String)arguments[3]);
}
- if (_methodName254.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) {
+ if (_methodName261.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) {
return IntPraticaLocalServiceUtil.reportPraticheVidimateCalcolaDataSorteggio((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName255.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) {
+ if (_methodName262.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) {
return IntPraticaLocalServiceUtil.countIngressiAutorizzazioni((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName256.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) {
+ if (_methodName263.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) {
return IntPraticaLocalServiceUtil.countIngressiDepositi((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName257.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) {
+ if (_methodName264.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) {
return IntPraticaLocalServiceUtil.countIngressiCO((java.util.Date)arguments[0],
(java.util.Date)arguments[1], ((Long)arguments[2]).longValue());
}
@@ -1050,26 +1065,16 @@ public class IntPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
+ 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;
@@ -1078,10 +1083,10 @@ public class IntPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes198;
private String _methodName199;
private String[] _methodParameterTypes199;
+ private String _methodName200;
+ private String[] _methodParameterTypes200;
private String _methodName201;
private String[] _methodParameterTypes201;
- private String _methodName202;
- private String[] _methodParameterTypes202;
private String _methodName203;
private String[] _methodParameterTypes203;
private String _methodName204;
@@ -1090,8 +1095,6 @@ public class IntPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes205;
private String _methodName206;
private String[] _methodParameterTypes206;
- private String _methodName207;
- private String[] _methodParameterTypes207;
private String _methodName208;
private String[] _methodParameterTypes208;
private String _methodName209;
@@ -1100,32 +1103,32 @@ public class IntPraticaLocalServiceClpInvoker {
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 _methodName219;
- private String[] _methodParameterTypes219;
+ private String _methodName218;
+ private String[] _methodParameterTypes218;
private String _methodName220;
private String[] _methodParameterTypes220;
- private String _methodName222;
- private String[] _methodParameterTypes222;
+ private String _methodName221;
+ private String[] _methodParameterTypes221;
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;
private String[] _methodParameterTypes227;
- private String _methodName228;
- private String[] _methodParameterTypes228;
private String _methodName229;
private String[] _methodParameterTypes229;
private String _methodName230;
@@ -1184,4 +1187,18 @@ public class IntPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes256;
private String _methodName257;
private String[] _methodParameterTypes257;
+ private String _methodName258;
+ private String[] _methodParameterTypes258;
+ private String _methodName259;
+ private String[] _methodParameterTypes259;
+ private String _methodName260;
+ private String[] _methodParameterTypes260;
+ private String _methodName261;
+ private String[] _methodParameterTypes261;
+ private String _methodName262;
+ private String[] _methodParameterTypes262;
+ private String _methodName263;
+ private String[] _methodParameterTypes263;
+ private String _methodName264;
+ private String[] _methodParameterTypes264;
}
\ 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/base/IntPraticaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceBaseImpl.java
index 02ceb8ce..8baf26a9 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class IntPraticaServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1746,6 +1804,12 @@ public abstract class IntPraticaServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceClpInvoker.java
index fc94e5a7..c14757d8 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/IntPraticaServiceClpInvoker.java
@@ -24,145 +24,145 @@ import java.util.Arrays;
*/
public class IntPraticaServiceClpInvoker {
public IntPraticaServiceClpInvoker() {
- _methodName160 = "getBeanIdentifier";
+ _methodName166 = "getBeanIdentifier";
- _methodParameterTypes160 = new String[] { };
+ _methodParameterTypes166 = new String[] { };
- _methodName161 = "setBeanIdentifier";
+ _methodName167 = "setBeanIdentifier";
- _methodParameterTypes161 = new String[] { "java.lang.String" };
+ _methodParameterTypes167 = new String[] { "java.lang.String" };
- _methodName166 = "getIntPratica";
+ _methodName172 = "getIntPratica";
- _methodParameterTypes166 = new String[] { "long" };
+ _methodParameterTypes172 = new String[] { "long" };
- _methodName167 = "deleteIntPratica";
+ _methodName173 = "deleteIntPratica";
- _methodParameterTypes167 = new String[] { "long", "long" };
+ _methodParameterTypes173 = new String[] { "long", "long" };
- _methodName168 = "sospendiPratica";
+ _methodName174 = "sospendiPratica";
- _methodParameterTypes168 = new String[] { "long", "boolean" };
+ _methodParameterTypes174 = new String[] { "long", "boolean" };
- _methodName169 = "cambiaTitolare";
+ _methodName175 = "cambiaTitolare";
- _methodParameterTypes169 = new String[] {
+ _methodParameterTypes175 = new String[] {
"long", "long", "com.liferay.portal.service.ServiceContext"
};
- _methodName170 = "updateStatoPratica";
+ _methodName176 = "updateStatoPratica";
- _methodParameterTypes170 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes176 = new String[] { "long", "java.lang.String" };
- _methodName171 = "search";
+ _methodName177 = "search";
- _methodParameterTypes171 = new String[] { "java.util.List", "int", "int" };
+ _methodParameterTypes177 = new String[] { "java.util.List", "int", "int" };
- _methodName172 = "countSearch";
+ _methodName178 = "countSearch";
- _methodParameterTypes172 = new String[] { "java.util.List" };
+ _methodParameterTypes178 = new String[] { "java.util.List" };
- _methodName173 = "findByCompanyIdSoggettoProgetti";
+ _methodName179 = "findByCompanyIdSoggettoProgetti";
- _methodParameterTypes173 = new String[] { "long", "long" };
+ _methodParameterTypes179 = new String[] { "long", "long" };
- _methodName174 = "countByCompanyIdSoggettoProgetti";
+ _methodName180 = "countByCompanyIdSoggettoProgetti";
- _methodParameterTypes174 = new String[] { "long", "long" };
+ _methodParameterTypes180 = new String[] { "long", "long" };
- _methodName175 = "findByCompanyIdSoggettoArchivio";
+ _methodName181 = "findByCompanyIdSoggettoArchivio";
- _methodParameterTypes175 = new String[] { "long", "long" };
+ _methodParameterTypes181 = new String[] { "long", "long" };
- _methodName176 = "countByCompanyIdSoggettoArchivio";
+ _methodName182 = "countByCompanyIdSoggettoArchivio";
- _methodParameterTypes176 = new String[] { "long", "long" };
+ _methodParameterTypes182 = new String[] { "long", "long" };
- _methodName177 = "findByCompanyIdSoggettoAltriProgetti";
+ _methodName183 = "findByCompanyIdSoggettoAltriProgetti";
- _methodParameterTypes177 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes183 = new String[] { "long", "long", "int", "int" };
- _methodName178 = "countByCompanyIdSoggettoAltriProgetti";
+ _methodName184 = "countByCompanyIdSoggettoAltriProgetti";
- _methodParameterTypes178 = new String[] { "long", "long" };
+ _methodParameterTypes184 = new String[] { "long", "long" };
- _methodName179 = "findByCanAddFineLavori";
+ _methodName185 = "findByCanAddFineLavori";
- _methodParameterTypes179 = new String[] {
+ _methodParameterTypes185 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName180 = "countByCanAddFineLavori";
+ _methodName186 = "countByCanAddFineLavori";
- _methodParameterTypes180 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes186 = new String[] { "long", "java.lang.String" };
- _methodName181 = "findByCanAddCollaudo";
+ _methodName187 = "findByCanAddCollaudo";
- _methodParameterTypes181 = new String[] {
+ _methodParameterTypes187 = new String[] {
"long", "java.lang.String", "int", "int"
};
- _methodName182 = "countByCanAddCollaudo";
+ _methodName188 = "countByCanAddCollaudo";
- _methodParameterTypes182 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes188 = new String[] { "long", "java.lang.String" };
- _methodName183 = "allegaFileAnnullamento";
+ _methodName189 = "allegaFileAnnullamento";
- _methodParameterTypes183 = new String[] {
+ _methodParameterTypes189 = new String[] {
"long", "byte[][]", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName184 = "completeAnnullamento";
+ _methodName190 = "completeAnnullamento";
- _methodParameterTypes184 = new String[] { "long", "long" };
+ _methodParameterTypes190 = new String[] { "long", "long" };
- _methodName185 = "cambiaIstruttore";
+ _methodName191 = "cambiaIstruttore";
- _methodParameterTypes185 = new String[] { "long", "long", "long" };
+ _methodParameterTypes191 = new String[] { "long", "long", "long" };
- _methodName186 = "geosisma";
+ _methodName192 = "geosisma";
- _methodParameterTypes186 = new String[] { "long" };
+ _methodParameterTypes192 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName160.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) {
+ if (_methodName166.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
return IntPraticaServiceUtil.getBeanIdentifier();
}
- if (_methodName161.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) {
+ if (_methodName167.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
IntPraticaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
return IntPraticaServiceUtil.getIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName167.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
+ if (_methodName173.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
IntPraticaServiceUtil.deleteIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
return null;
}
- if (_methodName168.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
+ if (_methodName174.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
IntPraticaServiceUtil.sospendiPratica(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
return null;
}
- if (_methodName169.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
+ if (_methodName175.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
IntPraticaServiceUtil.cambiaTitolare(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[2]);
@@ -170,110 +170,110 @@ public class IntPraticaServiceClpInvoker {
return null;
}
- if (_methodName170.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
+ if (_methodName176.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
IntPraticaServiceUtil.updateStatoPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
return null;
}
- if (_methodName171.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
+ if (_methodName177.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
return IntPraticaServiceUtil.search((java.util.List)arguments[0],
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return IntPraticaServiceUtil.countSearch((java.util.List)arguments[0]);
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
return IntPraticaServiceUtil.findByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName174.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
+ if (_methodName180.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
return IntPraticaServiceUtil.countByCompanyIdSoggettoProgetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName175.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
+ if (_methodName181.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
return IntPraticaServiceUtil.findByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return IntPraticaServiceUtil.countByCompanyIdSoggettoArchivio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
return IntPraticaServiceUtil.findByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName178.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
+ if (_methodName184.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
return IntPraticaServiceUtil.countByCompanyIdSoggettoAltriProgetti(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName179.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
+ if (_methodName185.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
return IntPraticaServiceUtil.findByCanAddFineLavori(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return IntPraticaServiceUtil.countByCanAddFineLavori(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
return IntPraticaServiceUtil.findByCanAddCollaudo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return IntPraticaServiceUtil.countByCanAddCollaudo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return IntPraticaServiceUtil.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 (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
IntPraticaServiceUtil.completeAnnullamento(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
return null;
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
IntPraticaServiceUtil.cambiaIstruttore(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue());
@@ -281,30 +281,18 @@ public class IntPraticaServiceClpInvoker {
return null;
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return IntPraticaServiceUtil.geosisma(((Long)arguments[0]).longValue());
}
throw new UnsupportedOperationException();
}
- private String _methodName160;
- private String[] _methodParameterTypes160;
- private String _methodName161;
- private String[] _methodParameterTypes161;
private String _methodName166;
private String[] _methodParameterTypes166;
private String _methodName167;
private String[] _methodParameterTypes167;
- private String _methodName168;
- private String[] _methodParameterTypes168;
- private String _methodName169;
- private String[] _methodParameterTypes169;
- private String _methodName170;
- private String[] _methodParameterTypes170;
- private String _methodName171;
- private String[] _methodParameterTypes171;
private String _methodName172;
private String[] _methodParameterTypes172;
private String _methodName173;
@@ -335,4 +323,16 @@ public class IntPraticaServiceClpInvoker {
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;
}
\ 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/base/PagamentoLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceBaseImpl.java
index 0a669f18..3913cfda 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1345,6 +1346,63 @@ public abstract class PagamentoLocalServiceBaseImpl extends BaseLocalServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2040,6 +2098,12 @@ public abstract class PagamentoLocalServiceBaseImpl extends BaseLocalServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceClpInvoker.java
index 2ceee641..558bcd5a 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoLocalServiceClpInvoker.java
@@ -122,39 +122,39 @@ public class PagamentoLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Pagamento"
};
- _methodName180 = "getBeanIdentifier";
+ _methodName186 = "getBeanIdentifier";
- _methodParameterTypes180 = new String[] { };
+ _methodParameterTypes186 = new String[] { };
- _methodName181 = "setBeanIdentifier";
+ _methodName187 = "setBeanIdentifier";
- _methodParameterTypes181 = new String[] { "java.lang.String" };
+ _methodParameterTypes187 = new String[] { "java.lang.String" };
- _methodName186 = "createPagamentoId";
+ _methodName192 = "createPagamentoId";
- _methodParameterTypes186 = new String[] { };
+ _methodParameterTypes192 = new String[] { };
- _methodName187 = "addPagamento";
+ _methodName193 = "addPagamento";
- _methodParameterTypes187 = new String[] {
+ _methodParameterTypes193 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "long", "java.lang.String", "long",
"com.liferay.portal.service.ServiceContext"
};
- _methodName188 = "addPagamentoAndUpdate";
+ _methodName194 = "addPagamentoAndUpdate";
- _methodParameterTypes188 = new String[] {
+ _methodParameterTypes194 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "long", "java.lang.String", "long",
"com.liferay.portal.service.ServiceContext"
};
- _methodName189 = "addPagamentoAndUpdate";
+ _methodName195 = "addPagamentoAndUpdate";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes195 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "long",
@@ -162,9 +162,9 @@ public class PagamentoLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName190 = "addPagamentoAndUpdate";
+ _methodName196 = "addPagamentoAndUpdate";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "long",
@@ -172,158 +172,158 @@ public class PagamentoLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName192 = "updatePagamento";
+ _methodName198 = "updatePagamento";
- _methodParameterTypes192 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes198 = new String[] { "long", "java.lang.String" };
- _methodName193 = "updatePagamento";
+ _methodName199 = "updatePagamento";
- _methodParameterTypes193 = new String[] {
+ _methodParameterTypes199 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName194 = "updatePagamentoUtilizzata";
+ _methodName200 = "updatePagamentoUtilizzata";
- _methodParameterTypes194 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes200 = new String[] { "long", "java.lang.String" };
- _methodName195 = "findByCommittente_Mezzo";
+ _methodName201 = "findByCommittente_Mezzo";
- _methodParameterTypes195 = new String[] {
+ _methodParameterTypes201 = new String[] {
"java.lang.String", "java.lang.String", "int", "int"
};
- _methodName196 = "countByCommittente_Mezzo";
+ _methodName202 = "countByCommittente_Mezzo";
- _methodParameterTypes196 = new String[] {
+ _methodParameterTypes202 = new String[] {
"java.lang.String", "java.lang.String"
};
- _methodName197 = "findByCommittente_Mezzo_Utilizzata";
+ _methodName203 = "findByCommittente_Mezzo_Utilizzata";
- _methodParameterTypes197 = new String[] {
+ _methodParameterTypes203 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String",
"int", "int"
};
- _methodName198 = "countByCommittente_Mezzo_Utilizzata";
+ _methodName204 = "countByCommittente_Mezzo_Utilizzata";
- _methodParameterTypes198 = new String[] {
+ _methodParameterTypes204 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String"
};
- _methodName199 = "findByMezzo_Utilizzata";
+ _methodName205 = "findByMezzo_Utilizzata";
- _methodParameterTypes199 = new String[] {
+ _methodParameterTypes205 = new String[] {
"java.lang.String", "java.lang.String", "int", "int"
};
- _methodName200 = "findByOldPagamentoId";
+ _methodName206 = "findByOldPagamentoId";
- _methodParameterTypes200 = new String[] { "long" };
+ _methodParameterTypes206 = new String[] { "long" };
- _methodName201 = "countByMezzo_Utilizzata";
+ _methodName207 = "countByMezzo_Utilizzata";
- _methodParameterTypes201 = new String[] {
+ _methodParameterTypes207 = new String[] {
"java.lang.String", "java.lang.String"
};
- _methodName202 = "findByMezzo_Utilizzata_CreateDate";
+ _methodName208 = "findByMezzo_Utilizzata_CreateDate";
- _methodParameterTypes202 = new String[] {
+ _methodParameterTypes208 = new String[] {
"java.lang.String", "java.lang.String", "java.util.Date", "int",
"int"
};
- _methodName203 = "countByMezzo_Utilizzata_EmailPending_CreateDate";
+ _methodName209 = "countByMezzo_Utilizzata_EmailPending_CreateDate";
- _methodParameterTypes203 = new String[] {
+ _methodParameterTypes209 = new String[] {
"java.lang.String", "java.lang.String", "boolean",
"java.util.Date"
};
- _methodName204 = "findByMezzo_Utilizzata_EmailPending_CreateDate";
+ _methodName210 = "findByMezzo_Utilizzata_EmailPending_CreateDate";
- _methodParameterTypes204 = new String[] {
+ _methodParameterTypes210 = new String[] {
"java.lang.String", "java.lang.String", "boolean",
"java.util.Date", "int", "int"
};
- _methodName205 = "findInPending";
+ _methodName211 = "findInPending";
- _methodParameterTypes205 = new String[] {
+ _methodParameterTypes211 = new String[] {
"java.util.Date", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName206 = "countInPending";
+ _methodName212 = "countInPending";
- _methodParameterTypes206 = new String[] { "java.util.Date" };
+ _methodParameterTypes212 = new String[] { "java.util.Date" };
- _methodName208 = "countByMezzo_Utilizzata_CreateDate";
+ _methodName214 = "countByMezzo_Utilizzata_CreateDate";
- _methodParameterTypes208 = new String[] {
+ _methodParameterTypes214 = new String[] {
"java.lang.String", "java.lang.String", "java.util.Date"
};
- _methodName209 = "deletePagamento";
+ _methodName215 = "deletePagamento";
- _methodParameterTypes209 = new String[] { "long" };
+ _methodParameterTypes215 = new String[] { "long" };
- _methodName210 = "deletePagamento";
+ _methodName216 = "deletePagamento";
- _methodParameterTypes210 = new String[] {
+ _methodParameterTypes216 = new String[] {
"it.tref.liferay.portos.bo.model.Pagamento"
};
- _methodName211 = "updateEmailPendingPagamento";
+ _methodName217 = "updateEmailPendingPagamento";
- _methodParameterTypes211 = new String[] { "long", "boolean" };
+ _methodParameterTypes217 = new String[] { "long", "boolean" };
- _methodName214 = "countByClassPk";
+ _methodName220 = "countByClassPk";
- _methodParameterTypes214 = new String[] { "long" };
+ _methodParameterTypes220 = new String[] { "long" };
- _methodName215 = "findByClassPk";
+ _methodName221 = "findByClassPk";
- _methodParameterTypes215 = new String[] { "long" };
+ _methodParameterTypes221 = new String[] { "long" };
- _methodName216 = "findByIntPratica";
+ _methodName222 = "findByIntPratica";
- _methodParameterTypes216 = new String[] { "long" };
+ _methodParameterTypes222 = new String[] { "long" };
- _methodName217 = "countByIntPratica";
+ _methodName223 = "countByIntPratica";
- _methodParameterTypes217 = new String[] { "long" };
+ _methodParameterTypes223 = new String[] { "long" };
- _methodName218 = "findByIntPratica_Visible";
+ _methodName224 = "findByIntPratica_Visible";
- _methodParameterTypes218 = new String[] { "long" };
+ _methodParameterTypes224 = new String[] { "long" };
- _methodName219 = "countByIntPratica_Visible";
+ _methodName225 = "countByIntPratica_Visible";
- _methodParameterTypes219 = new String[] { "long" };
+ _methodParameterTypes225 = new String[] { "long" };
- _methodName221 = "updatePagamentoManuale";
+ _methodName227 = "updatePagamentoManuale";
- _methodParameterTypes221 = new String[] {
- "long", "byte[][]", "java.lang.String",
+ _methodParameterTypes227 = new String[] {
+ "long", "java.lang.String", "byte[][]", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName222 = "updatePagamentoManualeFromImport";
+ _methodName228 = "updatePagamentoManualeFromImport";
- _methodParameterTypes222 = new String[] {
+ _methodParameterTypes228 = new String[] {
"long", "byte[][]", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName223 = "fetchByOldPagamentoId";
+ _methodName229 = "fetchByOldPagamentoId";
- _methodParameterTypes223 = new String[] { "long" };
+ _methodParameterTypes229 = new String[] { "long" };
- _methodName224 = "updateOtf";
+ _methodName230 = "updateOtf";
- _methodParameterTypes224 = new String[] { "long", "boolean" };
+ _methodParameterTypes230 = new String[] { "long", "boolean" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -439,25 +439,25 @@ public class PagamentoLocalServiceClpInvoker {
return PagamentoLocalServiceUtil.updatePagamento((it.tref.liferay.portos.bo.model.Pagamento)arguments[0]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return PagamentoLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
PagamentoLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return PagamentoLocalServiceUtil.createPagamentoId();
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return PagamentoLocalServiceUtil.addPagamento((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4],
@@ -468,8 +468,8 @@ public class PagamentoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[10]);
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return PagamentoLocalServiceUtil.addPagamentoAndUpdate((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4],
@@ -480,8 +480,8 @@ public class PagamentoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[10]);
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return PagamentoLocalServiceUtil.addPagamentoAndUpdate(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4],
@@ -493,8 +493,8 @@ public class PagamentoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[11]);
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return PagamentoLocalServiceUtil.addPagamentoAndUpdate(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4],
@@ -508,89 +508,89 @@ public class PagamentoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[13]);
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return PagamentoLocalServiceUtil.updatePagamento(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return PagamentoLocalServiceUtil.updatePagamento(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return PagamentoLocalServiceUtil.updatePagamentoUtilizzata(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return PagamentoLocalServiceUtil.findByCommittente_Mezzo((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
return PagamentoLocalServiceUtil.countByCommittente_Mezzo((java.lang.String)arguments[0],
(java.lang.String)arguments[1]);
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return PagamentoLocalServiceUtil.findByCommittente_Mezzo_Utilizzata((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Integer)arguments[3]).intValue(),
((Integer)arguments[4]).intValue());
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return PagamentoLocalServiceUtil.countByCommittente_Mezzo_Utilizzata((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return PagamentoLocalServiceUtil.findByMezzo_Utilizzata((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName200.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
return PagamentoLocalServiceUtil.findByOldPagamentoId(((Long)arguments[0]).longValue());
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName207.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
return PagamentoLocalServiceUtil.countByMezzo_Utilizzata((java.lang.String)arguments[0],
(java.lang.String)arguments[1]);
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return PagamentoLocalServiceUtil.findByMezzo_Utilizzata_CreateDate((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.util.Date)arguments[2],
((Integer)arguments[3]).intValue(),
((Integer)arguments[4]).intValue());
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return PagamentoLocalServiceUtil.countByMezzo_Utilizzata_EmailPending_CreateDate((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue(),
(java.util.Date)arguments[3]);
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return PagamentoLocalServiceUtil.findByMezzo_Utilizzata_EmailPending_CreateDate((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue(),
@@ -599,82 +599,83 @@ public class PagamentoLocalServiceClpInvoker {
((Integer)arguments[5]).intValue());
}
- if (_methodName205.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
+ if (_methodName211.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
return PagamentoLocalServiceUtil.findInPending((java.util.Date)arguments[0],
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName206.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
+ if (_methodName212.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
return PagamentoLocalServiceUtil.countInPending((java.util.Date)arguments[0]);
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return PagamentoLocalServiceUtil.countByMezzo_Utilizzata_CreateDate((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.util.Date)arguments[2]);
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
return PagamentoLocalServiceUtil.deletePagamento(((Long)arguments[0]).longValue());
}
- if (_methodName210.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
+ if (_methodName216.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
return PagamentoLocalServiceUtil.deletePagamento((it.tref.liferay.portos.bo.model.Pagamento)arguments[0]);
}
- if (_methodName211.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
+ if (_methodName217.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
return PagamentoLocalServiceUtil.updateEmailPendingPagamento(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
- if (_methodName214.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
+ if (_methodName220.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
return PagamentoLocalServiceUtil.countByClassPk(((Long)arguments[0]).longValue());
}
- if (_methodName215.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
+ if (_methodName221.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
return PagamentoLocalServiceUtil.findByClassPk(((Long)arguments[0]).longValue());
}
- if (_methodName216.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
+ if (_methodName222.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
return PagamentoLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName217.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
+ if (_methodName223.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
return PagamentoLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName218.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
+ if (_methodName224.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
return PagamentoLocalServiceUtil.findByIntPratica_Visible(((Long)arguments[0]).longValue());
}
- if (_methodName219.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
+ if (_methodName225.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
return PagamentoLocalServiceUtil.countByIntPratica_Visible(((Long)arguments[0]).longValue());
}
- if (_methodName221.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes221, parameterTypes)) {
+ if (_methodName227.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
PagamentoLocalServiceUtil.updatePagamentoManuale(((Long)arguments[0]).longValue(),
- (byte[])arguments[1], (java.lang.String)arguments[2],
- (com.liferay.portal.service.ServiceContext)arguments[3]);
+ (java.lang.String)arguments[1], (byte[])arguments[2],
+ (java.lang.String)arguments[3],
+ (com.liferay.portal.service.ServiceContext)arguments[4]);
return null;
}
- if (_methodName222.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
+ if (_methodName228.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
PagamentoLocalServiceUtil.updatePagamentoManualeFromImport(((Long)arguments[0]).longValue(),
(byte[])arguments[1], (java.lang.String)arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
@@ -682,13 +683,13 @@ public class PagamentoLocalServiceClpInvoker {
return null;
}
- if (_methodName223.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
+ if (_methodName229.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
return PagamentoLocalServiceUtil.fetchByOldPagamentoId(((Long)arguments[0]).longValue());
}
- if (_methodName224.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
+ if (_methodName230.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
return PagamentoLocalServiceUtil.updateOtf(((Long)arguments[0]).longValue(),
((Boolean)arguments[1]).booleanValue());
}
@@ -736,20 +737,10 @@ public class PagamentoLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
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 _methodName192;
private String[] _methodParameterTypes192;
private String _methodName193;
@@ -760,8 +751,6 @@ public class PagamentoLocalServiceClpInvoker {
private String[] _methodParameterTypes195;
private String _methodName196;
private String[] _methodParameterTypes196;
- private String _methodName197;
- private String[] _methodParameterTypes197;
private String _methodName198;
private String[] _methodParameterTypes198;
private String _methodName199;
@@ -780,6 +769,8 @@ public class PagamentoLocalServiceClpInvoker {
private String[] _methodParameterTypes205;
private String _methodName206;
private String[] _methodParameterTypes206;
+ private String _methodName207;
+ private String[] _methodParameterTypes207;
private String _methodName208;
private String[] _methodParameterTypes208;
private String _methodName209;
@@ -788,6 +779,8 @@ public class PagamentoLocalServiceClpInvoker {
private String[] _methodParameterTypes210;
private String _methodName211;
private String[] _methodParameterTypes211;
+ private String _methodName212;
+ private String[] _methodParameterTypes212;
private String _methodName214;
private String[] _methodParameterTypes214;
private String _methodName215;
@@ -796,10 +789,8 @@ public class PagamentoLocalServiceClpInvoker {
private String[] _methodParameterTypes216;
private String _methodName217;
private String[] _methodParameterTypes217;
- private String _methodName218;
- private String[] _methodParameterTypes218;
- private String _methodName219;
- private String[] _methodParameterTypes219;
+ private String _methodName220;
+ private String[] _methodParameterTypes220;
private String _methodName221;
private String[] _methodParameterTypes221;
private String _methodName222;
@@ -808,4 +799,14 @@ public class PagamentoLocalServiceClpInvoker {
private String[] _methodParameterTypes223;
private String _methodName224;
private String[] _methodParameterTypes224;
+ private String _methodName225;
+ private String[] _methodParameterTypes225;
+ private String _methodName227;
+ private String[] _methodParameterTypes227;
+ private String _methodName228;
+ private String[] _methodParameterTypes228;
+ private String _methodName229;
+ private String[] _methodParameterTypes229;
+ private String _methodName230;
+ private String[] _methodParameterTypes230;
}
\ 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/base/PagamentoServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceBaseImpl.java
index 8d746b3a..fd58668f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class PagamentoServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1746,6 +1804,12 @@ public abstract class PagamentoServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceClpInvoker.java
index db1deb16..65e7ebad 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PagamentoServiceClpInvoker.java
@@ -24,41 +24,42 @@ import java.util.Arrays;
*/
public class PagamentoServiceClpInvoker {
public PagamentoServiceClpInvoker() {
- _methodName160 = "getBeanIdentifier";
+ _methodName166 = "getBeanIdentifier";
- _methodParameterTypes160 = new String[] { };
+ _methodParameterTypes166 = new String[] { };
- _methodName161 = "setBeanIdentifier";
+ _methodName167 = "setBeanIdentifier";
- _methodParameterTypes161 = new String[] { "java.lang.String" };
+ _methodParameterTypes167 = new String[] { "java.lang.String" };
- _methodName166 = "updatePagamentoManuale";
+ _methodName172 = "updatePagamentoManuale";
- _methodParameterTypes166 = new String[] {
- "long", "byte[][]", "java.lang.String",
+ _methodParameterTypes172 = new String[] {
+ "long", "byte[][]", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName160.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) {
+ if (_methodName166.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
return PagamentoServiceUtil.getBeanIdentifier();
}
- if (_methodName161.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) {
+ if (_methodName167.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
PagamentoServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
PagamentoServiceUtil.updatePagamentoManuale(((Long)arguments[0]).longValue(),
(byte[])arguments[1], (java.lang.String)arguments[2],
- (com.liferay.portal.service.ServiceContext)arguments[3]);
+ (java.lang.String)arguments[3],
+ (com.liferay.portal.service.ServiceContext)arguments[4]);
return null;
}
@@ -66,10 +67,10 @@ public class PagamentoServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName160;
- private String[] _methodParameterTypes160;
- private String _methodName161;
- private String[] _methodParameterTypes161;
private String _methodName166;
private String[] _methodParameterTypes166;
+ private String _methodName167;
+ private String[] _methodParameterTypes167;
+ private String _methodName172;
+ private String[] _methodParameterTypes172;
}
\ 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/base/ParereGeologoLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceBaseImpl.java
index b02a298a..58c10c3e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1347,6 +1348,63 @@ public abstract class ParereGeologoLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2042,6 +2100,12 @@ public abstract class ParereGeologoLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceClpInvoker.java
index 0f1e923e..4bcd9fb5 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoLocalServiceClpInvoker.java
@@ -122,101 +122,101 @@ public class ParereGeologoLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.ParereGeologo"
};
- _methodName180 = "getBeanIdentifier";
+ _methodName186 = "getBeanIdentifier";
- _methodParameterTypes180 = new String[] { };
+ _methodParameterTypes186 = new String[] { };
- _methodName181 = "setBeanIdentifier";
+ _methodName187 = "setBeanIdentifier";
- _methodParameterTypes181 = new String[] { "java.lang.String" };
+ _methodParameterTypes187 = new String[] { "java.lang.String" };
- _methodName186 = "addParereGeologo";
+ _methodName192 = "addParereGeologo";
- _methodParameterTypes186 = new String[] {
+ _methodParameterTypes192 = new String[] {
"long", "long", "long",
"com.liferay.portal.service.ServiceContext"
};
- _methodName187 = "updateParereGeologo";
+ _methodName193 = "updateParereGeologo";
- _methodParameterTypes187 = new String[] {
+ _methodParameterTypes193 = new String[] {
"long", "java.lang.String", "byte[][]", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName188 = "deleteParereGeologo";
+ _methodName194 = "deleteParereGeologo";
- _methodParameterTypes188 = new String[] { "long" };
+ _methodParameterTypes194 = new String[] { "long" };
- _methodName189 = "deleteParereGeologo";
+ _methodName195 = "deleteParereGeologo";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes195 = new String[] {
"it.tref.liferay.portos.bo.model.ParereGeologo"
};
- _methodName190 = "updateParereGeologo";
+ _methodName196 = "updateParereGeologo";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
"it.tref.liferay.portos.bo.model.ParereGeologo"
};
- _methodName191 = "remove";
+ _methodName197 = "remove";
- _methodParameterTypes191 = new String[] {
+ _methodParameterTypes197 = new String[] {
"it.tref.liferay.portos.bo.model.ParereGeologo"
};
- _methodName192 = "findByIntPraticaId";
+ _methodName198 = "findByIntPraticaId";
- _methodParameterTypes192 = new String[] { "long", "int", "int" };
+ _methodParameterTypes198 = new String[] { "long", "int", "int" };
- _methodName193 = "countByIntPraticaId";
+ _methodName199 = "countByIntPraticaId";
- _methodParameterTypes193 = new String[] { "long" };
+ _methodParameterTypes199 = new String[] { "long" };
- _methodName194 = "findByIntPraticaIdParereVuoto";
+ _methodName200 = "findByIntPraticaIdParereVuoto";
- _methodParameterTypes194 = new String[] { "long", "int", "int" };
+ _methodParameterTypes200 = new String[] { "long", "int", "int" };
- _methodName195 = "countByIntPraticaIdParereVuoto";
+ _methodName201 = "countByIntPraticaIdParereVuoto";
- _methodParameterTypes195 = new String[] { "long" };
+ _methodParameterTypes201 = new String[] { "long" };
- _methodName196 = "findByIntPraticaId_GeologoId";
+ _methodName202 = "findByIntPraticaId_GeologoId";
- _methodParameterTypes196 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes202 = new String[] { "long", "long", "int", "int" };
- _methodName197 = "countByIntPraticaId_GeologoId";
+ _methodName203 = "countByIntPraticaId_GeologoId";
- _methodParameterTypes197 = new String[] { "long", "long" };
+ _methodParameterTypes203 = new String[] { "long", "long" };
- _methodName198 = "findByGeologoId";
+ _methodName204 = "findByGeologoId";
- _methodParameterTypes198 = new String[] { "long", "int", "int" };
+ _methodParameterTypes204 = new String[] { "long", "int", "int" };
- _methodName199 = "findByCompanyIdGroupId";
+ _methodName205 = "findByCompanyIdGroupId";
- _methodParameterTypes199 = new String[] { "long", "long" };
+ _methodParameterTypes205 = new String[] { "long", "long" };
- _methodName200 = "countByGeologoId";
+ _methodName206 = "countByGeologoId";
- _methodParameterTypes200 = new String[] { "long" };
+ _methodParameterTypes206 = new String[] { "long" };
- _methodName201 = "findNotParereByGeologoId";
+ _methodName207 = "findNotParereByGeologoId";
- _methodParameterTypes201 = new String[] { "long", "int", "int" };
+ _methodParameterTypes207 = new String[] { "long", "int", "int" };
- _methodName202 = "findWithParereByGeologoId";
+ _methodName208 = "findWithParereByGeologoId";
- _methodParameterTypes202 = new String[] { "long", "int", "int" };
+ _methodParameterTypes208 = new String[] { "long", "int", "int" };
- _methodName203 = "countFindNotParereByGeologoId";
+ _methodName209 = "countFindNotParereByGeologoId";
- _methodParameterTypes203 = new String[] { "long" };
+ _methodParameterTypes209 = new String[] { "long" };
- _methodName204 = "countFindWithParereByGeologoId";
+ _methodName210 = "countFindWithParereByGeologoId";
- _methodParameterTypes204 = new String[] { "long" };
+ _methodParameterTypes210 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -332,131 +332,131 @@ public class ParereGeologoLocalServiceClpInvoker {
return ParereGeologoLocalServiceUtil.updateParereGeologo((it.tref.liferay.portos.bo.model.ParereGeologo)arguments[0]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return ParereGeologoLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
ParereGeologoLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return ParereGeologoLocalServiceUtil.addParereGeologo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return ParereGeologoLocalServiceUtil.updateParereGeologo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (byte[])arguments[2],
(java.lang.String)arguments[3],
(com.liferay.portal.service.ServiceContext)arguments[4]);
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return ParereGeologoLocalServiceUtil.deleteParereGeologo(((Long)arguments[0]).longValue());
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return ParereGeologoLocalServiceUtil.deleteParereGeologo((it.tref.liferay.portos.bo.model.ParereGeologo)arguments[0]);
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return ParereGeologoLocalServiceUtil.updateParereGeologo((it.tref.liferay.portos.bo.model.ParereGeologo)arguments[0]);
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return ParereGeologoLocalServiceUtil.remove((it.tref.liferay.portos.bo.model.ParereGeologo)arguments[0]);
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return ParereGeologoLocalServiceUtil.findByIntPraticaId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return ParereGeologoLocalServiceUtil.countByIntPraticaId(((Long)arguments[0]).longValue());
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return ParereGeologoLocalServiceUtil.findByIntPraticaIdParereVuoto(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return ParereGeologoLocalServiceUtil.countByIntPraticaIdParereVuoto(((Long)arguments[0]).longValue());
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
return ParereGeologoLocalServiceUtil.findByIntPraticaId_GeologoId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return ParereGeologoLocalServiceUtil.countByIntPraticaId_GeologoId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return ParereGeologoLocalServiceUtil.findByGeologoId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return ParereGeologoLocalServiceUtil.findByCompanyIdGroupId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName200.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
return ParereGeologoLocalServiceUtil.countByGeologoId(((Long)arguments[0]).longValue());
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName207.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
return ParereGeologoLocalServiceUtil.findNotParereByGeologoId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return ParereGeologoLocalServiceUtil.findWithParereByGeologoId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return ParereGeologoLocalServiceUtil.countFindNotParereByGeologoId(((Long)arguments[0]).longValue());
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return ParereGeologoLocalServiceUtil.countFindWithParereByGeologoId(((Long)arguments[0]).longValue());
}
@@ -503,22 +503,10 @@ public class ParereGeologoLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
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;
@@ -545,4 +533,16 @@ public class ParereGeologoLocalServiceClpInvoker {
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;
}
\ 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/base/ParereGeologoServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceBaseImpl.java
index 0f0fd429..67eb8c5d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class ParereGeologoServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1746,6 +1804,12 @@ public abstract class ParereGeologoServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceClpInvoker.java
index c235f235..d600021b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ParereGeologoServiceClpInvoker.java
@@ -24,155 +24,155 @@ import java.util.Arrays;
*/
public class ParereGeologoServiceClpInvoker {
public ParereGeologoServiceClpInvoker() {
- _methodName160 = "getBeanIdentifier";
+ _methodName166 = "getBeanIdentifier";
- _methodParameterTypes160 = new String[] { };
+ _methodParameterTypes166 = new String[] { };
- _methodName161 = "setBeanIdentifier";
+ _methodName167 = "setBeanIdentifier";
- _methodParameterTypes161 = new String[] { "java.lang.String" };
+ _methodParameterTypes167 = new String[] { "java.lang.String" };
- _methodName166 = "addParereGeologo";
+ _methodName172 = "addParereGeologo";
- _methodParameterTypes166 = new String[] {
+ _methodParameterTypes172 = new String[] {
"long", "long", "long",
"com.liferay.portal.service.ServiceContext"
};
- _methodName167 = "updateParereGeologo";
+ _methodName173 = "updateParereGeologo";
- _methodParameterTypes167 = new String[] {
+ _methodParameterTypes173 = new String[] {
"long", "java.lang.String", "byte[][]", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName168 = "deleteParereGeologo";
+ _methodName174 = "deleteParereGeologo";
- _methodParameterTypes168 = new String[] { "long" };
+ _methodParameterTypes174 = new String[] { "long" };
- _methodName169 = "updateParereGeologo";
+ _methodName175 = "updateParereGeologo";
- _methodParameterTypes169 = new String[] {
+ _methodParameterTypes175 = new String[] {
"it.tref.liferay.portos.bo.model.ParereGeologo"
};
- _methodName170 = "findByIntPraticaId";
+ _methodName176 = "findByIntPraticaId";
- _methodParameterTypes170 = new String[] { "long", "int", "int" };
+ _methodParameterTypes176 = new String[] { "long", "int", "int" };
- _methodName171 = "findByIntPraticaId_GeologoId";
+ _methodName177 = "findByIntPraticaId_GeologoId";
- _methodParameterTypes171 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes177 = new String[] { "long", "long", "int", "int" };
- _methodName172 = "countByIntPraticaId_GeologoId";
+ _methodName178 = "countByIntPraticaId_GeologoId";
- _methodParameterTypes172 = new String[] { "long", "long" };
+ _methodParameterTypes178 = new String[] { "long", "long" };
- _methodName173 = "findByGeologoId";
+ _methodName179 = "findByGeologoId";
- _methodParameterTypes173 = new String[] { "long", "int", "int" };
+ _methodParameterTypes179 = new String[] { "long", "int", "int" };
- _methodName174 = "countByGeologoId";
+ _methodName180 = "countByGeologoId";
- _methodParameterTypes174 = new String[] { "long" };
+ _methodParameterTypes180 = new String[] { "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName160.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) {
+ if (_methodName166.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
return ParereGeologoServiceUtil.getBeanIdentifier();
}
- if (_methodName161.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) {
+ if (_methodName167.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
ParereGeologoServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
return ParereGeologoServiceUtil.addParereGeologo(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
- if (_methodName167.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
+ if (_methodName173.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
return ParereGeologoServiceUtil.updateParereGeologo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (byte[])arguments[2],
(java.lang.String)arguments[3],
(com.liferay.portal.service.ServiceContext)arguments[4]);
}
- if (_methodName168.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
+ if (_methodName174.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
return ParereGeologoServiceUtil.deleteParereGeologo(((Long)arguments[0]).longValue());
}
- if (_methodName169.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
+ if (_methodName175.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
return ParereGeologoServiceUtil.updateParereGeologo((it.tref.liferay.portos.bo.model.ParereGeologo)arguments[0]);
}
- if (_methodName170.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
+ if (_methodName176.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
return ParereGeologoServiceUtil.findByIntPraticaId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName171.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
+ if (_methodName177.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
return ParereGeologoServiceUtil.findByIntPraticaId_GeologoId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return ParereGeologoServiceUtil.countByIntPraticaId_GeologoId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
return ParereGeologoServiceUtil.findByGeologoId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName174.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
+ if (_methodName180.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
return ParereGeologoServiceUtil.countByGeologoId(((Long)arguments[0]).longValue());
}
throw new UnsupportedOperationException();
}
- private String _methodName160;
- private String[] _methodParameterTypes160;
- private String _methodName161;
- private String[] _methodParameterTypes161;
private String _methodName166;
private String[] _methodParameterTypes166;
private String _methodName167;
private String[] _methodParameterTypes167;
- private String _methodName168;
- private String[] _methodParameterTypes168;
- private String _methodName169;
- private String[] _methodParameterTypes169;
- private String _methodName170;
- private String[] _methodParameterTypes170;
- private String _methodName171;
- private String[] _methodParameterTypes171;
private String _methodName172;
private String[] _methodParameterTypes172;
private String _methodName173;
private String[] _methodParameterTypes173;
private String _methodName174;
private String[] _methodParameterTypes174;
+ private String _methodName175;
+ private String[] _methodParameterTypes175;
+ private String _methodName176;
+ private String[] _methodParameterTypes176;
+ private String _methodName177;
+ private String[] _methodParameterTypes177;
+ private String _methodName178;
+ private String[] _methodParameterTypes178;
+ private String _methodName179;
+ private String[] _methodParameterTypes179;
+ private String _methodName180;
+ private String[] _methodParameterTypes180;
}
\ 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/base/PraticaAttenzionataLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PraticaAttenzionataLocalServiceBaseImpl.java
new file mode 100644
index 00000000..48604dda
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PraticaAttenzionataLocalServiceBaseImpl.java
@@ -0,0 +1,2126 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service.base;
+
+import com.liferay.portal.kernel.bean.BeanReference;
+import com.liferay.portal.kernel.bean.IdentifiableBean;
+import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
+import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
+import com.liferay.portal.kernel.dao.orm.DynamicQuery;
+import com.liferay.portal.kernel.dao.orm.DynamicQueryFactoryUtil;
+import com.liferay.portal.kernel.dao.orm.Projection;
+import com.liferay.portal.kernel.exception.PortalException;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.kernel.search.Indexable;
+import com.liferay.portal.kernel.search.IndexableType;
+import com.liferay.portal.kernel.util.OrderByComparator;
+import com.liferay.portal.model.PersistedModel;
+import com.liferay.portal.service.BaseLocalServiceImpl;
+import com.liferay.portal.service.PersistedModelLocalServiceRegistryUtil;
+import com.liferay.portal.service.persistence.UserPersistence;
+
+import it.tref.liferay.portos.bo.model.PraticaAttenzionata;
+import it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService;
+import it.tref.liferay.portos.bo.service.persistence.AllegatoManualePersistence;
+import it.tref.liferay.portos.bo.service.persistence.AsseverazionePersistence;
+import it.tref.liferay.portos.bo.service.persistence.AvvisoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.CollaudoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.ComunePersistence;
+import it.tref.liferay.portos.bo.service.persistence.ComunicazionePersistence;
+import it.tref.liferay.portos.bo.service.persistence.ConfigurazionePersistence;
+import it.tref.liferay.portos.bo.service.persistence.ControlloPraticaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.DelegaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.DettPraticaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence;
+import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence;
+import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
+import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
+import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
+import it.tref.liferay.portos.bo.service.persistence.SorteggioPersistence;
+import it.tref.liferay.portos.bo.service.persistence.StoricoSoggettoPraticaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.TempisticaFinder;
+import it.tref.liferay.portos.bo.service.persistence.TempisticaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.TerritorioPersistence;
+
+import java.io.Serializable;
+
+import java.util.List;
+
+import javax.sql.DataSource;
+
+/**
+ * Provides the base implementation for the pratica attenzionata local service.
+ *
+ *
+ * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataLocalServiceImpl}.
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataLocalServiceImpl
+ * @see it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalServiceUtil
+ * @generated
+ */
+public abstract class PraticaAttenzionataLocalServiceBaseImpl
+ extends BaseLocalServiceImpl implements PraticaAttenzionataLocalService,
+ IdentifiableBean {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify or reference this class directly. Always use {@link it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalServiceUtil} to access the pratica attenzionata local service.
+ */
+
+ /**
+ * Adds the pratica attenzionata to the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ * @return the pratica attenzionata that was added
+ * @throws SystemException if a system exception occurred
+ */
+ @Indexable(type = IndexableType.REINDEX)
+ @Override
+ public PraticaAttenzionata addPraticaAttenzionata(
+ PraticaAttenzionata praticaAttenzionata) throws SystemException {
+ praticaAttenzionata.setNew(true);
+
+ return praticaAttenzionataPersistence.update(praticaAttenzionata);
+ }
+
+ /**
+ * Creates a new pratica attenzionata with the primary key. Does not add the pratica attenzionata to the database.
+ *
+ * @param praticaAttenzionataId the primary key for the new pratica attenzionata
+ * @return the new pratica attenzionata
+ */
+ @Override
+ public PraticaAttenzionata createPraticaAttenzionata(
+ long praticaAttenzionataId) {
+ return praticaAttenzionataPersistence.create(praticaAttenzionataId);
+ }
+
+ /**
+ * Deletes the pratica attenzionata with the primary key from the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata that was removed
+ * @throws PortalException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Indexable(type = IndexableType.DELETE)
+ @Override
+ public PraticaAttenzionata deletePraticaAttenzionata(
+ long praticaAttenzionataId) throws PortalException, SystemException {
+ return praticaAttenzionataPersistence.remove(praticaAttenzionataId);
+ }
+
+ /**
+ * Deletes the pratica attenzionata from the database. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ * @return the pratica attenzionata that was removed
+ * @throws SystemException if a system exception occurred
+ */
+ @Indexable(type = IndexableType.DELETE)
+ @Override
+ public PraticaAttenzionata deletePraticaAttenzionata(
+ PraticaAttenzionata praticaAttenzionata) throws SystemException {
+ return praticaAttenzionataPersistence.remove(praticaAttenzionata);
+ }
+
+ @Override
+ public DynamicQuery dynamicQuery() {
+ Class> clazz = getClass();
+
+ return DynamicQueryFactoryUtil.forClass(PraticaAttenzionata.class,
+ clazz.getClassLoader());
+ }
+
+ /**
+ * Performs a dynamic query on the database and returns the matching rows.
+ *
+ * @param dynamicQuery the dynamic query
+ * @return the matching rows
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ @SuppressWarnings("rawtypes")
+ public List dynamicQuery(DynamicQuery dynamicQuery)
+ throws SystemException {
+ return praticaAttenzionataPersistence.findWithDynamicQuery(dynamicQuery);
+ }
+
+ /**
+ * Performs a dynamic query on the database and returns a range of the matching rows.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param dynamicQuery the dynamic query
+ * @param start the lower bound of the range of model instances
+ * @param end the upper bound of the range of model instances (not inclusive)
+ * @return the range of matching rows
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ @SuppressWarnings("rawtypes")
+ public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
+ throws SystemException {
+ return praticaAttenzionataPersistence.findWithDynamicQuery(dynamicQuery,
+ start, end);
+ }
+
+ /**
+ * Performs a dynamic query on the database and returns an ordered range of the matching rows.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param dynamicQuery the dynamic query
+ * @param start the lower bound of the range of model instances
+ * @param end the upper bound of the range of model instances (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching rows
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ @SuppressWarnings("rawtypes")
+ public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end,
+ OrderByComparator orderByComparator) throws SystemException {
+ return praticaAttenzionataPersistence.findWithDynamicQuery(dynamicQuery,
+ start, end, orderByComparator);
+ }
+
+ /**
+ * Returns the number of rows that match the dynamic query.
+ *
+ * @param dynamicQuery the dynamic query
+ * @return the number of rows that match the dynamic query
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public long dynamicQueryCount(DynamicQuery dynamicQuery)
+ throws SystemException {
+ return praticaAttenzionataPersistence.countWithDynamicQuery(dynamicQuery);
+ }
+
+ /**
+ * Returns the number of rows that match the dynamic query.
+ *
+ * @param dynamicQuery the dynamic query
+ * @param projection the projection to apply to the query
+ * @return the number of rows that match the dynamic query
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public long dynamicQueryCount(DynamicQuery dynamicQuery,
+ Projection projection) throws SystemException {
+ return praticaAttenzionataPersistence.countWithDynamicQuery(dynamicQuery,
+ projection);
+ }
+
+ @Override
+ public PraticaAttenzionata fetchPraticaAttenzionata(
+ long praticaAttenzionataId) throws SystemException {
+ return praticaAttenzionataPersistence.fetchByPrimaryKey(praticaAttenzionataId);
+ }
+
+ /**
+ * Returns the pratica attenzionata with the matching UUID and company.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param companyId the primary key of the company
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata fetchPraticaAttenzionataByUuidAndCompanyId(
+ String uuid, long companyId) throws SystemException {
+ return praticaAttenzionataPersistence.fetchByUuid_C_First(uuid,
+ companyId, null);
+ }
+
+ /**
+ * Returns the pratica attenzionata matching the UUID and group.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param groupId the primary key of the group
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata fetchPraticaAttenzionataByUuidAndGroupId(
+ String uuid, long groupId) throws SystemException {
+ return praticaAttenzionataPersistence.fetchByUUID_G(uuid, groupId);
+ }
+
+ /**
+ * Returns the pratica attenzionata with the primary key.
+ *
+ * @param praticaAttenzionataId the primary key of the pratica attenzionata
+ * @return the pratica attenzionata
+ * @throws PortalException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata getPraticaAttenzionata(
+ long praticaAttenzionataId) throws PortalException, SystemException {
+ return praticaAttenzionataPersistence.findByPrimaryKey(praticaAttenzionataId);
+ }
+
+ @Override
+ public PersistedModel getPersistedModel(Serializable primaryKeyObj)
+ throws PortalException, SystemException {
+ return praticaAttenzionataPersistence.findByPrimaryKey(primaryKeyObj);
+ }
+
+ /**
+ * Returns the pratica attenzionata with the matching UUID and company.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param companyId the primary key of the company
+ * @return the matching pratica attenzionata
+ * @throws PortalException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata getPraticaAttenzionataByUuidAndCompanyId(
+ String uuid, long companyId) throws PortalException, SystemException {
+ return praticaAttenzionataPersistence.findByUuid_C_First(uuid,
+ companyId, null);
+ }
+
+ /**
+ * Returns the pratica attenzionata matching the UUID and group.
+ *
+ * @param uuid the pratica attenzionata's UUID
+ * @param groupId the primary key of the group
+ * @return the matching pratica attenzionata
+ * @throws PortalException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata getPraticaAttenzionataByUuidAndGroupId(
+ String uuid, long groupId) throws PortalException, SystemException {
+ return praticaAttenzionataPersistence.findByUUID_G(uuid, groupId);
+ }
+
+ /**
+ * Returns a range of all the pratica attenzionatas.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public List getPraticaAttenzionatas(int start, int end)
+ throws SystemException {
+ return praticaAttenzionataPersistence.findAll(start, end);
+ }
+
+ /**
+ * Returns the number of pratica attenzionatas.
+ *
+ * @return the number of pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public int getPraticaAttenzionatasCount() throws SystemException {
+ return praticaAttenzionataPersistence.countAll();
+ }
+
+ /**
+ * Updates the pratica attenzionata in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
+ *
+ * @param praticaAttenzionata the pratica attenzionata
+ * @return the pratica attenzionata that was updated
+ * @throws SystemException if a system exception occurred
+ */
+ @Indexable(type = IndexableType.REINDEX)
+ @Override
+ public PraticaAttenzionata updatePraticaAttenzionata(
+ PraticaAttenzionata praticaAttenzionata) throws SystemException {
+ return praticaAttenzionataPersistence.update(praticaAttenzionata);
+ }
+
+ /**
+ * Returns the allegato manuale local service.
+ *
+ * @return the allegato manuale local service
+ */
+ public it.tref.liferay.portos.bo.service.AllegatoManualeLocalService getAllegatoManualeLocalService() {
+ return allegatoManualeLocalService;
+ }
+
+ /**
+ * Sets the allegato manuale local service.
+ *
+ * @param allegatoManualeLocalService the allegato manuale local service
+ */
+ public void setAllegatoManualeLocalService(
+ it.tref.liferay.portos.bo.service.AllegatoManualeLocalService allegatoManualeLocalService) {
+ this.allegatoManualeLocalService = allegatoManualeLocalService;
+ }
+
+ /**
+ * Returns the allegato manuale remote service.
+ *
+ * @return the allegato manuale remote service
+ */
+ public it.tref.liferay.portos.bo.service.AllegatoManualeService getAllegatoManualeService() {
+ return allegatoManualeService;
+ }
+
+ /**
+ * Sets the allegato manuale remote service.
+ *
+ * @param allegatoManualeService the allegato manuale remote service
+ */
+ public void setAllegatoManualeService(
+ it.tref.liferay.portos.bo.service.AllegatoManualeService allegatoManualeService) {
+ this.allegatoManualeService = allegatoManualeService;
+ }
+
+ /**
+ * Returns the allegato manuale persistence.
+ *
+ * @return the allegato manuale persistence
+ */
+ public AllegatoManualePersistence getAllegatoManualePersistence() {
+ return allegatoManualePersistence;
+ }
+
+ /**
+ * Sets the allegato manuale persistence.
+ *
+ * @param allegatoManualePersistence the allegato manuale persistence
+ */
+ public void setAllegatoManualePersistence(
+ AllegatoManualePersistence allegatoManualePersistence) {
+ this.allegatoManualePersistence = allegatoManualePersistence;
+ }
+
+ /**
+ * Returns the asseverazione local service.
+ *
+ * @return the asseverazione local service
+ */
+ public it.tref.liferay.portos.bo.service.AsseverazioneLocalService getAsseverazioneLocalService() {
+ return asseverazioneLocalService;
+ }
+
+ /**
+ * Sets the asseverazione local service.
+ *
+ * @param asseverazioneLocalService the asseverazione local service
+ */
+ public void setAsseverazioneLocalService(
+ it.tref.liferay.portos.bo.service.AsseverazioneLocalService asseverazioneLocalService) {
+ this.asseverazioneLocalService = asseverazioneLocalService;
+ }
+
+ /**
+ * Returns the asseverazione remote service.
+ *
+ * @return the asseverazione remote service
+ */
+ public it.tref.liferay.portos.bo.service.AsseverazioneService getAsseverazioneService() {
+ return asseverazioneService;
+ }
+
+ /**
+ * Sets the asseverazione remote service.
+ *
+ * @param asseverazioneService the asseverazione remote service
+ */
+ public void setAsseverazioneService(
+ it.tref.liferay.portos.bo.service.AsseverazioneService asseverazioneService) {
+ this.asseverazioneService = asseverazioneService;
+ }
+
+ /**
+ * Returns the asseverazione persistence.
+ *
+ * @return the asseverazione persistence
+ */
+ public AsseverazionePersistence getAsseverazionePersistence() {
+ return asseverazionePersistence;
+ }
+
+ /**
+ * Sets the asseverazione persistence.
+ *
+ * @param asseverazionePersistence the asseverazione persistence
+ */
+ public void setAsseverazionePersistence(
+ AsseverazionePersistence asseverazionePersistence) {
+ this.asseverazionePersistence = asseverazionePersistence;
+ }
+
+ /**
+ * Returns the avviso local service.
+ *
+ * @return the avviso local service
+ */
+ public it.tref.liferay.portos.bo.service.AvvisoLocalService getAvvisoLocalService() {
+ return avvisoLocalService;
+ }
+
+ /**
+ * Sets the avviso local service.
+ *
+ * @param avvisoLocalService the avviso local service
+ */
+ public void setAvvisoLocalService(
+ it.tref.liferay.portos.bo.service.AvvisoLocalService avvisoLocalService) {
+ this.avvisoLocalService = avvisoLocalService;
+ }
+
+ /**
+ * Returns the avviso remote service.
+ *
+ * @return the avviso remote service
+ */
+ public it.tref.liferay.portos.bo.service.AvvisoService getAvvisoService() {
+ return avvisoService;
+ }
+
+ /**
+ * Sets the avviso remote service.
+ *
+ * @param avvisoService the avviso remote service
+ */
+ public void setAvvisoService(
+ it.tref.liferay.portos.bo.service.AvvisoService avvisoService) {
+ this.avvisoService = avvisoService;
+ }
+
+ /**
+ * Returns the avviso persistence.
+ *
+ * @return the avviso persistence
+ */
+ public AvvisoPersistence getAvvisoPersistence() {
+ return avvisoPersistence;
+ }
+
+ /**
+ * Sets the avviso persistence.
+ *
+ * @param avvisoPersistence the avviso persistence
+ */
+ public void setAvvisoPersistence(AvvisoPersistence avvisoPersistence) {
+ this.avvisoPersistence = avvisoPersistence;
+ }
+
+ /**
+ * Returns the collaudo local service.
+ *
+ * @return the collaudo local service
+ */
+ public it.tref.liferay.portos.bo.service.CollaudoLocalService getCollaudoLocalService() {
+ return collaudoLocalService;
+ }
+
+ /**
+ * Sets the collaudo local service.
+ *
+ * @param collaudoLocalService the collaudo local service
+ */
+ public void setCollaudoLocalService(
+ it.tref.liferay.portos.bo.service.CollaudoLocalService collaudoLocalService) {
+ this.collaudoLocalService = collaudoLocalService;
+ }
+
+ /**
+ * Returns the collaudo remote service.
+ *
+ * @return the collaudo remote service
+ */
+ public it.tref.liferay.portos.bo.service.CollaudoService getCollaudoService() {
+ return collaudoService;
+ }
+
+ /**
+ * Sets the collaudo remote service.
+ *
+ * @param collaudoService the collaudo remote service
+ */
+ public void setCollaudoService(
+ it.tref.liferay.portos.bo.service.CollaudoService collaudoService) {
+ this.collaudoService = collaudoService;
+ }
+
+ /**
+ * Returns the collaudo persistence.
+ *
+ * @return the collaudo persistence
+ */
+ public CollaudoPersistence getCollaudoPersistence() {
+ return collaudoPersistence;
+ }
+
+ /**
+ * Sets the collaudo persistence.
+ *
+ * @param collaudoPersistence the collaudo persistence
+ */
+ public void setCollaudoPersistence(CollaudoPersistence collaudoPersistence) {
+ this.collaudoPersistence = collaudoPersistence;
+ }
+
+ /**
+ * Returns the comune local service.
+ *
+ * @return the comune local service
+ */
+ public it.tref.liferay.portos.bo.service.ComuneLocalService getComuneLocalService() {
+ return comuneLocalService;
+ }
+
+ /**
+ * Sets the comune local service.
+ *
+ * @param comuneLocalService the comune local service
+ */
+ public void setComuneLocalService(
+ it.tref.liferay.portos.bo.service.ComuneLocalService comuneLocalService) {
+ this.comuneLocalService = comuneLocalService;
+ }
+
+ /**
+ * Returns the comune remote service.
+ *
+ * @return the comune remote service
+ */
+ public it.tref.liferay.portos.bo.service.ComuneService getComuneService() {
+ return comuneService;
+ }
+
+ /**
+ * Sets the comune remote service.
+ *
+ * @param comuneService the comune remote service
+ */
+ public void setComuneService(
+ it.tref.liferay.portos.bo.service.ComuneService comuneService) {
+ this.comuneService = comuneService;
+ }
+
+ /**
+ * Returns the comune persistence.
+ *
+ * @return the comune persistence
+ */
+ public ComunePersistence getComunePersistence() {
+ return comunePersistence;
+ }
+
+ /**
+ * Sets the comune persistence.
+ *
+ * @param comunePersistence the comune persistence
+ */
+ public void setComunePersistence(ComunePersistence comunePersistence) {
+ this.comunePersistence = comunePersistence;
+ }
+
+ /**
+ * Returns the comunicazione local service.
+ *
+ * @return the comunicazione local service
+ */
+ public it.tref.liferay.portos.bo.service.ComunicazioneLocalService getComunicazioneLocalService() {
+ return comunicazioneLocalService;
+ }
+
+ /**
+ * Sets the comunicazione local service.
+ *
+ * @param comunicazioneLocalService the comunicazione local service
+ */
+ public void setComunicazioneLocalService(
+ it.tref.liferay.portos.bo.service.ComunicazioneLocalService comunicazioneLocalService) {
+ this.comunicazioneLocalService = comunicazioneLocalService;
+ }
+
+ /**
+ * Returns the comunicazione remote service.
+ *
+ * @return the comunicazione remote service
+ */
+ public it.tref.liferay.portos.bo.service.ComunicazioneService getComunicazioneService() {
+ return comunicazioneService;
+ }
+
+ /**
+ * Sets the comunicazione remote service.
+ *
+ * @param comunicazioneService the comunicazione remote service
+ */
+ public void setComunicazioneService(
+ it.tref.liferay.portos.bo.service.ComunicazioneService comunicazioneService) {
+ this.comunicazioneService = comunicazioneService;
+ }
+
+ /**
+ * Returns the comunicazione persistence.
+ *
+ * @return the comunicazione persistence
+ */
+ public ComunicazionePersistence getComunicazionePersistence() {
+ return comunicazionePersistence;
+ }
+
+ /**
+ * Sets the comunicazione persistence.
+ *
+ * @param comunicazionePersistence the comunicazione persistence
+ */
+ public void setComunicazionePersistence(
+ ComunicazionePersistence comunicazionePersistence) {
+ this.comunicazionePersistence = comunicazionePersistence;
+ }
+
+ /**
+ * Returns the configurazione local service.
+ *
+ * @return the configurazione local service
+ */
+ public it.tref.liferay.portos.bo.service.ConfigurazioneLocalService getConfigurazioneLocalService() {
+ return configurazioneLocalService;
+ }
+
+ /**
+ * Sets the configurazione local service.
+ *
+ * @param configurazioneLocalService the configurazione local service
+ */
+ public void setConfigurazioneLocalService(
+ it.tref.liferay.portos.bo.service.ConfigurazioneLocalService configurazioneLocalService) {
+ this.configurazioneLocalService = configurazioneLocalService;
+ }
+
+ /**
+ * Returns the configurazione remote service.
+ *
+ * @return the configurazione remote service
+ */
+ public it.tref.liferay.portos.bo.service.ConfigurazioneService getConfigurazioneService() {
+ return configurazioneService;
+ }
+
+ /**
+ * Sets the configurazione remote service.
+ *
+ * @param configurazioneService the configurazione remote service
+ */
+ public void setConfigurazioneService(
+ it.tref.liferay.portos.bo.service.ConfigurazioneService configurazioneService) {
+ this.configurazioneService = configurazioneService;
+ }
+
+ /**
+ * Returns the configurazione persistence.
+ *
+ * @return the configurazione persistence
+ */
+ public ConfigurazionePersistence getConfigurazionePersistence() {
+ return configurazionePersistence;
+ }
+
+ /**
+ * Sets the configurazione persistence.
+ *
+ * @param configurazionePersistence the configurazione persistence
+ */
+ public void setConfigurazionePersistence(
+ ConfigurazionePersistence configurazionePersistence) {
+ this.configurazionePersistence = configurazionePersistence;
+ }
+
+ /**
+ * Returns the controllo pratica local service.
+ *
+ * @return the controllo pratica local service
+ */
+ public it.tref.liferay.portos.bo.service.ControlloPraticaLocalService getControlloPraticaLocalService() {
+ return controlloPraticaLocalService;
+ }
+
+ /**
+ * Sets the controllo pratica local service.
+ *
+ * @param controlloPraticaLocalService the controllo pratica local service
+ */
+ public void setControlloPraticaLocalService(
+ it.tref.liferay.portos.bo.service.ControlloPraticaLocalService controlloPraticaLocalService) {
+ this.controlloPraticaLocalService = controlloPraticaLocalService;
+ }
+
+ /**
+ * Returns the controllo pratica remote service.
+ *
+ * @return the controllo pratica remote service
+ */
+ public it.tref.liferay.portos.bo.service.ControlloPraticaService getControlloPraticaService() {
+ return controlloPraticaService;
+ }
+
+ /**
+ * Sets the controllo pratica remote service.
+ *
+ * @param controlloPraticaService the controllo pratica remote service
+ */
+ public void setControlloPraticaService(
+ it.tref.liferay.portos.bo.service.ControlloPraticaService controlloPraticaService) {
+ this.controlloPraticaService = controlloPraticaService;
+ }
+
+ /**
+ * Returns the controllo pratica persistence.
+ *
+ * @return the controllo pratica persistence
+ */
+ public ControlloPraticaPersistence getControlloPraticaPersistence() {
+ return controlloPraticaPersistence;
+ }
+
+ /**
+ * Sets the controllo pratica persistence.
+ *
+ * @param controlloPraticaPersistence the controllo pratica persistence
+ */
+ public void setControlloPraticaPersistence(
+ ControlloPraticaPersistence controlloPraticaPersistence) {
+ this.controlloPraticaPersistence = controlloPraticaPersistence;
+ }
+
+ /**
+ * Returns the delega local service.
+ *
+ * @return the delega local service
+ */
+ public it.tref.liferay.portos.bo.service.DelegaLocalService getDelegaLocalService() {
+ return delegaLocalService;
+ }
+
+ /**
+ * Sets the delega local service.
+ *
+ * @param delegaLocalService the delega local service
+ */
+ public void setDelegaLocalService(
+ it.tref.liferay.portos.bo.service.DelegaLocalService delegaLocalService) {
+ this.delegaLocalService = delegaLocalService;
+ }
+
+ /**
+ * Returns the delega remote service.
+ *
+ * @return the delega remote service
+ */
+ public it.tref.liferay.portos.bo.service.DelegaService getDelegaService() {
+ return delegaService;
+ }
+
+ /**
+ * Sets the delega remote service.
+ *
+ * @param delegaService the delega remote service
+ */
+ public void setDelegaService(
+ it.tref.liferay.portos.bo.service.DelegaService delegaService) {
+ this.delegaService = delegaService;
+ }
+
+ /**
+ * Returns the delega persistence.
+ *
+ * @return the delega persistence
+ */
+ public DelegaPersistence getDelegaPersistence() {
+ return delegaPersistence;
+ }
+
+ /**
+ * Sets the delega persistence.
+ *
+ * @param delegaPersistence the delega persistence
+ */
+ public void setDelegaPersistence(DelegaPersistence delegaPersistence) {
+ this.delegaPersistence = delegaPersistence;
+ }
+
+ /**
+ * Returns the dett pratica local service.
+ *
+ * @return the dett pratica local service
+ */
+ public it.tref.liferay.portos.bo.service.DettPraticaLocalService getDettPraticaLocalService() {
+ return dettPraticaLocalService;
+ }
+
+ /**
+ * Sets the dett pratica local service.
+ *
+ * @param dettPraticaLocalService the dett pratica local service
+ */
+ public void setDettPraticaLocalService(
+ it.tref.liferay.portos.bo.service.DettPraticaLocalService dettPraticaLocalService) {
+ this.dettPraticaLocalService = dettPraticaLocalService;
+ }
+
+ /**
+ * Returns the dett pratica remote service.
+ *
+ * @return the dett pratica remote service
+ */
+ public it.tref.liferay.portos.bo.service.DettPraticaService getDettPraticaService() {
+ return dettPraticaService;
+ }
+
+ /**
+ * Sets the dett pratica remote service.
+ *
+ * @param dettPraticaService the dett pratica remote service
+ */
+ public void setDettPraticaService(
+ it.tref.liferay.portos.bo.service.DettPraticaService dettPraticaService) {
+ this.dettPraticaService = dettPraticaService;
+ }
+
+ /**
+ * Returns the dett pratica persistence.
+ *
+ * @return the dett pratica persistence
+ */
+ public DettPraticaPersistence getDettPraticaPersistence() {
+ return dettPraticaPersistence;
+ }
+
+ /**
+ * Sets the dett pratica persistence.
+ *
+ * @param dettPraticaPersistence the dett pratica persistence
+ */
+ public void setDettPraticaPersistence(
+ DettPraticaPersistence dettPraticaPersistence) {
+ this.dettPraticaPersistence = dettPraticaPersistence;
+ }
+
+ /**
+ * Returns the doc aggiuntiva local service.
+ *
+ * @return the doc aggiuntiva local service
+ */
+ public it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService getDocAggiuntivaLocalService() {
+ return docAggiuntivaLocalService;
+ }
+
+ /**
+ * Sets the doc aggiuntiva local service.
+ *
+ * @param docAggiuntivaLocalService the doc aggiuntiva local service
+ */
+ public void setDocAggiuntivaLocalService(
+ it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService docAggiuntivaLocalService) {
+ this.docAggiuntivaLocalService = docAggiuntivaLocalService;
+ }
+
+ /**
+ * Returns the doc aggiuntiva remote service.
+ *
+ * @return the doc aggiuntiva remote service
+ */
+ public it.tref.liferay.portos.bo.service.DocAggiuntivaService getDocAggiuntivaService() {
+ return docAggiuntivaService;
+ }
+
+ /**
+ * Sets the doc aggiuntiva remote service.
+ *
+ * @param docAggiuntivaService the doc aggiuntiva remote service
+ */
+ public void setDocAggiuntivaService(
+ it.tref.liferay.portos.bo.service.DocAggiuntivaService docAggiuntivaService) {
+ this.docAggiuntivaService = docAggiuntivaService;
+ }
+
+ /**
+ * Returns the doc aggiuntiva persistence.
+ *
+ * @return the doc aggiuntiva persistence
+ */
+ public DocAggiuntivaPersistence getDocAggiuntivaPersistence() {
+ return docAggiuntivaPersistence;
+ }
+
+ /**
+ * Sets the doc aggiuntiva persistence.
+ *
+ * @param docAggiuntivaPersistence the doc aggiuntiva persistence
+ */
+ public void setDocAggiuntivaPersistence(
+ DocAggiuntivaPersistence docAggiuntivaPersistence) {
+ this.docAggiuntivaPersistence = docAggiuntivaPersistence;
+ }
+
+ /**
+ * Returns the doc pratica local service.
+ *
+ * @return the doc pratica local service
+ */
+ public it.tref.liferay.portos.bo.service.DocPraticaLocalService getDocPraticaLocalService() {
+ return docPraticaLocalService;
+ }
+
+ /**
+ * Sets the doc pratica local service.
+ *
+ * @param docPraticaLocalService the doc pratica local service
+ */
+ public void setDocPraticaLocalService(
+ it.tref.liferay.portos.bo.service.DocPraticaLocalService docPraticaLocalService) {
+ this.docPraticaLocalService = docPraticaLocalService;
+ }
+
+ /**
+ * Returns the doc pratica remote service.
+ *
+ * @return the doc pratica remote service
+ */
+ public it.tref.liferay.portos.bo.service.DocPraticaService getDocPraticaService() {
+ return docPraticaService;
+ }
+
+ /**
+ * Sets the doc pratica remote service.
+ *
+ * @param docPraticaService the doc pratica remote service
+ */
+ public void setDocPraticaService(
+ it.tref.liferay.portos.bo.service.DocPraticaService docPraticaService) {
+ this.docPraticaService = docPraticaService;
+ }
+
+ /**
+ * Returns the doc pratica persistence.
+ *
+ * @return the doc pratica persistence
+ */
+ public DocPraticaPersistence getDocPraticaPersistence() {
+ return docPraticaPersistence;
+ }
+
+ /**
+ * Sets the doc pratica persistence.
+ *
+ * @param docPraticaPersistence the doc pratica persistence
+ */
+ public void setDocPraticaPersistence(
+ DocPraticaPersistence docPraticaPersistence) {
+ this.docPraticaPersistence = docPraticaPersistence;
+ }
+
+ /**
+ * Returns the fine lavori local service.
+ *
+ * @return the fine lavori local service
+ */
+ public it.tref.liferay.portos.bo.service.FineLavoriLocalService getFineLavoriLocalService() {
+ return fineLavoriLocalService;
+ }
+
+ /**
+ * Sets the fine lavori local service.
+ *
+ * @param fineLavoriLocalService the fine lavori local service
+ */
+ public void setFineLavoriLocalService(
+ it.tref.liferay.portos.bo.service.FineLavoriLocalService fineLavoriLocalService) {
+ this.fineLavoriLocalService = fineLavoriLocalService;
+ }
+
+ /**
+ * Returns the fine lavori remote service.
+ *
+ * @return the fine lavori remote service
+ */
+ public it.tref.liferay.portos.bo.service.FineLavoriService getFineLavoriService() {
+ return fineLavoriService;
+ }
+
+ /**
+ * Sets the fine lavori remote service.
+ *
+ * @param fineLavoriService the fine lavori remote service
+ */
+ public void setFineLavoriService(
+ it.tref.liferay.portos.bo.service.FineLavoriService fineLavoriService) {
+ this.fineLavoriService = fineLavoriService;
+ }
+
+ /**
+ * Returns the fine lavori persistence.
+ *
+ * @return the fine lavori persistence
+ */
+ public FineLavoriPersistence getFineLavoriPersistence() {
+ return fineLavoriPersistence;
+ }
+
+ /**
+ * Sets the fine lavori persistence.
+ *
+ * @param fineLavoriPersistence the fine lavori persistence
+ */
+ public void setFineLavoriPersistence(
+ FineLavoriPersistence fineLavoriPersistence) {
+ this.fineLavoriPersistence = fineLavoriPersistence;
+ }
+
+ /**
+ * Returns the history workflow action local service.
+ *
+ * @return the history workflow action local service
+ */
+ public it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService getHistoryWorkflowActionLocalService() {
+ return historyWorkflowActionLocalService;
+ }
+
+ /**
+ * Sets the history workflow action local service.
+ *
+ * @param historyWorkflowActionLocalService the history workflow action local service
+ */
+ public void setHistoryWorkflowActionLocalService(
+ it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService historyWorkflowActionLocalService) {
+ this.historyWorkflowActionLocalService = historyWorkflowActionLocalService;
+ }
+
+ /**
+ * Returns the history workflow action remote service.
+ *
+ * @return the history workflow action remote service
+ */
+ public it.tref.liferay.portos.bo.service.HistoryWorkflowActionService getHistoryWorkflowActionService() {
+ return historyWorkflowActionService;
+ }
+
+ /**
+ * Sets the history workflow action remote service.
+ *
+ * @param historyWorkflowActionService the history workflow action remote service
+ */
+ public void setHistoryWorkflowActionService(
+ it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService) {
+ this.historyWorkflowActionService = historyWorkflowActionService;
+ }
+
+ /**
+ * Returns the history workflow action persistence.
+ *
+ * @return the history workflow action persistence
+ */
+ public HistoryWorkflowActionPersistence getHistoryWorkflowActionPersistence() {
+ return historyWorkflowActionPersistence;
+ }
+
+ /**
+ * Sets the history workflow action persistence.
+ *
+ * @param historyWorkflowActionPersistence the history workflow action persistence
+ */
+ public void setHistoryWorkflowActionPersistence(
+ HistoryWorkflowActionPersistence historyWorkflowActionPersistence) {
+ this.historyWorkflowActionPersistence = historyWorkflowActionPersistence;
+ }
+
+ /**
+ * Returns the int pratica local service.
+ *
+ * @return the int pratica local service
+ */
+ public it.tref.liferay.portos.bo.service.IntPraticaLocalService getIntPraticaLocalService() {
+ return intPraticaLocalService;
+ }
+
+ /**
+ * Sets the int pratica local service.
+ *
+ * @param intPraticaLocalService the int pratica local service
+ */
+ public void setIntPraticaLocalService(
+ it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService) {
+ this.intPraticaLocalService = intPraticaLocalService;
+ }
+
+ /**
+ * Returns the int pratica remote service.
+ *
+ * @return the int pratica remote service
+ */
+ public it.tref.liferay.portos.bo.service.IntPraticaService getIntPraticaService() {
+ return intPraticaService;
+ }
+
+ /**
+ * Sets the int pratica remote service.
+ *
+ * @param intPraticaService the int pratica remote service
+ */
+ public void setIntPraticaService(
+ it.tref.liferay.portos.bo.service.IntPraticaService intPraticaService) {
+ this.intPraticaService = intPraticaService;
+ }
+
+ /**
+ * Returns the int pratica persistence.
+ *
+ * @return the int pratica persistence
+ */
+ public IntPraticaPersistence getIntPraticaPersistence() {
+ return intPraticaPersistence;
+ }
+
+ /**
+ * Sets the int pratica persistence.
+ *
+ * @param intPraticaPersistence the int pratica persistence
+ */
+ public void setIntPraticaPersistence(
+ IntPraticaPersistence intPraticaPersistence) {
+ this.intPraticaPersistence = intPraticaPersistence;
+ }
+
+ /**
+ * Returns the int pratica finder.
+ *
+ * @return the int pratica finder
+ */
+ public IntPraticaFinder getIntPraticaFinder() {
+ return intPraticaFinder;
+ }
+
+ /**
+ * Sets the int pratica finder.
+ *
+ * @param intPraticaFinder the int pratica finder
+ */
+ public void setIntPraticaFinder(IntPraticaFinder intPraticaFinder) {
+ this.intPraticaFinder = intPraticaFinder;
+ }
+
+ /**
+ * Returns the pagamento local service.
+ *
+ * @return the pagamento local service
+ */
+ public it.tref.liferay.portos.bo.service.PagamentoLocalService getPagamentoLocalService() {
+ return pagamentoLocalService;
+ }
+
+ /**
+ * Sets the pagamento local service.
+ *
+ * @param pagamentoLocalService the pagamento local service
+ */
+ public void setPagamentoLocalService(
+ it.tref.liferay.portos.bo.service.PagamentoLocalService pagamentoLocalService) {
+ this.pagamentoLocalService = pagamentoLocalService;
+ }
+
+ /**
+ * Returns the pagamento remote service.
+ *
+ * @return the pagamento remote service
+ */
+ public it.tref.liferay.portos.bo.service.PagamentoService getPagamentoService() {
+ return pagamentoService;
+ }
+
+ /**
+ * Sets the pagamento remote service.
+ *
+ * @param pagamentoService the pagamento remote service
+ */
+ public void setPagamentoService(
+ it.tref.liferay.portos.bo.service.PagamentoService pagamentoService) {
+ this.pagamentoService = pagamentoService;
+ }
+
+ /**
+ * Returns the pagamento persistence.
+ *
+ * @return the pagamento persistence
+ */
+ public PagamentoPersistence getPagamentoPersistence() {
+ return pagamentoPersistence;
+ }
+
+ /**
+ * Sets the pagamento persistence.
+ *
+ * @param pagamentoPersistence the pagamento persistence
+ */
+ public void setPagamentoPersistence(
+ PagamentoPersistence pagamentoPersistence) {
+ this.pagamentoPersistence = pagamentoPersistence;
+ }
+
+ /**
+ * Returns the parere geologo local service.
+ *
+ * @return the parere geologo local service
+ */
+ public it.tref.liferay.portos.bo.service.ParereGeologoLocalService getParereGeologoLocalService() {
+ return parereGeologoLocalService;
+ }
+
+ /**
+ * Sets the parere geologo local service.
+ *
+ * @param parereGeologoLocalService the parere geologo local service
+ */
+ public void setParereGeologoLocalService(
+ it.tref.liferay.portos.bo.service.ParereGeologoLocalService parereGeologoLocalService) {
+ this.parereGeologoLocalService = parereGeologoLocalService;
+ }
+
+ /**
+ * Returns the parere geologo remote service.
+ *
+ * @return the parere geologo remote service
+ */
+ public it.tref.liferay.portos.bo.service.ParereGeologoService getParereGeologoService() {
+ return parereGeologoService;
+ }
+
+ /**
+ * Sets the parere geologo remote service.
+ *
+ * @param parereGeologoService the parere geologo remote service
+ */
+ public void setParereGeologoService(
+ it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService) {
+ this.parereGeologoService = parereGeologoService;
+ }
+
+ /**
+ * Returns the parere geologo persistence.
+ *
+ * @return the parere geologo persistence
+ */
+ public ParereGeologoPersistence getParereGeologoPersistence() {
+ return parereGeologoPersistence;
+ }
+
+ /**
+ * Sets the parere geologo persistence.
+ *
+ * @param parereGeologoPersistence the parere geologo persistence
+ */
+ public void setParereGeologoPersistence(
+ ParereGeologoPersistence parereGeologoPersistence) {
+ this.parereGeologoPersistence = parereGeologoPersistence;
+ }
+
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Returns the provincia local service.
+ *
+ * @return the provincia local service
+ */
+ public it.tref.liferay.portos.bo.service.ProvinciaLocalService getProvinciaLocalService() {
+ return provinciaLocalService;
+ }
+
+ /**
+ * Sets the provincia local service.
+ *
+ * @param provinciaLocalService the provincia local service
+ */
+ public void setProvinciaLocalService(
+ it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService) {
+ this.provinciaLocalService = provinciaLocalService;
+ }
+
+ /**
+ * Returns the provincia remote service.
+ *
+ * @return the provincia remote service
+ */
+ public it.tref.liferay.portos.bo.service.ProvinciaService getProvinciaService() {
+ return provinciaService;
+ }
+
+ /**
+ * Sets the provincia remote service.
+ *
+ * @param provinciaService the provincia remote service
+ */
+ public void setProvinciaService(
+ it.tref.liferay.portos.bo.service.ProvinciaService provinciaService) {
+ this.provinciaService = provinciaService;
+ }
+
+ /**
+ * Returns the provincia persistence.
+ *
+ * @return the provincia persistence
+ */
+ public ProvinciaPersistence getProvinciaPersistence() {
+ return provinciaPersistence;
+ }
+
+ /**
+ * Sets the provincia persistence.
+ *
+ * @param provinciaPersistence the provincia persistence
+ */
+ public void setProvinciaPersistence(
+ ProvinciaPersistence provinciaPersistence) {
+ this.provinciaPersistence = provinciaPersistence;
+ }
+
+ /**
+ * Returns the soggetto local service.
+ *
+ * @return the soggetto local service
+ */
+ public it.tref.liferay.portos.bo.service.SoggettoLocalService getSoggettoLocalService() {
+ return soggettoLocalService;
+ }
+
+ /**
+ * Sets the soggetto local service.
+ *
+ * @param soggettoLocalService the soggetto local service
+ */
+ public void setSoggettoLocalService(
+ it.tref.liferay.portos.bo.service.SoggettoLocalService soggettoLocalService) {
+ this.soggettoLocalService = soggettoLocalService;
+ }
+
+ /**
+ * Returns the soggetto remote service.
+ *
+ * @return the soggetto remote service
+ */
+ public it.tref.liferay.portos.bo.service.SoggettoService getSoggettoService() {
+ return soggettoService;
+ }
+
+ /**
+ * Sets the soggetto remote service.
+ *
+ * @param soggettoService the soggetto remote service
+ */
+ public void setSoggettoService(
+ it.tref.liferay.portos.bo.service.SoggettoService soggettoService) {
+ this.soggettoService = soggettoService;
+ }
+
+ /**
+ * Returns the soggetto persistence.
+ *
+ * @return the soggetto persistence
+ */
+ public SoggettoPersistence getSoggettoPersistence() {
+ return soggettoPersistence;
+ }
+
+ /**
+ * Sets the soggetto persistence.
+ *
+ * @param soggettoPersistence the soggetto persistence
+ */
+ public void setSoggettoPersistence(SoggettoPersistence soggettoPersistence) {
+ this.soggettoPersistence = soggettoPersistence;
+ }
+
+ /**
+ * Returns the sorteggio local service.
+ *
+ * @return the sorteggio local service
+ */
+ public it.tref.liferay.portos.bo.service.SorteggioLocalService getSorteggioLocalService() {
+ return sorteggioLocalService;
+ }
+
+ /**
+ * Sets the sorteggio local service.
+ *
+ * @param sorteggioLocalService the sorteggio local service
+ */
+ public void setSorteggioLocalService(
+ it.tref.liferay.portos.bo.service.SorteggioLocalService sorteggioLocalService) {
+ this.sorteggioLocalService = sorteggioLocalService;
+ }
+
+ /**
+ * Returns the sorteggio remote service.
+ *
+ * @return the sorteggio remote service
+ */
+ public it.tref.liferay.portos.bo.service.SorteggioService getSorteggioService() {
+ return sorteggioService;
+ }
+
+ /**
+ * Sets the sorteggio remote service.
+ *
+ * @param sorteggioService the sorteggio remote service
+ */
+ public void setSorteggioService(
+ it.tref.liferay.portos.bo.service.SorteggioService sorteggioService) {
+ this.sorteggioService = sorteggioService;
+ }
+
+ /**
+ * Returns the sorteggio persistence.
+ *
+ * @return the sorteggio persistence
+ */
+ public SorteggioPersistence getSorteggioPersistence() {
+ return sorteggioPersistence;
+ }
+
+ /**
+ * Sets the sorteggio persistence.
+ *
+ * @param sorteggioPersistence the sorteggio persistence
+ */
+ public void setSorteggioPersistence(
+ SorteggioPersistence sorteggioPersistence) {
+ this.sorteggioPersistence = sorteggioPersistence;
+ }
+
+ /**
+ * Returns the sorteggio finder.
+ *
+ * @return the sorteggio finder
+ */
+ public SorteggioFinder getSorteggioFinder() {
+ return sorteggioFinder;
+ }
+
+ /**
+ * Sets the sorteggio finder.
+ *
+ * @param sorteggioFinder the sorteggio finder
+ */
+ public void setSorteggioFinder(SorteggioFinder sorteggioFinder) {
+ this.sorteggioFinder = sorteggioFinder;
+ }
+
+ /**
+ * Returns the storico soggetto pratica local service.
+ *
+ * @return the storico soggetto pratica local service
+ */
+ public it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService getStoricoSoggettoPraticaLocalService() {
+ return storicoSoggettoPraticaLocalService;
+ }
+
+ /**
+ * Sets the storico soggetto pratica local service.
+ *
+ * @param storicoSoggettoPraticaLocalService the storico soggetto pratica local service
+ */
+ public void setStoricoSoggettoPraticaLocalService(
+ it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService storicoSoggettoPraticaLocalService) {
+ this.storicoSoggettoPraticaLocalService = storicoSoggettoPraticaLocalService;
+ }
+
+ /**
+ * Returns the storico soggetto pratica remote service.
+ *
+ * @return the storico soggetto pratica remote service
+ */
+ public it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService getStoricoSoggettoPraticaService() {
+ return storicoSoggettoPraticaService;
+ }
+
+ /**
+ * Sets the storico soggetto pratica remote service.
+ *
+ * @param storicoSoggettoPraticaService the storico soggetto pratica remote service
+ */
+ public void setStoricoSoggettoPraticaService(
+ it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService storicoSoggettoPraticaService) {
+ this.storicoSoggettoPraticaService = storicoSoggettoPraticaService;
+ }
+
+ /**
+ * Returns the storico soggetto pratica persistence.
+ *
+ * @return the storico soggetto pratica persistence
+ */
+ public StoricoSoggettoPraticaPersistence getStoricoSoggettoPraticaPersistence() {
+ return storicoSoggettoPraticaPersistence;
+ }
+
+ /**
+ * Sets the storico soggetto pratica persistence.
+ *
+ * @param storicoSoggettoPraticaPersistence the storico soggetto pratica persistence
+ */
+ public void setStoricoSoggettoPraticaPersistence(
+ StoricoSoggettoPraticaPersistence storicoSoggettoPraticaPersistence) {
+ this.storicoSoggettoPraticaPersistence = storicoSoggettoPraticaPersistence;
+ }
+
+ /**
+ * Returns the tempistica local service.
+ *
+ * @return the tempistica local service
+ */
+ public it.tref.liferay.portos.bo.service.TempisticaLocalService getTempisticaLocalService() {
+ return tempisticaLocalService;
+ }
+
+ /**
+ * Sets the tempistica local service.
+ *
+ * @param tempisticaLocalService the tempistica local service
+ */
+ public void setTempisticaLocalService(
+ it.tref.liferay.portos.bo.service.TempisticaLocalService tempisticaLocalService) {
+ this.tempisticaLocalService = tempisticaLocalService;
+ }
+
+ /**
+ * Returns the tempistica remote service.
+ *
+ * @return the tempistica remote service
+ */
+ public it.tref.liferay.portos.bo.service.TempisticaService getTempisticaService() {
+ return tempisticaService;
+ }
+
+ /**
+ * Sets the tempistica remote service.
+ *
+ * @param tempisticaService the tempistica remote service
+ */
+ public void setTempisticaService(
+ it.tref.liferay.portos.bo.service.TempisticaService tempisticaService) {
+ this.tempisticaService = tempisticaService;
+ }
+
+ /**
+ * Returns the tempistica persistence.
+ *
+ * @return the tempistica persistence
+ */
+ public TempisticaPersistence getTempisticaPersistence() {
+ return tempisticaPersistence;
+ }
+
+ /**
+ * Sets the tempistica persistence.
+ *
+ * @param tempisticaPersistence the tempistica persistence
+ */
+ public void setTempisticaPersistence(
+ TempisticaPersistence tempisticaPersistence) {
+ this.tempisticaPersistence = tempisticaPersistence;
+ }
+
+ /**
+ * Returns the tempistica finder.
+ *
+ * @return the tempistica finder
+ */
+ public TempisticaFinder getTempisticaFinder() {
+ return tempisticaFinder;
+ }
+
+ /**
+ * Sets the tempistica finder.
+ *
+ * @param tempisticaFinder the tempistica finder
+ */
+ public void setTempisticaFinder(TempisticaFinder tempisticaFinder) {
+ this.tempisticaFinder = tempisticaFinder;
+ }
+
+ /**
+ * Returns the territorio local service.
+ *
+ * @return the territorio local service
+ */
+ public it.tref.liferay.portos.bo.service.TerritorioLocalService getTerritorioLocalService() {
+ return territorioLocalService;
+ }
+
+ /**
+ * Sets the territorio local service.
+ *
+ * @param territorioLocalService the territorio local service
+ */
+ public void setTerritorioLocalService(
+ it.tref.liferay.portos.bo.service.TerritorioLocalService territorioLocalService) {
+ this.territorioLocalService = territorioLocalService;
+ }
+
+ /**
+ * Returns the territorio remote service.
+ *
+ * @return the territorio remote service
+ */
+ public it.tref.liferay.portos.bo.service.TerritorioService getTerritorioService() {
+ return territorioService;
+ }
+
+ /**
+ * Sets the territorio remote service.
+ *
+ * @param territorioService the territorio remote service
+ */
+ public void setTerritorioService(
+ it.tref.liferay.portos.bo.service.TerritorioService territorioService) {
+ this.territorioService = territorioService;
+ }
+
+ /**
+ * Returns the territorio persistence.
+ *
+ * @return the territorio persistence
+ */
+ public TerritorioPersistence getTerritorioPersistence() {
+ return territorioPersistence;
+ }
+
+ /**
+ * Sets the territorio persistence.
+ *
+ * @param territorioPersistence the territorio persistence
+ */
+ public void setTerritorioPersistence(
+ TerritorioPersistence territorioPersistence) {
+ this.territorioPersistence = territorioPersistence;
+ }
+
+ /**
+ * Returns the counter local service.
+ *
+ * @return the counter local service
+ */
+ public com.liferay.counter.service.CounterLocalService getCounterLocalService() {
+ return counterLocalService;
+ }
+
+ /**
+ * Sets the counter local service.
+ *
+ * @param counterLocalService the counter local service
+ */
+ public void setCounterLocalService(
+ com.liferay.counter.service.CounterLocalService counterLocalService) {
+ this.counterLocalService = counterLocalService;
+ }
+
+ /**
+ * Returns the resource local service.
+ *
+ * @return the resource local service
+ */
+ public com.liferay.portal.service.ResourceLocalService getResourceLocalService() {
+ return resourceLocalService;
+ }
+
+ /**
+ * Sets the resource local service.
+ *
+ * @param resourceLocalService the resource local service
+ */
+ public void setResourceLocalService(
+ com.liferay.portal.service.ResourceLocalService resourceLocalService) {
+ this.resourceLocalService = resourceLocalService;
+ }
+
+ /**
+ * Returns the user local service.
+ *
+ * @return the user local service
+ */
+ public com.liferay.portal.service.UserLocalService getUserLocalService() {
+ return userLocalService;
+ }
+
+ /**
+ * Sets the user local service.
+ *
+ * @param userLocalService the user local service
+ */
+ public void setUserLocalService(
+ com.liferay.portal.service.UserLocalService userLocalService) {
+ this.userLocalService = userLocalService;
+ }
+
+ /**
+ * Returns the user remote service.
+ *
+ * @return the user remote service
+ */
+ public com.liferay.portal.service.UserService getUserService() {
+ return userService;
+ }
+
+ /**
+ * Sets the user remote service.
+ *
+ * @param userService the user remote service
+ */
+ public void setUserService(
+ com.liferay.portal.service.UserService userService) {
+ this.userService = userService;
+ }
+
+ /**
+ * Returns the user persistence.
+ *
+ * @return the user persistence
+ */
+ public UserPersistence getUserPersistence() {
+ return userPersistence;
+ }
+
+ /**
+ * Sets the user persistence.
+ *
+ * @param userPersistence the user persistence
+ */
+ public void setUserPersistence(UserPersistence userPersistence) {
+ this.userPersistence = userPersistence;
+ }
+
+ public void afterPropertiesSet() {
+ Class> clazz = getClass();
+
+ _classLoader = clazz.getClassLoader();
+
+ PersistedModelLocalServiceRegistryUtil.register("it.tref.liferay.portos.bo.model.PraticaAttenzionata",
+ praticaAttenzionataLocalService);
+ }
+
+ public void destroy() {
+ PersistedModelLocalServiceRegistryUtil.unregister(
+ "it.tref.liferay.portos.bo.model.PraticaAttenzionata");
+ }
+
+ /**
+ * Returns the Spring bean ID for this bean.
+ *
+ * @return the Spring bean ID for this bean
+ */
+ @Override
+ public String getBeanIdentifier() {
+ return _beanIdentifier;
+ }
+
+ /**
+ * Sets the Spring bean ID for this bean.
+ *
+ * @param beanIdentifier the Spring bean ID for this bean
+ */
+ @Override
+ public void setBeanIdentifier(String beanIdentifier) {
+ _beanIdentifier = beanIdentifier;
+ }
+
+ @Override
+ public Object invokeMethod(String name, String[] parameterTypes,
+ Object[] arguments) throws Throwable {
+ Thread currentThread = Thread.currentThread();
+
+ ClassLoader contextClassLoader = currentThread.getContextClassLoader();
+
+ if (contextClassLoader != _classLoader) {
+ currentThread.setContextClassLoader(_classLoader);
+ }
+
+ try {
+ return _clpInvoker.invokeMethod(name, parameterTypes, arguments);
+ }
+ finally {
+ if (contextClassLoader != _classLoader) {
+ currentThread.setContextClassLoader(contextClassLoader);
+ }
+ }
+ }
+
+ protected Class> getModelClass() {
+ return PraticaAttenzionata.class;
+ }
+
+ protected String getModelClassName() {
+ return PraticaAttenzionata.class.getName();
+ }
+
+ /**
+ * Performs an SQL query.
+ *
+ * @param sql the sql query
+ */
+ protected void runSQL(String sql) throws SystemException {
+ try {
+ DataSource dataSource = praticaAttenzionataPersistence.getDataSource();
+
+ SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
+ sql, new int[0]);
+
+ sqlUpdate.update();
+ }
+ catch (Exception e) {
+ throw new SystemException(e);
+ }
+ }
+
+ @BeanReference(type = it.tref.liferay.portos.bo.service.AllegatoManualeLocalService.class)
+ protected it.tref.liferay.portos.bo.service.AllegatoManualeLocalService allegatoManualeLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.AllegatoManualeService.class)
+ protected it.tref.liferay.portos.bo.service.AllegatoManualeService allegatoManualeService;
+ @BeanReference(type = AllegatoManualePersistence.class)
+ protected AllegatoManualePersistence allegatoManualePersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.AsseverazioneLocalService.class)
+ protected it.tref.liferay.portos.bo.service.AsseverazioneLocalService asseverazioneLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.AsseverazioneService.class)
+ protected it.tref.liferay.portos.bo.service.AsseverazioneService asseverazioneService;
+ @BeanReference(type = AsseverazionePersistence.class)
+ protected AsseverazionePersistence asseverazionePersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.AvvisoLocalService.class)
+ protected it.tref.liferay.portos.bo.service.AvvisoLocalService avvisoLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.AvvisoService.class)
+ protected it.tref.liferay.portos.bo.service.AvvisoService avvisoService;
+ @BeanReference(type = AvvisoPersistence.class)
+ protected AvvisoPersistence avvisoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.CollaudoLocalService.class)
+ protected it.tref.liferay.portos.bo.service.CollaudoLocalService collaudoLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.CollaudoService.class)
+ protected it.tref.liferay.portos.bo.service.CollaudoService collaudoService;
+ @BeanReference(type = CollaudoPersistence.class)
+ protected CollaudoPersistence collaudoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ComuneLocalService.class)
+ protected it.tref.liferay.portos.bo.service.ComuneLocalService comuneLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ComuneService.class)
+ protected it.tref.liferay.portos.bo.service.ComuneService comuneService;
+ @BeanReference(type = ComunePersistence.class)
+ protected ComunePersistence comunePersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ComunicazioneLocalService.class)
+ protected it.tref.liferay.portos.bo.service.ComunicazioneLocalService comunicazioneLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ComunicazioneService.class)
+ protected it.tref.liferay.portos.bo.service.ComunicazioneService comunicazioneService;
+ @BeanReference(type = ComunicazionePersistence.class)
+ protected ComunicazionePersistence comunicazionePersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ConfigurazioneLocalService.class)
+ protected it.tref.liferay.portos.bo.service.ConfigurazioneLocalService configurazioneLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ConfigurazioneService.class)
+ protected it.tref.liferay.portos.bo.service.ConfigurazioneService configurazioneService;
+ @BeanReference(type = ConfigurazionePersistence.class)
+ protected ConfigurazionePersistence configurazionePersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ControlloPraticaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.ControlloPraticaLocalService controlloPraticaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ControlloPraticaService.class)
+ protected it.tref.liferay.portos.bo.service.ControlloPraticaService controlloPraticaService;
+ @BeanReference(type = ControlloPraticaPersistence.class)
+ protected ControlloPraticaPersistence controlloPraticaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DelegaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.DelegaLocalService delegaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DelegaService.class)
+ protected it.tref.liferay.portos.bo.service.DelegaService delegaService;
+ @BeanReference(type = DelegaPersistence.class)
+ protected DelegaPersistence delegaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DettPraticaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.DettPraticaLocalService dettPraticaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DettPraticaService.class)
+ protected it.tref.liferay.portos.bo.service.DettPraticaService dettPraticaService;
+ @BeanReference(type = DettPraticaPersistence.class)
+ protected DettPraticaPersistence dettPraticaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService docAggiuntivaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DocAggiuntivaService.class)
+ protected it.tref.liferay.portos.bo.service.DocAggiuntivaService docAggiuntivaService;
+ @BeanReference(type = DocAggiuntivaPersistence.class)
+ protected DocAggiuntivaPersistence docAggiuntivaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DocPraticaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.DocPraticaLocalService docPraticaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DocPraticaService.class)
+ protected it.tref.liferay.portos.bo.service.DocPraticaService docPraticaService;
+ @BeanReference(type = DocPraticaPersistence.class)
+ protected DocPraticaPersistence docPraticaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.FineLavoriLocalService.class)
+ protected it.tref.liferay.portos.bo.service.FineLavoriLocalService fineLavoriLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.FineLavoriService.class)
+ protected it.tref.liferay.portos.bo.service.FineLavoriService fineLavoriService;
+ @BeanReference(type = FineLavoriPersistence.class)
+ protected FineLavoriPersistence fineLavoriPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService.class)
+ protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService historyWorkflowActionLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.HistoryWorkflowActionService.class)
+ protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService;
+ @BeanReference(type = HistoryWorkflowActionPersistence.class)
+ protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class)
+ protected it.tref.liferay.portos.bo.service.IntPraticaService intPraticaService;
+ @BeanReference(type = IntPraticaPersistence.class)
+ protected IntPraticaPersistence intPraticaPersistence;
+ @BeanReference(type = IntPraticaFinder.class)
+ protected IntPraticaFinder intPraticaFinder;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PagamentoLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PagamentoLocalService pagamentoLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PagamentoService.class)
+ protected it.tref.liferay.portos.bo.service.PagamentoService pagamentoService;
+ @BeanReference(type = PagamentoPersistence.class)
+ protected PagamentoPersistence pagamentoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ParereGeologoLocalService.class)
+ protected it.tref.liferay.portos.bo.service.ParereGeologoLocalService parereGeologoLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ParereGeologoService.class)
+ protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
+ @BeanReference(type = ParereGeologoPersistence.class)
+ protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
+ protected it.tref.liferay.portos.bo.service.ProvinciaService provinciaService;
+ @BeanReference(type = ProvinciaPersistence.class)
+ protected ProvinciaPersistence provinciaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.SoggettoLocalService.class)
+ protected it.tref.liferay.portos.bo.service.SoggettoLocalService soggettoLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.SoggettoService.class)
+ protected it.tref.liferay.portos.bo.service.SoggettoService soggettoService;
+ @BeanReference(type = SoggettoPersistence.class)
+ protected SoggettoPersistence soggettoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.SorteggioLocalService.class)
+ protected it.tref.liferay.portos.bo.service.SorteggioLocalService sorteggioLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.SorteggioService.class)
+ protected it.tref.liferay.portos.bo.service.SorteggioService sorteggioService;
+ @BeanReference(type = SorteggioPersistence.class)
+ protected SorteggioPersistence sorteggioPersistence;
+ @BeanReference(type = SorteggioFinder.class)
+ protected SorteggioFinder sorteggioFinder;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService storicoSoggettoPraticaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService.class)
+ protected it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService storicoSoggettoPraticaService;
+ @BeanReference(type = StoricoSoggettoPraticaPersistence.class)
+ protected StoricoSoggettoPraticaPersistence storicoSoggettoPraticaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.TempisticaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.TempisticaLocalService tempisticaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.TempisticaService.class)
+ protected it.tref.liferay.portos.bo.service.TempisticaService tempisticaService;
+ @BeanReference(type = TempisticaPersistence.class)
+ protected TempisticaPersistence tempisticaPersistence;
+ @BeanReference(type = TempisticaFinder.class)
+ protected TempisticaFinder tempisticaFinder;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.TerritorioLocalService.class)
+ protected it.tref.liferay.portos.bo.service.TerritorioLocalService territorioLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.TerritorioService.class)
+ protected it.tref.liferay.portos.bo.service.TerritorioService territorioService;
+ @BeanReference(type = TerritorioPersistence.class)
+ protected TerritorioPersistence territorioPersistence;
+ @BeanReference(type = com.liferay.counter.service.CounterLocalService.class)
+ protected com.liferay.counter.service.CounterLocalService counterLocalService;
+ @BeanReference(type = com.liferay.portal.service.ResourceLocalService.class)
+ protected com.liferay.portal.service.ResourceLocalService resourceLocalService;
+ @BeanReference(type = com.liferay.portal.service.UserLocalService.class)
+ protected com.liferay.portal.service.UserLocalService userLocalService;
+ @BeanReference(type = com.liferay.portal.service.UserService.class)
+ protected com.liferay.portal.service.UserService userService;
+ @BeanReference(type = UserPersistence.class)
+ protected UserPersistence userPersistence;
+ private String _beanIdentifier;
+ private ClassLoader _classLoader;
+ private PraticaAttenzionataLocalServiceClpInvoker _clpInvoker = new PraticaAttenzionataLocalServiceClpInvoker();
+}
\ 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/base/PraticaAttenzionataLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PraticaAttenzionataLocalServiceClpInvoker.java
new file mode 100644
index 00000000..f78c6519
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PraticaAttenzionataLocalServiceClpInvoker.java
@@ -0,0 +1,386 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service.base;
+
+import it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalServiceUtil;
+
+import java.util.Arrays;
+
+/**
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @generated
+ */
+public class PraticaAttenzionataLocalServiceClpInvoker {
+ public PraticaAttenzionataLocalServiceClpInvoker() {
+ _methodName0 = "addPraticaAttenzionata";
+
+ _methodParameterTypes0 = new String[] {
+ "it.tref.liferay.portos.bo.model.PraticaAttenzionata"
+ };
+
+ _methodName1 = "createPraticaAttenzionata";
+
+ _methodParameterTypes1 = new String[] { "long" };
+
+ _methodName2 = "deletePraticaAttenzionata";
+
+ _methodParameterTypes2 = new String[] { "long" };
+
+ _methodName3 = "deletePraticaAttenzionata";
+
+ _methodParameterTypes3 = new String[] {
+ "it.tref.liferay.portos.bo.model.PraticaAttenzionata"
+ };
+
+ _methodName4 = "dynamicQuery";
+
+ _methodParameterTypes4 = new String[] { };
+
+ _methodName5 = "dynamicQuery";
+
+ _methodParameterTypes5 = new String[] {
+ "com.liferay.portal.kernel.dao.orm.DynamicQuery"
+ };
+
+ _methodName6 = "dynamicQuery";
+
+ _methodParameterTypes6 = new String[] {
+ "com.liferay.portal.kernel.dao.orm.DynamicQuery", "int", "int"
+ };
+
+ _methodName7 = "dynamicQuery";
+
+ _methodParameterTypes7 = new String[] {
+ "com.liferay.portal.kernel.dao.orm.DynamicQuery", "int", "int",
+ "com.liferay.portal.kernel.util.OrderByComparator"
+ };
+
+ _methodName8 = "dynamicQueryCount";
+
+ _methodParameterTypes8 = new String[] {
+ "com.liferay.portal.kernel.dao.orm.DynamicQuery"
+ };
+
+ _methodName9 = "dynamicQueryCount";
+
+ _methodParameterTypes9 = new String[] {
+ "com.liferay.portal.kernel.dao.orm.DynamicQuery",
+ "com.liferay.portal.kernel.dao.orm.Projection"
+ };
+
+ _methodName10 = "fetchPraticaAttenzionata";
+
+ _methodParameterTypes10 = new String[] { "long" };
+
+ _methodName11 = "fetchPraticaAttenzionataByUuidAndCompanyId";
+
+ _methodParameterTypes11 = new String[] { "java.lang.String", "long" };
+
+ _methodName12 = "fetchPraticaAttenzionataByUuidAndGroupId";
+
+ _methodParameterTypes12 = new String[] { "java.lang.String", "long" };
+
+ _methodName13 = "getPraticaAttenzionata";
+
+ _methodParameterTypes13 = new String[] { "long" };
+
+ _methodName14 = "getPersistedModel";
+
+ _methodParameterTypes14 = new String[] { "java.io.Serializable" };
+
+ _methodName15 = "getPraticaAttenzionataByUuidAndCompanyId";
+
+ _methodParameterTypes15 = new String[] { "java.lang.String", "long" };
+
+ _methodName16 = "getPraticaAttenzionataByUuidAndGroupId";
+
+ _methodParameterTypes16 = new String[] { "java.lang.String", "long" };
+
+ _methodName17 = "getPraticaAttenzionatas";
+
+ _methodParameterTypes17 = new String[] { "int", "int" };
+
+ _methodName18 = "getPraticaAttenzionatasCount";
+
+ _methodParameterTypes18 = new String[] { };
+
+ _methodName19 = "updatePraticaAttenzionata";
+
+ _methodParameterTypes19 = new String[] {
+ "it.tref.liferay.portos.bo.model.PraticaAttenzionata"
+ };
+
+ _methodName182 = "getBeanIdentifier";
+
+ _methodParameterTypes182 = new String[] { };
+
+ _methodName183 = "setBeanIdentifier";
+
+ _methodParameterTypes183 = new String[] { "java.lang.String" };
+
+ _methodName188 = "evalAndEventuallyAddPraticaAttenzionata";
+
+ _methodParameterTypes188 = new String[] {
+ "long", "long", "java.lang.String", "java.util.Date",
+ "java.util.Date", "com.liferay.portal.service.ServiceContext"
+ };
+
+ _methodName189 = "getPraticheDaVerificare";
+
+ _methodParameterTypes189 = new String[] { };
+
+ _methodName190 = "countPraticheDaVerificare";
+
+ _methodParameterTypes190 = new String[] { };
+
+ _methodName191 = "getPraticheVerificate";
+
+ _methodParameterTypes191 = new String[] { };
+
+ _methodName192 = "verificaPraticaAttenzionata";
+
+ _methodParameterTypes192 = new String[] {
+ "long", "com.liferay.portal.service.ServiceContext"
+ };
+
+ _methodName193 = "verificaPraticaAttenzionata";
+
+ _methodParameterTypes193 = new String[] {
+ "it.tref.liferay.portos.bo.model.PraticaAttenzionata",
+ "com.liferay.portal.service.ServiceContext"
+ };
+ }
+
+ public Object invokeMethod(String name, String[] parameterTypes,
+ Object[] arguments) throws Throwable {
+ if (_methodName0.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes0, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.addPraticaAttenzionata((it.tref.liferay.portos.bo.model.PraticaAttenzionata)arguments[0]);
+ }
+
+ if (_methodName1.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes1, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.createPraticaAttenzionata(((Long)arguments[0]).longValue());
+ }
+
+ if (_methodName2.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes2, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.deletePraticaAttenzionata(((Long)arguments[0]).longValue());
+ }
+
+ if (_methodName3.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes3, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.deletePraticaAttenzionata((it.tref.liferay.portos.bo.model.PraticaAttenzionata)arguments[0]);
+ }
+
+ if (_methodName4.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes4, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.dynamicQuery();
+ }
+
+ if (_methodName5.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes5, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.dynamicQuery((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0]);
+ }
+
+ if (_methodName6.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes6, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.dynamicQuery((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0],
+ ((Integer)arguments[1]).intValue(),
+ ((Integer)arguments[2]).intValue());
+ }
+
+ if (_methodName7.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes7, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.dynamicQuery((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0],
+ ((Integer)arguments[1]).intValue(),
+ ((Integer)arguments[2]).intValue(),
+ (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
+ }
+
+ if (_methodName8.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes8, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.dynamicQueryCount((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0]);
+ }
+
+ if (_methodName9.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes9, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.dynamicQueryCount((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0],
+ (com.liferay.portal.kernel.dao.orm.Projection)arguments[1]);
+ }
+
+ if (_methodName10.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes10, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.fetchPraticaAttenzionata(((Long)arguments[0]).longValue());
+ }
+
+ if (_methodName11.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes11, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.fetchPraticaAttenzionataByUuidAndCompanyId((java.lang.String)arguments[0],
+ ((Long)arguments[1]).longValue());
+ }
+
+ if (_methodName12.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes12, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.fetchPraticaAttenzionataByUuidAndGroupId((java.lang.String)arguments[0],
+ ((Long)arguments[1]).longValue());
+ }
+
+ if (_methodName13.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes13, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionata(((Long)arguments[0]).longValue());
+ }
+
+ if (_methodName14.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes14, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.getPersistedModel((java.io.Serializable)arguments[0]);
+ }
+
+ if (_methodName15.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes15, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionataByUuidAndCompanyId((java.lang.String)arguments[0],
+ ((Long)arguments[1]).longValue());
+ }
+
+ if (_methodName16.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes16, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionataByUuidAndGroupId((java.lang.String)arguments[0],
+ ((Long)arguments[1]).longValue());
+ }
+
+ if (_methodName17.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes17, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionatas(((Integer)arguments[0]).intValue(),
+ ((Integer)arguments[1]).intValue());
+ }
+
+ if (_methodName18.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes18, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.getPraticaAttenzionatasCount();
+ }
+
+ if (_methodName19.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes19, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.updatePraticaAttenzionata((it.tref.liferay.portos.bo.model.PraticaAttenzionata)arguments[0]);
+ }
+
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.getBeanIdentifier();
+ }
+
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ PraticaAttenzionataLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
+
+ return null;
+ }
+
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.evalAndEventuallyAddPraticaAttenzionata(((Long)arguments[0]).longValue(),
+ ((Long)arguments[1]).longValue(),
+ (java.lang.String)arguments[2], (java.util.Date)arguments[3],
+ (java.util.Date)arguments[4],
+ (com.liferay.portal.service.ServiceContext)arguments[5]);
+ }
+
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.getPraticheDaVerificare();
+ }
+
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.countPraticheDaVerificare();
+ }
+
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.getPraticheVerificate();
+ }
+
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.verificaPraticaAttenzionata(((Long)arguments[0]).longValue(),
+ (com.liferay.portal.service.ServiceContext)arguments[1]);
+ }
+
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ return PraticaAttenzionataLocalServiceUtil.verificaPraticaAttenzionata((it.tref.liferay.portos.bo.model.PraticaAttenzionata)arguments[0],
+ (com.liferay.portal.service.ServiceContext)arguments[1]);
+ }
+
+ throw new UnsupportedOperationException();
+ }
+
+ private String _methodName0;
+ private String[] _methodParameterTypes0;
+ private String _methodName1;
+ private String[] _methodParameterTypes1;
+ private String _methodName2;
+ private String[] _methodParameterTypes2;
+ private String _methodName3;
+ private String[] _methodParameterTypes3;
+ private String _methodName4;
+ private String[] _methodParameterTypes4;
+ private String _methodName5;
+ private String[] _methodParameterTypes5;
+ private String _methodName6;
+ private String[] _methodParameterTypes6;
+ private String _methodName7;
+ private String[] _methodParameterTypes7;
+ private String _methodName8;
+ private String[] _methodParameterTypes8;
+ private String _methodName9;
+ private String[] _methodParameterTypes9;
+ private String _methodName10;
+ private String[] _methodParameterTypes10;
+ private String _methodName11;
+ private String[] _methodParameterTypes11;
+ private String _methodName12;
+ private String[] _methodParameterTypes12;
+ private String _methodName13;
+ private String[] _methodParameterTypes13;
+ private String _methodName14;
+ private String[] _methodParameterTypes14;
+ private String _methodName15;
+ private String[] _methodParameterTypes15;
+ private String _methodName16;
+ private String[] _methodParameterTypes16;
+ private String _methodName17;
+ private String[] _methodParameterTypes17;
+ private String _methodName18;
+ private String[] _methodParameterTypes18;
+ private String _methodName19;
+ private String[] _methodParameterTypes19;
+ private String _methodName182;
+ private String[] _methodParameterTypes182;
+ private String _methodName183;
+ private String[] _methodParameterTypes183;
+ 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;
+}
\ 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/base/PraticaAttenzionataServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PraticaAttenzionataServiceBaseImpl.java
new file mode 100644
index 00000000..44c4a28c
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PraticaAttenzionataServiceBaseImpl.java
@@ -0,0 +1,1828 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service.base;
+
+import com.liferay.portal.kernel.bean.BeanReference;
+import com.liferay.portal.kernel.bean.IdentifiableBean;
+import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
+import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.service.BaseServiceImpl;
+import com.liferay.portal.service.persistence.UserPersistence;
+
+import it.tref.liferay.portos.bo.model.PraticaAttenzionata;
+import it.tref.liferay.portos.bo.service.PraticaAttenzionataService;
+import it.tref.liferay.portos.bo.service.persistence.AllegatoManualePersistence;
+import it.tref.liferay.portos.bo.service.persistence.AsseverazionePersistence;
+import it.tref.liferay.portos.bo.service.persistence.AvvisoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.CollaudoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.ComunePersistence;
+import it.tref.liferay.portos.bo.service.persistence.ComunicazionePersistence;
+import it.tref.liferay.portos.bo.service.persistence.ConfigurazionePersistence;
+import it.tref.liferay.portos.bo.service.persistence.ControlloPraticaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.DelegaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.DettPraticaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence;
+import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence;
+import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
+import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
+import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
+import it.tref.liferay.portos.bo.service.persistence.SorteggioPersistence;
+import it.tref.liferay.portos.bo.service.persistence.StoricoSoggettoPraticaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.TempisticaFinder;
+import it.tref.liferay.portos.bo.service.persistence.TempisticaPersistence;
+import it.tref.liferay.portos.bo.service.persistence.TerritorioPersistence;
+
+import javax.sql.DataSource;
+
+/**
+ * Provides the base implementation for the pratica attenzionata remote service.
+ *
+ *
+ * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataServiceImpl}.
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see it.tref.liferay.portos.bo.service.impl.PraticaAttenzionataServiceImpl
+ * @see it.tref.liferay.portos.bo.service.PraticaAttenzionataServiceUtil
+ * @generated
+ */
+public abstract class PraticaAttenzionataServiceBaseImpl extends BaseServiceImpl
+ implements PraticaAttenzionataService, IdentifiableBean {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify or reference this class directly. Always use {@link it.tref.liferay.portos.bo.service.PraticaAttenzionataServiceUtil} to access the pratica attenzionata remote service.
+ */
+
+ /**
+ * Returns the allegato manuale local service.
+ *
+ * @return the allegato manuale local service
+ */
+ public it.tref.liferay.portos.bo.service.AllegatoManualeLocalService getAllegatoManualeLocalService() {
+ return allegatoManualeLocalService;
+ }
+
+ /**
+ * Sets the allegato manuale local service.
+ *
+ * @param allegatoManualeLocalService the allegato manuale local service
+ */
+ public void setAllegatoManualeLocalService(
+ it.tref.liferay.portos.bo.service.AllegatoManualeLocalService allegatoManualeLocalService) {
+ this.allegatoManualeLocalService = allegatoManualeLocalService;
+ }
+
+ /**
+ * Returns the allegato manuale remote service.
+ *
+ * @return the allegato manuale remote service
+ */
+ public it.tref.liferay.portos.bo.service.AllegatoManualeService getAllegatoManualeService() {
+ return allegatoManualeService;
+ }
+
+ /**
+ * Sets the allegato manuale remote service.
+ *
+ * @param allegatoManualeService the allegato manuale remote service
+ */
+ public void setAllegatoManualeService(
+ it.tref.liferay.portos.bo.service.AllegatoManualeService allegatoManualeService) {
+ this.allegatoManualeService = allegatoManualeService;
+ }
+
+ /**
+ * Returns the allegato manuale persistence.
+ *
+ * @return the allegato manuale persistence
+ */
+ public AllegatoManualePersistence getAllegatoManualePersistence() {
+ return allegatoManualePersistence;
+ }
+
+ /**
+ * Sets the allegato manuale persistence.
+ *
+ * @param allegatoManualePersistence the allegato manuale persistence
+ */
+ public void setAllegatoManualePersistence(
+ AllegatoManualePersistence allegatoManualePersistence) {
+ this.allegatoManualePersistence = allegatoManualePersistence;
+ }
+
+ /**
+ * Returns the asseverazione local service.
+ *
+ * @return the asseverazione local service
+ */
+ public it.tref.liferay.portos.bo.service.AsseverazioneLocalService getAsseverazioneLocalService() {
+ return asseverazioneLocalService;
+ }
+
+ /**
+ * Sets the asseverazione local service.
+ *
+ * @param asseverazioneLocalService the asseverazione local service
+ */
+ public void setAsseverazioneLocalService(
+ it.tref.liferay.portos.bo.service.AsseverazioneLocalService asseverazioneLocalService) {
+ this.asseverazioneLocalService = asseverazioneLocalService;
+ }
+
+ /**
+ * Returns the asseverazione remote service.
+ *
+ * @return the asseverazione remote service
+ */
+ public it.tref.liferay.portos.bo.service.AsseverazioneService getAsseverazioneService() {
+ return asseverazioneService;
+ }
+
+ /**
+ * Sets the asseverazione remote service.
+ *
+ * @param asseverazioneService the asseverazione remote service
+ */
+ public void setAsseverazioneService(
+ it.tref.liferay.portos.bo.service.AsseverazioneService asseverazioneService) {
+ this.asseverazioneService = asseverazioneService;
+ }
+
+ /**
+ * Returns the asseverazione persistence.
+ *
+ * @return the asseverazione persistence
+ */
+ public AsseverazionePersistence getAsseverazionePersistence() {
+ return asseverazionePersistence;
+ }
+
+ /**
+ * Sets the asseverazione persistence.
+ *
+ * @param asseverazionePersistence the asseverazione persistence
+ */
+ public void setAsseverazionePersistence(
+ AsseverazionePersistence asseverazionePersistence) {
+ this.asseverazionePersistence = asseverazionePersistence;
+ }
+
+ /**
+ * Returns the avviso local service.
+ *
+ * @return the avviso local service
+ */
+ public it.tref.liferay.portos.bo.service.AvvisoLocalService getAvvisoLocalService() {
+ return avvisoLocalService;
+ }
+
+ /**
+ * Sets the avviso local service.
+ *
+ * @param avvisoLocalService the avviso local service
+ */
+ public void setAvvisoLocalService(
+ it.tref.liferay.portos.bo.service.AvvisoLocalService avvisoLocalService) {
+ this.avvisoLocalService = avvisoLocalService;
+ }
+
+ /**
+ * Returns the avviso remote service.
+ *
+ * @return the avviso remote service
+ */
+ public it.tref.liferay.portos.bo.service.AvvisoService getAvvisoService() {
+ return avvisoService;
+ }
+
+ /**
+ * Sets the avviso remote service.
+ *
+ * @param avvisoService the avviso remote service
+ */
+ public void setAvvisoService(
+ it.tref.liferay.portos.bo.service.AvvisoService avvisoService) {
+ this.avvisoService = avvisoService;
+ }
+
+ /**
+ * Returns the avviso persistence.
+ *
+ * @return the avviso persistence
+ */
+ public AvvisoPersistence getAvvisoPersistence() {
+ return avvisoPersistence;
+ }
+
+ /**
+ * Sets the avviso persistence.
+ *
+ * @param avvisoPersistence the avviso persistence
+ */
+ public void setAvvisoPersistence(AvvisoPersistence avvisoPersistence) {
+ this.avvisoPersistence = avvisoPersistence;
+ }
+
+ /**
+ * Returns the collaudo local service.
+ *
+ * @return the collaudo local service
+ */
+ public it.tref.liferay.portos.bo.service.CollaudoLocalService getCollaudoLocalService() {
+ return collaudoLocalService;
+ }
+
+ /**
+ * Sets the collaudo local service.
+ *
+ * @param collaudoLocalService the collaudo local service
+ */
+ public void setCollaudoLocalService(
+ it.tref.liferay.portos.bo.service.CollaudoLocalService collaudoLocalService) {
+ this.collaudoLocalService = collaudoLocalService;
+ }
+
+ /**
+ * Returns the collaudo remote service.
+ *
+ * @return the collaudo remote service
+ */
+ public it.tref.liferay.portos.bo.service.CollaudoService getCollaudoService() {
+ return collaudoService;
+ }
+
+ /**
+ * Sets the collaudo remote service.
+ *
+ * @param collaudoService the collaudo remote service
+ */
+ public void setCollaudoService(
+ it.tref.liferay.portos.bo.service.CollaudoService collaudoService) {
+ this.collaudoService = collaudoService;
+ }
+
+ /**
+ * Returns the collaudo persistence.
+ *
+ * @return the collaudo persistence
+ */
+ public CollaudoPersistence getCollaudoPersistence() {
+ return collaudoPersistence;
+ }
+
+ /**
+ * Sets the collaudo persistence.
+ *
+ * @param collaudoPersistence the collaudo persistence
+ */
+ public void setCollaudoPersistence(CollaudoPersistence collaudoPersistence) {
+ this.collaudoPersistence = collaudoPersistence;
+ }
+
+ /**
+ * Returns the comune local service.
+ *
+ * @return the comune local service
+ */
+ public it.tref.liferay.portos.bo.service.ComuneLocalService getComuneLocalService() {
+ return comuneLocalService;
+ }
+
+ /**
+ * Sets the comune local service.
+ *
+ * @param comuneLocalService the comune local service
+ */
+ public void setComuneLocalService(
+ it.tref.liferay.portos.bo.service.ComuneLocalService comuneLocalService) {
+ this.comuneLocalService = comuneLocalService;
+ }
+
+ /**
+ * Returns the comune remote service.
+ *
+ * @return the comune remote service
+ */
+ public it.tref.liferay.portos.bo.service.ComuneService getComuneService() {
+ return comuneService;
+ }
+
+ /**
+ * Sets the comune remote service.
+ *
+ * @param comuneService the comune remote service
+ */
+ public void setComuneService(
+ it.tref.liferay.portos.bo.service.ComuneService comuneService) {
+ this.comuneService = comuneService;
+ }
+
+ /**
+ * Returns the comune persistence.
+ *
+ * @return the comune persistence
+ */
+ public ComunePersistence getComunePersistence() {
+ return comunePersistence;
+ }
+
+ /**
+ * Sets the comune persistence.
+ *
+ * @param comunePersistence the comune persistence
+ */
+ public void setComunePersistence(ComunePersistence comunePersistence) {
+ this.comunePersistence = comunePersistence;
+ }
+
+ /**
+ * Returns the comunicazione local service.
+ *
+ * @return the comunicazione local service
+ */
+ public it.tref.liferay.portos.bo.service.ComunicazioneLocalService getComunicazioneLocalService() {
+ return comunicazioneLocalService;
+ }
+
+ /**
+ * Sets the comunicazione local service.
+ *
+ * @param comunicazioneLocalService the comunicazione local service
+ */
+ public void setComunicazioneLocalService(
+ it.tref.liferay.portos.bo.service.ComunicazioneLocalService comunicazioneLocalService) {
+ this.comunicazioneLocalService = comunicazioneLocalService;
+ }
+
+ /**
+ * Returns the comunicazione remote service.
+ *
+ * @return the comunicazione remote service
+ */
+ public it.tref.liferay.portos.bo.service.ComunicazioneService getComunicazioneService() {
+ return comunicazioneService;
+ }
+
+ /**
+ * Sets the comunicazione remote service.
+ *
+ * @param comunicazioneService the comunicazione remote service
+ */
+ public void setComunicazioneService(
+ it.tref.liferay.portos.bo.service.ComunicazioneService comunicazioneService) {
+ this.comunicazioneService = comunicazioneService;
+ }
+
+ /**
+ * Returns the comunicazione persistence.
+ *
+ * @return the comunicazione persistence
+ */
+ public ComunicazionePersistence getComunicazionePersistence() {
+ return comunicazionePersistence;
+ }
+
+ /**
+ * Sets the comunicazione persistence.
+ *
+ * @param comunicazionePersistence the comunicazione persistence
+ */
+ public void setComunicazionePersistence(
+ ComunicazionePersistence comunicazionePersistence) {
+ this.comunicazionePersistence = comunicazionePersistence;
+ }
+
+ /**
+ * Returns the configurazione local service.
+ *
+ * @return the configurazione local service
+ */
+ public it.tref.liferay.portos.bo.service.ConfigurazioneLocalService getConfigurazioneLocalService() {
+ return configurazioneLocalService;
+ }
+
+ /**
+ * Sets the configurazione local service.
+ *
+ * @param configurazioneLocalService the configurazione local service
+ */
+ public void setConfigurazioneLocalService(
+ it.tref.liferay.portos.bo.service.ConfigurazioneLocalService configurazioneLocalService) {
+ this.configurazioneLocalService = configurazioneLocalService;
+ }
+
+ /**
+ * Returns the configurazione remote service.
+ *
+ * @return the configurazione remote service
+ */
+ public it.tref.liferay.portos.bo.service.ConfigurazioneService getConfigurazioneService() {
+ return configurazioneService;
+ }
+
+ /**
+ * Sets the configurazione remote service.
+ *
+ * @param configurazioneService the configurazione remote service
+ */
+ public void setConfigurazioneService(
+ it.tref.liferay.portos.bo.service.ConfigurazioneService configurazioneService) {
+ this.configurazioneService = configurazioneService;
+ }
+
+ /**
+ * Returns the configurazione persistence.
+ *
+ * @return the configurazione persistence
+ */
+ public ConfigurazionePersistence getConfigurazionePersistence() {
+ return configurazionePersistence;
+ }
+
+ /**
+ * Sets the configurazione persistence.
+ *
+ * @param configurazionePersistence the configurazione persistence
+ */
+ public void setConfigurazionePersistence(
+ ConfigurazionePersistence configurazionePersistence) {
+ this.configurazionePersistence = configurazionePersistence;
+ }
+
+ /**
+ * Returns the controllo pratica local service.
+ *
+ * @return the controllo pratica local service
+ */
+ public it.tref.liferay.portos.bo.service.ControlloPraticaLocalService getControlloPraticaLocalService() {
+ return controlloPraticaLocalService;
+ }
+
+ /**
+ * Sets the controllo pratica local service.
+ *
+ * @param controlloPraticaLocalService the controllo pratica local service
+ */
+ public void setControlloPraticaLocalService(
+ it.tref.liferay.portos.bo.service.ControlloPraticaLocalService controlloPraticaLocalService) {
+ this.controlloPraticaLocalService = controlloPraticaLocalService;
+ }
+
+ /**
+ * Returns the controllo pratica remote service.
+ *
+ * @return the controllo pratica remote service
+ */
+ public it.tref.liferay.portos.bo.service.ControlloPraticaService getControlloPraticaService() {
+ return controlloPraticaService;
+ }
+
+ /**
+ * Sets the controllo pratica remote service.
+ *
+ * @param controlloPraticaService the controllo pratica remote service
+ */
+ public void setControlloPraticaService(
+ it.tref.liferay.portos.bo.service.ControlloPraticaService controlloPraticaService) {
+ this.controlloPraticaService = controlloPraticaService;
+ }
+
+ /**
+ * Returns the controllo pratica persistence.
+ *
+ * @return the controllo pratica persistence
+ */
+ public ControlloPraticaPersistence getControlloPraticaPersistence() {
+ return controlloPraticaPersistence;
+ }
+
+ /**
+ * Sets the controllo pratica persistence.
+ *
+ * @param controlloPraticaPersistence the controllo pratica persistence
+ */
+ public void setControlloPraticaPersistence(
+ ControlloPraticaPersistence controlloPraticaPersistence) {
+ this.controlloPraticaPersistence = controlloPraticaPersistence;
+ }
+
+ /**
+ * Returns the delega local service.
+ *
+ * @return the delega local service
+ */
+ public it.tref.liferay.portos.bo.service.DelegaLocalService getDelegaLocalService() {
+ return delegaLocalService;
+ }
+
+ /**
+ * Sets the delega local service.
+ *
+ * @param delegaLocalService the delega local service
+ */
+ public void setDelegaLocalService(
+ it.tref.liferay.portos.bo.service.DelegaLocalService delegaLocalService) {
+ this.delegaLocalService = delegaLocalService;
+ }
+
+ /**
+ * Returns the delega remote service.
+ *
+ * @return the delega remote service
+ */
+ public it.tref.liferay.portos.bo.service.DelegaService getDelegaService() {
+ return delegaService;
+ }
+
+ /**
+ * Sets the delega remote service.
+ *
+ * @param delegaService the delega remote service
+ */
+ public void setDelegaService(
+ it.tref.liferay.portos.bo.service.DelegaService delegaService) {
+ this.delegaService = delegaService;
+ }
+
+ /**
+ * Returns the delega persistence.
+ *
+ * @return the delega persistence
+ */
+ public DelegaPersistence getDelegaPersistence() {
+ return delegaPersistence;
+ }
+
+ /**
+ * Sets the delega persistence.
+ *
+ * @param delegaPersistence the delega persistence
+ */
+ public void setDelegaPersistence(DelegaPersistence delegaPersistence) {
+ this.delegaPersistence = delegaPersistence;
+ }
+
+ /**
+ * Returns the dett pratica local service.
+ *
+ * @return the dett pratica local service
+ */
+ public it.tref.liferay.portos.bo.service.DettPraticaLocalService getDettPraticaLocalService() {
+ return dettPraticaLocalService;
+ }
+
+ /**
+ * Sets the dett pratica local service.
+ *
+ * @param dettPraticaLocalService the dett pratica local service
+ */
+ public void setDettPraticaLocalService(
+ it.tref.liferay.portos.bo.service.DettPraticaLocalService dettPraticaLocalService) {
+ this.dettPraticaLocalService = dettPraticaLocalService;
+ }
+
+ /**
+ * Returns the dett pratica remote service.
+ *
+ * @return the dett pratica remote service
+ */
+ public it.tref.liferay.portos.bo.service.DettPraticaService getDettPraticaService() {
+ return dettPraticaService;
+ }
+
+ /**
+ * Sets the dett pratica remote service.
+ *
+ * @param dettPraticaService the dett pratica remote service
+ */
+ public void setDettPraticaService(
+ it.tref.liferay.portos.bo.service.DettPraticaService dettPraticaService) {
+ this.dettPraticaService = dettPraticaService;
+ }
+
+ /**
+ * Returns the dett pratica persistence.
+ *
+ * @return the dett pratica persistence
+ */
+ public DettPraticaPersistence getDettPraticaPersistence() {
+ return dettPraticaPersistence;
+ }
+
+ /**
+ * Sets the dett pratica persistence.
+ *
+ * @param dettPraticaPersistence the dett pratica persistence
+ */
+ public void setDettPraticaPersistence(
+ DettPraticaPersistence dettPraticaPersistence) {
+ this.dettPraticaPersistence = dettPraticaPersistence;
+ }
+
+ /**
+ * Returns the doc aggiuntiva local service.
+ *
+ * @return the doc aggiuntiva local service
+ */
+ public it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService getDocAggiuntivaLocalService() {
+ return docAggiuntivaLocalService;
+ }
+
+ /**
+ * Sets the doc aggiuntiva local service.
+ *
+ * @param docAggiuntivaLocalService the doc aggiuntiva local service
+ */
+ public void setDocAggiuntivaLocalService(
+ it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService docAggiuntivaLocalService) {
+ this.docAggiuntivaLocalService = docAggiuntivaLocalService;
+ }
+
+ /**
+ * Returns the doc aggiuntiva remote service.
+ *
+ * @return the doc aggiuntiva remote service
+ */
+ public it.tref.liferay.portos.bo.service.DocAggiuntivaService getDocAggiuntivaService() {
+ return docAggiuntivaService;
+ }
+
+ /**
+ * Sets the doc aggiuntiva remote service.
+ *
+ * @param docAggiuntivaService the doc aggiuntiva remote service
+ */
+ public void setDocAggiuntivaService(
+ it.tref.liferay.portos.bo.service.DocAggiuntivaService docAggiuntivaService) {
+ this.docAggiuntivaService = docAggiuntivaService;
+ }
+
+ /**
+ * Returns the doc aggiuntiva persistence.
+ *
+ * @return the doc aggiuntiva persistence
+ */
+ public DocAggiuntivaPersistence getDocAggiuntivaPersistence() {
+ return docAggiuntivaPersistence;
+ }
+
+ /**
+ * Sets the doc aggiuntiva persistence.
+ *
+ * @param docAggiuntivaPersistence the doc aggiuntiva persistence
+ */
+ public void setDocAggiuntivaPersistence(
+ DocAggiuntivaPersistence docAggiuntivaPersistence) {
+ this.docAggiuntivaPersistence = docAggiuntivaPersistence;
+ }
+
+ /**
+ * Returns the doc pratica local service.
+ *
+ * @return the doc pratica local service
+ */
+ public it.tref.liferay.portos.bo.service.DocPraticaLocalService getDocPraticaLocalService() {
+ return docPraticaLocalService;
+ }
+
+ /**
+ * Sets the doc pratica local service.
+ *
+ * @param docPraticaLocalService the doc pratica local service
+ */
+ public void setDocPraticaLocalService(
+ it.tref.liferay.portos.bo.service.DocPraticaLocalService docPraticaLocalService) {
+ this.docPraticaLocalService = docPraticaLocalService;
+ }
+
+ /**
+ * Returns the doc pratica remote service.
+ *
+ * @return the doc pratica remote service
+ */
+ public it.tref.liferay.portos.bo.service.DocPraticaService getDocPraticaService() {
+ return docPraticaService;
+ }
+
+ /**
+ * Sets the doc pratica remote service.
+ *
+ * @param docPraticaService the doc pratica remote service
+ */
+ public void setDocPraticaService(
+ it.tref.liferay.portos.bo.service.DocPraticaService docPraticaService) {
+ this.docPraticaService = docPraticaService;
+ }
+
+ /**
+ * Returns the doc pratica persistence.
+ *
+ * @return the doc pratica persistence
+ */
+ public DocPraticaPersistence getDocPraticaPersistence() {
+ return docPraticaPersistence;
+ }
+
+ /**
+ * Sets the doc pratica persistence.
+ *
+ * @param docPraticaPersistence the doc pratica persistence
+ */
+ public void setDocPraticaPersistence(
+ DocPraticaPersistence docPraticaPersistence) {
+ this.docPraticaPersistence = docPraticaPersistence;
+ }
+
+ /**
+ * Returns the fine lavori local service.
+ *
+ * @return the fine lavori local service
+ */
+ public it.tref.liferay.portos.bo.service.FineLavoriLocalService getFineLavoriLocalService() {
+ return fineLavoriLocalService;
+ }
+
+ /**
+ * Sets the fine lavori local service.
+ *
+ * @param fineLavoriLocalService the fine lavori local service
+ */
+ public void setFineLavoriLocalService(
+ it.tref.liferay.portos.bo.service.FineLavoriLocalService fineLavoriLocalService) {
+ this.fineLavoriLocalService = fineLavoriLocalService;
+ }
+
+ /**
+ * Returns the fine lavori remote service.
+ *
+ * @return the fine lavori remote service
+ */
+ public it.tref.liferay.portos.bo.service.FineLavoriService getFineLavoriService() {
+ return fineLavoriService;
+ }
+
+ /**
+ * Sets the fine lavori remote service.
+ *
+ * @param fineLavoriService the fine lavori remote service
+ */
+ public void setFineLavoriService(
+ it.tref.liferay.portos.bo.service.FineLavoriService fineLavoriService) {
+ this.fineLavoriService = fineLavoriService;
+ }
+
+ /**
+ * Returns the fine lavori persistence.
+ *
+ * @return the fine lavori persistence
+ */
+ public FineLavoriPersistence getFineLavoriPersistence() {
+ return fineLavoriPersistence;
+ }
+
+ /**
+ * Sets the fine lavori persistence.
+ *
+ * @param fineLavoriPersistence the fine lavori persistence
+ */
+ public void setFineLavoriPersistence(
+ FineLavoriPersistence fineLavoriPersistence) {
+ this.fineLavoriPersistence = fineLavoriPersistence;
+ }
+
+ /**
+ * Returns the history workflow action local service.
+ *
+ * @return the history workflow action local service
+ */
+ public it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService getHistoryWorkflowActionLocalService() {
+ return historyWorkflowActionLocalService;
+ }
+
+ /**
+ * Sets the history workflow action local service.
+ *
+ * @param historyWorkflowActionLocalService the history workflow action local service
+ */
+ public void setHistoryWorkflowActionLocalService(
+ it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService historyWorkflowActionLocalService) {
+ this.historyWorkflowActionLocalService = historyWorkflowActionLocalService;
+ }
+
+ /**
+ * Returns the history workflow action remote service.
+ *
+ * @return the history workflow action remote service
+ */
+ public it.tref.liferay.portos.bo.service.HistoryWorkflowActionService getHistoryWorkflowActionService() {
+ return historyWorkflowActionService;
+ }
+
+ /**
+ * Sets the history workflow action remote service.
+ *
+ * @param historyWorkflowActionService the history workflow action remote service
+ */
+ public void setHistoryWorkflowActionService(
+ it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService) {
+ this.historyWorkflowActionService = historyWorkflowActionService;
+ }
+
+ /**
+ * Returns the history workflow action persistence.
+ *
+ * @return the history workflow action persistence
+ */
+ public HistoryWorkflowActionPersistence getHistoryWorkflowActionPersistence() {
+ return historyWorkflowActionPersistence;
+ }
+
+ /**
+ * Sets the history workflow action persistence.
+ *
+ * @param historyWorkflowActionPersistence the history workflow action persistence
+ */
+ public void setHistoryWorkflowActionPersistence(
+ HistoryWorkflowActionPersistence historyWorkflowActionPersistence) {
+ this.historyWorkflowActionPersistence = historyWorkflowActionPersistence;
+ }
+
+ /**
+ * Returns the int pratica local service.
+ *
+ * @return the int pratica local service
+ */
+ public it.tref.liferay.portos.bo.service.IntPraticaLocalService getIntPraticaLocalService() {
+ return intPraticaLocalService;
+ }
+
+ /**
+ * Sets the int pratica local service.
+ *
+ * @param intPraticaLocalService the int pratica local service
+ */
+ public void setIntPraticaLocalService(
+ it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService) {
+ this.intPraticaLocalService = intPraticaLocalService;
+ }
+
+ /**
+ * Returns the int pratica remote service.
+ *
+ * @return the int pratica remote service
+ */
+ public it.tref.liferay.portos.bo.service.IntPraticaService getIntPraticaService() {
+ return intPraticaService;
+ }
+
+ /**
+ * Sets the int pratica remote service.
+ *
+ * @param intPraticaService the int pratica remote service
+ */
+ public void setIntPraticaService(
+ it.tref.liferay.portos.bo.service.IntPraticaService intPraticaService) {
+ this.intPraticaService = intPraticaService;
+ }
+
+ /**
+ * Returns the int pratica persistence.
+ *
+ * @return the int pratica persistence
+ */
+ public IntPraticaPersistence getIntPraticaPersistence() {
+ return intPraticaPersistence;
+ }
+
+ /**
+ * Sets the int pratica persistence.
+ *
+ * @param intPraticaPersistence the int pratica persistence
+ */
+ public void setIntPraticaPersistence(
+ IntPraticaPersistence intPraticaPersistence) {
+ this.intPraticaPersistence = intPraticaPersistence;
+ }
+
+ /**
+ * Returns the int pratica finder.
+ *
+ * @return the int pratica finder
+ */
+ public IntPraticaFinder getIntPraticaFinder() {
+ return intPraticaFinder;
+ }
+
+ /**
+ * Sets the int pratica finder.
+ *
+ * @param intPraticaFinder the int pratica finder
+ */
+ public void setIntPraticaFinder(IntPraticaFinder intPraticaFinder) {
+ this.intPraticaFinder = intPraticaFinder;
+ }
+
+ /**
+ * Returns the pagamento local service.
+ *
+ * @return the pagamento local service
+ */
+ public it.tref.liferay.portos.bo.service.PagamentoLocalService getPagamentoLocalService() {
+ return pagamentoLocalService;
+ }
+
+ /**
+ * Sets the pagamento local service.
+ *
+ * @param pagamentoLocalService the pagamento local service
+ */
+ public void setPagamentoLocalService(
+ it.tref.liferay.portos.bo.service.PagamentoLocalService pagamentoLocalService) {
+ this.pagamentoLocalService = pagamentoLocalService;
+ }
+
+ /**
+ * Returns the pagamento remote service.
+ *
+ * @return the pagamento remote service
+ */
+ public it.tref.liferay.portos.bo.service.PagamentoService getPagamentoService() {
+ return pagamentoService;
+ }
+
+ /**
+ * Sets the pagamento remote service.
+ *
+ * @param pagamentoService the pagamento remote service
+ */
+ public void setPagamentoService(
+ it.tref.liferay.portos.bo.service.PagamentoService pagamentoService) {
+ this.pagamentoService = pagamentoService;
+ }
+
+ /**
+ * Returns the pagamento persistence.
+ *
+ * @return the pagamento persistence
+ */
+ public PagamentoPersistence getPagamentoPersistence() {
+ return pagamentoPersistence;
+ }
+
+ /**
+ * Sets the pagamento persistence.
+ *
+ * @param pagamentoPersistence the pagamento persistence
+ */
+ public void setPagamentoPersistence(
+ PagamentoPersistence pagamentoPersistence) {
+ this.pagamentoPersistence = pagamentoPersistence;
+ }
+
+ /**
+ * Returns the parere geologo local service.
+ *
+ * @return the parere geologo local service
+ */
+ public it.tref.liferay.portos.bo.service.ParereGeologoLocalService getParereGeologoLocalService() {
+ return parereGeologoLocalService;
+ }
+
+ /**
+ * Sets the parere geologo local service.
+ *
+ * @param parereGeologoLocalService the parere geologo local service
+ */
+ public void setParereGeologoLocalService(
+ it.tref.liferay.portos.bo.service.ParereGeologoLocalService parereGeologoLocalService) {
+ this.parereGeologoLocalService = parereGeologoLocalService;
+ }
+
+ /**
+ * Returns the parere geologo remote service.
+ *
+ * @return the parere geologo remote service
+ */
+ public it.tref.liferay.portos.bo.service.ParereGeologoService getParereGeologoService() {
+ return parereGeologoService;
+ }
+
+ /**
+ * Sets the parere geologo remote service.
+ *
+ * @param parereGeologoService the parere geologo remote service
+ */
+ public void setParereGeologoService(
+ it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService) {
+ this.parereGeologoService = parereGeologoService;
+ }
+
+ /**
+ * Returns the parere geologo persistence.
+ *
+ * @return the parere geologo persistence
+ */
+ public ParereGeologoPersistence getParereGeologoPersistence() {
+ return parereGeologoPersistence;
+ }
+
+ /**
+ * Sets the parere geologo persistence.
+ *
+ * @param parereGeologoPersistence the parere geologo persistence
+ */
+ public void setParereGeologoPersistence(
+ ParereGeologoPersistence parereGeologoPersistence) {
+ this.parereGeologoPersistence = parereGeologoPersistence;
+ }
+
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Returns the provincia local service.
+ *
+ * @return the provincia local service
+ */
+ public it.tref.liferay.portos.bo.service.ProvinciaLocalService getProvinciaLocalService() {
+ return provinciaLocalService;
+ }
+
+ /**
+ * Sets the provincia local service.
+ *
+ * @param provinciaLocalService the provincia local service
+ */
+ public void setProvinciaLocalService(
+ it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService) {
+ this.provinciaLocalService = provinciaLocalService;
+ }
+
+ /**
+ * Returns the provincia remote service.
+ *
+ * @return the provincia remote service
+ */
+ public it.tref.liferay.portos.bo.service.ProvinciaService getProvinciaService() {
+ return provinciaService;
+ }
+
+ /**
+ * Sets the provincia remote service.
+ *
+ * @param provinciaService the provincia remote service
+ */
+ public void setProvinciaService(
+ it.tref.liferay.portos.bo.service.ProvinciaService provinciaService) {
+ this.provinciaService = provinciaService;
+ }
+
+ /**
+ * Returns the provincia persistence.
+ *
+ * @return the provincia persistence
+ */
+ public ProvinciaPersistence getProvinciaPersistence() {
+ return provinciaPersistence;
+ }
+
+ /**
+ * Sets the provincia persistence.
+ *
+ * @param provinciaPersistence the provincia persistence
+ */
+ public void setProvinciaPersistence(
+ ProvinciaPersistence provinciaPersistence) {
+ this.provinciaPersistence = provinciaPersistence;
+ }
+
+ /**
+ * Returns the soggetto local service.
+ *
+ * @return the soggetto local service
+ */
+ public it.tref.liferay.portos.bo.service.SoggettoLocalService getSoggettoLocalService() {
+ return soggettoLocalService;
+ }
+
+ /**
+ * Sets the soggetto local service.
+ *
+ * @param soggettoLocalService the soggetto local service
+ */
+ public void setSoggettoLocalService(
+ it.tref.liferay.portos.bo.service.SoggettoLocalService soggettoLocalService) {
+ this.soggettoLocalService = soggettoLocalService;
+ }
+
+ /**
+ * Returns the soggetto remote service.
+ *
+ * @return the soggetto remote service
+ */
+ public it.tref.liferay.portos.bo.service.SoggettoService getSoggettoService() {
+ return soggettoService;
+ }
+
+ /**
+ * Sets the soggetto remote service.
+ *
+ * @param soggettoService the soggetto remote service
+ */
+ public void setSoggettoService(
+ it.tref.liferay.portos.bo.service.SoggettoService soggettoService) {
+ this.soggettoService = soggettoService;
+ }
+
+ /**
+ * Returns the soggetto persistence.
+ *
+ * @return the soggetto persistence
+ */
+ public SoggettoPersistence getSoggettoPersistence() {
+ return soggettoPersistence;
+ }
+
+ /**
+ * Sets the soggetto persistence.
+ *
+ * @param soggettoPersistence the soggetto persistence
+ */
+ public void setSoggettoPersistence(SoggettoPersistence soggettoPersistence) {
+ this.soggettoPersistence = soggettoPersistence;
+ }
+
+ /**
+ * Returns the sorteggio local service.
+ *
+ * @return the sorteggio local service
+ */
+ public it.tref.liferay.portos.bo.service.SorteggioLocalService getSorteggioLocalService() {
+ return sorteggioLocalService;
+ }
+
+ /**
+ * Sets the sorteggio local service.
+ *
+ * @param sorteggioLocalService the sorteggio local service
+ */
+ public void setSorteggioLocalService(
+ it.tref.liferay.portos.bo.service.SorteggioLocalService sorteggioLocalService) {
+ this.sorteggioLocalService = sorteggioLocalService;
+ }
+
+ /**
+ * Returns the sorteggio remote service.
+ *
+ * @return the sorteggio remote service
+ */
+ public it.tref.liferay.portos.bo.service.SorteggioService getSorteggioService() {
+ return sorteggioService;
+ }
+
+ /**
+ * Sets the sorteggio remote service.
+ *
+ * @param sorteggioService the sorteggio remote service
+ */
+ public void setSorteggioService(
+ it.tref.liferay.portos.bo.service.SorteggioService sorteggioService) {
+ this.sorteggioService = sorteggioService;
+ }
+
+ /**
+ * Returns the sorteggio persistence.
+ *
+ * @return the sorteggio persistence
+ */
+ public SorteggioPersistence getSorteggioPersistence() {
+ return sorteggioPersistence;
+ }
+
+ /**
+ * Sets the sorteggio persistence.
+ *
+ * @param sorteggioPersistence the sorteggio persistence
+ */
+ public void setSorteggioPersistence(
+ SorteggioPersistence sorteggioPersistence) {
+ this.sorteggioPersistence = sorteggioPersistence;
+ }
+
+ /**
+ * Returns the sorteggio finder.
+ *
+ * @return the sorteggio finder
+ */
+ public SorteggioFinder getSorteggioFinder() {
+ return sorteggioFinder;
+ }
+
+ /**
+ * Sets the sorteggio finder.
+ *
+ * @param sorteggioFinder the sorteggio finder
+ */
+ public void setSorteggioFinder(SorteggioFinder sorteggioFinder) {
+ this.sorteggioFinder = sorteggioFinder;
+ }
+
+ /**
+ * Returns the storico soggetto pratica local service.
+ *
+ * @return the storico soggetto pratica local service
+ */
+ public it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService getStoricoSoggettoPraticaLocalService() {
+ return storicoSoggettoPraticaLocalService;
+ }
+
+ /**
+ * Sets the storico soggetto pratica local service.
+ *
+ * @param storicoSoggettoPraticaLocalService the storico soggetto pratica local service
+ */
+ public void setStoricoSoggettoPraticaLocalService(
+ it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService storicoSoggettoPraticaLocalService) {
+ this.storicoSoggettoPraticaLocalService = storicoSoggettoPraticaLocalService;
+ }
+
+ /**
+ * Returns the storico soggetto pratica remote service.
+ *
+ * @return the storico soggetto pratica remote service
+ */
+ public it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService getStoricoSoggettoPraticaService() {
+ return storicoSoggettoPraticaService;
+ }
+
+ /**
+ * Sets the storico soggetto pratica remote service.
+ *
+ * @param storicoSoggettoPraticaService the storico soggetto pratica remote service
+ */
+ public void setStoricoSoggettoPraticaService(
+ it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService storicoSoggettoPraticaService) {
+ this.storicoSoggettoPraticaService = storicoSoggettoPraticaService;
+ }
+
+ /**
+ * Returns the storico soggetto pratica persistence.
+ *
+ * @return the storico soggetto pratica persistence
+ */
+ public StoricoSoggettoPraticaPersistence getStoricoSoggettoPraticaPersistence() {
+ return storicoSoggettoPraticaPersistence;
+ }
+
+ /**
+ * Sets the storico soggetto pratica persistence.
+ *
+ * @param storicoSoggettoPraticaPersistence the storico soggetto pratica persistence
+ */
+ public void setStoricoSoggettoPraticaPersistence(
+ StoricoSoggettoPraticaPersistence storicoSoggettoPraticaPersistence) {
+ this.storicoSoggettoPraticaPersistence = storicoSoggettoPraticaPersistence;
+ }
+
+ /**
+ * Returns the tempistica local service.
+ *
+ * @return the tempistica local service
+ */
+ public it.tref.liferay.portos.bo.service.TempisticaLocalService getTempisticaLocalService() {
+ return tempisticaLocalService;
+ }
+
+ /**
+ * Sets the tempistica local service.
+ *
+ * @param tempisticaLocalService the tempistica local service
+ */
+ public void setTempisticaLocalService(
+ it.tref.liferay.portos.bo.service.TempisticaLocalService tempisticaLocalService) {
+ this.tempisticaLocalService = tempisticaLocalService;
+ }
+
+ /**
+ * Returns the tempistica remote service.
+ *
+ * @return the tempistica remote service
+ */
+ public it.tref.liferay.portos.bo.service.TempisticaService getTempisticaService() {
+ return tempisticaService;
+ }
+
+ /**
+ * Sets the tempistica remote service.
+ *
+ * @param tempisticaService the tempistica remote service
+ */
+ public void setTempisticaService(
+ it.tref.liferay.portos.bo.service.TempisticaService tempisticaService) {
+ this.tempisticaService = tempisticaService;
+ }
+
+ /**
+ * Returns the tempistica persistence.
+ *
+ * @return the tempistica persistence
+ */
+ public TempisticaPersistence getTempisticaPersistence() {
+ return tempisticaPersistence;
+ }
+
+ /**
+ * Sets the tempistica persistence.
+ *
+ * @param tempisticaPersistence the tempistica persistence
+ */
+ public void setTempisticaPersistence(
+ TempisticaPersistence tempisticaPersistence) {
+ this.tempisticaPersistence = tempisticaPersistence;
+ }
+
+ /**
+ * Returns the tempistica finder.
+ *
+ * @return the tempistica finder
+ */
+ public TempisticaFinder getTempisticaFinder() {
+ return tempisticaFinder;
+ }
+
+ /**
+ * Sets the tempistica finder.
+ *
+ * @param tempisticaFinder the tempistica finder
+ */
+ public void setTempisticaFinder(TempisticaFinder tempisticaFinder) {
+ this.tempisticaFinder = tempisticaFinder;
+ }
+
+ /**
+ * Returns the territorio local service.
+ *
+ * @return the territorio local service
+ */
+ public it.tref.liferay.portos.bo.service.TerritorioLocalService getTerritorioLocalService() {
+ return territorioLocalService;
+ }
+
+ /**
+ * Sets the territorio local service.
+ *
+ * @param territorioLocalService the territorio local service
+ */
+ public void setTerritorioLocalService(
+ it.tref.liferay.portos.bo.service.TerritorioLocalService territorioLocalService) {
+ this.territorioLocalService = territorioLocalService;
+ }
+
+ /**
+ * Returns the territorio remote service.
+ *
+ * @return the territorio remote service
+ */
+ public it.tref.liferay.portos.bo.service.TerritorioService getTerritorioService() {
+ return territorioService;
+ }
+
+ /**
+ * Sets the territorio remote service.
+ *
+ * @param territorioService the territorio remote service
+ */
+ public void setTerritorioService(
+ it.tref.liferay.portos.bo.service.TerritorioService territorioService) {
+ this.territorioService = territorioService;
+ }
+
+ /**
+ * Returns the territorio persistence.
+ *
+ * @return the territorio persistence
+ */
+ public TerritorioPersistence getTerritorioPersistence() {
+ return territorioPersistence;
+ }
+
+ /**
+ * Sets the territorio persistence.
+ *
+ * @param territorioPersistence the territorio persistence
+ */
+ public void setTerritorioPersistence(
+ TerritorioPersistence territorioPersistence) {
+ this.territorioPersistence = territorioPersistence;
+ }
+
+ /**
+ * Returns the counter local service.
+ *
+ * @return the counter local service
+ */
+ public com.liferay.counter.service.CounterLocalService getCounterLocalService() {
+ return counterLocalService;
+ }
+
+ /**
+ * Sets the counter local service.
+ *
+ * @param counterLocalService the counter local service
+ */
+ public void setCounterLocalService(
+ com.liferay.counter.service.CounterLocalService counterLocalService) {
+ this.counterLocalService = counterLocalService;
+ }
+
+ /**
+ * Returns the resource local service.
+ *
+ * @return the resource local service
+ */
+ public com.liferay.portal.service.ResourceLocalService getResourceLocalService() {
+ return resourceLocalService;
+ }
+
+ /**
+ * Sets the resource local service.
+ *
+ * @param resourceLocalService the resource local service
+ */
+ public void setResourceLocalService(
+ com.liferay.portal.service.ResourceLocalService resourceLocalService) {
+ this.resourceLocalService = resourceLocalService;
+ }
+
+ /**
+ * Returns the user local service.
+ *
+ * @return the user local service
+ */
+ public com.liferay.portal.service.UserLocalService getUserLocalService() {
+ return userLocalService;
+ }
+
+ /**
+ * Sets the user local service.
+ *
+ * @param userLocalService the user local service
+ */
+ public void setUserLocalService(
+ com.liferay.portal.service.UserLocalService userLocalService) {
+ this.userLocalService = userLocalService;
+ }
+
+ /**
+ * Returns the user remote service.
+ *
+ * @return the user remote service
+ */
+ public com.liferay.portal.service.UserService getUserService() {
+ return userService;
+ }
+
+ /**
+ * Sets the user remote service.
+ *
+ * @param userService the user remote service
+ */
+ public void setUserService(
+ com.liferay.portal.service.UserService userService) {
+ this.userService = userService;
+ }
+
+ /**
+ * Returns the user persistence.
+ *
+ * @return the user persistence
+ */
+ public UserPersistence getUserPersistence() {
+ return userPersistence;
+ }
+
+ /**
+ * Sets the user persistence.
+ *
+ * @param userPersistence the user persistence
+ */
+ public void setUserPersistence(UserPersistence userPersistence) {
+ this.userPersistence = userPersistence;
+ }
+
+ public void afterPropertiesSet() {
+ Class> clazz = getClass();
+
+ _classLoader = clazz.getClassLoader();
+ }
+
+ public void destroy() {
+ }
+
+ /**
+ * Returns the Spring bean ID for this bean.
+ *
+ * @return the Spring bean ID for this bean
+ */
+ @Override
+ public String getBeanIdentifier() {
+ return _beanIdentifier;
+ }
+
+ /**
+ * Sets the Spring bean ID for this bean.
+ *
+ * @param beanIdentifier the Spring bean ID for this bean
+ */
+ @Override
+ public void setBeanIdentifier(String beanIdentifier) {
+ _beanIdentifier = beanIdentifier;
+ }
+
+ @Override
+ public Object invokeMethod(String name, String[] parameterTypes,
+ Object[] arguments) throws Throwable {
+ Thread currentThread = Thread.currentThread();
+
+ ClassLoader contextClassLoader = currentThread.getContextClassLoader();
+
+ if (contextClassLoader != _classLoader) {
+ currentThread.setContextClassLoader(_classLoader);
+ }
+
+ try {
+ return _clpInvoker.invokeMethod(name, parameterTypes, arguments);
+ }
+ finally {
+ if (contextClassLoader != _classLoader) {
+ currentThread.setContextClassLoader(contextClassLoader);
+ }
+ }
+ }
+
+ protected Class> getModelClass() {
+ return PraticaAttenzionata.class;
+ }
+
+ protected String getModelClassName() {
+ return PraticaAttenzionata.class.getName();
+ }
+
+ /**
+ * Performs an SQL query.
+ *
+ * @param sql the sql query
+ */
+ protected void runSQL(String sql) throws SystemException {
+ try {
+ DataSource dataSource = praticaAttenzionataPersistence.getDataSource();
+
+ SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
+ sql, new int[0]);
+
+ sqlUpdate.update();
+ }
+ catch (Exception e) {
+ throw new SystemException(e);
+ }
+ }
+
+ @BeanReference(type = it.tref.liferay.portos.bo.service.AllegatoManualeLocalService.class)
+ protected it.tref.liferay.portos.bo.service.AllegatoManualeLocalService allegatoManualeLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.AllegatoManualeService.class)
+ protected it.tref.liferay.portos.bo.service.AllegatoManualeService allegatoManualeService;
+ @BeanReference(type = AllegatoManualePersistence.class)
+ protected AllegatoManualePersistence allegatoManualePersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.AsseverazioneLocalService.class)
+ protected it.tref.liferay.portos.bo.service.AsseverazioneLocalService asseverazioneLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.AsseverazioneService.class)
+ protected it.tref.liferay.portos.bo.service.AsseverazioneService asseverazioneService;
+ @BeanReference(type = AsseverazionePersistence.class)
+ protected AsseverazionePersistence asseverazionePersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.AvvisoLocalService.class)
+ protected it.tref.liferay.portos.bo.service.AvvisoLocalService avvisoLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.AvvisoService.class)
+ protected it.tref.liferay.portos.bo.service.AvvisoService avvisoService;
+ @BeanReference(type = AvvisoPersistence.class)
+ protected AvvisoPersistence avvisoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.CollaudoLocalService.class)
+ protected it.tref.liferay.portos.bo.service.CollaudoLocalService collaudoLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.CollaudoService.class)
+ protected it.tref.liferay.portos.bo.service.CollaudoService collaudoService;
+ @BeanReference(type = CollaudoPersistence.class)
+ protected CollaudoPersistence collaudoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ComuneLocalService.class)
+ protected it.tref.liferay.portos.bo.service.ComuneLocalService comuneLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ComuneService.class)
+ protected it.tref.liferay.portos.bo.service.ComuneService comuneService;
+ @BeanReference(type = ComunePersistence.class)
+ protected ComunePersistence comunePersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ComunicazioneLocalService.class)
+ protected it.tref.liferay.portos.bo.service.ComunicazioneLocalService comunicazioneLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ComunicazioneService.class)
+ protected it.tref.liferay.portos.bo.service.ComunicazioneService comunicazioneService;
+ @BeanReference(type = ComunicazionePersistence.class)
+ protected ComunicazionePersistence comunicazionePersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ConfigurazioneLocalService.class)
+ protected it.tref.liferay.portos.bo.service.ConfigurazioneLocalService configurazioneLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ConfigurazioneService.class)
+ protected it.tref.liferay.portos.bo.service.ConfigurazioneService configurazioneService;
+ @BeanReference(type = ConfigurazionePersistence.class)
+ protected ConfigurazionePersistence configurazionePersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ControlloPraticaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.ControlloPraticaLocalService controlloPraticaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ControlloPraticaService.class)
+ protected it.tref.liferay.portos.bo.service.ControlloPraticaService controlloPraticaService;
+ @BeanReference(type = ControlloPraticaPersistence.class)
+ protected ControlloPraticaPersistence controlloPraticaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DelegaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.DelegaLocalService delegaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DelegaService.class)
+ protected it.tref.liferay.portos.bo.service.DelegaService delegaService;
+ @BeanReference(type = DelegaPersistence.class)
+ protected DelegaPersistence delegaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DettPraticaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.DettPraticaLocalService dettPraticaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DettPraticaService.class)
+ protected it.tref.liferay.portos.bo.service.DettPraticaService dettPraticaService;
+ @BeanReference(type = DettPraticaPersistence.class)
+ protected DettPraticaPersistence dettPraticaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.DocAggiuntivaLocalService docAggiuntivaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DocAggiuntivaService.class)
+ protected it.tref.liferay.portos.bo.service.DocAggiuntivaService docAggiuntivaService;
+ @BeanReference(type = DocAggiuntivaPersistence.class)
+ protected DocAggiuntivaPersistence docAggiuntivaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DocPraticaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.DocPraticaLocalService docPraticaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.DocPraticaService.class)
+ protected it.tref.liferay.portos.bo.service.DocPraticaService docPraticaService;
+ @BeanReference(type = DocPraticaPersistence.class)
+ protected DocPraticaPersistence docPraticaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.FineLavoriLocalService.class)
+ protected it.tref.liferay.portos.bo.service.FineLavoriLocalService fineLavoriLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.FineLavoriService.class)
+ protected it.tref.liferay.portos.bo.service.FineLavoriService fineLavoriService;
+ @BeanReference(type = FineLavoriPersistence.class)
+ protected FineLavoriPersistence fineLavoriPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService.class)
+ protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionLocalService historyWorkflowActionLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.HistoryWorkflowActionService.class)
+ protected it.tref.liferay.portos.bo.service.HistoryWorkflowActionService historyWorkflowActionService;
+ @BeanReference(type = HistoryWorkflowActionPersistence.class)
+ protected HistoryWorkflowActionPersistence historyWorkflowActionPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.IntPraticaLocalService intPraticaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.IntPraticaService.class)
+ protected it.tref.liferay.portos.bo.service.IntPraticaService intPraticaService;
+ @BeanReference(type = IntPraticaPersistence.class)
+ protected IntPraticaPersistence intPraticaPersistence;
+ @BeanReference(type = IntPraticaFinder.class)
+ protected IntPraticaFinder intPraticaFinder;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PagamentoLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PagamentoLocalService pagamentoLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PagamentoService.class)
+ protected it.tref.liferay.portos.bo.service.PagamentoService pagamentoService;
+ @BeanReference(type = PagamentoPersistence.class)
+ protected PagamentoPersistence pagamentoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ParereGeologoLocalService.class)
+ protected it.tref.liferay.portos.bo.service.ParereGeologoLocalService parereGeologoLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ParereGeologoService.class)
+ protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
+ @BeanReference(type = ParereGeologoPersistence.class)
+ protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
+ protected it.tref.liferay.portos.bo.service.ProvinciaService provinciaService;
+ @BeanReference(type = ProvinciaPersistence.class)
+ protected ProvinciaPersistence provinciaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.SoggettoLocalService.class)
+ protected it.tref.liferay.portos.bo.service.SoggettoLocalService soggettoLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.SoggettoService.class)
+ protected it.tref.liferay.portos.bo.service.SoggettoService soggettoService;
+ @BeanReference(type = SoggettoPersistence.class)
+ protected SoggettoPersistence soggettoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.SorteggioLocalService.class)
+ protected it.tref.liferay.portos.bo.service.SorteggioLocalService sorteggioLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.SorteggioService.class)
+ protected it.tref.liferay.portos.bo.service.SorteggioService sorteggioService;
+ @BeanReference(type = SorteggioPersistence.class)
+ protected SorteggioPersistence sorteggioPersistence;
+ @BeanReference(type = SorteggioFinder.class)
+ protected SorteggioFinder sorteggioFinder;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaLocalService storicoSoggettoPraticaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService.class)
+ protected it.tref.liferay.portos.bo.service.StoricoSoggettoPraticaService storicoSoggettoPraticaService;
+ @BeanReference(type = StoricoSoggettoPraticaPersistence.class)
+ protected StoricoSoggettoPraticaPersistence storicoSoggettoPraticaPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.TempisticaLocalService.class)
+ protected it.tref.liferay.portos.bo.service.TempisticaLocalService tempisticaLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.TempisticaService.class)
+ protected it.tref.liferay.portos.bo.service.TempisticaService tempisticaService;
+ @BeanReference(type = TempisticaPersistence.class)
+ protected TempisticaPersistence tempisticaPersistence;
+ @BeanReference(type = TempisticaFinder.class)
+ protected TempisticaFinder tempisticaFinder;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.TerritorioLocalService.class)
+ protected it.tref.liferay.portos.bo.service.TerritorioLocalService territorioLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.TerritorioService.class)
+ protected it.tref.liferay.portos.bo.service.TerritorioService territorioService;
+ @BeanReference(type = TerritorioPersistence.class)
+ protected TerritorioPersistence territorioPersistence;
+ @BeanReference(type = com.liferay.counter.service.CounterLocalService.class)
+ protected com.liferay.counter.service.CounterLocalService counterLocalService;
+ @BeanReference(type = com.liferay.portal.service.ResourceLocalService.class)
+ protected com.liferay.portal.service.ResourceLocalService resourceLocalService;
+ @BeanReference(type = com.liferay.portal.service.UserLocalService.class)
+ protected com.liferay.portal.service.UserLocalService userLocalService;
+ @BeanReference(type = com.liferay.portal.service.UserService.class)
+ protected com.liferay.portal.service.UserService userService;
+ @BeanReference(type = UserPersistence.class)
+ protected UserPersistence userPersistence;
+ private String _beanIdentifier;
+ private ClassLoader _classLoader;
+ private PraticaAttenzionataServiceClpInvoker _clpInvoker = new PraticaAttenzionataServiceClpInvoker();
+}
\ 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/base/PraticaAttenzionataServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PraticaAttenzionataServiceClpInvoker.java
new file mode 100644
index 00000000..8c944896
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/PraticaAttenzionataServiceClpInvoker.java
@@ -0,0 +1,57 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service.base;
+
+import it.tref.liferay.portos.bo.service.PraticaAttenzionataServiceUtil;
+
+import java.util.Arrays;
+
+/**
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @generated
+ */
+public class PraticaAttenzionataServiceClpInvoker {
+ public PraticaAttenzionataServiceClpInvoker() {
+ _methodName162 = "getBeanIdentifier";
+
+ _methodParameterTypes162 = new String[] { };
+
+ _methodName163 = "setBeanIdentifier";
+
+ _methodParameterTypes163 = new String[] { "java.lang.String" };
+ }
+
+ public Object invokeMethod(String name, String[] parameterTypes,
+ Object[] arguments) throws Throwable {
+ if (_methodName162.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
+ return PraticaAttenzionataServiceUtil.getBeanIdentifier();
+ }
+
+ if (_methodName163.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
+ PraticaAttenzionataServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
+
+ return null;
+ }
+
+ throw new UnsupportedOperationException();
+ }
+
+ private String _methodName162;
+ private String[] _methodParameterTypes162;
+ private String _methodName163;
+ private String[] _methodParameterTypes163;
+}
\ 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/base/ProvinciaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceBaseImpl.java
index 197f98d6..5dfb7180 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1286,6 +1287,63 @@ public abstract class ProvinciaLocalServiceBaseImpl extends BaseLocalServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1943,6 +2001,12 @@ public abstract class ProvinciaLocalServiceBaseImpl extends BaseLocalServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceClpInvoker.java
index 6247148f..469dd6ad 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaLocalServiceClpInvoker.java
@@ -106,79 +106,79 @@ public class ProvinciaLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Provincia"
};
- _methodName172 = "getBeanIdentifier";
+ _methodName178 = "getBeanIdentifier";
- _methodParameterTypes172 = new String[] { };
+ _methodParameterTypes178 = new String[] { };
- _methodName173 = "setBeanIdentifier";
+ _methodName179 = "setBeanIdentifier";
- _methodParameterTypes173 = new String[] { "java.lang.String" };
+ _methodParameterTypes179 = new String[] { "java.lang.String" };
- _methodName178 = "addProvincia";
+ _methodName184 = "addProvincia";
- _methodParameterTypes178 = new String[] {
+ _methodParameterTypes184 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName179 = "findAll";
+ _methodName185 = "findAll";
- _methodParameterTypes179 = new String[] {
+ _methodParameterTypes185 = new String[] {
"int", "int", "com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName180 = "countByCompanyId";
+ _methodName186 = "countByCompanyId";
- _methodParameterTypes180 = new String[] { "long" };
+ _methodParameterTypes186 = new String[] { "long" };
- _methodName181 = "countByKeywords";
+ _methodName187 = "countByKeywords";
- _methodParameterTypes181 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes187 = new String[] { "long", "java.lang.String" };
- _methodName182 = "deleteProvincia";
+ _methodName188 = "deleteProvincia";
- _methodParameterTypes182 = new String[] { "long" };
+ _methodParameterTypes188 = new String[] { "long" };
- _methodName183 = "deleteProvincia";
+ _methodName189 = "deleteProvincia";
- _methodParameterTypes183 = new String[] {
+ _methodParameterTypes189 = new String[] {
"it.tref.liferay.portos.bo.model.Provincia"
};
- _methodName184 = "fetchByC_C";
+ _methodName190 = "fetchByC_C";
- _methodParameterTypes184 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes190 = new String[] { "long", "java.lang.String" };
- _methodName185 = "fetchByC_S";
+ _methodName191 = "fetchByC_S";
- _methodParameterTypes185 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes191 = new String[] { "long", "java.lang.String" };
- _methodName186 = "findByCompanyId";
+ _methodName192 = "findByCompanyId";
- _methodParameterTypes186 = new String[] { "long", "int", "int" };
+ _methodParameterTypes192 = new String[] { "long", "int", "int" };
- _methodName187 = "findByCompanyId";
+ _methodName193 = "findByCompanyId";
- _methodParameterTypes187 = new String[] {
+ _methodParameterTypes193 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName188 = "findByC_C";
+ _methodName194 = "findByC_C";
- _methodParameterTypes188 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes194 = new String[] { "long", "java.lang.String" };
- _methodName189 = "findByKeywords";
+ _methodName195 = "findByKeywords";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes195 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName191 = "updateProvincia";
+ _methodName197 = "updateProvincia";
- _methodParameterTypes191 = new String[] {
+ _methodParameterTypes197 = new String[] {
"long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
@@ -273,89 +273,89 @@ public class ProvinciaLocalServiceClpInvoker {
return ProvinciaLocalServiceUtil.updateProvincia((it.tref.liferay.portos.bo.model.Provincia)arguments[0]);
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return ProvinciaLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
ProvinciaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName178.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
+ if (_methodName184.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
return ProvinciaLocalServiceUtil.addProvincia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4],
(com.liferay.portal.service.ServiceContext)arguments[5]);
}
- if (_methodName179.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
+ if (_methodName185.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
return ProvinciaLocalServiceUtil.findAll(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[2]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return ProvinciaLocalServiceUtil.countByCompanyId(((Long)arguments[0]).longValue());
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
return ProvinciaLocalServiceUtil.countByKeywords(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return ProvinciaLocalServiceUtil.deleteProvincia(((Long)arguments[0]).longValue());
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return ProvinciaLocalServiceUtil.deleteProvincia((it.tref.liferay.portos.bo.model.Provincia)arguments[0]);
}
- if (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
return ProvinciaLocalServiceUtil.fetchByC_C(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return ProvinciaLocalServiceUtil.fetchByC_S(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return ProvinciaLocalServiceUtil.findByCompanyId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return ProvinciaLocalServiceUtil.findByCompanyId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return ProvinciaLocalServiceUtil.findByC_C(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return ProvinciaLocalServiceUtil.findByKeywords(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -363,8 +363,8 @@ public class ProvinciaLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return ProvinciaLocalServiceUtil.updateProvincia(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2], (java.lang.String)arguments[3],
@@ -407,22 +407,10 @@ public class ProvinciaLocalServiceClpInvoker {
private String[] _methodParameterTypes14;
private String _methodName15;
private String[] _methodParameterTypes15;
- private String _methodName172;
- private String[] _methodParameterTypes172;
- private String _methodName173;
- private String[] _methodParameterTypes173;
private String _methodName178;
private String[] _methodParameterTypes178;
private String _methodName179;
private String[] _methodParameterTypes179;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
- private String _methodName182;
- private String[] _methodParameterTypes182;
- private String _methodName183;
- private String[] _methodParameterTypes183;
private String _methodName184;
private String[] _methodParameterTypes184;
private String _methodName185;
@@ -435,6 +423,18 @@ public class ProvinciaLocalServiceClpInvoker {
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 _methodName197;
+ private String[] _methodParameterTypes197;
}
\ 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/base/ProvinciaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceBaseImpl.java
index 3ccc5457..733fc12f 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class ProvinciaServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1708,6 +1766,12 @@ public abstract class ProvinciaServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceClpInvoker.java
index 64c8d0e1..24ac421c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/ProvinciaServiceClpInvoker.java
@@ -24,24 +24,24 @@ import java.util.Arrays;
*/
public class ProvinciaServiceClpInvoker {
public ProvinciaServiceClpInvoker() {
- _methodName156 = "getBeanIdentifier";
+ _methodName162 = "getBeanIdentifier";
- _methodParameterTypes156 = new String[] { };
+ _methodParameterTypes162 = new String[] { };
- _methodName157 = "setBeanIdentifier";
+ _methodName163 = "setBeanIdentifier";
- _methodParameterTypes157 = new String[] { "java.lang.String" };
+ _methodParameterTypes163 = new String[] { "java.lang.String" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName156.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) {
+ if (_methodName162.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
return ProvinciaServiceUtil.getBeanIdentifier();
}
- if (_methodName157.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) {
+ if (_methodName163.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
ProvinciaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
@@ -50,8 +50,8 @@ public class ProvinciaServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName156;
- private String[] _methodParameterTypes156;
- private String _methodName157;
- private String[] _methodParameterTypes157;
+ private String _methodName162;
+ private String[] _methodParameterTypes162;
+ private String _methodName163;
+ private String[] _methodParameterTypes163;
}
\ 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/base/SoggettoLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceBaseImpl.java
index caf4236b..d98bc495 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1342,6 +1343,63 @@ public abstract class SoggettoLocalServiceBaseImpl extends BaseLocalServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2037,6 +2095,12 @@ public abstract class SoggettoLocalServiceBaseImpl extends BaseLocalServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceClpInvoker.java
index 225af9f0..5996ccc8 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoLocalServiceClpInvoker.java
@@ -122,17 +122,17 @@ public class SoggettoLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Soggetto"
};
- _methodName180 = "getBeanIdentifier";
+ _methodName186 = "getBeanIdentifier";
- _methodParameterTypes180 = new String[] { };
+ _methodParameterTypes186 = new String[] { };
- _methodName181 = "setBeanIdentifier";
+ _methodName187 = "setBeanIdentifier";
- _methodParameterTypes181 = new String[] { "java.lang.String" };
+ _methodParameterTypes187 = new String[] { "java.lang.String" };
- _methodName186 = "addSoggetto";
+ _methodName192 = "addSoggetto";
- _methodParameterTypes186 = new String[] {
+ _methodParameterTypes192 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.util.Date",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -152,9 +152,9 @@ public class SoggettoLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName187 = "addSoggettoValidatedByFile";
+ _methodName193 = "addSoggettoValidatedByFile";
- _methodParameterTypes187 = new String[] {
+ _methodParameterTypes193 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.util.Date",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -175,9 +175,9 @@ public class SoggettoLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName188 = "addSoggettoForImport";
+ _methodName194 = "addSoggettoForImport";
- _methodParameterTypes188 = new String[] {
+ _methodParameterTypes194 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.util.Date",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -196,27 +196,27 @@ public class SoggettoLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName189 = "cloneSoggetto";
+ _methodName195 = "cloneSoggetto";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes195 = new String[] {
"long", "long", "long",
"it.tref.liferay.portos.bo.model.Soggetto",
"com.liferay.portal.service.ServiceContext"
};
- _methodName190 = "deleteSoggetto";
+ _methodName196 = "deleteSoggetto";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
"it.tref.liferay.portos.bo.model.Soggetto"
};
- _methodName191 = "deleteSoggetto";
+ _methodName197 = "deleteSoggetto";
- _methodParameterTypes191 = new String[] { "long" };
+ _methodParameterTypes197 = new String[] { "long" };
- _methodName192 = "updateSoggetto";
+ _methodName198 = "updateSoggetto";
- _methodParameterTypes192 = new String[] {
+ _methodParameterTypes198 = new String[] {
"long", "long", "long", "long", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.util.Date", "java.lang.String", "java.lang.String",
@@ -236,9 +236,9 @@ public class SoggettoLocalServiceClpInvoker {
"long", "boolean", "com.liferay.portal.service.ServiceContext"
};
- _methodName193 = "updateSoggettoValidatedByFile";
+ _methodName199 = "updateSoggettoValidatedByFile";
- _methodParameterTypes193 = new String[] {
+ _methodParameterTypes199 = new String[] {
"long", "long", "long", "long", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.util.Date", "java.lang.String", "java.lang.String",
@@ -259,353 +259,353 @@ public class SoggettoLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName194 = "fetchByOldSoggettId";
+ _methodName200 = "fetchByOldSoggettId";
- _methodParameterTypes194 = new String[] { "long" };
+ _methodParameterTypes200 = new String[] { "long" };
- _methodName195 = "findByIntPratica";
+ _methodName201 = "findByIntPratica";
- _methodParameterTypes195 = new String[] { "long" };
+ _methodParameterTypes201 = new String[] { "long" };
- _methodName196 = "countByIntPratica";
+ _methodName202 = "countByIntPratica";
- _methodParameterTypes196 = new String[] { "long" };
+ _methodParameterTypes202 = new String[] { "long" };
- _methodName197 = "findByDettPratica";
+ _methodName203 = "findByDettPratica";
- _methodParameterTypes197 = new String[] { "long" };
+ _methodParameterTypes203 = new String[] { "long" };
- _methodName198 = "countByDettPratica";
+ _methodName204 = "countByDettPratica";
- _methodParameterTypes198 = new String[] { "long" };
+ _methodParameterTypes204 = new String[] { "long" };
- _methodName199 = "findByDettPratica_CodiceFiscale";
+ _methodName205 = "findByDettPratica_CodiceFiscale";
- _methodParameterTypes199 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes205 = new String[] { "long", "java.lang.String" };
- _methodName200 = "findByDettPratica_CodiceFiscale_Rimosso";
+ _methodName206 = "findByDettPratica_CodiceFiscale_Rimosso";
- _methodParameterTypes200 = new String[] {
+ _methodParameterTypes206 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName201 = "countByDettPratica_CodiceFiscale";
+ _methodName207 = "countByDettPratica_CodiceFiscale";
- _methodParameterTypes201 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes207 = new String[] { "long", "java.lang.String" };
- _methodName202 = "countByDettPratica_CodiceFiscale_Rimosso";
+ _methodName208 = "countByDettPratica_CodiceFiscale_Rimosso";
- _methodParameterTypes202 = new String[] {
+ _methodParameterTypes208 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName203 = "findByIntPratica_CodiceFiscale";
+ _methodName209 = "findByIntPratica_CodiceFiscale";
- _methodParameterTypes203 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes209 = new String[] { "long", "java.lang.String" };
- _methodName204 = "findByIntPratica_CodiceFiscale_Rimosso";
+ _methodName210 = "findByIntPratica_CodiceFiscale_Rimosso";
- _methodParameterTypes204 = new String[] {
+ _methodParameterTypes210 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName205 = "countByIntPratica_CodiceFiscale";
+ _methodName211 = "countByIntPratica_CodiceFiscale";
- _methodParameterTypes205 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes211 = new String[] { "long", "java.lang.String" };
- _methodName206 = "countByIntPratica_CodiceFiscale_Rimosso";
+ _methodName212 = "countByIntPratica_CodiceFiscale_Rimosso";
- _methodParameterTypes206 = new String[] {
+ _methodParameterTypes212 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName207 = "findByIntPratica_TipologiaSoggetto";
+ _methodName213 = "findByIntPratica_TipologiaSoggetto";
- _methodParameterTypes207 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes213 = new String[] { "long", "java.lang.String" };
- _methodName208 = "findByDettPratica_TipologiaSoggetto";
+ _methodName214 = "findByDettPratica_TipologiaSoggetto";
- _methodParameterTypes208 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes214 = new String[] { "long", "java.lang.String" };
- _methodName209 = "findByDettPratica_TipologiaSoggetto_CodiceFiscale";
+ _methodName215 = "findByDettPratica_TipologiaSoggetto_CodiceFiscale";
- _methodParameterTypes209 = new String[] {
+ _methodParameterTypes215 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName210 = "findByIntPratica_TipologiaSoggetto_Rimosso";
+ _methodName216 = "findByIntPratica_TipologiaSoggetto_Rimosso";
- _methodParameterTypes210 = new String[] {
+ _methodParameterTypes216 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName211 = "findByIntPratica_TipologiaSoggetto_DettPraticaIdRimozione";
+ _methodName217 = "findByIntPratica_TipologiaSoggetto_DettPraticaIdRimozione";
- _methodParameterTypes211 = new String[] {
+ _methodParameterTypes217 = new String[] {
"long", "java.lang.String", "long"
};
- _methodName212 = "getValidByIntPratica";
+ _methodName218 = "getValidByIntPratica";
- _methodParameterTypes212 = new String[] { "long" };
+ _methodParameterTypes218 = new String[] { "long" };
- _methodName213 = "getValidByDettPratica";
+ _methodName219 = "getValidByDettPratica";
- _methodParameterTypes213 = new String[] { "long" };
+ _methodParameterTypes219 = new String[] { "long" };
- _methodName214 = "countValidByIntPratica";
+ _methodName220 = "countValidByIntPratica";
- _methodParameterTypes214 = new String[] { "long" };
+ _methodParameterTypes220 = new String[] { "long" };
- _methodName216 = "getValidTmpByIntPratica";
+ _methodName222 = "getValidTmpByIntPratica";
- _methodParameterTypes216 = new String[] { "long" };
+ _methodParameterTypes222 = new String[] { "long" };
- _methodName217 = "countValidTmpByIntPratica";
+ _methodName223 = "countValidTmpByIntPratica";
- _methodParameterTypes217 = new String[] { "long" };
+ _methodParameterTypes223 = new String[] { "long" };
- _methodName219 = "getTmpNotCompletedByDettPratica";
+ _methodName225 = "getTmpNotCompletedByDettPratica";
- _methodParameterTypes219 = new String[] { "long" };
+ _methodParameterTypes225 = new String[] { "long" };
- _methodName220 = "countTmpNotCompletedByDettPratica";
+ _methodName226 = "countTmpNotCompletedByDettPratica";
- _methodParameterTypes220 = new String[] { "long" };
+ _methodParameterTypes226 = new String[] { "long" };
- _methodName222 = "getSoggettiPrincipaliValidTmpByDettPratica";
+ _methodName228 = "getSoggettiPrincipaliValidTmpByDettPratica";
- _methodParameterTypes222 = new String[] { "long" };
+ _methodParameterTypes228 = new String[] { "long" };
- _methodName223 = "getSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto";
+ _methodName229 = "getSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto";
- _methodParameterTypes223 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes229 = new String[] { "long", "java.lang.String[][]" };
- _methodName224 = "countSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto";
+ _methodName230 = "countSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto";
- _methodParameterTypes224 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes230 = new String[] { "long", "java.lang.String[][]" };
- _methodName225 = "getCfSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto";
+ _methodName231 = "getCfSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto";
- _methodParameterTypes225 = new String[] { "long", "java.lang.String[][]" };
+ _methodParameterTypes231 = new String[] { "long", "java.lang.String[][]" };
- _methodName227 = "getValidTmpByDettPratica";
+ _methodName233 = "getValidTmpByDettPratica";
- _methodParameterTypes227 = new String[] { "long" };
+ _methodParameterTypes233 = new String[] { "long" };
- _methodName228 = "getCfValidTmpByDettPratica";
+ _methodName234 = "getCfValidTmpByDettPratica";
- _methodParameterTypes228 = new String[] { "long" };
+ _methodParameterTypes234 = new String[] { "long" };
- _methodName229 = "getCfValidTmpByIntPratica_TipologiaSoggetto";
+ _methodName235 = "getCfValidTmpByIntPratica_TipologiaSoggetto";
- _methodParameterTypes229 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes235 = new String[] { "long", "java.lang.String" };
- _methodName230 = "getCfValidTmpByDettPratica_TipologiaSoggetto";
+ _methodName236 = "getCfValidTmpByDettPratica_TipologiaSoggetto";
- _methodParameterTypes230 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes236 = new String[] { "long", "java.lang.String" };
- _methodName231 = "countCfValidTmpByDettPratica";
+ _methodName237 = "countCfValidTmpByDettPratica";
- _methodParameterTypes231 = new String[] { "long" };
+ _methodParameterTypes237 = new String[] { "long" };
- _methodName233 = "getValidTmpByIntPratica_CodiceFiscale";
+ _methodName239 = "getValidTmpByIntPratica_CodiceFiscale";
- _methodParameterTypes233 = new String[] {
+ _methodParameterTypes239 = new String[] {
"long", "java.lang.String", "long"
};
- _methodName234 = "countValidTmpByIntPratica_CodiceFiscale";
+ _methodName240 = "countValidTmpByIntPratica_CodiceFiscale";
- _methodParameterTypes234 = new String[] {
+ _methodParameterTypes240 = new String[] {
"long", "java.lang.String", "long"
};
- _methodName235 = "getValidTmpByIntPratica_CodiceFiscale_TipologiaSoggetto";
+ _methodName241 = "getValidTmpByIntPratica_CodiceFiscale_TipologiaSoggetto";
- _methodParameterTypes235 = new String[] {
+ _methodParameterTypes241 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName236 = "getValidTmpByIntPratica_CodiceFiscale_TipologiaSoggetto";
+ _methodName242 = "getValidTmpByIntPratica_CodiceFiscale_TipologiaSoggetto";
- _methodParameterTypes236 = new String[] {
+ _methodParameterTypes242 = new String[] {
"long", "java.lang.String", "java.lang.String", "long"
};
- _methodName238 = "getValidByIntPratica_CodiceFiscale_TipologiaSoggetto";
+ _methodName244 = "getValidByIntPratica_CodiceFiscale_TipologiaSoggetto";
- _methodParameterTypes238 = new String[] {
+ _methodParameterTypes244 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName239 = "getValidByIntPratica_CodiceFiscale";
+ _methodName245 = "getValidByIntPratica_CodiceFiscale";
- _methodParameterTypes239 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes245 = new String[] { "long", "java.lang.String" };
- _methodName240 = "getValidByIntPratica_NoCodiceFiscale";
+ _methodName246 = "getValidByIntPratica_NoCodiceFiscale";
- _methodParameterTypes240 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes246 = new String[] { "long", "java.lang.String" };
- _methodName241 = "countValidByIntPratica_CodiceFiscale";
+ _methodName247 = "countValidByIntPratica_CodiceFiscale";
- _methodParameterTypes241 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes247 = new String[] { "long", "java.lang.String" };
- _methodName243 = "getValidByIntPratica_TipologiaSoggetto";
+ _methodName249 = "getValidByIntPratica_TipologiaSoggetto";
- _methodParameterTypes243 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes249 = new String[] { "long", "java.lang.String" };
- _methodName244 = "getValidTmpByIntPratica_TipologiaSoggetto";
+ _methodName250 = "getValidTmpByIntPratica_TipologiaSoggetto";
- _methodParameterTypes244 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes250 = new String[] { "long", "java.lang.String" };
- _methodName245 = "getValidTmpByDettPratica_TipologiaSoggetto";
+ _methodName251 = "getValidTmpByDettPratica_TipologiaSoggetto";
- _methodParameterTypes245 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes251 = new String[] { "long", "java.lang.String" };
- _methodName246 = "getCfValidByIntPratica";
+ _methodName252 = "getCfValidByIntPratica";
- _methodParameterTypes246 = new String[] { "long" };
+ _methodParameterTypes252 = new String[] { "long" };
- _methodName248 = "getValidByIntPratica_CodiciFiscali";
+ _methodName254 = "getValidByIntPratica_CodiciFiscali";
- _methodParameterTypes248 = new String[] { "long", "java.util.List" };
+ _methodParameterTypes254 = new String[] { "long", "java.util.List" };
- _methodName249 = "getInvalidByIntPratica";
+ _methodName255 = "getInvalidByIntPratica";
- _methodParameterTypes249 = new String[] { "long" };
+ _methodParameterTypes255 = new String[] { "long" };
- _methodName250 = "getInvalidTmpByIntPratica";
+ _methodName256 = "getInvalidTmpByIntPratica";
- _methodParameterTypes250 = new String[] { "long" };
+ _methodParameterTypes256 = new String[] { "long" };
- _methodName251 = "getRivalidatedTmpByIntPratica";
+ _methodName257 = "getRivalidatedTmpByIntPratica";
- _methodParameterTypes251 = new String[] { "long" };
+ _methodParameterTypes257 = new String[] { "long" };
- _methodName252 = "getValidUntilDettPraticaByIntPratica";
+ _methodName258 = "getValidUntilDettPraticaByIntPratica";
- _methodParameterTypes252 = new String[] { "long", "long" };
+ _methodParameterTypes258 = new String[] { "long", "long" };
- _methodName253 = "getValidUntilDettPraticaByIntPratica";
+ _methodName259 = "getValidUntilDettPraticaByIntPratica";
- _methodParameterTypes253 = new String[] {
+ _methodParameterTypes259 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName254 = "countValidUntilDettPraticaByIntPratica";
+ _methodName260 = "countValidUntilDettPraticaByIntPratica";
- _methodParameterTypes254 = new String[] { "long", "long" };
+ _methodParameterTypes260 = new String[] { "long", "long" };
- _methodName256 = "findByDettPratica_TipologiaSoggetto_Aggiuntivo";
+ _methodName262 = "findByDettPratica_TipologiaSoggetto_Aggiuntivo";
- _methodParameterTypes256 = new String[] {
+ _methodParameterTypes262 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName257 = "findByDettPratica_TipologiaSoggetto_Aggiuntivo_Rimosso";
+ _methodName263 = "findByDettPratica_TipologiaSoggetto_Aggiuntivo_Rimosso";
- _methodParameterTypes257 = new String[] {
+ _methodParameterTypes263 = new String[] {
"long", "java.lang.String", "boolean", "boolean"
};
- _methodName258 = "findByIntPratica_TipologiaSoggetto_Aggiuntivo_Rimosso";
+ _methodName264 = "findByIntPratica_TipologiaSoggetto_Aggiuntivo_Rimosso";
- _methodParameterTypes258 = new String[] {
+ _methodParameterTypes264 = new String[] {
"long", "java.lang.String", "boolean", "boolean"
};
- _methodName259 = "findByUserId";
+ _methodName265 = "findByUserId";
- _methodParameterTypes259 = new String[] { "long" };
+ _methodParameterTypes265 = new String[] { "long" };
- _methodName260 = "findByUserId";
+ _methodName266 = "findByUserId";
- _methodParameterTypes260 = new String[] {
+ _methodParameterTypes266 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName261 = "findByUserId_CodiceFiscale";
+ _methodName267 = "findByUserId_CodiceFiscale";
- _methodParameterTypes261 = new String[] {
+ _methodParameterTypes267 = new String[] {
"long", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName262 = "countByUserId_CodiceFiscale";
+ _methodName268 = "countByUserId_CodiceFiscale";
- _methodParameterTypes262 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes268 = new String[] { "long", "java.lang.String" };
- _methodName263 = "findByUserId_CodiceFiscale_TipologiaSoggetto";
+ _methodName269 = "findByUserId_CodiceFiscale_TipologiaSoggetto";
- _methodParameterTypes263 = new String[] {
+ _methodParameterTypes269 = new String[] {
"long", "java.lang.String", "java.lang.String", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
- _methodName264 = "countByUserId_CodiceFiscale_TipologiaSoggetto";
+ _methodName270 = "countByUserId_CodiceFiscale_TipologiaSoggetto";
- _methodParameterTypes264 = new String[] {
+ _methodParameterTypes270 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName265 = "findIntPraticaBySoggettoId";
+ _methodName271 = "findIntPraticaBySoggettoId";
- _methodParameterTypes265 = new String[] { "long" };
+ _methodParameterTypes271 = new String[] { "long" };
- _methodName266 = "updatePrincipale";
+ _methodName272 = "updatePrincipale";
- _methodParameterTypes266 = new String[] {
+ _methodParameterTypes272 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName267 = "completeInvalidation";
+ _methodName273 = "completeInvalidation";
- _methodParameterTypes267 = new String[] { "long" };
+ _methodParameterTypes273 = new String[] { "long" };
- _methodName268 = "getSoggettiSostituitiIds";
+ _methodName274 = "getSoggettiSostituitiIds";
- _methodParameterTypes268 = new String[] { "long" };
+ _methodParameterTypes274 = new String[] { "long" };
- _methodName269 = "validaSoggetto";
+ _methodName275 = "validaSoggetto";
- _methodParameterTypes269 = new String[] { "long", "long" };
+ _methodParameterTypes275 = new String[] { "long", "long" };
- _methodName270 = "invalidaSoggetto";
+ _methodName276 = "invalidaSoggetto";
- _methodParameterTypes270 = new String[] { "long", "long" };
+ _methodParameterTypes276 = new String[] { "long", "long" };
- _methodName271 = "invalidaESostituisciSoggetto";
+ _methodName277 = "invalidaESostituisciSoggetto";
- _methodParameterTypes271 = new String[] { "long", "long", "long" };
+ _methodParameterTypes277 = new String[] { "long", "long", "long" };
- _methodName272 = "allegaFileModifica";
+ _methodName278 = "allegaFileModifica";
- _methodParameterTypes272 = new String[] {
+ _methodParameterTypes278 = new String[] {
"long", "long", "long", "byte[][]", "java.lang.String",
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName273 = "getSoggettiByIntPraticaId_DtRimozioneNull";
+ _methodName279 = "getSoggettiByIntPraticaId_DtRimozioneNull";
- _methodParameterTypes273 = new String[] { "long" };
+ _methodParameterTypes279 = new String[] { "long" };
- _methodName274 = "getDelegaPlaceholder";
+ _methodName280 = "getDelegaPlaceholder";
- _methodParameterTypes274 = new String[] { };
+ _methodParameterTypes280 = new String[] { };
- _methodName275 = "savePdfDelega";
+ _methodName281 = "savePdfDelega";
- _methodParameterTypes275 = new String[] { "javax.portlet.PortletRequest" };
+ _methodParameterTypes281 = new String[] { "javax.portlet.PortletRequest" };
- _methodName276 = "getPdfDelega";
+ _methodName282 = "getPdfDelega";
- _methodParameterTypes276 = new String[] { "javax.portlet.PortletRequest" };
+ _methodParameterTypes282 = new String[] { "javax.portlet.PortletRequest" };
- _methodName277 = "getAnteprimaDelega";
+ _methodName283 = "getAnteprimaDelega";
- _methodParameterTypes277 = new String[] { "javax.portlet.PortletRequest" };
+ _methodParameterTypes283 = new String[] { "javax.portlet.PortletRequest" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -721,20 +721,20 @@ public class SoggettoLocalServiceClpInvoker {
return SoggettoLocalServiceUtil.updateSoggetto((it.tref.liferay.portos.bo.model.Soggetto)arguments[0]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return SoggettoLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
SoggettoLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return SoggettoLocalServiceUtil.addSoggetto(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -788,8 +788,8 @@ public class SoggettoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[54]);
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return SoggettoLocalServiceUtil.addSoggettoValidatedByFile(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -845,8 +845,8 @@ public class SoggettoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[57]);
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return SoggettoLocalServiceUtil.addSoggettoForImport(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -896,8 +896,8 @@ public class SoggettoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[50]);
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return SoggettoLocalServiceUtil.cloneSoggetto(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -905,18 +905,18 @@ public class SoggettoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[4]);
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return SoggettoLocalServiceUtil.deleteSoggetto((it.tref.liferay.portos.bo.model.Soggetto)arguments[0]);
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return SoggettoLocalServiceUtil.deleteSoggetto(((Long)arguments[0]).longValue());
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return SoggettoLocalServiceUtil.updateSoggetto(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -971,8 +971,8 @@ public class SoggettoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[55]);
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return SoggettoLocalServiceUtil.updateSoggettoValidatedByFile(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -1028,348 +1028,348 @@ public class SoggettoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[57]);
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return SoggettoLocalServiceUtil.fetchByOldSoggettId(((Long)arguments[0]).longValue());
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return SoggettoLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
return SoggettoLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return SoggettoLocalServiceUtil.findByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return SoggettoLocalServiceUtil.countByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return SoggettoLocalServiceUtil.findByDettPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName200.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
return SoggettoLocalServiceUtil.findByDettPratica_CodiceFiscale_Rimosso(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName207.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
return SoggettoLocalServiceUtil.countByDettPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return SoggettoLocalServiceUtil.countByDettPratica_CodiceFiscale_Rimosso(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return SoggettoLocalServiceUtil.findByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return SoggettoLocalServiceUtil.findByIntPratica_CodiceFiscale_Rimosso(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName205.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
+ if (_methodName211.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
return SoggettoLocalServiceUtil.countByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName206.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
+ if (_methodName212.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
return SoggettoLocalServiceUtil.countByIntPratica_CodiceFiscale_Rimosso(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName207.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
+ if (_methodName213.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
return SoggettoLocalServiceUtil.findByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return SoggettoLocalServiceUtil.findByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
return SoggettoLocalServiceUtil.findByDettPratica_TipologiaSoggetto_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName210.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
+ if (_methodName216.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
return SoggettoLocalServiceUtil.findByIntPratica_TipologiaSoggetto_Rimosso(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName211.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
+ if (_methodName217.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
return SoggettoLocalServiceUtil.findByIntPratica_TipologiaSoggetto_DettPraticaIdRimozione(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName212.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
+ if (_methodName218.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes218, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName213.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
+ if (_methodName219.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName214.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
+ if (_methodName220.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
return SoggettoLocalServiceUtil.countValidByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName216.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes216, parameterTypes)) {
+ if (_methodName222.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidTmpByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName217.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes217, parameterTypes)) {
+ if (_methodName223.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
return SoggettoLocalServiceUtil.countValidTmpByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName219.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes219, parameterTypes)) {
+ if (_methodName225.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
return SoggettoLocalServiceUtil.getTmpNotCompletedByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName220.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes220, parameterTypes)) {
+ if (_methodName226.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes226, parameterTypes)) {
return SoggettoLocalServiceUtil.countTmpNotCompletedByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName222.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes222, parameterTypes)) {
+ if (_methodName228.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
return SoggettoLocalServiceUtil.getSoggettiPrincipaliValidTmpByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName223.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes223, parameterTypes)) {
+ if (_methodName229.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
return SoggettoLocalServiceUtil.getSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName224.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes224, parameterTypes)) {
+ if (_methodName230.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
return SoggettoLocalServiceUtil.countSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName225.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes225, parameterTypes)) {
+ if (_methodName231.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
return SoggettoLocalServiceUtil.getCfSoggettiPrincipaliValidTmpByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1]);
}
- if (_methodName227.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes227, parameterTypes)) {
+ if (_methodName233.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidTmpByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName228.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes228, parameterTypes)) {
+ if (_methodName234.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) {
return SoggettoLocalServiceUtil.getCfValidTmpByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName229.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes229, parameterTypes)) {
+ if (_methodName235.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) {
return SoggettoLocalServiceUtil.getCfValidTmpByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName230.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes230, parameterTypes)) {
+ if (_methodName236.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) {
return SoggettoLocalServiceUtil.getCfValidTmpByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName231.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes231, parameterTypes)) {
+ if (_methodName237.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes237, parameterTypes)) {
return SoggettoLocalServiceUtil.countCfValidTmpByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName233.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes233, parameterTypes)) {
+ if (_methodName239.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidTmpByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName234.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes234, parameterTypes)) {
+ if (_methodName240.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) {
return SoggettoLocalServiceUtil.countValidTmpByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName235.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes235, parameterTypes)) {
+ if (_methodName241.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidTmpByIntPratica_CodiceFiscale_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName236.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes236, parameterTypes)) {
+ if (_methodName242.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes242, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidTmpByIntPratica_CodiceFiscale_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Long)arguments[3]).longValue());
}
- if (_methodName238.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes238, parameterTypes)) {
+ if (_methodName244.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidByIntPratica_CodiceFiscale_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName239.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes239, parameterTypes)) {
+ if (_methodName245.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName240.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes240, parameterTypes)) {
+ if (_methodName246.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidByIntPratica_NoCodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName241.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes241, parameterTypes)) {
+ if (_methodName247.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes247, parameterTypes)) {
return SoggettoLocalServiceUtil.countValidByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName243.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes243, parameterTypes)) {
+ if (_methodName249.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName244.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes244, parameterTypes)) {
+ if (_methodName250.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidTmpByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName245.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes245, parameterTypes)) {
+ if (_methodName251.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidTmpByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName246.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes246, parameterTypes)) {
+ if (_methodName252.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) {
return SoggettoLocalServiceUtil.getCfValidByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName248.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes248, parameterTypes)) {
+ if (_methodName254.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidByIntPratica_CodiciFiscali(((Long)arguments[0]).longValue(),
(java.util.List)arguments[1]);
}
- if (_methodName249.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes249, parameterTypes)) {
+ if (_methodName255.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes255, parameterTypes)) {
return SoggettoLocalServiceUtil.getInvalidByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName250.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes250, parameterTypes)) {
+ if (_methodName256.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) {
return SoggettoLocalServiceUtil.getInvalidTmpByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName251.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes251, parameterTypes)) {
+ if (_methodName257.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) {
return SoggettoLocalServiceUtil.getRivalidatedTmpByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName252.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes252, parameterTypes)) {
+ if (_methodName258.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidUntilDettPraticaByIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName253.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes253, parameterTypes)) {
+ if (_methodName259.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) {
return SoggettoLocalServiceUtil.getValidUntilDettPraticaByIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
}
- if (_methodName254.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes254, parameterTypes)) {
+ if (_methodName260.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) {
return SoggettoLocalServiceUtil.countValidUntilDettPraticaByIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName256.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes256, parameterTypes)) {
+ if (_methodName262.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) {
return SoggettoLocalServiceUtil.findByDettPratica_TipologiaSoggetto_Aggiuntivo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName257.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes257, parameterTypes)) {
+ if (_methodName263.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) {
return SoggettoLocalServiceUtil.findByDettPratica_TipologiaSoggetto_Aggiuntivo_Rimosso(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue(),
((Boolean)arguments[3]).booleanValue());
}
- if (_methodName258.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes258, parameterTypes)) {
+ if (_methodName264.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) {
return SoggettoLocalServiceUtil.findByIntPratica_TipologiaSoggetto_Aggiuntivo_Rimosso(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue(),
((Boolean)arguments[3]).booleanValue());
}
- if (_methodName259.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes259, parameterTypes)) {
+ if (_methodName265.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) {
return SoggettoLocalServiceUtil.findByUserId(((Long)arguments[0]).longValue());
}
- if (_methodName260.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes260, parameterTypes)) {
+ if (_methodName266.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) {
return SoggettoLocalServiceUtil.findByUserId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
- if (_methodName261.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes261, parameterTypes)) {
+ if (_methodName267.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) {
return SoggettoLocalServiceUtil.findByUserId_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -1377,14 +1377,14 @@ public class SoggettoLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[4]);
}
- if (_methodName262.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes262, parameterTypes)) {
+ if (_methodName268.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) {
return SoggettoLocalServiceUtil.countByUserId_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName263.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes263, parameterTypes)) {
+ if (_methodName269.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) {
return SoggettoLocalServiceUtil.findByUserId_CodiceFiscale_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Integer)arguments[3]).intValue(),
@@ -1392,58 +1392,58 @@ public class SoggettoLocalServiceClpInvoker {
(com.liferay.portal.kernel.util.OrderByComparator)arguments[5]);
}
- if (_methodName264.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes264, parameterTypes)) {
+ if (_methodName270.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) {
return SoggettoLocalServiceUtil.countByUserId_CodiceFiscale_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName265.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes265, parameterTypes)) {
+ if (_methodName271.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes271, parameterTypes)) {
return SoggettoLocalServiceUtil.findIntPraticaBySoggettoId(((Long)arguments[0]).longValue());
}
- if (_methodName266.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes266, parameterTypes)) {
+ if (_methodName272.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) {
SoggettoLocalServiceUtil.updatePrincipale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
return null;
}
- if (_methodName267.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes267, parameterTypes)) {
+ if (_methodName273.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) {
SoggettoLocalServiceUtil.completeInvalidation(((Long)arguments[0]).longValue());
return null;
}
- if (_methodName268.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes268, parameterTypes)) {
+ if (_methodName274.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) {
return SoggettoLocalServiceUtil.getSoggettiSostituitiIds(((Long)arguments[0]).longValue());
}
- if (_methodName269.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes269, parameterTypes)) {
+ if (_methodName275.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) {
return SoggettoLocalServiceUtil.validaSoggetto(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName270.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes270, parameterTypes)) {
+ if (_methodName276.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) {
return SoggettoLocalServiceUtil.invalidaSoggetto(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName271.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes271, parameterTypes)) {
+ if (_methodName277.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes277, parameterTypes)) {
return SoggettoLocalServiceUtil.invalidaESostituisciSoggetto(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue());
}
- if (_methodName272.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes272, parameterTypes)) {
+ if (_methodName278.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes278, parameterTypes)) {
return SoggettoLocalServiceUtil.allegaFileModifica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(), (byte[])arguments[3],
@@ -1451,28 +1451,28 @@ public class SoggettoLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[6]);
}
- if (_methodName273.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes273, parameterTypes)) {
+ if (_methodName279.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes279, parameterTypes)) {
return SoggettoLocalServiceUtil.getSoggettiByIntPraticaId_DtRimozioneNull(((Long)arguments[0]).longValue());
}
- if (_methodName274.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes274, parameterTypes)) {
+ if (_methodName280.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes280, parameterTypes)) {
return SoggettoLocalServiceUtil.getDelegaPlaceholder();
}
- if (_methodName275.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes275, parameterTypes)) {
+ if (_methodName281.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes281, parameterTypes)) {
return SoggettoLocalServiceUtil.savePdfDelega((javax.portlet.PortletRequest)arguments[0]);
}
- if (_methodName276.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes276, parameterTypes)) {
+ if (_methodName282.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes282, parameterTypes)) {
return SoggettoLocalServiceUtil.getPdfDelega((javax.portlet.PortletRequest)arguments[0]);
}
- if (_methodName277.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes277, parameterTypes)) {
+ if (_methodName283.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes283, parameterTypes)) {
return SoggettoLocalServiceUtil.getAnteprimaDelega((javax.portlet.PortletRequest)arguments[0]);
}
@@ -1519,22 +1519,10 @@ public class SoggettoLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
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;
@@ -1581,10 +1569,14 @@ public class SoggettoLocalServiceClpInvoker {
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 _methodName219;
private String[] _methodParameterTypes219;
private String _methodName220;
@@ -1593,12 +1585,10 @@ public class SoggettoLocalServiceClpInvoker {
private String[] _methodParameterTypes222;
private String _methodName223;
private String[] _methodParameterTypes223;
- private String _methodName224;
- private String[] _methodParameterTypes224;
private String _methodName225;
private String[] _methodParameterTypes225;
- private String _methodName227;
- private String[] _methodParameterTypes227;
+ private String _methodName226;
+ private String[] _methodParameterTypes226;
private String _methodName228;
private String[] _methodParameterTypes228;
private String _methodName229;
@@ -1615,24 +1605,24 @@ public class SoggettoLocalServiceClpInvoker {
private String[] _methodParameterTypes235;
private String _methodName236;
private String[] _methodParameterTypes236;
- private String _methodName238;
- private String[] _methodParameterTypes238;
+ private String _methodName237;
+ private String[] _methodParameterTypes237;
private String _methodName239;
private String[] _methodParameterTypes239;
private String _methodName240;
private String[] _methodParameterTypes240;
private String _methodName241;
private String[] _methodParameterTypes241;
- private String _methodName243;
- private String[] _methodParameterTypes243;
+ private String _methodName242;
+ private String[] _methodParameterTypes242;
private String _methodName244;
private String[] _methodParameterTypes244;
private String _methodName245;
private String[] _methodParameterTypes245;
private String _methodName246;
private String[] _methodParameterTypes246;
- private String _methodName248;
- private String[] _methodParameterTypes248;
+ private String _methodName247;
+ private String[] _methodParameterTypes247;
private String _methodName249;
private String[] _methodParameterTypes249;
private String _methodName250;
@@ -1641,10 +1631,10 @@ public class SoggettoLocalServiceClpInvoker {
private String[] _methodParameterTypes251;
private String _methodName252;
private String[] _methodParameterTypes252;
- private String _methodName253;
- private String[] _methodParameterTypes253;
private String _methodName254;
private String[] _methodParameterTypes254;
+ private String _methodName255;
+ private String[] _methodParameterTypes255;
private String _methodName256;
private String[] _methodParameterTypes256;
private String _methodName257;
@@ -1655,8 +1645,6 @@ public class SoggettoLocalServiceClpInvoker {
private String[] _methodParameterTypes259;
private String _methodName260;
private String[] _methodParameterTypes260;
- private String _methodName261;
- private String[] _methodParameterTypes261;
private String _methodName262;
private String[] _methodParameterTypes262;
private String _methodName263;
@@ -1689,4 +1677,16 @@ public class SoggettoLocalServiceClpInvoker {
private String[] _methodParameterTypes276;
private String _methodName277;
private String[] _methodParameterTypes277;
+ private String _methodName278;
+ private String[] _methodParameterTypes278;
+ private String _methodName279;
+ private String[] _methodParameterTypes279;
+ private String _methodName280;
+ private String[] _methodParameterTypes280;
+ private String _methodName281;
+ private String[] _methodParameterTypes281;
+ private String _methodName282;
+ private String[] _methodParameterTypes282;
+ private String _methodName283;
+ private String[] _methodParameterTypes283;
}
\ 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/base/SoggettoServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceBaseImpl.java
index 7117e060..3b2f0ead 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class SoggettoServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1746,6 +1804,12 @@ public abstract class SoggettoServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceClpInvoker.java
index 44aa10cb..55f9a27c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SoggettoServiceClpInvoker.java
@@ -24,21 +24,21 @@ import java.util.Arrays;
*/
public class SoggettoServiceClpInvoker {
public SoggettoServiceClpInvoker() {
- _methodName160 = "getBeanIdentifier";
+ _methodName166 = "getBeanIdentifier";
- _methodParameterTypes160 = new String[] { };
+ _methodParameterTypes166 = new String[] { };
- _methodName161 = "setBeanIdentifier";
+ _methodName167 = "setBeanIdentifier";
- _methodParameterTypes161 = new String[] { "java.lang.String" };
+ _methodParameterTypes167 = new String[] { "java.lang.String" };
- _methodName166 = "getSoggetto";
+ _methodName172 = "getSoggetto";
- _methodParameterTypes166 = new String[] { "long" };
+ _methodParameterTypes172 = new String[] { "long" };
- _methodName167 = "addSoggetto";
+ _methodName173 = "addSoggetto";
- _methodParameterTypes167 = new String[] {
+ _methodParameterTypes173 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.String", "java.util.Date",
"java.lang.String", "java.lang.String", "java.lang.String",
@@ -58,19 +58,19 @@ public class SoggettoServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName168 = "deleteSoggetto";
+ _methodName174 = "deleteSoggetto";
- _methodParameterTypes168 = new String[] {
+ _methodParameterTypes174 = new String[] {
"it.tref.liferay.portos.bo.model.Soggetto"
};
- _methodName169 = "deleteSoggetto";
+ _methodName175 = "deleteSoggetto";
- _methodParameterTypes169 = new String[] { "long" };
+ _methodParameterTypes175 = new String[] { "long" };
- _methodName170 = "updateSoggetto";
+ _methodName176 = "updateSoggetto";
- _methodParameterTypes170 = new String[] {
+ _methodParameterTypes176 = new String[] {
"long", "long", "long", "long", "java.lang.String",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.util.Date", "java.lang.String", "java.lang.String",
@@ -90,109 +90,109 @@ public class SoggettoServiceClpInvoker {
"long", "boolean", "com.liferay.portal.service.ServiceContext"
};
- _methodName171 = "updatePrincipale";
+ _methodName177 = "updatePrincipale";
- _methodParameterTypes171 = new String[] {
+ _methodParameterTypes177 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName172 = "findByIntPratica_TipologiaSoggetto";
+ _methodName178 = "findByIntPratica_TipologiaSoggetto";
- _methodParameterTypes172 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes178 = new String[] { "long", "java.lang.String" };
- _methodName173 = "findByDettPratica_TipologiaSoggetto";
+ _methodName179 = "findByDettPratica_TipologiaSoggetto";
- _methodParameterTypes173 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes179 = new String[] { "long", "java.lang.String" };
- _methodName174 = "findByIntPratica_TipologiaSoggetto_Rimosso";
+ _methodName180 = "findByIntPratica_TipologiaSoggetto_Rimosso";
- _methodParameterTypes174 = new String[] {
+ _methodParameterTypes180 = new String[] {
"long", "java.lang.String", "boolean"
};
- _methodName175 = "findByIntPratica_TipologiaSoggetto_DettPraticaIdRimozione";
+ _methodName181 = "findByIntPratica_TipologiaSoggetto_DettPraticaIdRimozione";
- _methodParameterTypes175 = new String[] {
+ _methodParameterTypes181 = new String[] {
"long", "java.lang.String", "long"
};
- _methodName176 = "getValidByIntPratica";
+ _methodName182 = "getValidByIntPratica";
- _methodParameterTypes176 = new String[] { "long" };
+ _methodParameterTypes182 = new String[] { "long" };
- _methodName177 = "countValidByIntPratica";
+ _methodName183 = "countValidByIntPratica";
- _methodParameterTypes177 = new String[] { "long" };
+ _methodParameterTypes183 = new String[] { "long" };
- _methodName178 = "getValidTmpByIntPratica";
+ _methodName184 = "getValidTmpByIntPratica";
- _methodParameterTypes178 = new String[] { "long" };
+ _methodParameterTypes184 = new String[] { "long" };
- _methodName179 = "countValidTmpByIntPratica";
+ _methodName185 = "countValidTmpByIntPratica";
- _methodParameterTypes179 = new String[] { "long" };
+ _methodParameterTypes185 = new String[] { "long" };
- _methodName180 = "getValidTmpByIntPratica_CodiceFiscale";
+ _methodName186 = "getValidTmpByIntPratica_CodiceFiscale";
- _methodParameterTypes180 = new String[] {
+ _methodParameterTypes186 = new String[] {
"long", "java.lang.String", "long"
};
- _methodName181 = "countValidTmpByIntPratica_CodiceFiscale";
+ _methodName187 = "countValidTmpByIntPratica_CodiceFiscale";
- _methodParameterTypes181 = new String[] {
+ _methodParameterTypes187 = new String[] {
"long", "java.lang.String", "long"
};
- _methodName182 = "getValidByIntPratica_TipologiaSoggetto";
+ _methodName188 = "getValidByIntPratica_TipologiaSoggetto";
- _methodParameterTypes182 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes188 = new String[] { "long", "java.lang.String" };
- _methodName183 = "getValidTmpByIntPratica_TipologiaSoggetto";
+ _methodName189 = "getValidTmpByIntPratica_TipologiaSoggetto";
- _methodParameterTypes183 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes189 = new String[] { "long", "java.lang.String" };
- _methodName184 = "getInvalidByIntPratica";
+ _methodName190 = "getInvalidByIntPratica";
- _methodParameterTypes184 = new String[] { "long" };
+ _methodParameterTypes190 = new String[] { "long" };
- _methodName185 = "getInvalidTmpByIntPratica";
+ _methodName191 = "getInvalidTmpByIntPratica";
- _methodParameterTypes185 = new String[] { "long" };
+ _methodParameterTypes191 = new String[] { "long" };
- _methodName186 = "getValidUntilDettPraticaByIntPratica";
+ _methodName192 = "getValidUntilDettPraticaByIntPratica";
- _methodParameterTypes186 = new String[] { "long", "long" };
+ _methodParameterTypes192 = new String[] { "long", "long" };
- _methodName187 = "getValidUntilDettPraticaByIntPratica";
+ _methodName193 = "getValidUntilDettPraticaByIntPratica";
- _methodParameterTypes187 = new String[] {
+ _methodParameterTypes193 = new String[] {
"long", "long", "java.lang.String"
};
- _methodName188 = "countValidUntilDettPraticaByIntPratica";
+ _methodName194 = "countValidUntilDettPraticaByIntPratica";
- _methodParameterTypes188 = new String[] { "long", "long" };
+ _methodParameterTypes194 = new String[] { "long", "long" };
- _methodName189 = "findByIntPratica";
+ _methodName195 = "findByIntPratica";
- _methodParameterTypes189 = new String[] { "long" };
+ _methodParameterTypes195 = new String[] { "long" };
- _methodName190 = "countByIntPratica";
+ _methodName196 = "countByIntPratica";
- _methodParameterTypes190 = new String[] { "long" };
+ _methodParameterTypes196 = new String[] { "long" };
- _methodName191 = "findByDettPratica";
+ _methodName197 = "findByDettPratica";
- _methodParameterTypes191 = new String[] { "long" };
+ _methodParameterTypes197 = new String[] { "long" };
- _methodName192 = "countByDettPratica";
+ _methodName198 = "countByDettPratica";
- _methodParameterTypes192 = new String[] { "long" };
+ _methodParameterTypes198 = new String[] { "long" };
- _methodName193 = "allegaFileModifica";
+ _methodName199 = "allegaFileModifica";
- _methodParameterTypes193 = new String[] {
+ _methodParameterTypes199 = new String[] {
"long", "long", "long", "byte[][]", "java.lang.String",
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
@@ -200,25 +200,25 @@ public class SoggettoServiceClpInvoker {
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName160.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) {
+ if (_methodName166.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
return SoggettoServiceUtil.getBeanIdentifier();
}
- if (_methodName161.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) {
+ if (_methodName167.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
SoggettoServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
return SoggettoServiceUtil.getSoggetto(((Long)arguments[0]).longValue());
}
- if (_methodName167.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
+ if (_methodName173.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
return SoggettoServiceUtil.addSoggetto(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -272,18 +272,18 @@ public class SoggettoServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[54]);
}
- if (_methodName168.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
+ if (_methodName174.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
return SoggettoServiceUtil.deleteSoggetto((it.tref.liferay.portos.bo.model.Soggetto)arguments[0]);
}
- if (_methodName169.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
+ if (_methodName175.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
return SoggettoServiceUtil.deleteSoggetto(((Long)arguments[0]).longValue());
}
- if (_methodName170.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
+ if (_methodName176.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
return SoggettoServiceUtil.updateSoggetto(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -338,133 +338,133 @@ public class SoggettoServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[55]);
}
- if (_methodName171.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
+ if (_methodName177.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
SoggettoServiceUtil.updatePrincipale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
return null;
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return SoggettoServiceUtil.findByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
return SoggettoServiceUtil.findByDettPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName174.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes174, parameterTypes)) {
+ if (_methodName180.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
return SoggettoServiceUtil.findByIntPratica_TipologiaSoggetto_Rimosso(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1],
((Boolean)arguments[2]).booleanValue());
}
- if (_methodName175.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes175, parameterTypes)) {
+ if (_methodName181.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
return SoggettoServiceUtil.findByIntPratica_TipologiaSoggetto_DettPraticaIdRimozione(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return SoggettoServiceUtil.getValidByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
return SoggettoServiceUtil.countValidByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName178.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
+ if (_methodName184.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
return SoggettoServiceUtil.getValidTmpByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName179.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
+ if (_methodName185.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
return SoggettoServiceUtil.countValidTmpByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return SoggettoServiceUtil.getValidTmpByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
return SoggettoServiceUtil.countValidTmpByIntPratica_CodiceFiscale(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], ((Long)arguments[2]).longValue());
}
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return SoggettoServiceUtil.getValidByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return SoggettoServiceUtil.getValidTmpByIntPratica_TipologiaSoggetto(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
return SoggettoServiceUtil.getInvalidByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return SoggettoServiceUtil.getInvalidTmpByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return SoggettoServiceUtil.getValidUntilDettPraticaByIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return SoggettoServiceUtil.getValidUntilDettPraticaByIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(), (java.lang.String)arguments[2]);
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return SoggettoServiceUtil.countValidUntilDettPraticaByIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return SoggettoServiceUtil.findByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return SoggettoServiceUtil.countByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return SoggettoServiceUtil.findByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return SoggettoServiceUtil.countByDettPratica(((Long)arguments[0]).longValue());
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return SoggettoServiceUtil.allegaFileModifica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(), (byte[])arguments[3],
@@ -475,22 +475,10 @@ public class SoggettoServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName160;
- private String[] _methodParameterTypes160;
- private String _methodName161;
- private String[] _methodParameterTypes161;
private String _methodName166;
private String[] _methodParameterTypes166;
private String _methodName167;
private String[] _methodParameterTypes167;
- private String _methodName168;
- private String[] _methodParameterTypes168;
- private String _methodName169;
- private String[] _methodParameterTypes169;
- private String _methodName170;
- private String[] _methodParameterTypes170;
- private String _methodName171;
- private String[] _methodParameterTypes171;
private String _methodName172;
private String[] _methodParameterTypes172;
private String _methodName173;
@@ -535,4 +523,16 @@ public class SoggettoServiceClpInvoker {
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;
+ private String[] _methodParameterTypes198;
+ private String _methodName199;
+ private String[] _methodParameterTypes199;
}
\ 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/base/SorteggioLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioLocalServiceBaseImpl.java
index fa4a15b1..3c67e97d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1344,6 +1345,63 @@ public abstract class SorteggioLocalServiceBaseImpl extends BaseLocalServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2001,6 +2059,12 @@ public abstract class SorteggioLocalServiceBaseImpl extends BaseLocalServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioLocalServiceClpInvoker.java
index c5d0aa73..7116a848 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioLocalServiceClpInvoker.java
@@ -122,17 +122,17 @@ public class SorteggioLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Sorteggio"
};
- _methodName176 = "getBeanIdentifier";
+ _methodName182 = "getBeanIdentifier";
- _methodParameterTypes176 = new String[] { };
+ _methodParameterTypes182 = new String[] { };
- _methodName177 = "setBeanIdentifier";
+ _methodName183 = "setBeanIdentifier";
- _methodParameterTypes177 = new String[] { "java.lang.String" };
+ _methodParameterTypes183 = new String[] { "java.lang.String" };
- _methodName182 = "addSorteggio";
+ _methodName188 = "addSorteggio";
- _methodParameterTypes182 = new String[] {
+ _methodParameterTypes188 = new String[] {
"long", "long", "java.lang.String", "java.lang.String", "int",
"java.util.Date", "java.lang.String", "java.lang.String",
"java.lang.String", "long", "java.lang.String",
@@ -141,9 +141,9 @@ public class SorteggioLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName183 = "addSorteggioForImport";
+ _methodName189 = "addSorteggioForImport";
- _methodParameterTypes183 = new String[] {
+ _methodParameterTypes189 = new String[] {
"long", "long", "java.lang.String", "java.lang.String", "int",
"java.util.Date", "java.lang.String", "java.lang.String",
"java.lang.String", "long", "java.lang.String",
@@ -152,133 +152,133 @@ public class SorteggioLocalServiceClpInvoker {
"com.liferay.portal.service.ServiceContext"
};
- _methodName184 = "getYears";
+ _methodName190 = "getYears";
- _methodParameterTypes184 = new String[] { "java.lang.Long", "int" };
+ _methodParameterTypes190 = new String[] { "java.lang.Long", "int" };
- _methodName185 = "countDettPraticaWorkflowNonAvviato";
+ _methodName191 = "countDettPraticaWorkflowNonAvviato";
- _methodParameterTypes185 = new String[] { };
+ _methodParameterTypes191 = new String[] { };
- _methodName186 = "getDettPraticaWorkflowNonAvviato";
+ _methodName192 = "getDettPraticaWorkflowNonAvviato";
- _methodParameterTypes186 = new String[] { "int", "int" };
+ _methodParameterTypes192 = new String[] { "int", "int" };
- _methodName188 = "search";
+ _methodName194 = "search";
- _methodParameterTypes188 = new String[] {
+ _methodParameterTypes194 = new String[] {
"long", "java.lang.String", "java.lang.String", "int", "int",
"int"
};
- _methodName189 = "countSearch";
+ _methodName195 = "countSearch";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes195 = new String[] {
"long", "java.lang.String", "java.lang.String", "int"
};
- _methodName190 = "search";
+ _methodName196 = "search";
- _methodParameterTypes190 = new String[] {
+ _methodParameterTypes196 = new String[] {
"java.lang.String", "java.lang.String", "int",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.Long", "java.lang.String", "int",
"int"
};
- _methodName191 = "countSearch";
+ _methodName197 = "countSearch";
- _methodParameterTypes191 = new String[] {
+ _methodParameterTypes197 = new String[] {
"java.lang.String", "java.lang.String", "int",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.Long", "java.lang.String"
};
- _methodName193 = "isDettPraticaSorteggiata";
+ _methodName199 = "isDettPraticaSorteggiata";
- _methodParameterTypes193 = new String[] { "long", "long" };
+ _methodParameterTypes199 = new String[] { "long", "long" };
- _methodName194 = "fetchByOldSorteggioId";
+ _methodName200 = "fetchByOldSorteggioId";
- _methodParameterTypes194 = new String[] { "long" };
+ _methodParameterTypes200 = new String[] { "long" };
- _methodName195 = "findByC_DettPratica";
+ _methodName201 = "findByC_DettPratica";
- _methodParameterTypes195 = new String[] { "long", "long" };
+ _methodParameterTypes201 = new String[] { "long", "long" };
- _methodName196 = "findByIntPratica";
+ _methodName202 = "findByIntPratica";
- _methodParameterTypes196 = new String[] { "long" };
+ _methodParameterTypes202 = new String[] { "long" };
- _methodName197 = "findByGroupId_Anno_Mese_Settimana";
+ _methodName203 = "findByGroupId_Anno_Mese_Settimana";
- _methodParameterTypes197 = new String[] {
+ _methodParameterTypes203 = new String[] {
"long", "java.lang.String", "java.lang.String", "int"
};
- _methodName198 = "findByCompanyIdGroupId";
+ _methodName204 = "findByCompanyIdGroupId";
- _methodParameterTypes198 = new String[] { "long", "long" };
+ _methodParameterTypes204 = new String[] { "long", "long" };
- _methodName199 = "findByAnno_Mese_Settimana";
+ _methodName205 = "findByAnno_Mese_Settimana";
- _methodParameterTypes199 = new String[] {
+ _methodParameterTypes205 = new String[] {
"java.lang.String", "java.lang.String", "int"
};
- _methodName200 = "findSorteggiGroupByAnnoMeseSettimana";
+ _methodName206 = "findSorteggiGroupByAnnoMeseSettimana";
- _methodParameterTypes200 = new String[] { "int", "int" };
+ _methodParameterTypes206 = new String[] { "int", "int" };
- _methodName201 = "countSorteggiGroupByAnnoMeseSettimana";
+ _methodName207 = "countSorteggiGroupByAnnoMeseSettimana";
- _methodParameterTypes201 = new String[] { };
+ _methodParameterTypes207 = new String[] { };
- _methodName202 = "countSorteggioMese";
+ _methodName208 = "countSorteggioMese";
- _methodParameterTypes202 = new String[] {
+ _methodParameterTypes208 = new String[] {
"java.util.Date", "java.util.Date", "java.util.List",
"java.util.List"
};
- _methodName203 = "findSorteggioMese";
+ _methodName209 = "findSorteggioMese";
- _methodParameterTypes203 = new String[] {
+ _methodParameterTypes209 = new String[] {
"java.util.Date", "java.util.Date", "java.util.List",
"java.util.List", "java.util.List", "int"
};
- _methodName204 = "findSorteggioAnno";
+ _methodName210 = "findSorteggioAnno";
- _methodParameterTypes204 = new String[] {
+ _methodParameterTypes210 = new String[] {
"java.util.Date", "java.util.Date", "java.util.List",
"java.util.List", "java.util.List", "int"
};
- _methodName205 = "updateDataSorteggioPraticaEsterna";
+ _methodName211 = "updateDataSorteggioPraticaEsterna";
- _methodParameterTypes205 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes211 = new String[] { "long", "java.util.Date" };
- _methodName206 = "getTecnicoSorteggioPraticaEsterna";
+ _methodName212 = "getTecnicoSorteggioPraticaEsterna";
- _methodParameterTypes206 = new String[] { "long" };
+ _methodParameterTypes212 = new String[] { "long" };
- _methodName207 = "findTipoPraticaIdSorteggioPraticaEsterna";
+ _methodName213 = "findTipoPraticaIdSorteggioPraticaEsterna";
- _methodParameterTypes207 = new String[] { "long" };
+ _methodParameterTypes213 = new String[] { "long" };
- _methodName208 = "search";
+ _methodName214 = "search";
- _methodParameterTypes208 = new String[] {
+ _methodParameterTypes214 = new String[] {
"java.lang.Long", "java.lang.String", "java.lang.String", "int",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.Long", "java.lang.String", "int",
"int"
};
- _methodName209 = "count";
+ _methodName215 = "count";
- _methodParameterTypes209 = new String[] {
+ _methodParameterTypes215 = new String[] {
"java.lang.Long", "java.lang.String", "java.lang.String", "int",
"java.lang.String", "java.lang.String", "java.lang.String",
"java.lang.String", "java.lang.Long", "java.lang.String"
@@ -398,20 +398,20 @@ public class SorteggioLocalServiceClpInvoker {
return SorteggioLocalServiceUtil.updateSorteggio((it.tref.liferay.portos.bo.model.Sorteggio)arguments[0]);
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return SorteggioLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
SorteggioLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return SorteggioLocalServiceUtil.addSorteggio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2], (java.lang.String)arguments[3],
@@ -429,8 +429,8 @@ public class SorteggioLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[17]);
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return SorteggioLocalServiceUtil.addSorteggioForImport(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2], (java.lang.String)arguments[3],
@@ -450,25 +450,25 @@ public class SorteggioLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[19]);
}
- if (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
return SorteggioLocalServiceUtil.getYears((java.lang.Long)arguments[0],
((Integer)arguments[1]).intValue());
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return SorteggioLocalServiceUtil.countDettPraticaWorkflowNonAvviato();
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return SorteggioLocalServiceUtil.getDettPraticaWorkflowNonAvviato(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return SorteggioLocalServiceUtil.search(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Integer)arguments[3]).intValue(),
@@ -476,15 +476,15 @@ public class SorteggioLocalServiceClpInvoker {
((Integer)arguments[5]).intValue());
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return SorteggioLocalServiceUtil.countSearch(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Integer)arguments[3]).intValue());
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return SorteggioLocalServiceUtil.search((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -495,8 +495,8 @@ public class SorteggioLocalServiceClpInvoker {
((Integer)arguments[10]).intValue());
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return SorteggioLocalServiceUtil.countSearch((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue(),
@@ -505,69 +505,69 @@ public class SorteggioLocalServiceClpInvoker {
(java.lang.Long)arguments[7], (java.lang.String)arguments[8]);
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return SorteggioLocalServiceUtil.isDettPraticaSorteggiata(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return SorteggioLocalServiceUtil.fetchByOldSorteggioId(((Long)arguments[0]).longValue());
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return SorteggioLocalServiceUtil.findByC_DettPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
return SorteggioLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue());
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return SorteggioLocalServiceUtil.findByGroupId_Anno_Mese_Settimana(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Integer)arguments[3]).intValue());
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return SorteggioLocalServiceUtil.findByCompanyIdGroupId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return SorteggioLocalServiceUtil.findByAnno_Mese_Settimana((java.lang.String)arguments[0],
(java.lang.String)arguments[1],
((Integer)arguments[2]).intValue());
}
- if (_methodName200.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
return SorteggioLocalServiceUtil.findSorteggiGroupByAnnoMeseSettimana(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName207.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
return SorteggioLocalServiceUtil.countSorteggiGroupByAnnoMeseSettimana();
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return SorteggioLocalServiceUtil.countSorteggioMese((java.util.Date)arguments[0],
(java.util.Date)arguments[1],
(java.util.List)arguments[2],
(java.util.List)arguments[3]);
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return SorteggioLocalServiceUtil.findSorteggioMese((java.util.Date)arguments[0],
(java.util.Date)arguments[1],
(java.util.List)arguments[2],
@@ -576,8 +576,8 @@ public class SorteggioLocalServiceClpInvoker {
((Integer)arguments[5]).intValue());
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return SorteggioLocalServiceUtil.findSorteggioAnno((java.util.Date)arguments[0],
(java.util.Date)arguments[1],
(java.util.List)arguments[2],
@@ -586,26 +586,26 @@ public class SorteggioLocalServiceClpInvoker {
((Integer)arguments[5]).intValue());
}
- if (_methodName205.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
+ if (_methodName211.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
SorteggioLocalServiceUtil.updateDataSorteggioPraticaEsterna(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
return null;
}
- if (_methodName206.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
+ if (_methodName212.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
return SorteggioLocalServiceUtil.getTecnicoSorteggioPraticaEsterna(((Long)arguments[0]).longValue());
}
- if (_methodName207.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
+ if (_methodName213.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
return SorteggioLocalServiceUtil.findTipoPraticaIdSorteggioPraticaEsterna(((Long)arguments[0]).longValue());
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return SorteggioLocalServiceUtil.search((java.lang.Long)arguments[0],
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Integer)arguments[3]).intValue(),
@@ -616,8 +616,8 @@ public class SorteggioLocalServiceClpInvoker {
((Integer)arguments[11]).intValue());
}
- if (_methodName209.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
+ if (_methodName215.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes215, parameterTypes)) {
return SorteggioLocalServiceUtil.count((java.lang.Long)arguments[0],
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
((Integer)arguments[3]).intValue(),
@@ -669,20 +669,10 @@ public class SorteggioLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName176;
- private String[] _methodParameterTypes176;
- private String _methodName177;
- private String[] _methodParameterTypes177;
private String _methodName182;
private String[] _methodParameterTypes182;
private String _methodName183;
private String[] _methodParameterTypes183;
- private String _methodName184;
- private String[] _methodParameterTypes184;
- private String _methodName185;
- private String[] _methodParameterTypes185;
- private String _methodName186;
- private String[] _methodParameterTypes186;
private String _methodName188;
private String[] _methodParameterTypes188;
private String _methodName189;
@@ -691,8 +681,8 @@ public class SorteggioLocalServiceClpInvoker {
private String[] _methodParameterTypes190;
private String _methodName191;
private String[] _methodParameterTypes191;
- private String _methodName193;
- private String[] _methodParameterTypes193;
+ private String _methodName192;
+ private String[] _methodParameterTypes192;
private String _methodName194;
private String[] _methodParameterTypes194;
private String _methodName195;
@@ -701,8 +691,6 @@ public class SorteggioLocalServiceClpInvoker {
private String[] _methodParameterTypes196;
private String _methodName197;
private String[] _methodParameterTypes197;
- private String _methodName198;
- private String[] _methodParameterTypes198;
private String _methodName199;
private String[] _methodParameterTypes199;
private String _methodName200;
@@ -725,4 +713,16 @@ public class SorteggioLocalServiceClpInvoker {
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;
}
\ 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/base/SorteggioServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioServiceBaseImpl.java
index 967d8a97..b08ca9af 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class SorteggioServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1708,6 +1766,12 @@ public abstract class SorteggioServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioServiceClpInvoker.java
index a83d55df..65f0fee2 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/SorteggioServiceClpInvoker.java
@@ -24,24 +24,24 @@ import java.util.Arrays;
*/
public class SorteggioServiceClpInvoker {
public SorteggioServiceClpInvoker() {
- _methodName156 = "getBeanIdentifier";
+ _methodName162 = "getBeanIdentifier";
- _methodParameterTypes156 = new String[] { };
+ _methodParameterTypes162 = new String[] { };
- _methodName157 = "setBeanIdentifier";
+ _methodName163 = "setBeanIdentifier";
- _methodParameterTypes157 = new String[] { "java.lang.String" };
+ _methodParameterTypes163 = new String[] { "java.lang.String" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName156.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) {
+ if (_methodName162.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
return SorteggioServiceUtil.getBeanIdentifier();
}
- if (_methodName157.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) {
+ if (_methodName163.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
SorteggioServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
@@ -50,8 +50,8 @@ public class SorteggioServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName156;
- private String[] _methodParameterTypes156;
- private String _methodName157;
- private String[] _methodParameterTypes157;
+ private String _methodName162;
+ private String[] _methodParameterTypes162;
+ private String _methodName163;
+ private String[] _methodParameterTypes163;
}
\ 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/base/StoricoSoggettoPraticaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceBaseImpl.java
index 3128093c..c73ed33a 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1292,6 +1293,63 @@ public abstract class StoricoSoggettoPraticaLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1949,6 +2007,12 @@ public abstract class StoricoSoggettoPraticaLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceClpInvoker.java
index dc9b90a4..b392ca24 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaLocalServiceClpInvoker.java
@@ -106,40 +106,40 @@ public class StoricoSoggettoPraticaLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.StoricoSoggettoPratica"
};
- _methodName172 = "getBeanIdentifier";
+ _methodName178 = "getBeanIdentifier";
- _methodParameterTypes172 = new String[] { };
+ _methodParameterTypes178 = new String[] { };
- _methodName173 = "setBeanIdentifier";
+ _methodName179 = "setBeanIdentifier";
- _methodParameterTypes173 = new String[] { "java.lang.String" };
+ _methodParameterTypes179 = new String[] { "java.lang.String" };
- _methodName178 = "addStoricoSoggettoPratica";
+ _methodName184 = "addStoricoSoggettoPratica";
- _methodParameterTypes178 = new String[] {
+ _methodParameterTypes184 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
- _methodName179 = "addStoricoSoggettoPraticaForImport";
+ _methodName185 = "addStoricoSoggettoPraticaForImport";
- _methodParameterTypes179 = new String[] {
+ _methodParameterTypes185 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "long",
"com.liferay.portal.service.ServiceContext"
};
- _methodName180 = "fetchByOldStoricoSoggettoPraticaId";
+ _methodName186 = "fetchByOldStoricoSoggettoPraticaId";
- _methodParameterTypes180 = new String[] { "long" };
+ _methodParameterTypes186 = new String[] { "long" };
- _methodName181 = "findByIntPratica";
+ _methodName187 = "findByIntPratica";
- _methodParameterTypes181 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes187 = new String[] { "long", "long", "int", "int" };
- _methodName182 = "countByIntPratica";
+ _methodName188 = "countByIntPratica";
- _methodParameterTypes182 = new String[] { "long", "long" };
+ _methodParameterTypes188 = new String[] { "long", "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -231,28 +231,28 @@ public class StoricoSoggettoPraticaLocalServiceClpInvoker {
return StoricoSoggettoPraticaLocalServiceUtil.updateStoricoSoggettoPratica((it.tref.liferay.portos.bo.model.StoricoSoggettoPratica)arguments[0]);
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return StoricoSoggettoPraticaLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
StoricoSoggettoPraticaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName178.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
+ if (_methodName184.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
return StoricoSoggettoPraticaLocalServiceUtil.addStoricoSoggettoPratica(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3],
(com.liferay.portal.service.ServiceContext)arguments[4]);
}
- if (_methodName179.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
+ if (_methodName185.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
return StoricoSoggettoPraticaLocalServiceUtil.addStoricoSoggettoPraticaForImport(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3],
@@ -260,21 +260,21 @@ public class StoricoSoggettoPraticaLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[5]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return StoricoSoggettoPraticaLocalServiceUtil.fetchByOldStoricoSoggettoPraticaId(((Long)arguments[0]).longValue());
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
return StoricoSoggettoPraticaLocalServiceUtil.findByIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return StoricoSoggettoPraticaLocalServiceUtil.countByIntPratica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
@@ -314,18 +314,18 @@ public class StoricoSoggettoPraticaLocalServiceClpInvoker {
private String[] _methodParameterTypes14;
private String _methodName15;
private String[] _methodParameterTypes15;
- private String _methodName172;
- private String[] _methodParameterTypes172;
- private String _methodName173;
- private String[] _methodParameterTypes173;
private String _methodName178;
private String[] _methodParameterTypes178;
private String _methodName179;
private String[] _methodParameterTypes179;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
- private String _methodName182;
- private String[] _methodParameterTypes182;
+ 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;
}
\ 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/base/StoricoSoggettoPraticaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceBaseImpl.java
index 91ed6a45..868a2838 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1057,6 +1058,63 @@ public abstract class StoricoSoggettoPraticaServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1709,6 +1767,12 @@ public abstract class StoricoSoggettoPraticaServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceClpInvoker.java
index 17f0ae34..dfef3bd0 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/StoricoSoggettoPraticaServiceClpInvoker.java
@@ -24,24 +24,24 @@ import java.util.Arrays;
*/
public class StoricoSoggettoPraticaServiceClpInvoker {
public StoricoSoggettoPraticaServiceClpInvoker() {
- _methodName156 = "getBeanIdentifier";
+ _methodName162 = "getBeanIdentifier";
- _methodParameterTypes156 = new String[] { };
+ _methodParameterTypes162 = new String[] { };
- _methodName157 = "setBeanIdentifier";
+ _methodName163 = "setBeanIdentifier";
- _methodParameterTypes157 = new String[] { "java.lang.String" };
+ _methodParameterTypes163 = new String[] { "java.lang.String" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName156.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) {
+ if (_methodName162.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
return StoricoSoggettoPraticaServiceUtil.getBeanIdentifier();
}
- if (_methodName157.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) {
+ if (_methodName163.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
StoricoSoggettoPraticaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
@@ -50,8 +50,8 @@ public class StoricoSoggettoPraticaServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName156;
- private String[] _methodParameterTypes156;
- private String _methodName157;
- private String[] _methodParameterTypes157;
+ private String _methodName162;
+ private String[] _methodParameterTypes162;
+ private String _methodName163;
+ private String[] _methodParameterTypes163;
}
\ 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/base/TempisticaLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceBaseImpl.java
index 62aab704..fb04314e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1346,6 +1347,63 @@ public abstract class TempisticaLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -2003,6 +2061,12 @@ public abstract class TempisticaLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceClpInvoker.java
index bbb95d00..70419721 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaLocalServiceClpInvoker.java
@@ -122,134 +122,134 @@ public class TempisticaLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Tempistica"
};
- _methodName176 = "getBeanIdentifier";
+ _methodName182 = "getBeanIdentifier";
- _methodParameterTypes176 = new String[] { };
+ _methodParameterTypes182 = new String[] { };
- _methodName177 = "setBeanIdentifier";
+ _methodName183 = "setBeanIdentifier";
- _methodParameterTypes177 = new String[] { "java.lang.String" };
+ _methodParameterTypes183 = new String[] { "java.lang.String" };
- _methodName182 = "addTempistica";
+ _methodName188 = "addTempistica";
- _methodParameterTypes182 = new String[] {
+ _methodParameterTypes188 = new String[] {
"long", "long", "java.lang.String", "java.util.Date",
"com.liferay.portal.service.ServiceContext"
};
- _methodName183 = "stopTempistica";
+ _methodName189 = "stopTempistica";
- _methodParameterTypes183 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes189 = new String[] { "long", "java.util.Date" };
- _methodName184 = "ravvioTempistica";
+ _methodName190 = "ravvioTempistica";
- _methodParameterTypes184 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes190 = new String[] { "long", "java.util.Date" };
- _methodName185 = "concludiTempistica";
+ _methodName191 = "concludiTempistica";
- _methodParameterTypes185 = new String[] { "long", "java.util.Date" };
+ _methodParameterTypes191 = new String[] { "long", "java.util.Date" };
- _methodName186 = "getTempistica";
+ _methodName192 = "getTempistica";
- _methodParameterTypes186 = new String[] {
+ _methodParameterTypes192 = new String[] {
"long", "long", "java.lang.String", "boolean"
};
- _methodName187 = "countScadenzePraticheInScadenza";
+ _methodName193 = "countScadenzePraticheInScadenza";
- _methodParameterTypes187 = new String[] { "long", "long" };
+ _methodParameterTypes193 = new String[] { "long", "long" };
- _methodName188 = "countScadenzePraticheScadute";
+ _methodName194 = "countScadenzePraticheScadute";
- _methodParameterTypes188 = new String[] { "long", "long" };
+ _methodParameterTypes194 = new String[] { "long", "long" };
- _methodName189 = "countScadenzeIntegrazioniScadute";
+ _methodName195 = "countScadenzeIntegrazioniScadute";
- _methodParameterTypes189 = new String[] { "long", "long" };
+ _methodParameterTypes195 = new String[] { "long", "long" };
- _methodName190 = "countPraticheAttive";
+ _methodName196 = "countPraticheAttive";
- _methodParameterTypes190 = new String[] { "long", "long" };
+ _methodParameterTypes196 = new String[] { "long", "long" };
- _methodName191 = "getScadenzePratiche";
+ _methodName197 = "getScadenzePratiche";
- _methodParameterTypes191 = new String[] {
+ _methodParameterTypes197 = new String[] {
"long", "long", "int", "int", "java.lang.Integer",
"java.lang.String", "java.lang.String"
};
- _methodName192 = "getScadenzeIntegrazioni";
+ _methodName198 = "getScadenzeIntegrazioni";
- _methodParameterTypes192 = new String[] {
+ _methodParameterTypes198 = new String[] {
"long", "long", "int", "int", "java.lang.Integer"
};
- _methodName193 = "countScadenzePratiche";
+ _methodName199 = "countScadenzePratiche";
- _methodParameterTypes193 = new String[] {
+ _methodParameterTypes199 = new String[] {
"long", "long", "java.lang.Integer", "java.lang.String",
"java.lang.String"
};
- _methodName194 = "countScadenzeIntegrazioni";
+ _methodName200 = "countScadenzeIntegrazioni";
- _methodParameterTypes194 = new String[] { "long", "long" };
+ _methodParameterTypes200 = new String[] { "long", "long" };
- _methodName195 = "fetchByOldTempisticaId";
+ _methodName201 = "fetchByOldTempisticaId";
- _methodParameterTypes195 = new String[] { "long" };
+ _methodParameterTypes201 = new String[] { "long" };
- _methodName196 = "findByIntPratica_Tipo";
+ _methodName202 = "findByIntPratica_Tipo";
- _methodParameterTypes196 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes202 = new String[] { "long", "java.lang.String" };
- _methodName197 = "countPraticheScaduteAutorizzazione";
+ _methodName203 = "countPraticheScaduteAutorizzazione";
- _methodParameterTypes197 = new String[] { "long", "long" };
+ _methodParameterTypes203 = new String[] { "long", "long" };
- _methodName198 = "countPraticheScaduteSorteggiate";
+ _methodName204 = "countPraticheScaduteSorteggiate";
- _methodParameterTypes198 = new String[] { "long", "long" };
+ _methodParameterTypes204 = new String[] { "long", "long" };
- _methodName199 = "countPraticheScaduteControlloObbligatorio";
+ _methodName205 = "countPraticheScaduteControlloObbligatorio";
- _methodParameterTypes199 = new String[] { "long", "long" };
+ _methodParameterTypes205 = new String[] { "long", "long" };
- _methodName200 = "countPraticheInScadenzaAutorizzazioni";
+ _methodName206 = "countPraticheInScadenzaAutorizzazioni";
- _methodParameterTypes200 = new String[] { "long", "long" };
+ _methodParameterTypes206 = new String[] { "long", "long" };
- _methodName201 = "countPraticheInScadenzaSorteggiate";
+ _methodName207 = "countPraticheInScadenzaSorteggiate";
- _methodParameterTypes201 = new String[] { "long", "long" };
+ _methodParameterTypes207 = new String[] { "long", "long" };
- _methodName202 = "countPraticheInScadenzaControlloObbligatorio";
+ _methodName208 = "countPraticheInScadenzaControlloObbligatorio";
- _methodParameterTypes202 = new String[] { "long", "long" };
+ _methodParameterTypes208 = new String[] { "long", "long" };
- _methodName203 = "praticheAttiveAutorizzazioni";
+ _methodName209 = "praticheAttiveAutorizzazioni";
- _methodParameterTypes203 = new String[] { "long", "long" };
+ _methodParameterTypes209 = new String[] { "long", "long" };
- _methodName204 = "praticheAttiveSorteggiate";
+ _methodName210 = "praticheAttiveSorteggiate";
- _methodParameterTypes204 = new String[] { "long", "long" };
+ _methodParameterTypes210 = new String[] { "long", "long" };
- _methodName205 = "praticheAttiveControlloObbligatorio";
+ _methodName211 = "praticheAttiveControlloObbligatorio";
- _methodParameterTypes205 = new String[] { "long", "long" };
+ _methodParameterTypes211 = new String[] { "long", "long" };
- _methodName206 = "getDtSottopostaAParere";
+ _methodName212 = "getDtSottopostaAParere";
- _methodParameterTypes206 = new String[] { "long" };
+ _methodParameterTypes212 = new String[] { "long" };
- _methodName207 = "countPraticheAttivePerDiscriminazione";
+ _methodName213 = "countPraticheAttivePerDiscriminazione";
- _methodParameterTypes207 = new String[] { "long", "long" };
+ _methodParameterTypes213 = new String[] { "long", "long" };
- _methodName208 = "scadenzePraticheForBackwardCompatibility";
+ _methodName214 = "scadenzePraticheForBackwardCompatibility";
- _methodParameterTypes208 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes214 = new String[] { "long", "long", "int", "int" };
}
public Object invokeMethod(String name, String[] parameterTypes,
@@ -365,78 +365,78 @@ public class TempisticaLocalServiceClpInvoker {
return TempisticaLocalServiceUtil.updateTempistica((it.tref.liferay.portos.bo.model.Tempistica)arguments[0]);
}
- if (_methodName176.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes176, parameterTypes)) {
+ if (_methodName182.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
return TempisticaLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName177.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes177, parameterTypes)) {
+ if (_methodName183.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
TempisticaLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return TempisticaLocalServiceUtil.addTempistica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2], (java.util.Date)arguments[3],
(com.liferay.portal.service.ServiceContext)arguments[4]);
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return TempisticaLocalServiceUtil.stopTempistica(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
}
- if (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
return TempisticaLocalServiceUtil.ravvioTempistica(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return TempisticaLocalServiceUtil.concludiTempistica(((Long)arguments[0]).longValue(),
(java.util.Date)arguments[1]);
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName192.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
return TempisticaLocalServiceUtil.getTempistica(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2],
((Boolean)arguments[3]).booleanValue());
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
return TempisticaLocalServiceUtil.countScadenzePraticheInScadenza(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return TempisticaLocalServiceUtil.countScadenzePraticheScadute(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return TempisticaLocalServiceUtil.countScadenzeIntegrazioniScadute(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return TempisticaLocalServiceUtil.countPraticheAttive(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName191.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return TempisticaLocalServiceUtil.getScadenzePratiche(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
@@ -445,8 +445,8 @@ public class TempisticaLocalServiceClpInvoker {
(java.lang.String)arguments[5], (java.lang.String)arguments[6]);
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return TempisticaLocalServiceUtil.getScadenzeIntegrazioni(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
@@ -454,98 +454,98 @@ public class TempisticaLocalServiceClpInvoker {
(java.lang.Integer)arguments[4]);
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName199.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
return TempisticaLocalServiceUtil.countScadenzePratiche(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.Integer)arguments[2],
(java.lang.String)arguments[3], (java.lang.String)arguments[4]);
}
- if (_methodName194.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return TempisticaLocalServiceUtil.countScadenzeIntegrazioni(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return TempisticaLocalServiceUtil.fetchByOldTempisticaId(((Long)arguments[0]).longValue());
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName202.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
return TempisticaLocalServiceUtil.findByIntPratica_Tipo(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName197.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return TempisticaLocalServiceUtil.countPraticheScaduteAutorizzazione(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName198.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return TempisticaLocalServiceUtil.countPraticheScaduteSorteggiate(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName199.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes199, parameterTypes)) {
+ if (_methodName205.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
return TempisticaLocalServiceUtil.countPraticheScaduteControlloObbligatorio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName200.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
+ if (_methodName206.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
return TempisticaLocalServiceUtil.countPraticheInScadenzaAutorizzazioni(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName201.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
+ if (_methodName207.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
return TempisticaLocalServiceUtil.countPraticheInScadenzaSorteggiate(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName202.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes202, parameterTypes)) {
+ if (_methodName208.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
return TempisticaLocalServiceUtil.countPraticheInScadenzaControlloObbligatorio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName203.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
+ if (_methodName209.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes209, parameterTypes)) {
return TempisticaLocalServiceUtil.praticheAttiveAutorizzazioni(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName204.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
+ if (_methodName210.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes210, parameterTypes)) {
return TempisticaLocalServiceUtil.praticheAttiveSorteggiate(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName205.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes205, parameterTypes)) {
+ if (_methodName211.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes211, parameterTypes)) {
return TempisticaLocalServiceUtil.praticheAttiveControlloObbligatorio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName206.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes206, parameterTypes)) {
+ if (_methodName212.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes212, parameterTypes)) {
return TempisticaLocalServiceUtil.getDtSottopostaAParere(((Long)arguments[0]).longValue());
}
- if (_methodName207.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes207, parameterTypes)) {
+ if (_methodName213.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes213, parameterTypes)) {
return TempisticaLocalServiceUtil.countPraticheAttivePerDiscriminazione(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName208.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes208, parameterTypes)) {
+ if (_methodName214.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes214, parameterTypes)) {
return TempisticaLocalServiceUtil.scadenzePraticheForBackwardCompatibility(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
@@ -595,22 +595,10 @@ public class TempisticaLocalServiceClpInvoker {
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
- private String _methodName176;
- private String[] _methodParameterTypes176;
- private String _methodName177;
- private String[] _methodParameterTypes177;
private String _methodName182;
private String[] _methodParameterTypes182;
private String _methodName183;
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;
@@ -653,4 +641,16 @@ public class TempisticaLocalServiceClpInvoker {
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;
}
\ 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/base/TempisticaServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceBaseImpl.java
index d2d10238..9157a5b6 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class TempisticaServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1708,6 +1766,12 @@ public abstract class TempisticaServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceClpInvoker.java
index 9c4ee9b8..85d9ea93 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TempisticaServiceClpInvoker.java
@@ -24,24 +24,24 @@ import java.util.Arrays;
*/
public class TempisticaServiceClpInvoker {
public TempisticaServiceClpInvoker() {
- _methodName156 = "getBeanIdentifier";
+ _methodName162 = "getBeanIdentifier";
- _methodParameterTypes156 = new String[] { };
+ _methodParameterTypes162 = new String[] { };
- _methodName157 = "setBeanIdentifier";
+ _methodName163 = "setBeanIdentifier";
- _methodParameterTypes157 = new String[] { "java.lang.String" };
+ _methodParameterTypes163 = new String[] { "java.lang.String" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName156.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) {
+ if (_methodName162.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
return TempisticaServiceUtil.getBeanIdentifier();
}
- if (_methodName157.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) {
+ if (_methodName163.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
TempisticaServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
@@ -50,8 +50,8 @@ public class TempisticaServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName156;
- private String[] _methodParameterTypes156;
- private String _methodName157;
- private String[] _methodParameterTypes157;
+ private String _methodName162;
+ private String[] _methodParameterTypes162;
+ private String _methodName163;
+ private String[] _methodParameterTypes163;
}
\ 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/base/TerritorioLocalServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceBaseImpl.java
index b3449b60..792130f6 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceBaseImpl.java
@@ -51,6 +51,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1288,6 +1289,63 @@ public abstract class TerritorioLocalServiceBaseImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1945,6 +2003,12 @@ public abstract class TerritorioLocalServiceBaseImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceClpInvoker.java
index b8c3f2b8..6a3e4a4d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioLocalServiceClpInvoker.java
@@ -106,98 +106,102 @@ public class TerritorioLocalServiceClpInvoker {
"it.tref.liferay.portos.bo.model.Territorio"
};
- _methodName172 = "getBeanIdentifier";
+ _methodName178 = "getBeanIdentifier";
- _methodParameterTypes172 = new String[] { };
+ _methodParameterTypes178 = new String[] { };
- _methodName173 = "setBeanIdentifier";
+ _methodName179 = "setBeanIdentifier";
- _methodParameterTypes173 = new String[] { "java.lang.String" };
+ _methodParameterTypes179 = new String[] { "java.lang.String" };
- _methodName178 = "addTerritorio";
+ _methodName184 = "addTerritorio";
- _methodParameterTypes178 = new String[] {
+ _methodParameterTypes184 = new String[] {
"long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "boolean", "java.util.Date",
"java.util.Date", "java.lang.String", "java.lang.String", "long",
"com.liferay.portal.service.ServiceContext"
};
- _methodName179 = "updateTerritorio";
+ _methodName185 = "updateTerritorio";
- _methodParameterTypes179 = new String[] {
+ _methodParameterTypes185 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "boolean", "java.util.Date",
"java.util.Date", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName180 = "getTerritori";
+ _methodName186 = "getTerritori";
- _methodParameterTypes180 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes186 = new String[] { "long", "long", "int", "int" };
- _methodName181 = "countTerritori";
+ _methodName187 = "countTerritori";
- _methodParameterTypes181 = new String[] { "long", "long" };
+ _methodParameterTypes187 = new String[] { "long", "long" };
- _methodName182 = "findByComuneId";
+ _methodName188 = "findByComuneId";
- _methodParameterTypes182 = new String[] { "long", "int", "int" };
+ _methodParameterTypes188 = new String[] { "long", "int", "int" };
- _methodName183 = "findByCompanyIdGroupId";
+ _methodName189 = "findByCompanyIdGroupId";
- _methodParameterTypes183 = new String[] { "long", "long" };
+ _methodParameterTypes189 = new String[] { "long", "long" };
- _methodName184 = "getActiveProvince";
+ _methodName190 = "getActiveProvince";
- _methodParameterTypes184 = new String[] { };
+ _methodParameterTypes190 = new String[] { };
- _methodName185 = "getActiveComuniByCodiceProvincia";
+ _methodName191 = "getActiveComuniByCodiceProvincia";
- _methodParameterTypes185 = new String[] { "java.lang.String" };
+ _methodParameterTypes191 = new String[] { "java.lang.String" };
- _methodName186 = "getActiveTerritoriByComune";
+ _methodName193 = "getActiveComuniByCodiceProvincia_Ospedaliera";
- _methodParameterTypes186 = new String[] { "long" };
+ _methodParameterTypes193 = new String[] { "java.lang.String" };
- _methodName187 = "deleteTerritorio";
+ _methodName194 = "getActiveTerritoriByComune";
- _methodParameterTypes187 = new String[] { "long" };
+ _methodParameterTypes194 = new String[] { "long" };
- _methodName188 = "deleteTerritorio";
+ _methodName195 = "deleteTerritorio";
- _methodParameterTypes188 = new String[] {
+ _methodParameterTypes195 = new String[] { "long" };
+
+ _methodName196 = "deleteTerritorio";
+
+ _methodParameterTypes196 = new String[] {
"it.tref.liferay.portos.bo.model.Territorio"
};
- _methodName189 = "findTerritorioByComuneIdGZonaFasciaDtIni";
+ _methodName197 = "findTerritorioByComuneIdGZonaFasciaDtIni";
- _methodParameterTypes189 = new String[] {
+ _methodParameterTypes197 = new String[] {
"long", "long", "java.lang.String", "java.lang.String",
"java.util.Date"
};
- _methodName190 = "fetchByOldTerriotioId";
+ _methodName198 = "fetchByOldTerriotioId";
- _methodParameterTypes190 = new String[] { "long" };
+ _methodParameterTypes198 = new String[] { "long" };
- _methodName192 = "getTerritoriByGroupAndZona";
+ _methodName200 = "getTerritoriByGroupAndZona";
- _methodParameterTypes192 = new String[] { "long", "java.lang.String" };
+ _methodParameterTypes200 = new String[] { "long", "java.lang.String" };
- _methodName193 = "getTerritoriByGroupAndZonaAndFascia";
+ _methodName201 = "getTerritoriByGroupAndZonaAndFascia";
- _methodParameterTypes193 = new String[] {
+ _methodParameterTypes201 = new String[] {
"long", "java.lang.String", "java.lang.String"
};
- _methodName195 = "getAllTerritorioGroup";
+ _methodName203 = "getAllTerritorioGroup";
- _methodParameterTypes195 = new String[] { };
+ _methodParameterTypes203 = new String[] { };
- _methodName196 = "verifyTerritorioConstraintAlreadyExist";
+ _methodName204 = "verifyTerritorioConstraintAlreadyExist";
- _methodParameterTypes196 = new String[] {
+ _methodParameterTypes204 = new String[] {
"long", "long", "java.lang.String", "java.lang.String",
"java.util.Date"
};
@@ -292,20 +296,20 @@ public class TerritorioLocalServiceClpInvoker {
return TerritorioLocalServiceUtil.updateTerritorio((it.tref.liferay.portos.bo.model.Territorio)arguments[0]);
}
- if (_methodName172.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
+ if (_methodName178.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
return TerritorioLocalServiceUtil.getBeanIdentifier();
}
- if (_methodName173.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
+ if (_methodName179.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
TerritorioLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName178.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes178, parameterTypes)) {
+ if (_methodName184.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
return TerritorioLocalServiceUtil.addTerritorio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2], (java.lang.String)arguments[3],
@@ -317,8 +321,8 @@ public class TerritorioLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[11]);
}
- if (_methodName179.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes179, parameterTypes)) {
+ if (_methodName185.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
return TerritorioLocalServiceUtil.updateTerritorio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -331,90 +335,95 @@ public class TerritorioLocalServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[11]);
}
- if (_methodName180.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes180, parameterTypes)) {
+ if (_methodName186.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
return TerritorioLocalServiceUtil.getTerritori(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName181.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes181, parameterTypes)) {
+ if (_methodName187.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
return TerritorioLocalServiceUtil.countTerritori(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName182.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes182, parameterTypes)) {
+ if (_methodName188.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
return TerritorioLocalServiceUtil.findByComuneId(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
- if (_methodName183.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes183, parameterTypes)) {
+ if (_methodName189.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
return TerritorioLocalServiceUtil.findByCompanyIdGroupId(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
- if (_methodName184.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes184, parameterTypes)) {
+ if (_methodName190.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
return TerritorioLocalServiceUtil.getActiveProvince();
}
- if (_methodName185.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes185, parameterTypes)) {
+ if (_methodName191.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes191, parameterTypes)) {
return TerritorioLocalServiceUtil.getActiveComuniByCodiceProvincia((java.lang.String)arguments[0]);
}
- if (_methodName186.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes186, parameterTypes)) {
+ if (_methodName193.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ return TerritorioLocalServiceUtil.getActiveComuniByCodiceProvincia_Ospedaliera((java.lang.String)arguments[0]);
+ }
+
+ if (_methodName194.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes194, parameterTypes)) {
return TerritorioLocalServiceUtil.getActiveTerritoriByComune(((Long)arguments[0]).longValue());
}
- if (_methodName187.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes187, parameterTypes)) {
+ if (_methodName195.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
return TerritorioLocalServiceUtil.deleteTerritorio(((Long)arguments[0]).longValue());
}
- if (_methodName188.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes188, parameterTypes)) {
+ if (_methodName196.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
return TerritorioLocalServiceUtil.deleteTerritorio((it.tref.liferay.portos.bo.model.Territorio)arguments[0]);
}
- if (_methodName189.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes189, parameterTypes)) {
+ if (_methodName197.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes197, parameterTypes)) {
return TerritorioLocalServiceUtil.findTerritorioByComuneIdGZonaFasciaDtIni(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2], (java.lang.String)arguments[3],
(java.util.Date)arguments[4]);
}
- if (_methodName190.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes190, parameterTypes)) {
+ if (_methodName198.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes198, parameterTypes)) {
return TerritorioLocalServiceUtil.fetchByOldTerriotioId(((Long)arguments[0]).longValue());
}
- if (_methodName192.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes192, parameterTypes)) {
+ if (_methodName200.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes200, parameterTypes)) {
return TerritorioLocalServiceUtil.getTerritoriByGroupAndZona(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1]);
}
- if (_methodName193.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes193, parameterTypes)) {
+ if (_methodName201.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes201, parameterTypes)) {
return TerritorioLocalServiceUtil.getTerritoriByGroupAndZonaAndFascia(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2]);
}
- if (_methodName195.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes195, parameterTypes)) {
+ if (_methodName203.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes203, parameterTypes)) {
return TerritorioLocalServiceUtil.getAllTerritorioGroup();
}
- if (_methodName196.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes196, parameterTypes)) {
+ if (_methodName204.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes204, parameterTypes)) {
return TerritorioLocalServiceUtil.verifyTerritorioConstraintAlreadyExist(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2], (java.lang.String)arguments[3],
@@ -456,22 +465,10 @@ public class TerritorioLocalServiceClpInvoker {
private String[] _methodParameterTypes14;
private String _methodName15;
private String[] _methodParameterTypes15;
- private String _methodName172;
- private String[] _methodParameterTypes172;
- private String _methodName173;
- private String[] _methodParameterTypes173;
private String _methodName178;
private String[] _methodParameterTypes178;
private String _methodName179;
private String[] _methodParameterTypes179;
- private String _methodName180;
- private String[] _methodParameterTypes180;
- private String _methodName181;
- private String[] _methodParameterTypes181;
- private String _methodName182;
- private String[] _methodParameterTypes182;
- private String _methodName183;
- private String[] _methodParameterTypes183;
private String _methodName184;
private String[] _methodParameterTypes184;
private String _methodName185;
@@ -486,12 +483,26 @@ public class TerritorioLocalServiceClpInvoker {
private String[] _methodParameterTypes189;
private String _methodName190;
private String[] _methodParameterTypes190;
- private String _methodName192;
- private String[] _methodParameterTypes192;
+ private String _methodName191;
+ private String[] _methodParameterTypes191;
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;
+ private String[] _methodParameterTypes198;
+ private String _methodName200;
+ private String[] _methodParameterTypes200;
+ private String _methodName201;
+ private String[] _methodParameterTypes201;
+ private String _methodName203;
+ private String[] _methodParameterTypes203;
+ private String _methodName204;
+ private String[] _methodParameterTypes204;
}
\ 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/base/TerritorioServiceBaseImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceBaseImpl.java
index 0f05465b..90e4e0e1 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceBaseImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceBaseImpl.java
@@ -42,6 +42,7 @@ import it.tref.liferay.portos.bo.service.persistence.IntPraticaFinder;
import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
+import it.tref.liferay.portos.bo.service.persistence.PraticaAttenzionataPersistence;
import it.tref.liferay.portos.bo.service.persistence.ProvinciaPersistence;
import it.tref.liferay.portos.bo.service.persistence.SoggettoPersistence;
import it.tref.liferay.portos.bo.service.persistence.SorteggioFinder;
@@ -1056,6 +1057,63 @@ public abstract class TerritorioServiceBaseImpl extends BaseServiceImpl
this.parereGeologoPersistence = parereGeologoPersistence;
}
+ /**
+ * Returns the pratica attenzionata local service.
+ *
+ * @return the pratica attenzionata local service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService getPraticaAttenzionataLocalService() {
+ return praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Sets the pratica attenzionata local service.
+ *
+ * @param praticaAttenzionataLocalService the pratica attenzionata local service
+ */
+ public void setPraticaAttenzionataLocalService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService) {
+ this.praticaAttenzionataLocalService = praticaAttenzionataLocalService;
+ }
+
+ /**
+ * Returns the pratica attenzionata remote service.
+ *
+ * @return the pratica attenzionata remote service
+ */
+ public it.tref.liferay.portos.bo.service.PraticaAttenzionataService getPraticaAttenzionataService() {
+ return praticaAttenzionataService;
+ }
+
+ /**
+ * Sets the pratica attenzionata remote service.
+ *
+ * @param praticaAttenzionataService the pratica attenzionata remote service
+ */
+ public void setPraticaAttenzionataService(
+ it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService) {
+ this.praticaAttenzionataService = praticaAttenzionataService;
+ }
+
+ /**
+ * Returns the pratica attenzionata persistence.
+ *
+ * @return the pratica attenzionata persistence
+ */
+ public PraticaAttenzionataPersistence getPraticaAttenzionataPersistence() {
+ return praticaAttenzionataPersistence;
+ }
+
+ /**
+ * Sets the pratica attenzionata persistence.
+ *
+ * @param praticaAttenzionataPersistence the pratica attenzionata persistence
+ */
+ public void setPraticaAttenzionataPersistence(
+ PraticaAttenzionataPersistence praticaAttenzionataPersistence) {
+ this.praticaAttenzionataPersistence = praticaAttenzionataPersistence;
+ }
+
/**
* Returns the provincia local service.
*
@@ -1708,6 +1766,12 @@ public abstract class TerritorioServiceBaseImpl extends BaseServiceImpl
protected it.tref.liferay.portos.bo.service.ParereGeologoService parereGeologoService;
@BeanReference(type = ParereGeologoPersistence.class)
protected ParereGeologoPersistence parereGeologoPersistence;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalService praticaAttenzionataLocalService;
+ @BeanReference(type = it.tref.liferay.portos.bo.service.PraticaAttenzionataService.class)
+ protected it.tref.liferay.portos.bo.service.PraticaAttenzionataService praticaAttenzionataService;
+ @BeanReference(type = PraticaAttenzionataPersistence.class)
+ protected PraticaAttenzionataPersistence praticaAttenzionataPersistence;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaLocalService.class)
protected it.tref.liferay.portos.bo.service.ProvinciaLocalService provinciaLocalService;
@BeanReference(type = it.tref.liferay.portos.bo.service.ProvinciaService.class)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceClpInvoker.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceClpInvoker.java
index 45145985..2eae6488 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceClpInvoker.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/base/TerritorioServiceClpInvoker.java
@@ -24,65 +24,65 @@ import java.util.Arrays;
*/
public class TerritorioServiceClpInvoker {
public TerritorioServiceClpInvoker() {
- _methodName156 = "getBeanIdentifier";
+ _methodName162 = "getBeanIdentifier";
- _methodParameterTypes156 = new String[] { };
+ _methodParameterTypes162 = new String[] { };
- _methodName157 = "setBeanIdentifier";
+ _methodName163 = "setBeanIdentifier";
- _methodParameterTypes157 = new String[] { "java.lang.String" };
+ _methodParameterTypes163 = new String[] { "java.lang.String" };
- _methodName162 = "addTerritorio";
+ _methodName168 = "addTerritorio";
- _methodParameterTypes162 = new String[] {
+ _methodParameterTypes168 = new String[] {
"long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "boolean", "java.util.Date",
"java.util.Date", "java.lang.String", "java.lang.String", "long",
"com.liferay.portal.service.ServiceContext"
};
- _methodName163 = "updateTerritorio";
+ _methodName169 = "updateTerritorio";
- _methodParameterTypes163 = new String[] {
+ _methodParameterTypes169 = new String[] {
"long", "long", "long", "java.lang.String", "java.lang.String",
"java.lang.String", "boolean", "java.util.Date",
"java.util.Date", "java.lang.String", "java.lang.String",
"com.liferay.portal.service.ServiceContext"
};
- _methodName164 = "fetchTerritorio";
+ _methodName170 = "fetchTerritorio";
- _methodParameterTypes164 = new String[] { "long" };
+ _methodParameterTypes170 = new String[] { "long" };
- _methodName165 = "createTerritorio";
+ _methodName171 = "createTerritorio";
- _methodParameterTypes165 = new String[] { "long" };
+ _methodParameterTypes171 = new String[] { "long" };
- _methodName166 = "getTerritori";
+ _methodName172 = "getTerritori";
- _methodParameterTypes166 = new String[] { "long", "long", "int", "int" };
+ _methodParameterTypes172 = new String[] { "long", "long", "int", "int" };
- _methodName167 = "countTerritori";
+ _methodName173 = "countTerritori";
- _methodParameterTypes167 = new String[] { "long", "long" };
+ _methodParameterTypes173 = new String[] { "long", "long" };
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
- if (_methodName156.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes156, parameterTypes)) {
+ if (_methodName162.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
return TerritorioServiceUtil.getBeanIdentifier();
}
- if (_methodName157.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes157, parameterTypes)) {
+ if (_methodName163.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
TerritorioServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
- if (_methodName162.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes162, parameterTypes)) {
+ if (_methodName168.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) {
return TerritorioServiceUtil.addTerritorio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
(java.lang.String)arguments[2], (java.lang.String)arguments[3],
@@ -94,8 +94,8 @@ public class TerritorioServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[11]);
}
- if (_methodName163.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes163, parameterTypes)) {
+ if (_methodName169.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) {
return TerritorioServiceUtil.updateTerritorio(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Long)arguments[2]).longValue(),
@@ -108,26 +108,26 @@ public class TerritorioServiceClpInvoker {
(com.liferay.portal.service.ServiceContext)arguments[11]);
}
- if (_methodName164.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes164, parameterTypes)) {
+ if (_methodName170.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) {
return TerritorioServiceUtil.fetchTerritorio(((Long)arguments[0]).longValue());
}
- if (_methodName165.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes165, parameterTypes)) {
+ if (_methodName171.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes171, parameterTypes)) {
return TerritorioServiceUtil.createTerritorio(((Long)arguments[0]).longValue());
}
- if (_methodName166.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) {
+ if (_methodName172.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes172, parameterTypes)) {
return TerritorioServiceUtil.getTerritori(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue());
}
- if (_methodName167.equals(name) &&
- Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) {
+ if (_methodName173.equals(name) &&
+ Arrays.deepEquals(_methodParameterTypes173, parameterTypes)) {
return TerritorioServiceUtil.countTerritori(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
@@ -135,20 +135,20 @@ public class TerritorioServiceClpInvoker {
throw new UnsupportedOperationException();
}
- private String _methodName156;
- private String[] _methodParameterTypes156;
- private String _methodName157;
- private String[] _methodParameterTypes157;
private String _methodName162;
private String[] _methodParameterTypes162;
private String _methodName163;
private String[] _methodParameterTypes163;
- private String _methodName164;
- private String[] _methodParameterTypes164;
- private String _methodName165;
- private String[] _methodParameterTypes165;
- private String _methodName166;
- private String[] _methodParameterTypes166;
- private String _methodName167;
- private String[] _methodParameterTypes167;
+ private String _methodName168;
+ private String[] _methodParameterTypes168;
+ private String _methodName169;
+ private String[] _methodParameterTypes169;
+ private String _methodName170;
+ private String[] _methodParameterTypes170;
+ private String _methodName171;
+ private String[] _methodParameterTypes171;
+ private String _methodName172;
+ private String[] _methodParameterTypes172;
+ private String _methodName173;
+ private String[] _methodParameterTypes173;
}
\ 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/http/FineLavoriServiceSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/FineLavoriServiceSoap.java
index 92d3184a..fe9e63f4 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/FineLavoriServiceSoap.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/FineLavoriServiceSoap.java
@@ -93,6 +93,24 @@ public class FineLavoriServiceSoap {
}
}
+ public static it.tref.liferay.portos.bo.model.FineLavoriSoap addFineLavori(
+ long intPraticaId, boolean richiestaAttestazione,
+ boolean normEsenteCollaudo,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws RemoteException {
+ try {
+ it.tref.liferay.portos.bo.model.FineLavori returnValue = FineLavoriServiceUtil.addFineLavori(intPraticaId,
+ richiestaAttestazione, normEsenteCollaudo, serviceContext);
+
+ return it.tref.liferay.portos.bo.model.FineLavoriSoap.toSoapModel(returnValue);
+ }
+ catch (Exception e) {
+ _log.error(e, e);
+
+ throw new RemoteException(e.getMessage());
+ }
+ }
+
public static it.tref.liferay.portos.bo.model.FineLavoriSoap deleteFineLavori(
it.tref.liferay.portos.bo.model.FineLavoriSoap fineLavori)
throws RemoteException {
@@ -123,6 +141,24 @@ public class FineLavoriServiceSoap {
}
}
+ public static it.tref.liferay.portos.bo.model.FineLavoriSoap updateFineLavori(
+ it.tref.liferay.portos.bo.model.FineLavoriSoap fineLavori,
+ boolean parziale,
+ com.liferay.portal.service.ServiceContext serviceContext)
+ throws RemoteException {
+ try {
+ it.tref.liferay.portos.bo.model.FineLavori returnValue = FineLavoriServiceUtil.updateFineLavori(it.tref.liferay.portos.bo.model.impl.FineLavoriModelImpl.toModel(
+ fineLavori), parziale, serviceContext);
+
+ return it.tref.liferay.portos.bo.model.FineLavoriSoap.toSoapModel(returnValue);
+ }
+ catch (Exception e) {
+ _log.error(e, e);
+
+ throw new RemoteException(e.getMessage());
+ }
+ }
+
public static it.tref.liferay.portos.bo.model.FineLavoriSoap updateFineLavori(
it.tref.liferay.portos.bo.model.FineLavoriSoap fineLavori)
throws RemoteException {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/PagamentoServiceSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/PagamentoServiceSoap.java
index fe9b0ba9..97d62e34 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/PagamentoServiceSoap.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/PagamentoServiceSoap.java
@@ -63,12 +63,12 @@ import java.rmi.RemoteException;
*/
public class PagamentoServiceSoap {
public static void updatePagamentoManuale(long pagamentoId, byte[] content,
- java.lang.String sourceFileName,
+ java.lang.String numeroBollettino, java.lang.String sourceFileName,
com.liferay.portal.service.ServiceContext serviceContext)
throws RemoteException {
try {
PagamentoServiceUtil.updatePagamentoManuale(pagamentoId, content,
- sourceFileName, serviceContext);
+ numeroBollettino, sourceFileName, serviceContext);
}
catch (Exception e) {
_log.error(e, e);
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/PraticaAttenzionataServiceSoap.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/PraticaAttenzionataServiceSoap.java
new file mode 100644
index 00000000..7a156725
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/http/PraticaAttenzionataServiceSoap.java
@@ -0,0 +1,58 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service.http;
+
+/**
+ * Provides the SOAP utility for the
+ * {@link it.tref.liferay.portos.bo.service.PraticaAttenzionataServiceUtil} service utility. The
+ * static methods of this class calls the same methods of the service utility.
+ * However, the signatures are different because it is difficult for SOAP to
+ * support certain types.
+ *
+ *
+ * ServiceBuilder follows certain rules in translating the methods. For example,
+ * if the method in the service utility returns a {@link java.util.List}, that
+ * is translated to an array of {@link it.tref.liferay.portos.bo.model.PraticaAttenzionataSoap}.
+ * If the method in the service utility returns a
+ * {@link it.tref.liferay.portos.bo.model.PraticaAttenzionata}, that is translated to a
+ * {@link it.tref.liferay.portos.bo.model.PraticaAttenzionataSoap}. Methods that SOAP cannot
+ * safely wire are skipped.
+ *
+ *
+ *
+ * The benefits of using the SOAP utility is that it is cross platform
+ * compatible. SOAP allows different languages like Java, .NET, C++, PHP, and
+ * even Perl, to call the generated services. One drawback of SOAP is that it is
+ * slow because it needs to serialize all calls into a text format (XML).
+ *
+ *
+ *
+ * You can see a list of services at http://localhost:8080/api/axis. Set the
+ * property axis.servlet.hosts.allowed in portal.properties to configure
+ * security.
+ *
+ *
+ *
+ * The SOAP utility is only generated for remote services.
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataServiceHttp
+ * @see it.tref.liferay.portos.bo.model.PraticaAttenzionataSoap
+ * @see it.tref.liferay.portos.bo.service.PraticaAttenzionataServiceUtil
+ * @generated
+ */
+public class PraticaAttenzionataServiceSoap {
+}
\ 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/AsseverazioneLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/AsseverazioneLocalServiceImpl.java
index d1c6537b..b16a57cf 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/AsseverazioneLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/AsseverazioneLocalServiceImpl.java
@@ -225,6 +225,7 @@ public class AsseverazioneLocalServiceImpl extends AsseverazioneLocalServiceBase
} else {
ambito = LanguageUtil.get(Locale.ITALIAN, "label-ambito-" + ambito);
}
+ String name = soggetto.getNome();
String html = buffer.toString().replaceAll("##anteprima(.*?)##", anteprima ? StringPool.BLANK : "$1")
.replaceAll("##lavoripubblici(.*?)##", dettPratica.getLavoriPubblici() ? StringPool.BLANK : "$1")
.replace("{{agalto}}", agAlto ? CHECKED : StringPool.SPACE)
@@ -233,7 +234,8 @@ public class AsseverazioneLocalServiceImpl extends AsseverazioneLocalServiceBase
.replace("{{codicefiscale}}", soggetto.getCodiceFiscale())
.replace("{{cognome}}", soggetto.getCognome())
.replace("{{complesse}}", complesse ? CHECKED : StringPool.SPACE)
- .replace("{{nome}}", soggetto.getNome()).replace("{{nuove}}", nuove ? CHECKED : StringPool.SPACE)
+ .replace("{{nome}}", !soggetto.getNome().isEmpty() ? soggetto.getNome() : soggetto.getDenominazione())
+ .replace("{{nuove}}", nuove ? CHECKED : StringPool.SPACE)
.replace("{{rilevanti}}", rilevanti ? CHECKED : StringPool.SPACE)
.replace("{{nonrilevanti}}", nonRilevanti ? CHECKED : StringPool.SPACE)
.replace("{{riparazioni}}", riparazioni ? CHECKED : StringPool.SPACE)
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/AvvisoLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/AvvisoLocalServiceImpl.java
index af0b51c0..74d831b7 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/AvvisoLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/AvvisoLocalServiceImpl.java
@@ -115,6 +115,8 @@ public class AvvisoLocalServiceImpl extends AvvisoLocalServiceBaseImpl {
if (Validator.isNull(tipoProcedura) || tipoProcedura.equalsIgnoreCase(Constants.PROCEDURA_A)
|| Validator.isNull(sorteggio)) {
propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get(statoPratica);
+ } else if (intPratica.isPraticaOspedaliera()){
+ propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get(AvvisoUtil.PRATICA_OSPEDALIERA_DEPOSITO);
} else {
propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get("DPPS");
}
@@ -122,13 +124,23 @@ public class AvvisoLocalServiceImpl extends AvvisoLocalServiceBaseImpl {
case StatoPraticaConstants.VIDIMATA:
if (null == tipoProcedura)
tipoProcedura = Constants.PROCEDURA_A;
- propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get("DP" + tipoProcedura);
+ if(intPratica.isPraticaOspedaliera()){
+ propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get(AvvisoUtil.PRATICA_OSPEDALIERA_DEPOSITO);
+ } else {
+ propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get("DP" + tipoProcedura);
+ }
break;
default:
- propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get(statoPratica);
+// if(StatoPraticaConstants.AUTORIZZATA.equals(statoPratica) && intPratica.isPraticaOspedaliera()){
+// propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get(AvvisoUtil.PRATICA_OSPEDALIERA_CONFORMITA);
+// } else {
+ propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get(statoPratica);
+// }
}
long fileEntryIdTemplate = configurazioneLocalService.findByC_ChiaveLong(serviceContext.getCompanyId(),
propertiesTemplate);
+ _log.debug("Creating avviso: propertiesTemplate -> "+propertiesTemplate
+ +" | statoPratica -> "+statoPratica+" | className -> "+className);
return addAvviso(intPratica.getIntPraticaId(), StringPool.BLANK, new Date(), tipoAvviso, statoPratica,
fileEntryIdTemplate, classPk, className, userCodiceFiscalePrimaFirma, jsonParameters,
controlloPraticaId, serviceContext);
@@ -152,6 +164,8 @@ public class AvvisoLocalServiceImpl extends AvvisoLocalServiceBaseImpl {
String propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get(statoPraticaCode);
long fileEntryIdTemplate = configurazioneLocalService.findByC_ChiaveLong(serviceContext.getCompanyId(),
propertiesTemplate);
+ _log.debug("Creating avviso: propertiesTemplate -> "+propertiesTemplate
+ +" | statoPraticaCode -> "+statoPraticaCode+" | className -> "+className);
return addAvviso(intPraticaId, StringPool.BLANK, new Date(), tipoAvviso, stato, fileEntryIdTemplate, classPk,
className, userCodiceFiscalePrimaFirma, jsonParameters, controlloPraticaId, serviceContext);
}
@@ -1285,6 +1299,21 @@ public class AvvisoLocalServiceImpl extends AvvisoLocalServiceBaseImpl {
List ritorno = dynamicQuery(dynamicQuery, 0, 1);
return ritorno.isEmpty() ? null : ritorno.get(0);
}
+
+ @Override
+ public Avviso getAvvisoPraticaOspedaliera(long intPraticaId) throws SystemException {
+
+ DynamicQuery dynamicQuery = avvisoLocalService.dynamicQuery();
+ dynamicQuery.add(PropertyFactoryUtil.forName("tipoDocumento").in(
+ new String[] { AvvisoUtil.PRATICA_OSPEDALIERA_CONFORMITA, AvvisoUtil.PRATICA_OSPEDALIERA_DEPOSITO }));
+ dynamicQuery.add(PropertyFactoryUtil.forName("fileEntryIdProtocollo").ne(0L));
+ dynamicQuery.add(PropertyFactoryUtil.forName("errore").eq(false));
+ dynamicQuery.add(PropertyFactoryUtil.forName("annullato").eq(false));
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("intPraticaId", intPraticaId));
+ @SuppressWarnings("unchecked")
+ List ritorno = dynamicQuery(dynamicQuery, 0, 1);
+ return ritorno.isEmpty() ? null : ritorno.get(0);
+ }
@Override
public Avviso getLastAvvisoIntegrazione(long intPraticaId) throws SystemException {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ComuneLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ComuneLocalServiceImpl.java
index aac02cc8..9ef23424 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ComuneLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ComuneLocalServiceImpl.java
@@ -58,7 +58,7 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
@Override
public Comune addComune(long userId, String codiceProvincia, String codiceComune, String codiceIstat,
String codiceBelfiore, String denominazione, boolean provincia, boolean stato, String mailSuap,
- String mailSue, ServiceContext serviceContext) throws PortalException, SystemException {
+ String mailSue, boolean praticaOspedaliera, ServiceContext serviceContext) throws PortalException, SystemException {
User user = userPersistence.findByPrimaryKey(userId);
Date now = new Date();
@@ -79,6 +79,7 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
comune.setProvincia(provincia);
comune.setMailSuap(mailSuap);
comune.setMailSue(mailSue);
+ comune.setPraticaOspedali(praticaOspedaliera);
comune = comunePersistence.update(comune);
return comune;
}
@@ -86,7 +87,7 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
@Override
public Comune addComune(long userId, String codiceProvincia, String codiceComune, String codiceIstat,
String codiceBelfiore, String denominazione, boolean provincia, String mailSuap, String mailSue,
- ServiceContext serviceContext) throws PortalException, SystemException {
+ boolean praticaOspedaliera, ServiceContext serviceContext) throws PortalException, SystemException {
User user = userPersistence.findByPrimaryKey(userId);
Date now = new Date();
@@ -106,6 +107,7 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
comune.setProvincia(provincia);
comune.setMailSuap(mailSuap);
comune.setMailSue(mailSue);
+ comune.setPraticaOspedali(praticaOspedaliera);
comune = comunePersistence.update(comune);
return comune;
}
@@ -216,11 +218,19 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
return comunePersistence.findByC_Stato(companyId, true);
}
+
+ public Comune setPraticaOspedaliera(long comuneId, boolean isPraticaOspedaliera, ServiceContext serviceContext) throws SystemException{
+ Comune comune = comunePersistence.fetchByPrimaryKey(comuneId);
+ comune.setPraticaOspedali(isPraticaOspedaliera);
+ comune.setModifiedDate(serviceContext.getModifiedDate(new Date()));
+ comune = comunePersistence.update(comune);
+ return comune;
+ }
@Override
public Comune updateComune(long userId, long comuneId, String codiceProvincia, String codiceComune,
String codiceIstat, String denominazione, boolean provincia, boolean stato, String mailSuap,
- String mailSue, ServiceContext serviceContext) throws PortalException, SystemException {
+ String mailSue, boolean praticaOspedaliera, ServiceContext serviceContext) throws PortalException, SystemException {
User user = userPersistence.findByPrimaryKey(userId);
Date now = new Date();
@@ -240,6 +250,7 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
comune.setMailSue(mailSue);
comune.setDenominazione(denominazione);
comune.setProvincia(provincia);
+ comune.setPraticaOspedali(praticaOspedaliera);
comune = comunePersistence.update(comune);
return comune;
}
@@ -247,7 +258,7 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
@Override
public Comune updateComune(long userId, long comuneId, String codiceProvincia, String codiceComune,
String codiceIstat, String denominazione, boolean provincia, String mailSuap, String mailSue,
- ServiceContext serviceContext) throws PortalException, SystemException {
+ boolean praticaOspedaliera, ServiceContext serviceContext) throws PortalException, SystemException {
User user = userPersistence.findByPrimaryKey(userId);
Date now = new Date();
@@ -266,6 +277,7 @@ public class ComuneLocalServiceImpl extends ComuneLocalServiceBaseImpl {
comune.setMailSue(mailSue);
comune.setDenominazione(denominazione);
comune.setProvincia(provincia);
+ comune.setPraticaOspedali(praticaOspedaliera);
comune = comunePersistence.update(comune);
return comune;
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ControlloPraticaLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ControlloPraticaLocalServiceImpl.java
index ca4068ca..ad1ee651 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ControlloPraticaLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/ControlloPraticaLocalServiceImpl.java
@@ -13,6 +13,7 @@ import it.tref.liferay.portos.bo.model.Avviso;
import it.tref.liferay.portos.bo.model.ControlloPratica;
import it.tref.liferay.portos.bo.model.DettPratica;
import it.tref.liferay.portos.bo.model.IntPratica;
+import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil;
import it.tref.liferay.portos.bo.service.base.ControlloPraticaLocalServiceBaseImpl;
import it.tref.liferay.portos.bo.shared.util.StatoPraticaConstants;
import it.tref.liferay.portos.bo.shared.util.TipoIntegrazioneUtil;
@@ -27,6 +28,7 @@ import it.tref.liferay.portos.kaleo.model.FormLog;
import it.tref.liferay.portos.kaleo.service.FormLogLocalServiceUtil;
import java.io.Serializable;
+import java.util.Arrays;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
@@ -438,7 +440,26 @@ public class ControlloPraticaLocalServiceImpl extends ControlloPraticaLocalServi
JSONObject jsonObject = JSONFactoryUtil.createJSONObject();
JSONArray jsonArray = JSONFactoryUtil.createJSONArray();
jsonObject.put(WorkflowConstants.WORKFLOW_TASKNAME_ESITO, jsonArray);
- if (AzioniPraticheUtil.isDeposito(controlloPratica.getIntPraticaId())) {
+ IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(controlloPratica.getIntPraticaId());
+ if(intPratica.isPraticaOspedaliera()){
+ JSONObject etichette = JSONFactoryUtil.createJSONObject();
+ etichette.put("label", "CONFORME");
+ etichette.put("value", StatoPraticaConstants.CONFORME);
+ etichette.put("default", false);
+ jsonArray.put(etichette);
+ etichette = JSONFactoryUtil.createJSONObject();
+ etichette.put("label", "RICHIESTA INTEGRAZIONE");
+ etichette.put("value", StatoPraticaConstants.INTEGRAZIONE);
+ etichette.put("default", false);
+ jsonArray.put(etichette);
+ // Settato a "disabled" per poter gestire le limitazioni nel workflow
+ // nella jsp -render_form_task.jsp
+ etichette = JSONFactoryUtil.createJSONObject();
+ etichette.put("label", "disabled");
+ etichette.put("value", StatoPraticaConstants.NON_CONFORME);
+ etichette.put("default", false);
+ jsonArray.put(etichette);
+ } else if (AzioniPraticheUtil.isDeposito(controlloPratica.getIntPraticaId())) {
JSONObject etichette = JSONFactoryUtil.createJSONObject();
etichette.put("label", "CONFORME");
etichette.put("value", StatoPraticaConstants.CONFORME);
@@ -601,6 +622,12 @@ public class ControlloPraticaLocalServiceImpl extends ControlloPraticaLocalServi
return controlloPraticaPersistence.findByIntPraticaId(intPraticaId);
}
+
+ @Override
+ public int countByIntPratica(long intPraticaId) throws SystemException {
+
+ return controlloPraticaPersistence.countByIntPraticaId(intPraticaId);
+ }
@Override
public Long calculateDateAvvioProcedimento(long controlloPraticaId) throws SystemException, PortalException {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaLocalServiceImpl.java
index dca4d12e..f7791412 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/DettPraticaLocalServiceImpl.java
@@ -19,7 +19,9 @@ import it.tref.liferay.portos.bo.model.Pagamento;
import it.tref.liferay.portos.bo.model.Soggetto;
import it.tref.liferay.portos.bo.model.Tempistica;
import it.tref.liferay.portos.bo.model.impl.DettPraticaImpl;
+import it.tref.liferay.portos.bo.service.DettPraticaLocalServiceUtil;
import it.tref.liferay.portos.bo.service.base.DettPraticaLocalServiceBaseImpl;
+import it.tref.liferay.portos.bo.shared.util.Constants;
import it.tref.liferay.portos.bo.shared.util.PagamentoConstants;
import it.tref.liferay.portos.bo.shared.util.StatoPraticaConstants;
import it.tref.liferay.portos.bo.shared.util.TipoIntegrazioneUtil;
@@ -135,6 +137,19 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
throws SystemException, PortalException {
DettPratica dettPratica = initDettPratica(serviceContext);
+ if (tipoProcedura.equalsIgnoreCase(Constants.PROCEDURA_C)) {
+ dettPratica.setNormEsenteBollo(true);
+ dettPratica.setNormEsenteSpese(true);
+ dettPratica.setCollaudoStatico(true);
+ dettPratica.setNormArt3com3(true);
+ dettPratica.setNormArt3com4(true);
+ dettPratica.setTcRiparazioneInterventoLocale(true);
+ } else if (tipoProcedura.equalsIgnoreCase(Constants.PROCEDURA_H)){
+ dettPratica.setNormEsenteBollo(true);
+ dettPratica.setNormEsenteSpese(true);
+ dettPratica.setLavoriPubblici(true);
+ dettPratica.setDestinazione("A1A");
+ }
IntPratica intPratica = intPraticaLocalService.addIntPratica(territorioId, tipoProcedura, serviceContext);
dettPratica.setGroupId(intPratica.getGroupId());
dettPratica.setIntPraticaId(intPratica.getIntPraticaId());
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/FineLavoriLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/FineLavoriLocalServiceImpl.java
index 7cd51383..e227d78b 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/FineLavoriLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/FineLavoriLocalServiceImpl.java
@@ -14,8 +14,11 @@ import it.tref.liferay.portos.bo.model.DocPratica;
import it.tref.liferay.portos.bo.model.FineLavori;
import it.tref.liferay.portos.bo.model.IntPratica;
import it.tref.liferay.portos.bo.model.Pagamento;
+import it.tref.liferay.portos.bo.service.AvvisoLocalServiceUtil;
+import it.tref.liferay.portos.bo.service.ConfigurazioneLocalServiceUtil;
import it.tref.liferay.portos.bo.service.base.FineLavoriLocalServiceBaseImpl;
import it.tref.liferay.portos.bo.shared.util.PagamentoConstants;
+import it.tref.liferay.portos.bo.util.AvvisoUtil;
import it.tref.liferay.portos.bo.util.AzioniPraticheUtil;
import it.tref.liferay.portos.bo.util.MailUtil;
import it.tref.liferay.portos.bo.util.PagamentiUtil;
@@ -97,6 +100,10 @@ public class FineLavoriLocalServiceImpl extends FineLavoriLocalServiceBaseImpl {
public FineLavori addFineLavori(long intPraticaId, ServiceContext serviceContext) throws PortalException,
SystemException {
+ if(Validator.isNotNull(getLastEditable(intPraticaId))){
+ throw new PortalException("A Fine Lavori to be completed already exists");
+ }
+
IntPratica intPratica = intPraticaLocalService.getIntPratica(intPraticaId);
FineLavori fineLavori = initFineLavori(serviceContext);
fineLavori.setGroupId(intPratica.getGroupId());
@@ -104,7 +111,29 @@ public class FineLavoriLocalServiceImpl extends FineLavoriLocalServiceBaseImpl {
fineLavoriPersistence.update(fineLavori);
return fineLavori;
}
-
+
+ @Override
+ @Indexable(type = IndexableType.REINDEX)
+ public FineLavori addFineLavori(long intPraticaId, boolean richiestaAttestazione, boolean normEsenteCollaudo,
+ ServiceContext serviceContext) throws PortalException, SystemException {
+
+ if(Validator.isNotNull(getLastEditable(intPraticaId))){
+ throw new PortalException("A Fine Lavori to be completed already exists");
+ }
+
+ IntPratica intPratica = intPraticaLocalService.getIntPratica(intPraticaId);
+ FineLavori fineLavori = initFineLavori(serviceContext);
+ fineLavori.setGroupId(intPratica.getGroupId());
+ fineLavori.setIntPraticaId(intPraticaId);
+ fineLavori.setNormEsenteCollaudo(normEsenteCollaudo);
+ fineLavori.setRichiestaAttestazione(richiestaAttestazione);
+
+// _creaAvviso(intPraticaId, fineLavori.getFineLavoriId(), FineLavori.class.getName(),
+// AvvisoUtil.FINE_LAVORI_AVVISO_FINE_LAVORI, serviceContext);
+
+ return fineLavoriPersistence.update(fineLavori);
+ }
+
@Override
@Indexable(type = IndexableType.DELETE)
public FineLavori deleteFineLavori(FineLavori fineLavori) throws SystemException, PortalException {
@@ -149,7 +178,33 @@ public class FineLavoriLocalServiceImpl extends FineLavoriLocalServiceBaseImpl {
fineLavori = fineLavoriPersistence.update(fineLavori);
return fineLavori;
}
-
+
+ @Override
+ @Indexable(type = IndexableType.REINDEX)
+ public FineLavori updateFineLavori(FineLavori fineLavori, boolean parziale, ServiceContext serviceContext)
+ throws SystemException, PortalException{
+ if(!parziale){
+ _creaAvviso(fineLavori.getIntPraticaId(), fineLavori.getFineLavoriId(), FineLavori.class.getName(),
+ AvvisoUtil.FINE_LAVORI_AVVISO_FINE_LAVORI, serviceContext);
+ }
+ return updateFineLavori(fineLavori);
+ }
+
+ private void _creaAvviso(long intPraticaId, long classPk, String className,
+ String tipoDocumento,ServiceContext serviceContext) throws SystemException, PortalException {
+
+ String descLong = StringPool.BLANK;
+ Date dtAvviso = serviceContext.getModifiedDate(new Date());
+ String tipoAvviso = AvvisoUtil.TIPO_AVVISO_DIRETTO;
+ String propertiesTemplateType = tipoDocumento;
+ String propertiesTemplate = AvvisoUtil.getAllTipoDocumentoFileTemplateProps().get(propertiesTemplateType);
+ long fileEntryIdTemplate = ConfigurazioneLocalServiceUtil.findByC_ChiaveLong(serviceContext.getCompanyId(),
+ propertiesTemplate);
+ long controlloPraticaId = 0L;
+ AvvisoLocalServiceUtil.addAvviso(intPraticaId, descLong, dtAvviso, tipoAvviso, tipoDocumento,
+ fileEntryIdTemplate, classPk, className, controlloPraticaId, serviceContext);
+ }
+
@Override
public FineLavori getLastEditable(long intPraticaId) throws SystemException {
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/FineLavoriServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/FineLavoriServiceImpl.java
index 41d81b0e..152fa130 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/FineLavoriServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/FineLavoriServiceImpl.java
@@ -16,6 +16,8 @@ import java.util.List;
import com.liferay.portal.kernel.exception.PortalException;
import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.kernel.search.Indexable;
+import com.liferay.portal.kernel.search.IndexableType;
import com.liferay.portal.kernel.util.OrderByComparator;
import com.liferay.portal.service.ServiceContext;
@@ -51,6 +53,14 @@ public class FineLavoriServiceImpl extends FineLavoriServiceBaseImpl {
return fineLavoriLocalService.addFineLavori(intPraticaId, serviceContext);
}
+
+ @Override
+ public FineLavori addFineLavori(long intPraticaId, boolean richiestaAttestazione, boolean normEsenteCollaudo,
+ ServiceContext serviceContext) throws PortalException, SystemException {
+
+ return fineLavoriLocalService.addFineLavori(intPraticaId, richiestaAttestazione, normEsenteCollaudo,
+ serviceContext);
+ }
@Override
public FineLavori deleteFineLavori(FineLavori fineLavori) throws PortalException, SystemException {
@@ -63,6 +73,12 @@ public class FineLavoriServiceImpl extends FineLavoriServiceBaseImpl {
return fineLavoriLocalService.deleteFineLavori(fineLavoriId);
}
+
+ @Override
+ public FineLavori updateFineLavori(FineLavori fineLavori, boolean parziale, ServiceContext serviceContext)
+ throws SystemException, PortalException{
+ return fineLavoriLocalService.updateFineLavori(fineLavori, parziale, serviceContext);
+ }
@Override
public FineLavori updateFineLavori(FineLavori fineLavori) throws SystemException {
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 8b1de8f7..7a8b1a82 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
@@ -124,6 +124,7 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl {
putTipoProcedura(Constants.PROCEDURA_A);
putTipoProcedura(Constants.PROCEDURA_B);
putTipoProcedura(Constants.PROCEDURA_C);
+ putTipoProcedura(Constants.PROCEDURA_H);
}
private static void putTipoProcedura(String tipo) {
@@ -230,7 +231,19 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl {
}
return ret;
}
+
+ @Override
+ @Indexable(type = IndexableType.REINDEX)
+ public IntPratica addIntPratica(long territorioId, String tipoProcedura, boolean isOspedaliera,
+ ServiceContext serviceContext) throws SystemException, PortalException {
+ if(isOspedaliera){
+ tipoProcedura = Constants.PROCEDURA_H;
+ }
+
+ return addIntPratica(territorioId, tipoProcedura, serviceContext);
+ }
+
@Override
@Indexable(type = IndexableType.REINDEX)
public IntPratica addIntPratica(long territorioId, String tipoProcedura, ServiceContext serviceContext)
@@ -249,6 +262,10 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl {
intPratica.setModifiedDate(serviceContext.getModifiedDate(now));
intPratica.setTipoPratica(Constants.PRATICA_ZONE.get(tipoProcedura));
intPratica.setTerritorioId(territorioId);
+ if(tipoProcedura.equalsIgnoreCase(Constants.PROCEDURA_H)){
+ tipoProcedura = Constants.PROCEDURA_B;
+ intPratica.setPraticaOspedaliera(true);
+ }
intPratica.setTipoProcedura(tipoProcedura);
// in avvio in draft -> pratiche sempre controllate nella loro vita
intPratica.setStatus(WorkflowConstants.STATUS_ANY);
@@ -393,7 +410,7 @@ public class IntPraticaLocalServiceImpl extends IntPraticaLocalServiceBaseImpl {
IntPratica intPraticaToClone = intPraticaLocalService.getIntPratica(intPraticaId);
IntPratica intPraticaCloned = addIntPratica(intPraticaToClone.getTerritorioId(),
- intPraticaToClone.getTipoProcedura(), serviceContext);
+ intPraticaToClone.getTipoProcedura(), intPraticaToClone.isPraticaOspedaliera(), serviceContext);
intPraticaCloned = cloneData(intPraticaCloned, intPraticaToClone);
DettPratica dettPraticaToClone = dettPraticaLocalService.getLastCompletedByIntPratica(intPraticaId);
DettPratica dettPraticaCloned = dettPraticaLocalService.addDettPraticaClonedToIntPratica(
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PagamentoLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PagamentoLocalServiceImpl.java
index 28a9d20b..f3618922 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PagamentoLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PagamentoLocalServiceImpl.java
@@ -440,7 +440,7 @@ public class PagamentoLocalServiceImpl extends PagamentoLocalServiceBaseImpl {
}
@Override
- public void updatePagamentoManuale(long pagamentoId, byte[] content, String sourceFileName,
+ public void updatePagamentoManuale(long pagamentoId, String numeroBollettino, byte[] content, String sourceFileName,
ServiceContext serviceContext) throws IOException, PortalException, SystemException {
Pagamento pagamento = getPagamento(pagamentoId);
@@ -471,6 +471,7 @@ public class PagamentoLocalServiceImpl extends PagamentoLocalServiceBaseImpl {
changeLog, content, serviceContext);
fileEntryId = fileEntry.getFileEntryId();
pagamento.setFileEntryId(fileEntryId);
+ pagamento.setNumeroBollettino(numeroBollettino);
pagamento = updatePagamento(pagamento);
if (DettPratica.class.getName().equals(pagamento.getClassName())) {
dettPraticaLocalService.updateEsitoPagamento(pagamentoId, pagamento.getClassPk(), fileEntryId,
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PagamentoServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PagamentoServiceImpl.java
index b56a1446..348c1284 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PagamentoServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PagamentoServiceImpl.java
@@ -42,14 +42,14 @@ public class PagamentoServiceImpl extends PagamentoServiceBaseImpl {
*/
@Override
- public void updatePagamentoManuale(long pagamentoId, byte[] content, String sourceFileName,
+ public void updatePagamentoManuale(long pagamentoId, byte[] content, String numeroBollettino, String sourceFileName,
ServiceContext serviceContext) throws IOException, PortalException, SystemException {
Pagamento pagamento = pagamentoLocalService.getPagamento(pagamentoId);
long userId = findTitolare(pagamentoId);
- if (getUserId() == userId || DelegheUtil.hasDelegaPagamento(userId, pagamento.getClassPk())) {
- pagamentoLocalService.updatePagamentoManuale(pagamentoId, content, sourceFileName, serviceContext);
+ if (getUserId() == userId || DelegheUtil.hasDelegaPagamento(getUser(), getUserId(), pagamento.getClassPk())) {
+ pagamentoLocalService.updatePagamentoManuale(pagamentoId, numeroBollettino, content, sourceFileName, serviceContext);
} else {
throw new SystemException("pagamento manuale aggiornabile solo da titolare digitale del "
+ pagamento.getClassName());
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PraticaAttenzionataLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PraticaAttenzionataLocalServiceImpl.java
new file mode 100644
index 00000000..46cc0df4
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PraticaAttenzionataLocalServiceImpl.java
@@ -0,0 +1,123 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+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.log.Log;
+import com.liferay.portal.kernel.log.LogFactoryUtil;
+import com.liferay.portal.kernel.search.Indexable;
+import com.liferay.portal.kernel.search.IndexableType;
+import com.liferay.portal.kernel.search.Indexer;
+import com.liferay.portal.kernel.search.IndexerRegistryUtil;
+import com.liferay.portal.kernel.util.DateUtil;
+import com.liferay.portal.kernel.util.Validator;
+import com.liferay.portal.model.User;
+import com.liferay.portal.service.ServiceContext;
+
+import java.util.Date;
+import java.util.List;
+
+import it.tref.liferay.portos.bo.model.DettPratica;
+import it.tref.liferay.portos.bo.model.FineLavori;
+import it.tref.liferay.portos.bo.model.IntPratica;
+import it.tref.liferay.portos.bo.model.PraticaAttenzionata;
+import it.tref.liferay.portos.bo.model.Territorio;
+import it.tref.liferay.portos.bo.service.base.PraticaAttenzionataLocalServiceBaseImpl;
+import it.tref.liferay.portos.bo.util.Constants;
+import it.tref.liferay.portos.bo.util.PraticaAttenzionataUtil;
+import it.tref.liferay.portos.bo.util.WorkflowConstants;
+
+/**
+ * The implementation of the pratica attenzionata 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.PraticaAttenzionataLocalService} 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.
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see it.tref.liferay.portos.bo.service.base.PraticaAttenzionataLocalServiceBaseImpl
+ * @see it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalServiceUtil
+ */
+public class PraticaAttenzionataLocalServiceImpl
+ extends PraticaAttenzionataLocalServiceBaseImpl {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never reference this interface directly. Always use {@link it.tref.liferay.portos.bo.service.PraticaAttenzionataLocalServiceUtil} to access the pratica attenzionata local service.
+ */
+ @Override
+ public PraticaAttenzionata evalAndEventuallyAddPraticaAttenzionata(long intPraticaId, long fineLavoriId,
+ String numeroProgetto, Date dataFineLavoriTotale, Date dataRelazioneFineLavoriTotale,
+ ServiceContext serviceContext) throws SystemException, PortalException {
+
+ if(PraticaAttenzionataUtil.MAX_DAYS_BETWEEN < DateUtil.getDaysBetween(dataFineLavoriTotale, dataRelazioneFineLavoriTotale)){
+ PraticaAttenzionata praticaAttenzionata = praticaAttenzionataPersistence
+ .create(counterLocalService.increment(PraticaAttenzionata.class.getName()));
+
+ User user = userLocalService.getUser(serviceContext.getUserId());
+ Date now = serviceContext.getModifiedDate(new Date());
+
+ praticaAttenzionata.setCompanyId(serviceContext.getCompanyId());
+ praticaAttenzionata.setGroupId(serviceContext.getScopeGroupId());
+ praticaAttenzionata.setUserId(serviceContext.getUserId());
+ praticaAttenzionata.setUserName(user.getScreenName());
+ praticaAttenzionata.setCreateDate(serviceContext.getCreateDate(now));
+ praticaAttenzionata.setModifiedDate(serviceContext.getModifiedDate(now));
+
+ praticaAttenzionata.setDataFineLavoriTotale(dataFineLavoriTotale);
+ praticaAttenzionata.setDataRelazioneFineLavoriTotale(dataRelazioneFineLavoriTotale);
+
+ praticaAttenzionata = praticaAttenzionataPersistence.update(praticaAttenzionata);
+
+ return praticaAttenzionata;
+ }
+ return null;
+ }
+
+ @Override
+ public List getPraticheDaVerificare() throws SystemException{
+ return praticaAttenzionataPersistence.findByVerificata(false);
+ }
+
+ public int countPraticheDaVerificare() throws SystemException{
+ return praticaAttenzionataPersistence.countByVerificata(false);
+ }
+
+ @Override
+ public List getPraticheVerificate() throws SystemException{
+ return praticaAttenzionataPersistence.findByVerificata(true);
+ }
+
+ public PraticaAttenzionata verificaPraticaAttenzionata(long praticaAttenzionataId, ServiceContext serviceContext) throws SystemException{
+ PraticaAttenzionata praticaAttenzionata = fetchPraticaAttenzionata(praticaAttenzionataId);
+ return verificaPraticaAttenzionata(praticaAttenzionata, serviceContext);
+ }
+
+ public PraticaAttenzionata verificaPraticaAttenzionata(PraticaAttenzionata praticaAttenzionata, ServiceContext serviceContext) throws SystemException{
+ if(Validator.isNotNull(praticaAttenzionata)){
+ Date now = serviceContext.getModifiedDate(new Date());
+ praticaAttenzionata.setVerificata(true);
+ praticaAttenzionata.setDataVerifica(now);
+ praticaAttenzionata.setModifiedDate(now);
+ }
+ return praticaAttenzionataPersistence.update(praticaAttenzionata);
+ }
+
+ private static Log _log = LogFactoryUtil.getLog(PraticaAttenzionataLocalServiceImpl.class);
+}
\ 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/PraticaAttenzionataServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PraticaAttenzionataServiceImpl.java
new file mode 100644
index 00000000..e9c38cd1
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/PraticaAttenzionataServiceImpl.java
@@ -0,0 +1,40 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service.impl;
+
+import it.tref.liferay.portos.bo.service.base.PraticaAttenzionataServiceBaseImpl;
+
+/**
+ * The implementation of the pratica attenzionata remote 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.PraticaAttenzionataService} interface.
+ *
+ *
+ * This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see it.tref.liferay.portos.bo.service.base.PraticaAttenzionataServiceBaseImpl
+ * @see it.tref.liferay.portos.bo.service.PraticaAttenzionataServiceUtil
+ */
+public class PraticaAttenzionataServiceImpl
+ extends PraticaAttenzionataServiceBaseImpl {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never reference this interface directly. Always use {@link it.tref.liferay.portos.bo.service.PraticaAttenzionataServiceUtil} to access the pratica attenzionata remote service.
+ */
+}
\ 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/SoggettoLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/SoggettoLocalServiceImpl.java
index 95aa7dc8..f680d401 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/SoggettoLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/SoggettoLocalServiceImpl.java
@@ -12,8 +12,10 @@ import it.tref.liferay.portos.bo.NoSuchProvinciaException;
import it.tref.liferay.portos.bo.model.Comune;
import it.tref.liferay.portos.bo.model.DettPratica;
import it.tref.liferay.portos.bo.model.DocPratica;
+import it.tref.liferay.portos.bo.model.IntPratica;
import it.tref.liferay.portos.bo.model.Provincia;
import it.tref.liferay.portos.bo.model.Soggetto;
+import it.tref.liferay.portos.bo.service.IntPraticaLocalServiceUtil;
import it.tref.liferay.portos.bo.service.base.SoggettoLocalServiceBaseImpl;
import it.tref.liferay.portos.bo.shared.util.DocumentiPraticaUtil;
import it.tref.liferay.portos.bo.shared.util.TipoSoggettoUtil;
@@ -1307,7 +1309,7 @@ public class SoggettoLocalServiceImpl extends SoggettoLocalServiceBaseImpl {
}
@Override
- public byte[] getPdfDelega(PortletRequest request) throws DocumentException, IOException, SystemException {
+ public byte[] getPdfDelega(PortletRequest request) throws DocumentException, IOException, SystemException, PortalException {
InputStream is = getClass().getClassLoader().getResourceAsStream("/resource/asseverazioni/delegawrapper.html");
Scanner scanner = new Scanner(is);
@@ -1337,15 +1339,21 @@ public class SoggettoLocalServiceImpl extends SoggettoLocalServiceBaseImpl {
}
@Override
- public String getAnteprimaDelega(PortletRequest request) throws IOException, SystemException {
+ public String getAnteprimaDelega(PortletRequest request) throws IOException, SystemException, PortalException {
long committenteId = ParamUtil.getLong(request, "committenteId");
Soggetto committente = fetchSoggetto(committenteId);
long dettPraticaId = ParamUtil.getLong(request, "dettPraticaId");
DettPratica dettPratica = dettPraticaLocalService.fetchDettPratica(dettPraticaId);
- Soggetto titolare = getValidByIntPratica_CodiceFiscale(dettPratica.getIntPraticaId(),
+ long intPraticaId = dettPratica.getIntPraticaId();
+ Soggetto titolare = getValidByIntPratica_CodiceFiscale(intPraticaId,
dettPratica.getCodiceFiscaleDelegatoCommittente()).get(0);
- InputStream input = getClass().getClassLoader().getResourceAsStream("/resource/asseverazioni/delega.html");
+ IntPratica intPratica = IntPraticaLocalServiceUtil.getIntPratica(intPraticaId);
+ String delegaModelLocation = "/resource/asseverazioni/delega.html";
+ if(intPratica.isPraticaOspedaliera() || dettPratica.isLavoriPubblici()){
+ delegaModelLocation = "/resource/asseverazioni/delega_pubb.html";
+ }
+ InputStream input = getClass().getClassLoader().getResourceAsStream(delegaModelLocation);
if (Validator.isNull(input)) {
return null;
}
@@ -1472,13 +1480,20 @@ public class SoggettoLocalServiceImpl extends SoggettoLocalServiceBaseImpl {
if ("ee".equalsIgnoreCase(codiceProvincia)) {
return comuneEstero;
} else {
- Comune comune = comuneLocalService.fetchComune(Long.parseLong(comuneId));
- try {
- Provincia provincia = provinciaLocalService.findByC_C(comune.getCompanyId(), codiceProvincia);
- return comune.getDenominazione() + " (" + provincia.getSigla() + ')';
- } catch (NoSuchProvinciaException e) {
- return comune.getDenominazione();
+ long idComune = 0L;
+ if(Validator.isNotNull(comuneId)){
+ idComune = Long.parseLong(comuneId);
+ }
+ Comune comune = comuneLocalService.fetchComune(idComune);
+ if(Validator.isNotNull(comune)){
+ try {
+ Provincia provincia = provinciaLocalService.findByC_C(comune.getCompanyId(), codiceProvincia);
+ return comune.getDenominazione() + " (" + provincia.getSigla() + ')';
+ } catch (NoSuchProvinciaException e) {
+ return comune.getDenominazione();
+ }
}
+ return StringPool.BLANK;
}
}
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/TerritorioLocalServiceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/TerritorioLocalServiceImpl.java
index be9275eb..b6e1b3ae 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/TerritorioLocalServiceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/impl/TerritorioLocalServiceImpl.java
@@ -149,9 +149,16 @@ public class TerritorioLocalServiceImpl extends TerritorioLocalServiceBaseImpl {
@Override
public List getActiveComuniByCodiceProvincia(String codiceProvincia) throws SystemException {
+ return _getActiveComuniByCodiceProvincia(codiceProvincia, false);
+ }
+
+ private List _getActiveComuniByCodiceProvincia(String codiceProvincia, boolean isPraticaOspedaliera) throws SystemException {
DynamicQuery dynamicQuery = territorioLocalService.dynamicQuery();
dynamicQuery.setProjection(ProjectionFactoryUtil.distinct(ProjectionFactoryUtil.property("comuneId")));
dynamicQuery.add(RestrictionsFactoryUtil.eq("codiceProvincia", codiceProvincia));
+ if(isPraticaOspedaliera){
+ dynamicQuery.add(RestrictionsFactoryUtil.eq("praticaOspedaliera", true));
+ }
Junction and = RestrictionsFactoryUtil.conjunction();
Date date = new Date();
and.add(PropertyFactoryUtil.forName("groupId").ne(0l));
@@ -163,6 +170,13 @@ public class TerritorioLocalServiceImpl extends TerritorioLocalServiceBaseImpl {
dynamicQuery.add(and);
return territorioLocalService.dynamicQuery(dynamicQuery);
}
+
+ @SuppressWarnings("unchecked")
+ @Override
+ public List getActiveComuniByCodiceProvincia_Ospedaliera(String codiceProvincia) throws SystemException {
+
+ return _getActiveComuniByCodiceProvincia(codiceProvincia, true);
+ }
@SuppressWarnings("unchecked")
@Override
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AllegatoManualePersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AllegatoManualePersistenceImpl.java
index 68b9d749..fe5ffd69 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AllegatoManualePersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AllegatoManualePersistenceImpl.java
@@ -45,7 +45,6 @@ import it.tref.liferay.portos.bo.NoSuchAllegatoManualeException;
import it.tref.liferay.portos.bo.model.AllegatoManuale;
import it.tref.liferay.portos.bo.model.impl.AllegatoManualeImpl;
import it.tref.liferay.portos.bo.model.impl.AllegatoManualeModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.AllegatoManualePersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AsseverazionePersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AsseverazionePersistenceImpl.java
index f9489e0d..d0f1112c 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AsseverazionePersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AsseverazionePersistenceImpl.java
@@ -46,7 +46,6 @@ import it.tref.liferay.portos.bo.NoSuchAsseverazioneException;
import it.tref.liferay.portos.bo.model.Asseverazione;
import it.tref.liferay.portos.bo.model.impl.AsseverazioneImpl;
import it.tref.liferay.portos.bo.model.impl.AsseverazioneModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.AsseverazionePersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AvvisoPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AvvisoPersistenceImpl.java
index a8a28936..e35a9522 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AvvisoPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/AvvisoPersistenceImpl.java
@@ -46,7 +46,6 @@ import it.tref.liferay.portos.bo.NoSuchAvvisoException;
import it.tref.liferay.portos.bo.model.Avviso;
import it.tref.liferay.portos.bo.model.impl.AvvisoImpl;
import it.tref.liferay.portos.bo.model.impl.AvvisoModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.AvvisoPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/CollaudoPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/CollaudoPersistenceImpl.java
index 1c9ee855..a676849e 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/CollaudoPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/CollaudoPersistenceImpl.java
@@ -45,7 +45,6 @@ import it.tref.liferay.portos.bo.NoSuchCollaudoException;
import it.tref.liferay.portos.bo.model.Collaudo;
import it.tref.liferay.portos.bo.model.impl.CollaudoImpl;
import it.tref.liferay.portos.bo.model.impl.CollaudoModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.CollaudoPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunePersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunePersistenceImpl.java
index b5054e85..260ad496 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunePersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunePersistenceImpl.java
@@ -46,7 +46,6 @@ import it.tref.liferay.portos.bo.NoSuchComuneException;
import it.tref.liferay.portos.bo.model.Comune;
import it.tref.liferay.portos.bo.model.impl.ComuneImpl;
import it.tref.liferay.portos.bo.model.impl.ComuneModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.ComunePersistence;
import java.io.Serializable;
@@ -4603,6 +4602,7 @@ public class ComunePersistenceImpl extends BasePersistenceImpl
comuneImpl.setDisabilitato(comune.isDisabilitato());
comuneImpl.setMailSuap(comune.getMailSuap());
comuneImpl.setMailSue(comune.getMailSue());
+ comuneImpl.setPraticaOspedali(comune.isPraticaOspedali());
return comuneImpl;
}
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunicazionePersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunicazionePersistenceImpl.java
index b8d76564..b88225f1 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunicazionePersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ComunicazionePersistenceImpl.java
@@ -45,7 +45,6 @@ import it.tref.liferay.portos.bo.NoSuchComunicazioneException;
import it.tref.liferay.portos.bo.model.Comunicazione;
import it.tref.liferay.portos.bo.model.impl.ComunicazioneImpl;
import it.tref.liferay.portos.bo.model.impl.ComunicazioneModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.ComunicazionePersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ConfigurazionePersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ConfigurazionePersistenceImpl.java
index 4a0e9a11..66d67c23 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ConfigurazionePersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ConfigurazionePersistenceImpl.java
@@ -45,7 +45,6 @@ import it.tref.liferay.portos.bo.NoSuchConfigurazioneException;
import it.tref.liferay.portos.bo.model.Configurazione;
import it.tref.liferay.portos.bo.model.impl.ConfigurazioneImpl;
import it.tref.liferay.portos.bo.model.impl.ConfigurazioneModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.ConfigurazionePersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ControlloPraticaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ControlloPraticaPersistenceImpl.java
index 7c1fa3f1..0cc84b84 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ControlloPraticaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ControlloPraticaPersistenceImpl.java
@@ -45,7 +45,6 @@ import it.tref.liferay.portos.bo.NoSuchControlloPraticaException;
import it.tref.liferay.portos.bo.model.ControlloPratica;
import it.tref.liferay.portos.bo.model.impl.ControlloPraticaImpl;
import it.tref.liferay.portos.bo.model.impl.ControlloPraticaModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.ControlloPraticaPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DelegaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DelegaPersistenceImpl.java
index a2090464..bbf7e7de 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DelegaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DelegaPersistenceImpl.java
@@ -46,7 +46,6 @@ import it.tref.liferay.portos.bo.NoSuchDelegaException;
import it.tref.liferay.portos.bo.model.Delega;
import it.tref.liferay.portos.bo.model.impl.DelegaImpl;
import it.tref.liferay.portos.bo.model.impl.DelegaModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.DelegaPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistenceImpl.java
index 284ef73a..9e01fd98 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DettPraticaPersistenceImpl.java
@@ -45,7 +45,6 @@ import it.tref.liferay.portos.bo.NoSuchDettPraticaException;
import it.tref.liferay.portos.bo.model.DettPratica;
import it.tref.liferay.portos.bo.model.impl.DettPraticaImpl;
import it.tref.liferay.portos.bo.model.impl.DettPraticaModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.DettPraticaPersistence;
import java.io.Serializable;
@@ -4302,6 +4301,7 @@ public class DettPraticaPersistenceImpl extends BasePersistenceImpl
dettPraticaImpl.setDataFineEsecuzioneOpera(dettPratica.getDataFineEsecuzioneOpera());
dettPraticaImpl.setMetratura(dettPratica.getMetratura());
dettPraticaImpl.setLavoriPubblici(dettPratica.isLavoriPubblici());
+ dettPraticaImpl.setDataInserimentoInizioLavoriOpera(dettPratica.getDataInserimentoInizioLavoriOpera());
dettPraticaImpl.setPagamentoIdOneri(dettPratica.getPagamentoIdOneri());
dettPraticaImpl.setPagamentoIdBolli(dettPratica.getPagamentoIdBolli());
dettPraticaImpl.setLavoriPubbliciPercentuale(dettPratica.getLavoriPubbliciPercentuale());
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocAggiuntivaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocAggiuntivaPersistenceImpl.java
index cbb97b8f..851c2c34 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocAggiuntivaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocAggiuntivaPersistenceImpl.java
@@ -45,7 +45,6 @@ import it.tref.liferay.portos.bo.NoSuchDocAggiuntivaException;
import it.tref.liferay.portos.bo.model.DocAggiuntiva;
import it.tref.liferay.portos.bo.model.impl.DocAggiuntivaImpl;
import it.tref.liferay.portos.bo.model.impl.DocAggiuntivaModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.DocAggiuntivaPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocPraticaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocPraticaPersistenceImpl.java
index 1a35a013..4632fb51 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocPraticaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/DocPraticaPersistenceImpl.java
@@ -46,7 +46,6 @@ import it.tref.liferay.portos.bo.NoSuchDocPraticaException;
import it.tref.liferay.portos.bo.model.DocPratica;
import it.tref.liferay.portos.bo.model.impl.DocPraticaImpl;
import it.tref.liferay.portos.bo.model.impl.DocPraticaModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.DocPraticaPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistenceImpl.java
index 338d3b51..a459ca97 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/FineLavoriPersistenceImpl.java
@@ -45,7 +45,6 @@ import it.tref.liferay.portos.bo.NoSuchFineLavoriException;
import it.tref.liferay.portos.bo.model.FineLavori;
import it.tref.liferay.portos.bo.model.impl.FineLavoriImpl;
import it.tref.liferay.portos.bo.model.impl.FineLavoriModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.FineLavoriPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/HistoryWorkflowActionPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/HistoryWorkflowActionPersistenceImpl.java
index 7b45230e..b1f93960 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/HistoryWorkflowActionPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/HistoryWorkflowActionPersistenceImpl.java
@@ -42,7 +42,6 @@ import it.tref.liferay.portos.bo.NoSuchHistoryWorkflowActionException;
import it.tref.liferay.portos.bo.model.HistoryWorkflowAction;
import it.tref.liferay.portos.bo.model.impl.HistoryWorkflowActionImpl;
import it.tref.liferay.portos.bo.model.impl.HistoryWorkflowActionModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.HistoryWorkflowActionPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IntPraticaPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IntPraticaPersistenceImpl.java
index 605304c7..fd8c8e9d 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IntPraticaPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/IntPraticaPersistenceImpl.java
@@ -48,7 +48,6 @@ import it.tref.liferay.portos.bo.NoSuchIntPraticaException;
import it.tref.liferay.portos.bo.model.IntPratica;
import it.tref.liferay.portos.bo.model.impl.IntPraticaImpl;
import it.tref.liferay.portos.bo.model.impl.IntPraticaModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.IntPraticaPersistence;
import java.io.Serializable;
@@ -4418,6 +4417,7 @@ public class IntPraticaPersistenceImpl extends BasePersistenceImpl
intPraticaImpl.setCollaudoParziale(intPratica.isCollaudoParziale());
intPraticaImpl.setCollaudoTotale(intPratica.isCollaudoTotale());
intPraticaImpl.setControlloObbligatorio(intPratica.isControlloObbligatorio());
+ intPraticaImpl.setPraticaOspedaliera(intPratica.isPraticaOspedaliera());
intPraticaImpl.setInLavorazioneSue(intPratica.isInLavorazioneSue());
return intPraticaImpl;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PagamentoPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PagamentoPersistenceImpl.java
index a21d5628..57f9fe5a 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PagamentoPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PagamentoPersistenceImpl.java
@@ -46,7 +46,6 @@ import it.tref.liferay.portos.bo.NoSuchPagamentoException;
import it.tref.liferay.portos.bo.model.Pagamento;
import it.tref.liferay.portos.bo.model.impl.PagamentoImpl;
import it.tref.liferay.portos.bo.model.impl.PagamentoModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.PagamentoPersistence;
import java.io.Serializable;
@@ -5770,6 +5769,7 @@ public class PagamentoPersistenceImpl extends BasePersistenceImpl
pagamentoImpl.setOtf(pagamento.isOtf());
pagamentoImpl.setOtfCreateDate(pagamento.getOtfCreateDate());
pagamentoImpl.setEmailPending(pagamento.isEmailPending());
+ pagamentoImpl.setNumeroBollettino(pagamento.getNumeroBollettino());
pagamentoImpl.setOldPagamentoId(pagamento.getOldPagamentoId());
return pagamentoImpl;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ParereGeologoPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ParereGeologoPersistenceImpl.java
index d4e4eb82..22211d67 100644
--- a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ParereGeologoPersistenceImpl.java
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/ParereGeologoPersistenceImpl.java
@@ -45,7 +45,6 @@ import it.tref.liferay.portos.bo.NoSuchParereGeologoException;
import it.tref.liferay.portos.bo.model.ParereGeologo;
import it.tref.liferay.portos.bo.model.impl.ParereGeologoImpl;
import it.tref.liferay.portos.bo.model.impl.ParereGeologoModelImpl;
-import it.tref.liferay.portos.bo.service.persistence.ParereGeologoPersistence;
import java.io.Serializable;
diff --git a/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataPersistenceImpl.java b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataPersistenceImpl.java
new file mode 100644
index 00000000..33eb32c2
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/portlets/portos-bo-portlet/docroot/WEB-INF/src/it/tref/liferay/portos/bo/service/persistence/PraticaAttenzionataPersistenceImpl.java
@@ -0,0 +1,2707 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package it.tref.liferay.portos.bo.service.persistence;
+
+import com.liferay.portal.kernel.cache.CacheRegistryUtil;
+import com.liferay.portal.kernel.dao.orm.EntityCacheUtil;
+import com.liferay.portal.kernel.dao.orm.FinderCacheUtil;
+import com.liferay.portal.kernel.dao.orm.FinderPath;
+import com.liferay.portal.kernel.dao.orm.Query;
+import com.liferay.portal.kernel.dao.orm.QueryPos;
+import com.liferay.portal.kernel.dao.orm.QueryUtil;
+import com.liferay.portal.kernel.dao.orm.Session;
+import com.liferay.portal.kernel.exception.SystemException;
+import com.liferay.portal.kernel.log.Log;
+import com.liferay.portal.kernel.log.LogFactoryUtil;
+import com.liferay.portal.kernel.util.GetterUtil;
+import com.liferay.portal.kernel.util.InstanceFactory;
+import com.liferay.portal.kernel.util.OrderByComparator;
+import com.liferay.portal.kernel.util.PropsKeys;
+import com.liferay.portal.kernel.util.PropsUtil;
+import com.liferay.portal.kernel.util.SetUtil;
+import com.liferay.portal.kernel.util.StringBundler;
+import com.liferay.portal.kernel.util.StringPool;
+import com.liferay.portal.kernel.util.StringUtil;
+import com.liferay.portal.kernel.util.UnmodifiableList;
+import com.liferay.portal.kernel.util.Validator;
+import com.liferay.portal.kernel.uuid.PortalUUIDUtil;
+import com.liferay.portal.model.CacheModel;
+import com.liferay.portal.model.ModelListener;
+import com.liferay.portal.service.persistence.impl.BasePersistenceImpl;
+
+import it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException;
+import it.tref.liferay.portos.bo.model.PraticaAttenzionata;
+import it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataImpl;
+import it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl;
+
+import java.io.Serializable;
+
+import java.util.ArrayList;
+import java.util.Collections;
+import java.util.List;
+import java.util.Set;
+
+/**
+ * The persistence implementation for the pratica attenzionata service.
+ *
+ *
+ * Caching information and settings can be found in portal.properties
+ *
+ *
+ * @author Davide Barbagallo, 3F Consulting + Manifattura Web Group s.r.l.
+ * @see PraticaAttenzionataPersistence
+ * @see PraticaAttenzionataUtil
+ * @generated
+ */
+public class PraticaAttenzionataPersistenceImpl extends BasePersistenceImpl
+ implements PraticaAttenzionataPersistence {
+ /*
+ * NOTE FOR DEVELOPERS:
+ *
+ * Never modify or reference this class directly. Always use {@link PraticaAttenzionataUtil} to access the pratica attenzionata persistence. Modify service.xml and rerun ServiceBuilder to regenerate this class.
+ */
+ public static final String FINDER_CLASS_NAME_ENTITY = PraticaAttenzionataImpl.class.getName();
+ public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION = FINDER_CLASS_NAME_ENTITY +
+ ".List1";
+ public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION = FINDER_CLASS_NAME_ENTITY +
+ ".List2";
+ public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL = new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED,
+ PraticaAttenzionataImpl.class,
+ FINDER_CLASS_NAME_LIST_WITH_PAGINATION, "findAll", new String[0]);
+ public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL = new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED,
+ PraticaAttenzionataImpl.class,
+ FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "findAll", new String[0]);
+ public static final FinderPath FINDER_PATH_COUNT_ALL = new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED, Long.class,
+ FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countAll", new String[0]);
+ public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID = new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED,
+ PraticaAttenzionataImpl.class,
+ FINDER_CLASS_NAME_LIST_WITH_PAGINATION, "findByUuid",
+ new String[] {
+ String.class.getName(),
+
+ Integer.class.getName(), Integer.class.getName(),
+ OrderByComparator.class.getName()
+ });
+ public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID = new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED,
+ PraticaAttenzionataImpl.class,
+ FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "findByUuid",
+ new String[] { String.class.getName() },
+ PraticaAttenzionataModelImpl.UUID_COLUMN_BITMASK);
+ public static final FinderPath FINDER_PATH_COUNT_BY_UUID = new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED, Long.class,
+ FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countByUuid",
+ new String[] { String.class.getName() });
+
+ /**
+ * Returns all the pratica attenzionatas where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @return the matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public List findByUuid(String uuid)
+ throws SystemException {
+ return findByUuid(uuid, QueryUtil.ALL_POS, QueryUtil.ALL_POS, null);
+ }
+
+ /**
+ * Returns a range of all the pratica attenzionatas where uuid = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param uuid the uuid
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public List findByUuid(String uuid, int start, int end)
+ throws SystemException {
+ return findByUuid(uuid, start, end, null);
+ }
+
+ /**
+ * Returns an ordered range of all the pratica attenzionatas where uuid = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param uuid the uuid
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public List findByUuid(String uuid, int start,
+ int end, OrderByComparator orderByComparator) throws SystemException {
+ boolean pagination = true;
+ FinderPath finderPath = null;
+ Object[] finderArgs = null;
+
+ if ((start == QueryUtil.ALL_POS) && (end == QueryUtil.ALL_POS) &&
+ (orderByComparator == null)) {
+ pagination = false;
+ finderPath = FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID;
+ finderArgs = new Object[] { uuid };
+ }
+ else {
+ finderPath = FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID;
+ finderArgs = new Object[] { uuid, start, end, orderByComparator };
+ }
+
+ List list = (List)FinderCacheUtil.getResult(finderPath,
+ finderArgs, this);
+
+ if ((list != null) && !list.isEmpty()) {
+ for (PraticaAttenzionata praticaAttenzionata : list) {
+ if (!Validator.equals(uuid, praticaAttenzionata.getUuid())) {
+ list = null;
+
+ break;
+ }
+ }
+ }
+
+ if (list == null) {
+ StringBundler query = null;
+
+ if (orderByComparator != null) {
+ query = new StringBundler(3 +
+ (orderByComparator.getOrderByFields().length * 3));
+ }
+ else {
+ query = new StringBundler(3);
+ }
+
+ query.append(_SQL_SELECT_PRATICAATTENZIONATA_WHERE);
+
+ boolean bindUuid = false;
+
+ if (uuid == null) {
+ query.append(_FINDER_COLUMN_UUID_UUID_1);
+ }
+ else if (uuid.equals(StringPool.BLANK)) {
+ query.append(_FINDER_COLUMN_UUID_UUID_3);
+ }
+ else {
+ bindUuid = true;
+
+ query.append(_FINDER_COLUMN_UUID_UUID_2);
+ }
+
+ if (orderByComparator != null) {
+ appendOrderByComparator(query, _ORDER_BY_ENTITY_ALIAS,
+ orderByComparator);
+ }
+ else
+ if (pagination) {
+ query.append(PraticaAttenzionataModelImpl.ORDER_BY_JPQL);
+ }
+
+ String sql = query.toString();
+
+ Session session = null;
+
+ try {
+ session = openSession();
+
+ Query q = session.createQuery(sql);
+
+ QueryPos qPos = QueryPos.getInstance(q);
+
+ if (bindUuid) {
+ qPos.add(uuid);
+ }
+
+ if (!pagination) {
+ list = (List)QueryUtil.list(q,
+ getDialect(), start, end, false);
+
+ Collections.sort(list);
+
+ list = new UnmodifiableList(list);
+ }
+ else {
+ list = (List)QueryUtil.list(q,
+ getDialect(), start, end);
+ }
+
+ cacheResult(list);
+
+ FinderCacheUtil.putResult(finderPath, finderArgs, list);
+ }
+ catch (Exception e) {
+ FinderCacheUtil.removeResult(finderPath, finderArgs);
+
+ throw processException(e);
+ }
+ finally {
+ closeSession(session);
+ }
+ }
+
+ return list;
+ }
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata findByUuid_First(String uuid,
+ OrderByComparator orderByComparator)
+ throws NoSuchPraticaAttenzionataException, SystemException {
+ PraticaAttenzionata praticaAttenzionata = fetchByUuid_First(uuid,
+ orderByComparator);
+
+ if (praticaAttenzionata != null) {
+ return praticaAttenzionata;
+ }
+
+ StringBundler msg = new StringBundler(4);
+
+ msg.append(_NO_SUCH_ENTITY_WITH_KEY);
+
+ msg.append("uuid=");
+ msg.append(uuid);
+
+ msg.append(StringPool.CLOSE_CURLY_BRACE);
+
+ throw new NoSuchPraticaAttenzionataException(msg.toString());
+ }
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata fetchByUuid_First(String uuid,
+ OrderByComparator orderByComparator) throws SystemException {
+ List list = findByUuid(uuid, 0, 1,
+ orderByComparator);
+
+ if (!list.isEmpty()) {
+ return list.get(0);
+ }
+
+ return null;
+ }
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata findByUuid_Last(String uuid,
+ OrderByComparator orderByComparator)
+ throws NoSuchPraticaAttenzionataException, SystemException {
+ PraticaAttenzionata praticaAttenzionata = fetchByUuid_Last(uuid,
+ orderByComparator);
+
+ if (praticaAttenzionata != null) {
+ return praticaAttenzionata;
+ }
+
+ StringBundler msg = new StringBundler(4);
+
+ msg.append(_NO_SUCH_ENTITY_WITH_KEY);
+
+ msg.append("uuid=");
+ msg.append(uuid);
+
+ msg.append(StringPool.CLOSE_CURLY_BRACE);
+
+ throw new NoSuchPraticaAttenzionataException(msg.toString());
+ }
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata fetchByUuid_Last(String uuid,
+ OrderByComparator orderByComparator) throws SystemException {
+ int count = countByUuid(uuid);
+
+ if (count == 0) {
+ return null;
+ }
+
+ List list = findByUuid(uuid, count - 1, count,
+ orderByComparator);
+
+ if (!list.isEmpty()) {
+ return list.get(0);
+ }
+
+ return null;
+ }
+
+ /**
+ * Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where uuid = ?.
+ *
+ * @param praticaAttenzionataId the primary key of the current pratica attenzionata
+ * @param uuid the uuid
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the previous, current, and next pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata[] findByUuid_PrevAndNext(
+ long praticaAttenzionataId, String uuid,
+ OrderByComparator orderByComparator)
+ throws NoSuchPraticaAttenzionataException, SystemException {
+ PraticaAttenzionata praticaAttenzionata = findByPrimaryKey(praticaAttenzionataId);
+
+ Session session = null;
+
+ try {
+ session = openSession();
+
+ PraticaAttenzionata[] array = new PraticaAttenzionataImpl[3];
+
+ array[0] = getByUuid_PrevAndNext(session, praticaAttenzionata,
+ uuid, orderByComparator, true);
+
+ array[1] = praticaAttenzionata;
+
+ array[2] = getByUuid_PrevAndNext(session, praticaAttenzionata,
+ uuid, orderByComparator, false);
+
+ return array;
+ }
+ catch (Exception e) {
+ throw processException(e);
+ }
+ finally {
+ closeSession(session);
+ }
+ }
+
+ protected PraticaAttenzionata getByUuid_PrevAndNext(Session session,
+ PraticaAttenzionata praticaAttenzionata, String uuid,
+ OrderByComparator orderByComparator, boolean previous) {
+ StringBundler query = null;
+
+ if (orderByComparator != null) {
+ query = new StringBundler(6 +
+ (orderByComparator.getOrderByFields().length * 6));
+ }
+ else {
+ query = new StringBundler(3);
+ }
+
+ query.append(_SQL_SELECT_PRATICAATTENZIONATA_WHERE);
+
+ boolean bindUuid = false;
+
+ if (uuid == null) {
+ query.append(_FINDER_COLUMN_UUID_UUID_1);
+ }
+ else if (uuid.equals(StringPool.BLANK)) {
+ query.append(_FINDER_COLUMN_UUID_UUID_3);
+ }
+ else {
+ bindUuid = true;
+
+ query.append(_FINDER_COLUMN_UUID_UUID_2);
+ }
+
+ if (orderByComparator != null) {
+ String[] orderByConditionFields = orderByComparator.getOrderByConditionFields();
+
+ if (orderByConditionFields.length > 0) {
+ query.append(WHERE_AND);
+ }
+
+ for (int i = 0; i < orderByConditionFields.length; i++) {
+ query.append(_ORDER_BY_ENTITY_ALIAS);
+ query.append(orderByConditionFields[i]);
+
+ if ((i + 1) < orderByConditionFields.length) {
+ if (orderByComparator.isAscending() ^ previous) {
+ query.append(WHERE_GREATER_THAN_HAS_NEXT);
+ }
+ else {
+ query.append(WHERE_LESSER_THAN_HAS_NEXT);
+ }
+ }
+ else {
+ if (orderByComparator.isAscending() ^ previous) {
+ query.append(WHERE_GREATER_THAN);
+ }
+ else {
+ query.append(WHERE_LESSER_THAN);
+ }
+ }
+ }
+
+ query.append(ORDER_BY_CLAUSE);
+
+ String[] orderByFields = orderByComparator.getOrderByFields();
+
+ for (int i = 0; i < orderByFields.length; i++) {
+ query.append(_ORDER_BY_ENTITY_ALIAS);
+ query.append(orderByFields[i]);
+
+ if ((i + 1) < orderByFields.length) {
+ if (orderByComparator.isAscending() ^ previous) {
+ query.append(ORDER_BY_ASC_HAS_NEXT);
+ }
+ else {
+ query.append(ORDER_BY_DESC_HAS_NEXT);
+ }
+ }
+ else {
+ if (orderByComparator.isAscending() ^ previous) {
+ query.append(ORDER_BY_ASC);
+ }
+ else {
+ query.append(ORDER_BY_DESC);
+ }
+ }
+ }
+ }
+ else {
+ query.append(PraticaAttenzionataModelImpl.ORDER_BY_JPQL);
+ }
+
+ String sql = query.toString();
+
+ Query q = session.createQuery(sql);
+
+ q.setFirstResult(0);
+ q.setMaxResults(2);
+
+ QueryPos qPos = QueryPos.getInstance(q);
+
+ if (bindUuid) {
+ qPos.add(uuid);
+ }
+
+ if (orderByComparator != null) {
+ Object[] values = orderByComparator.getOrderByConditionValues(praticaAttenzionata);
+
+ for (Object value : values) {
+ qPos.add(value);
+ }
+ }
+
+ List list = q.list();
+
+ if (list.size() == 2) {
+ return list.get(1);
+ }
+ else {
+ return null;
+ }
+ }
+
+ /**
+ * Removes all the pratica attenzionatas where uuid = ? from the database.
+ *
+ * @param uuid the uuid
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public void removeByUuid(String uuid) throws SystemException {
+ for (PraticaAttenzionata praticaAttenzionata : findByUuid(uuid,
+ QueryUtil.ALL_POS, QueryUtil.ALL_POS, null)) {
+ remove(praticaAttenzionata);
+ }
+ }
+
+ /**
+ * Returns the number of pratica attenzionatas where uuid = ?.
+ *
+ * @param uuid the uuid
+ * @return the number of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public int countByUuid(String uuid) throws SystemException {
+ FinderPath finderPath = FINDER_PATH_COUNT_BY_UUID;
+
+ Object[] finderArgs = new Object[] { uuid };
+
+ Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs,
+ this);
+
+ if (count == null) {
+ StringBundler query = new StringBundler(2);
+
+ query.append(_SQL_COUNT_PRATICAATTENZIONATA_WHERE);
+
+ boolean bindUuid = false;
+
+ if (uuid == null) {
+ query.append(_FINDER_COLUMN_UUID_UUID_1);
+ }
+ else if (uuid.equals(StringPool.BLANK)) {
+ query.append(_FINDER_COLUMN_UUID_UUID_3);
+ }
+ else {
+ bindUuid = true;
+
+ query.append(_FINDER_COLUMN_UUID_UUID_2);
+ }
+
+ String sql = query.toString();
+
+ Session session = null;
+
+ try {
+ session = openSession();
+
+ Query q = session.createQuery(sql);
+
+ QueryPos qPos = QueryPos.getInstance(q);
+
+ if (bindUuid) {
+ qPos.add(uuid);
+ }
+
+ count = (Long)q.uniqueResult();
+
+ FinderCacheUtil.putResult(finderPath, finderArgs, count);
+ }
+ catch (Exception e) {
+ FinderCacheUtil.removeResult(finderPath, finderArgs);
+
+ throw processException(e);
+ }
+ finally {
+ closeSession(session);
+ }
+ }
+
+ return count.intValue();
+ }
+
+ private static final String _FINDER_COLUMN_UUID_UUID_1 = "praticaAttenzionata.uuid IS NULL";
+ private static final String _FINDER_COLUMN_UUID_UUID_2 = "praticaAttenzionata.uuid = ?";
+ private static final String _FINDER_COLUMN_UUID_UUID_3 = "(praticaAttenzionata.uuid IS NULL OR praticaAttenzionata.uuid = '')";
+ public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G = new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED,
+ PraticaAttenzionataImpl.class, FINDER_CLASS_NAME_ENTITY,
+ "fetchByUUID_G",
+ new String[] { String.class.getName(), Long.class.getName() },
+ PraticaAttenzionataModelImpl.UUID_COLUMN_BITMASK |
+ PraticaAttenzionataModelImpl.GROUPID_COLUMN_BITMASK);
+ public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G = new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED, Long.class,
+ FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countByUUID_G",
+ new String[] { String.class.getName(), Long.class.getName() });
+
+ /**
+ * Returns the pratica attenzionata where uuid = ? and groupId = ? or throws a {@link it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException} if it could not be found.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @return the matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata findByUUID_G(String uuid, long groupId)
+ throws NoSuchPraticaAttenzionataException, SystemException {
+ PraticaAttenzionata praticaAttenzionata = fetchByUUID_G(uuid, groupId);
+
+ if (praticaAttenzionata == null) {
+ StringBundler msg = new StringBundler(6);
+
+ msg.append(_NO_SUCH_ENTITY_WITH_KEY);
+
+ msg.append("uuid=");
+ msg.append(uuid);
+
+ msg.append(", groupId=");
+ msg.append(groupId);
+
+ msg.append(StringPool.CLOSE_CURLY_BRACE);
+
+ if (_log.isWarnEnabled()) {
+ _log.warn(msg.toString());
+ }
+
+ throw new NoSuchPraticaAttenzionataException(msg.toString());
+ }
+
+ return praticaAttenzionata;
+ }
+
+ /**
+ * Returns the pratica attenzionata where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata fetchByUUID_G(String uuid, long groupId)
+ throws SystemException {
+ return fetchByUUID_G(uuid, groupId, true);
+ }
+
+ /**
+ * Returns the pratica attenzionata where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @param retrieveFromCache whether to use the finder cache
+ * @return the matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata fetchByUUID_G(String uuid, long groupId,
+ boolean retrieveFromCache) throws SystemException {
+ Object[] finderArgs = new Object[] { uuid, groupId };
+
+ Object result = null;
+
+ if (retrieveFromCache) {
+ result = FinderCacheUtil.getResult(FINDER_PATH_FETCH_BY_UUID_G,
+ finderArgs, this);
+ }
+
+ if (result instanceof PraticaAttenzionata) {
+ PraticaAttenzionata praticaAttenzionata = (PraticaAttenzionata)result;
+
+ if (!Validator.equals(uuid, praticaAttenzionata.getUuid()) ||
+ (groupId != praticaAttenzionata.getGroupId())) {
+ result = null;
+ }
+ }
+
+ if (result == null) {
+ StringBundler query = new StringBundler(4);
+
+ query.append(_SQL_SELECT_PRATICAATTENZIONATA_WHERE);
+
+ boolean bindUuid = false;
+
+ if (uuid == null) {
+ query.append(_FINDER_COLUMN_UUID_G_UUID_1);
+ }
+ else if (uuid.equals(StringPool.BLANK)) {
+ query.append(_FINDER_COLUMN_UUID_G_UUID_3);
+ }
+ else {
+ bindUuid = true;
+
+ query.append(_FINDER_COLUMN_UUID_G_UUID_2);
+ }
+
+ query.append(_FINDER_COLUMN_UUID_G_GROUPID_2);
+
+ String sql = query.toString();
+
+ Session session = null;
+
+ try {
+ session = openSession();
+
+ Query q = session.createQuery(sql);
+
+ QueryPos qPos = QueryPos.getInstance(q);
+
+ if (bindUuid) {
+ qPos.add(uuid);
+ }
+
+ qPos.add(groupId);
+
+ List list = q.list();
+
+ if (list.isEmpty()) {
+ FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_UUID_G,
+ finderArgs, list);
+ }
+ else {
+ PraticaAttenzionata praticaAttenzionata = list.get(0);
+
+ result = praticaAttenzionata;
+
+ cacheResult(praticaAttenzionata);
+
+ if ((praticaAttenzionata.getUuid() == null) ||
+ !praticaAttenzionata.getUuid().equals(uuid) ||
+ (praticaAttenzionata.getGroupId() != groupId)) {
+ FinderCacheUtil.putResult(FINDER_PATH_FETCH_BY_UUID_G,
+ finderArgs, praticaAttenzionata);
+ }
+ }
+ }
+ catch (Exception e) {
+ FinderCacheUtil.removeResult(FINDER_PATH_FETCH_BY_UUID_G,
+ finderArgs);
+
+ throw processException(e);
+ }
+ finally {
+ closeSession(session);
+ }
+ }
+
+ if (result instanceof List>) {
+ return null;
+ }
+ else {
+ return (PraticaAttenzionata)result;
+ }
+ }
+
+ /**
+ * Removes the pratica attenzionata where uuid = ? and groupId = ? from the database.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @return the pratica attenzionata that was removed
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata removeByUUID_G(String uuid, long groupId)
+ throws NoSuchPraticaAttenzionataException, SystemException {
+ PraticaAttenzionata praticaAttenzionata = findByUUID_G(uuid, groupId);
+
+ return remove(praticaAttenzionata);
+ }
+
+ /**
+ * Returns the number of pratica attenzionatas where uuid = ? and groupId = ?.
+ *
+ * @param uuid the uuid
+ * @param groupId the group ID
+ * @return the number of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public int countByUUID_G(String uuid, long groupId)
+ throws SystemException {
+ FinderPath finderPath = FINDER_PATH_COUNT_BY_UUID_G;
+
+ Object[] finderArgs = new Object[] { uuid, groupId };
+
+ Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs,
+ this);
+
+ if (count == null) {
+ StringBundler query = new StringBundler(3);
+
+ query.append(_SQL_COUNT_PRATICAATTENZIONATA_WHERE);
+
+ boolean bindUuid = false;
+
+ if (uuid == null) {
+ query.append(_FINDER_COLUMN_UUID_G_UUID_1);
+ }
+ else if (uuid.equals(StringPool.BLANK)) {
+ query.append(_FINDER_COLUMN_UUID_G_UUID_3);
+ }
+ else {
+ bindUuid = true;
+
+ query.append(_FINDER_COLUMN_UUID_G_UUID_2);
+ }
+
+ query.append(_FINDER_COLUMN_UUID_G_GROUPID_2);
+
+ String sql = query.toString();
+
+ Session session = null;
+
+ try {
+ session = openSession();
+
+ Query q = session.createQuery(sql);
+
+ QueryPos qPos = QueryPos.getInstance(q);
+
+ if (bindUuid) {
+ qPos.add(uuid);
+ }
+
+ qPos.add(groupId);
+
+ count = (Long)q.uniqueResult();
+
+ FinderCacheUtil.putResult(finderPath, finderArgs, count);
+ }
+ catch (Exception e) {
+ FinderCacheUtil.removeResult(finderPath, finderArgs);
+
+ throw processException(e);
+ }
+ finally {
+ closeSession(session);
+ }
+ }
+
+ return count.intValue();
+ }
+
+ private static final String _FINDER_COLUMN_UUID_G_UUID_1 = "praticaAttenzionata.uuid IS NULL AND ";
+ private static final String _FINDER_COLUMN_UUID_G_UUID_2 = "praticaAttenzionata.uuid = ? AND ";
+ private static final String _FINDER_COLUMN_UUID_G_UUID_3 = "(praticaAttenzionata.uuid IS NULL OR praticaAttenzionata.uuid = '') AND ";
+ private static final String _FINDER_COLUMN_UUID_G_GROUPID_2 = "praticaAttenzionata.groupId = ?";
+ public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C = new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED,
+ PraticaAttenzionataImpl.class,
+ FINDER_CLASS_NAME_LIST_WITH_PAGINATION, "findByUuid_C",
+ new String[] {
+ String.class.getName(), Long.class.getName(),
+
+ Integer.class.getName(), Integer.class.getName(),
+ OrderByComparator.class.getName()
+ });
+ public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C =
+ new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED,
+ PraticaAttenzionataImpl.class,
+ FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "findByUuid_C",
+ new String[] { String.class.getName(), Long.class.getName() },
+ PraticaAttenzionataModelImpl.UUID_COLUMN_BITMASK |
+ PraticaAttenzionataModelImpl.COMPANYID_COLUMN_BITMASK);
+ public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C = new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED, Long.class,
+ FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countByUuid_C",
+ new String[] { String.class.getName(), Long.class.getName() });
+
+ /**
+ * Returns all the pratica attenzionatas where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @return the matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public List findByUuid_C(String uuid, long companyId)
+ throws SystemException {
+ return findByUuid_C(uuid, companyId, QueryUtil.ALL_POS,
+ QueryUtil.ALL_POS, null);
+ }
+
+ /**
+ * Returns a range of all the pratica attenzionatas where uuid = ? and companyId = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public List findByUuid_C(String uuid, long companyId,
+ int start, int end) throws SystemException {
+ return findByUuid_C(uuid, companyId, start, end, null);
+ }
+
+ /**
+ * Returns an ordered range of all the pratica attenzionatas where uuid = ? and companyId = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public List findByUuid_C(String uuid, long companyId,
+ int start, int end, OrderByComparator orderByComparator)
+ throws SystemException {
+ boolean pagination = true;
+ FinderPath finderPath = null;
+ Object[] finderArgs = null;
+
+ if ((start == QueryUtil.ALL_POS) && (end == QueryUtil.ALL_POS) &&
+ (orderByComparator == null)) {
+ pagination = false;
+ finderPath = FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C;
+ finderArgs = new Object[] { uuid, companyId };
+ }
+ else {
+ finderPath = FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C;
+ finderArgs = new Object[] {
+ uuid, companyId,
+
+ start, end, orderByComparator
+ };
+ }
+
+ List list = (List)FinderCacheUtil.getResult(finderPath,
+ finderArgs, this);
+
+ if ((list != null) && !list.isEmpty()) {
+ for (PraticaAttenzionata praticaAttenzionata : list) {
+ if (!Validator.equals(uuid, praticaAttenzionata.getUuid()) ||
+ (companyId != praticaAttenzionata.getCompanyId())) {
+ list = null;
+
+ break;
+ }
+ }
+ }
+
+ if (list == null) {
+ StringBundler query = null;
+
+ if (orderByComparator != null) {
+ query = new StringBundler(4 +
+ (orderByComparator.getOrderByFields().length * 3));
+ }
+ else {
+ query = new StringBundler(4);
+ }
+
+ query.append(_SQL_SELECT_PRATICAATTENZIONATA_WHERE);
+
+ boolean bindUuid = false;
+
+ if (uuid == null) {
+ query.append(_FINDER_COLUMN_UUID_C_UUID_1);
+ }
+ else if (uuid.equals(StringPool.BLANK)) {
+ query.append(_FINDER_COLUMN_UUID_C_UUID_3);
+ }
+ else {
+ bindUuid = true;
+
+ query.append(_FINDER_COLUMN_UUID_C_UUID_2);
+ }
+
+ query.append(_FINDER_COLUMN_UUID_C_COMPANYID_2);
+
+ if (orderByComparator != null) {
+ appendOrderByComparator(query, _ORDER_BY_ENTITY_ALIAS,
+ orderByComparator);
+ }
+ else
+ if (pagination) {
+ query.append(PraticaAttenzionataModelImpl.ORDER_BY_JPQL);
+ }
+
+ String sql = query.toString();
+
+ Session session = null;
+
+ try {
+ session = openSession();
+
+ Query q = session.createQuery(sql);
+
+ QueryPos qPos = QueryPos.getInstance(q);
+
+ if (bindUuid) {
+ qPos.add(uuid);
+ }
+
+ qPos.add(companyId);
+
+ if (!pagination) {
+ list = (List)QueryUtil.list(q,
+ getDialect(), start, end, false);
+
+ Collections.sort(list);
+
+ list = new UnmodifiableList(list);
+ }
+ else {
+ list = (List)QueryUtil.list(q,
+ getDialect(), start, end);
+ }
+
+ cacheResult(list);
+
+ FinderCacheUtil.putResult(finderPath, finderArgs, list);
+ }
+ catch (Exception e) {
+ FinderCacheUtil.removeResult(finderPath, finderArgs);
+
+ throw processException(e);
+ }
+ finally {
+ closeSession(session);
+ }
+ }
+
+ return list;
+ }
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata findByUuid_C_First(String uuid, long companyId,
+ OrderByComparator orderByComparator)
+ throws NoSuchPraticaAttenzionataException, SystemException {
+ PraticaAttenzionata praticaAttenzionata = fetchByUuid_C_First(uuid,
+ companyId, orderByComparator);
+
+ if (praticaAttenzionata != null) {
+ return praticaAttenzionata;
+ }
+
+ StringBundler msg = new StringBundler(6);
+
+ msg.append(_NO_SUCH_ENTITY_WITH_KEY);
+
+ msg.append("uuid=");
+ msg.append(uuid);
+
+ msg.append(", companyId=");
+ msg.append(companyId);
+
+ msg.append(StringPool.CLOSE_CURLY_BRACE);
+
+ throw new NoSuchPraticaAttenzionataException(msg.toString());
+ }
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata fetchByUuid_C_First(String uuid, long companyId,
+ OrderByComparator orderByComparator) throws SystemException {
+ List list = findByUuid_C(uuid, companyId, 0, 1,
+ orderByComparator);
+
+ if (!list.isEmpty()) {
+ return list.get(0);
+ }
+
+ return null;
+ }
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata findByUuid_C_Last(String uuid, long companyId,
+ OrderByComparator orderByComparator)
+ throws NoSuchPraticaAttenzionataException, SystemException {
+ PraticaAttenzionata praticaAttenzionata = fetchByUuid_C_Last(uuid,
+ companyId, orderByComparator);
+
+ if (praticaAttenzionata != null) {
+ return praticaAttenzionata;
+ }
+
+ StringBundler msg = new StringBundler(6);
+
+ msg.append(_NO_SUCH_ENTITY_WITH_KEY);
+
+ msg.append("uuid=");
+ msg.append(uuid);
+
+ msg.append(", companyId=");
+ msg.append(companyId);
+
+ msg.append(StringPool.CLOSE_CURLY_BRACE);
+
+ throw new NoSuchPraticaAttenzionataException(msg.toString());
+ }
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the last matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata fetchByUuid_C_Last(String uuid, long companyId,
+ OrderByComparator orderByComparator) throws SystemException {
+ int count = countByUuid_C(uuid, companyId);
+
+ if (count == 0) {
+ return null;
+ }
+
+ List list = findByUuid_C(uuid, companyId,
+ count - 1, count, orderByComparator);
+
+ if (!list.isEmpty()) {
+ return list.get(0);
+ }
+
+ return null;
+ }
+
+ /**
+ * Returns the pratica attenzionatas before and after the current pratica attenzionata in the ordered set where uuid = ? and companyId = ?.
+ *
+ * @param praticaAttenzionataId the primary key of the current pratica attenzionata
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the previous, current, and next pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a pratica attenzionata with the primary key could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata[] findByUuid_C_PrevAndNext(
+ long praticaAttenzionataId, String uuid, long companyId,
+ OrderByComparator orderByComparator)
+ throws NoSuchPraticaAttenzionataException, SystemException {
+ PraticaAttenzionata praticaAttenzionata = findByPrimaryKey(praticaAttenzionataId);
+
+ Session session = null;
+
+ try {
+ session = openSession();
+
+ PraticaAttenzionata[] array = new PraticaAttenzionataImpl[3];
+
+ array[0] = getByUuid_C_PrevAndNext(session, praticaAttenzionata,
+ uuid, companyId, orderByComparator, true);
+
+ array[1] = praticaAttenzionata;
+
+ array[2] = getByUuid_C_PrevAndNext(session, praticaAttenzionata,
+ uuid, companyId, orderByComparator, false);
+
+ return array;
+ }
+ catch (Exception e) {
+ throw processException(e);
+ }
+ finally {
+ closeSession(session);
+ }
+ }
+
+ protected PraticaAttenzionata getByUuid_C_PrevAndNext(Session session,
+ PraticaAttenzionata praticaAttenzionata, String uuid, long companyId,
+ OrderByComparator orderByComparator, boolean previous) {
+ StringBundler query = null;
+
+ if (orderByComparator != null) {
+ query = new StringBundler(6 +
+ (orderByComparator.getOrderByFields().length * 6));
+ }
+ else {
+ query = new StringBundler(3);
+ }
+
+ query.append(_SQL_SELECT_PRATICAATTENZIONATA_WHERE);
+
+ boolean bindUuid = false;
+
+ if (uuid == null) {
+ query.append(_FINDER_COLUMN_UUID_C_UUID_1);
+ }
+ else if (uuid.equals(StringPool.BLANK)) {
+ query.append(_FINDER_COLUMN_UUID_C_UUID_3);
+ }
+ else {
+ bindUuid = true;
+
+ query.append(_FINDER_COLUMN_UUID_C_UUID_2);
+ }
+
+ query.append(_FINDER_COLUMN_UUID_C_COMPANYID_2);
+
+ if (orderByComparator != null) {
+ String[] orderByConditionFields = orderByComparator.getOrderByConditionFields();
+
+ if (orderByConditionFields.length > 0) {
+ query.append(WHERE_AND);
+ }
+
+ for (int i = 0; i < orderByConditionFields.length; i++) {
+ query.append(_ORDER_BY_ENTITY_ALIAS);
+ query.append(orderByConditionFields[i]);
+
+ if ((i + 1) < orderByConditionFields.length) {
+ if (orderByComparator.isAscending() ^ previous) {
+ query.append(WHERE_GREATER_THAN_HAS_NEXT);
+ }
+ else {
+ query.append(WHERE_LESSER_THAN_HAS_NEXT);
+ }
+ }
+ else {
+ if (orderByComparator.isAscending() ^ previous) {
+ query.append(WHERE_GREATER_THAN);
+ }
+ else {
+ query.append(WHERE_LESSER_THAN);
+ }
+ }
+ }
+
+ query.append(ORDER_BY_CLAUSE);
+
+ String[] orderByFields = orderByComparator.getOrderByFields();
+
+ for (int i = 0; i < orderByFields.length; i++) {
+ query.append(_ORDER_BY_ENTITY_ALIAS);
+ query.append(orderByFields[i]);
+
+ if ((i + 1) < orderByFields.length) {
+ if (orderByComparator.isAscending() ^ previous) {
+ query.append(ORDER_BY_ASC_HAS_NEXT);
+ }
+ else {
+ query.append(ORDER_BY_DESC_HAS_NEXT);
+ }
+ }
+ else {
+ if (orderByComparator.isAscending() ^ previous) {
+ query.append(ORDER_BY_ASC);
+ }
+ else {
+ query.append(ORDER_BY_DESC);
+ }
+ }
+ }
+ }
+ else {
+ query.append(PraticaAttenzionataModelImpl.ORDER_BY_JPQL);
+ }
+
+ String sql = query.toString();
+
+ Query q = session.createQuery(sql);
+
+ q.setFirstResult(0);
+ q.setMaxResults(2);
+
+ QueryPos qPos = QueryPos.getInstance(q);
+
+ if (bindUuid) {
+ qPos.add(uuid);
+ }
+
+ qPos.add(companyId);
+
+ if (orderByComparator != null) {
+ Object[] values = orderByComparator.getOrderByConditionValues(praticaAttenzionata);
+
+ for (Object value : values) {
+ qPos.add(value);
+ }
+ }
+
+ List list = q.list();
+
+ if (list.size() == 2) {
+ return list.get(1);
+ }
+ else {
+ return null;
+ }
+ }
+
+ /**
+ * Removes all the pratica attenzionatas where uuid = ? and companyId = ? from the database.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public void removeByUuid_C(String uuid, long companyId)
+ throws SystemException {
+ for (PraticaAttenzionata praticaAttenzionata : findByUuid_C(uuid,
+ companyId, QueryUtil.ALL_POS, QueryUtil.ALL_POS, null)) {
+ remove(praticaAttenzionata);
+ }
+ }
+
+ /**
+ * Returns the number of pratica attenzionatas where uuid = ? and companyId = ?.
+ *
+ * @param uuid the uuid
+ * @param companyId the company ID
+ * @return the number of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public int countByUuid_C(String uuid, long companyId)
+ throws SystemException {
+ FinderPath finderPath = FINDER_PATH_COUNT_BY_UUID_C;
+
+ Object[] finderArgs = new Object[] { uuid, companyId };
+
+ Long count = (Long)FinderCacheUtil.getResult(finderPath, finderArgs,
+ this);
+
+ if (count == null) {
+ StringBundler query = new StringBundler(3);
+
+ query.append(_SQL_COUNT_PRATICAATTENZIONATA_WHERE);
+
+ boolean bindUuid = false;
+
+ if (uuid == null) {
+ query.append(_FINDER_COLUMN_UUID_C_UUID_1);
+ }
+ else if (uuid.equals(StringPool.BLANK)) {
+ query.append(_FINDER_COLUMN_UUID_C_UUID_3);
+ }
+ else {
+ bindUuid = true;
+
+ query.append(_FINDER_COLUMN_UUID_C_UUID_2);
+ }
+
+ query.append(_FINDER_COLUMN_UUID_C_COMPANYID_2);
+
+ String sql = query.toString();
+
+ Session session = null;
+
+ try {
+ session = openSession();
+
+ Query q = session.createQuery(sql);
+
+ QueryPos qPos = QueryPos.getInstance(q);
+
+ if (bindUuid) {
+ qPos.add(uuid);
+ }
+
+ qPos.add(companyId);
+
+ count = (Long)q.uniqueResult();
+
+ FinderCacheUtil.putResult(finderPath, finderArgs, count);
+ }
+ catch (Exception e) {
+ FinderCacheUtil.removeResult(finderPath, finderArgs);
+
+ throw processException(e);
+ }
+ finally {
+ closeSession(session);
+ }
+ }
+
+ return count.intValue();
+ }
+
+ private static final String _FINDER_COLUMN_UUID_C_UUID_1 = "praticaAttenzionata.uuid IS NULL AND ";
+ private static final String _FINDER_COLUMN_UUID_C_UUID_2 = "praticaAttenzionata.uuid = ? AND ";
+ private static final String _FINDER_COLUMN_UUID_C_UUID_3 = "(praticaAttenzionata.uuid IS NULL OR praticaAttenzionata.uuid = '') AND ";
+ private static final String _FINDER_COLUMN_UUID_C_COMPANYID_2 = "praticaAttenzionata.companyId = ?";
+ public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_VERIFICATA =
+ new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED,
+ PraticaAttenzionataImpl.class,
+ FINDER_CLASS_NAME_LIST_WITH_PAGINATION, "findByVerificata",
+ new String[] {
+ Boolean.class.getName(),
+
+ Integer.class.getName(), Integer.class.getName(),
+ OrderByComparator.class.getName()
+ });
+ public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_VERIFICATA =
+ new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED,
+ PraticaAttenzionataImpl.class,
+ FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "findByVerificata",
+ new String[] { Boolean.class.getName() },
+ PraticaAttenzionataModelImpl.VERIFICATA_COLUMN_BITMASK);
+ public static final FinderPath FINDER_PATH_COUNT_BY_VERIFICATA = new FinderPath(PraticaAttenzionataModelImpl.ENTITY_CACHE_ENABLED,
+ PraticaAttenzionataModelImpl.FINDER_CACHE_ENABLED, Long.class,
+ FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION, "countByVerificata",
+ new String[] { Boolean.class.getName() });
+
+ /**
+ * Returns all the pratica attenzionatas where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @return the matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public List findByVerificata(boolean verificata)
+ throws SystemException {
+ return findByVerificata(verificata, QueryUtil.ALL_POS,
+ QueryUtil.ALL_POS, null);
+ }
+
+ /**
+ * Returns a range of all the pratica attenzionatas where verificata = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param verificata the verificata
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @return the range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public List findByVerificata(boolean verificata,
+ int start, int end) throws SystemException {
+ return findByVerificata(verificata, start, end, null);
+ }
+
+ /**
+ * Returns an ordered range of all the pratica attenzionatas where verificata = ?.
+ *
+ *
+ * Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link it.tref.liferay.portos.bo.model.impl.PraticaAttenzionataModelImpl}. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
+ *
+ *
+ * @param verificata the verificata
+ * @param start the lower bound of the range of pratica attenzionatas
+ * @param end the upper bound of the range of pratica attenzionatas (not inclusive)
+ * @param orderByComparator the comparator to order the results by (optionally null)
+ * @return the ordered range of matching pratica attenzionatas
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public List findByVerificata(boolean verificata,
+ int start, int end, OrderByComparator orderByComparator)
+ throws SystemException {
+ boolean pagination = true;
+ FinderPath finderPath = null;
+ Object[] finderArgs = null;
+
+ if ((start == QueryUtil.ALL_POS) && (end == QueryUtil.ALL_POS) &&
+ (orderByComparator == null)) {
+ pagination = false;
+ finderPath = FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_VERIFICATA;
+ finderArgs = new Object[] { verificata };
+ }
+ else {
+ finderPath = FINDER_PATH_WITH_PAGINATION_FIND_BY_VERIFICATA;
+ finderArgs = new Object[] { verificata, start, end, orderByComparator };
+ }
+
+ List list = (List)FinderCacheUtil.getResult(finderPath,
+ finderArgs, this);
+
+ if ((list != null) && !list.isEmpty()) {
+ for (PraticaAttenzionata praticaAttenzionata : list) {
+ if ((verificata != praticaAttenzionata.getVerificata())) {
+ list = null;
+
+ break;
+ }
+ }
+ }
+
+ if (list == null) {
+ StringBundler query = null;
+
+ if (orderByComparator != null) {
+ query = new StringBundler(3 +
+ (orderByComparator.getOrderByFields().length * 3));
+ }
+ else {
+ query = new StringBundler(3);
+ }
+
+ query.append(_SQL_SELECT_PRATICAATTENZIONATA_WHERE);
+
+ query.append(_FINDER_COLUMN_VERIFICATA_VERIFICATA_2);
+
+ if (orderByComparator != null) {
+ appendOrderByComparator(query, _ORDER_BY_ENTITY_ALIAS,
+ orderByComparator);
+ }
+ else
+ if (pagination) {
+ query.append(PraticaAttenzionataModelImpl.ORDER_BY_JPQL);
+ }
+
+ String sql = query.toString();
+
+ Session session = null;
+
+ try {
+ session = openSession();
+
+ Query q = session.createQuery(sql);
+
+ QueryPos qPos = QueryPos.getInstance(q);
+
+ qPos.add(verificata);
+
+ if (!pagination) {
+ list = (List)QueryUtil.list(q,
+ getDialect(), start, end, false);
+
+ Collections.sort(list);
+
+ list = new UnmodifiableList(list);
+ }
+ else {
+ list = (List)QueryUtil.list(q,
+ getDialect(), start, end);
+ }
+
+ cacheResult(list);
+
+ FinderCacheUtil.putResult(finderPath, finderArgs, list);
+ }
+ catch (Exception e) {
+ FinderCacheUtil.removeResult(finderPath, finderArgs);
+
+ throw processException(e);
+ }
+ finally {
+ closeSession(session);
+ }
+ }
+
+ return list;
+ }
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata
+ * @throws it.tref.liferay.portos.bo.NoSuchPraticaAttenzionataException if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata findByVerificata_First(boolean verificata,
+ OrderByComparator orderByComparator)
+ throws NoSuchPraticaAttenzionataException, SystemException {
+ PraticaAttenzionata praticaAttenzionata = fetchByVerificata_First(verificata,
+ orderByComparator);
+
+ if (praticaAttenzionata != null) {
+ return praticaAttenzionata;
+ }
+
+ StringBundler msg = new StringBundler(4);
+
+ msg.append(_NO_SUCH_ENTITY_WITH_KEY);
+
+ msg.append("verificata=");
+ msg.append(verificata);
+
+ msg.append(StringPool.CLOSE_CURLY_BRACE);
+
+ throw new NoSuchPraticaAttenzionataException(msg.toString());
+ }
+
+ /**
+ * Returns the first pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally null)
+ * @return the first matching pratica attenzionata, or null if a matching pratica attenzionata could not be found
+ * @throws SystemException if a system exception occurred
+ */
+ @Override
+ public PraticaAttenzionata fetchByVerificata_First(boolean verificata,
+ OrderByComparator orderByComparator) throws SystemException {
+ List list = findByVerificata(verificata, 0, 1,
+ orderByComparator);
+
+ if (!list.isEmpty()) {
+ return list.get(0);
+ }
+
+ return null;
+ }
+
+ /**
+ * Returns the last pratica attenzionata in the ordered set where verificata = ?.
+ *
+ * @param verificata the verificata
+ * @param orderByComparator the comparator to order the set by (optionally