public class ApiCallLogServiceImpl extends Object implements ApiCallLogService
| Constructor and Description |
|---|
ApiCallLogServiceImpl(DataSource dataSource) |
ApiCallLogServiceImpl(org.springframework.jdbc.core.JdbcTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
List<ApiCallLog> |
findApiCallLog(String serviceProvider) |
List<String> |
findServiceProviders() |
void |
saveApiCallLog(ApiCallLog log)
Log the Api request
|
public ApiCallLogServiceImpl(DataSource dataSource)
public ApiCallLogServiceImpl(org.springframework.jdbc.core.JdbcTemplate template)
public void saveApiCallLog(ApiCallLog log)
ApiCallLogServicesaveApiCallLog in interface ApiCallLogServicelog - the ApiCallLog to be insertedpublic List<ApiCallLog> findApiCallLog(String serviceProvider)
findApiCallLog in interface ApiCallLogServiceserviceProvider - the entityid of the serviceProviderpublic List<String> findServiceProviders()
findServiceProviders in interface ApiCallLogServiceCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.