|
|
@ -17,7 +17,7 @@ package it.tref.liferay.portos.accesso.atti.service; |
|
|
|
import com.liferay.portal.service.InvokableLocalService; |
|
|
|
import com.liferay.portal.service.InvokableLocalService; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @author 3F Consulting + Manifattura Web Group s.r.l. |
|
|
|
* @author 3F Consulting |
|
|
|
* @generated |
|
|
|
* @generated |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public class RichiestaAccessoAttiLocalServiceClp |
|
|
|
public class RichiestaAccessoAttiLocalServiceClp |
|
|
@ -737,7 +737,8 @@ public class RichiestaAccessoAttiLocalServiceClp |
|
|
|
public java.util.List<it.tref.liferay.portos.accesso.atti.model.RichiestaAccessoAtti> findCompletate( |
|
|
|
public java.util.List<it.tref.liferay.portos.accesso.atti.model.RichiestaAccessoAtti> findCompletate( |
|
|
|
java.lang.String numeroProgetto, java.lang.String protocollo, |
|
|
|
java.lang.String numeroProgetto, java.lang.String protocollo, |
|
|
|
java.lang.String dataDal, java.lang.String dataAl, int start, int end) |
|
|
|
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; |
|
|
|
Object returnObj = null; |
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
try { |
|
|
@ -764,6 +765,10 @@ public class RichiestaAccessoAttiLocalServiceClp |
|
|
|
throw (com.liferay.portal.kernel.exception.SystemException)t; |
|
|
|
throw (com.liferay.portal.kernel.exception.SystemException)t; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (t instanceof java.text.ParseException) { |
|
|
|
|
|
|
|
throw (java.text.ParseException)t; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (t instanceof RuntimeException) { |
|
|
|
if (t instanceof RuntimeException) { |
|
|
|
throw (RuntimeException)t; |
|
|
|
throw (RuntimeException)t; |
|
|
|
} |
|
|
|
} |
|
|
@ -780,7 +785,8 @@ public class RichiestaAccessoAttiLocalServiceClp |
|
|
|
public int countCompletate(java.lang.String numeroProgetto, |
|
|
|
public int countCompletate(java.lang.String numeroProgetto, |
|
|
|
java.lang.String protocollo, java.lang.String dataDal, |
|
|
|
java.lang.String protocollo, java.lang.String dataDal, |
|
|
|
java.lang.String dataAl) |
|
|
|
java.lang.String dataAl) |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException { |
|
|
|
throws com.liferay.portal.kernel.exception.SystemException, |
|
|
|
|
|
|
|
java.text.ParseException { |
|
|
|
Object returnObj = null; |
|
|
|
Object returnObj = null; |
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
try { |
|
|
@ -803,6 +809,10 @@ public class RichiestaAccessoAttiLocalServiceClp |
|
|
|
throw (com.liferay.portal.kernel.exception.SystemException)t; |
|
|
|
throw (com.liferay.portal.kernel.exception.SystemException)t; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (t instanceof java.text.ParseException) { |
|
|
|
|
|
|
|
throw (java.text.ParseException)t; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (t instanceof RuntimeException) { |
|
|
|
if (t instanceof RuntimeException) { |
|
|
|
throw (RuntimeException)t; |
|
|
|
throw (RuntimeException)t; |
|
|
|
} |
|
|
|
} |
|
|
|