|
|
|
@ -26,7 +26,7 @@ import com.liferay.portal.service.InvokableLocalService;
|
|
|
|
|
* based on the propagated JAAS credentials because this service can only be |
|
|
|
|
* accessed from within the same VM. |
|
|
|
|
* |
|
|
|
|
* @author 3F Consulting + Manifattura Web Group s.r.l. |
|
|
|
|
* @author 3F Consulting |
|
|
|
|
* @see RichiestaAccessoAttiLocalService |
|
|
|
|
* @see it.tref.liferay.portos.accesso.atti.service.base.RichiestaAccessoAttiLocalServiceBaseImpl |
|
|
|
|
* @see it.tref.liferay.portos.accesso.atti.service.impl.RichiestaAccessoAttiLocalServiceImpl |
|
|
|
@ -284,7 +284,8 @@ public class RichiestaAccessoAttiLocalServiceUtil {
|
|
|
|
|
public static java.util.List<it.tref.liferay.portos.accesso.atti.model.RichiestaAccessoAtti> 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 { |
|
|
|
|
return getService() |
|
|
|
|
.findCompletate(numeroProgetto, protocollo, dataDal, dataAl, |
|
|
|
|
start, end); |
|
|
|
@ -293,7 +294,8 @@ public class RichiestaAccessoAttiLocalServiceUtil {
|
|
|
|
|
public static 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 { |
|
|
|
|
return getService() |
|
|
|
|
.countCompletate(numeroProgetto, protocollo, dataDal, dataAl); |
|
|
|
|
} |
|
|
|
|