Package es.caib.seycon.ng.servei.ejb
Interface RegistreAccesService
-
public interface RegistreAccesService
EJB RegistreAccesService
-
-
Method Summary
-
-
-
Method Detail
-
findAccessLogByJsonQueryAsync
AsyncList<RegistreAcces> findAccessLogByJsonQueryAsync(String jsonQuery) throws InternalErrorException
- Throws:
InternalErrorException
-
findDarrersRegistresAccesMaquinaSSO
Collection<RegistreAcces> findDarrersRegistresAccesMaquinaSSO(String nomServidor, String numRegistres) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDarrersRegistresByCodiUsuari
Collection<RegistreAcces> findDarrersRegistresByCodiUsuari(String codiUsuari, String numRegistres, String codiProtocolAcces) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findRegistreByDataIniAndCodiUsuari
Collection<RegistreAcces> findRegistreByDataIniAndCodiUsuari(String dataIni, String codiUsuari, String numRegistres) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findRegistresAccesByFiltre
Collection<RegistreAcces> findRegistresAccesByFiltre(String data, String nomServidor, String nomClient, String codiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findRegistresAccesByFiltre
Collection<RegistreAcces> findRegistresAccesByFiltre(String dataIni, String dataFi, String nomServidor, String nomClient, String codiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findRegistresAccesByFiltreNou
Collection<RegistreAcces> findRegistresAccesByFiltreNou(String dataIni, String dataFi, String nomServidor, String nomClient, String codiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findRegistresAccesByMaquina
Collection<RegistreAcces> findRegistresAccesByMaquina(String dataIni, String nomServidor, String numRegistres, String protocolAcces) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findRegistresAccesByMaquinaAccesSSO
Collection<RegistreAcces> findRegistresAccesByMaquinaAccesSSO(String dataIni, String nomServidor, String numRegistres) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAccessLogByJsonQuery
List<RegistreAcces> findAccessLogByJsonQuery(String jsonQuery, Integer start, Integer pageSize) throws InternalErrorException
- Throws:
InternalErrorException
-
-