diff --git a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/accesso/atti/service/RichiestaAccessoAttiLocalServiceClp.java b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/accesso/atti/service/RichiestaAccessoAttiLocalServiceClp.java index 6eea83d0..dd2d0ba7 100644 --- a/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/accesso/atti/service/RichiestaAccessoAttiLocalServiceClp.java +++ b/liferay-plugins-sdk-6.2/portlets/portos-accesso-atti-portlet/docroot/WEB-INF/service/it/tref/liferay/portos/accesso/atti/service/RichiestaAccessoAttiLocalServiceClp.java @@ -17,7 +17,7 @@ package it.tref.liferay.portos.accesso.atti.service; import com.liferay.portal.service.InvokableLocalService; /** - * @author 3F Consulting + Manifattura Web Group s.r.l. + * @author 3F Consulting * @generated */ public class RichiestaAccessoAttiLocalServiceClp @@ -737,7 +737,8 @@ public class RichiestaAccessoAttiLocalServiceClp public java.util.List findCompletate( java.lang.String numeroProgetto, java.lang.String protocollo, java.lang.String dataDal, java.lang.String dataAl, int start, int end) - throws com.liferay.portal.kernel.exception.SystemException { + throws com.liferay.portal.kernel.exception.SystemException, + java.text.ParseException { Object returnObj = null; try { @@ -764,6 +765,10 @@ public class RichiestaAccessoAttiLocalServiceClp throw (com.liferay.portal.kernel.exception.SystemException)t; } + if (t instanceof java.text.ParseException) { + throw (java.text.ParseException)t; + } + if (t instanceof RuntimeException) { throw (RuntimeException)t; } @@ -780,7 +785,8 @@ public class RichiestaAccessoAttiLocalServiceClp public int countCompletate(java.lang.String numeroProgetto, java.lang.String protocollo, java.lang.String dataDal, java.lang.String dataAl) - throws com.liferay.portal.kernel.exception.SystemException { + throws com.liferay.portal.kernel.exception.SystemException, + java.text.ParseException { Object returnObj = null; try { @@ -803,6 +809,10 @@ public class RichiestaAccessoAttiLocalServiceClp throw (com.liferay.portal.kernel.exception.SystemException)t; } + if (t instanceof java.text.ParseException) { + throw (java.text.ParseException)t; + } + if (t instanceof RuntimeException) { throw (RuntimeException)t; }