|
|
|
@ -30,7 +30,7 @@ import com.liferay.portal.service.PersistedModelLocalService;
|
|
|
|
|
* 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 RichiestaAccessoAttiLocalServiceUtil |
|
|
|
|
* @see it.tref.liferay.portos.accesso.atti.service.base.RichiestaAccessoAttiLocalServiceBaseImpl |
|
|
|
|
* @see it.tref.liferay.portos.accesso.atti.service.impl.RichiestaAccessoAttiLocalServiceImpl |
|
|
|
@ -261,12 +261,14 @@ public interface RichiestaAccessoAttiLocalService extends BaseLocalService,
|
|
|
|
|
public 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; |
|
|
|
|
|
|
|
|
|
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; |
|
|
|
|
|
|
|
|
|
public it.tref.liferay.portos.accesso.atti.model.RichiestaAccessoAtti findByAccessToken( |
|
|
|
|
java.lang.String accessToken) |
|
|
|
|