@Component
@ConditionalOnProperty(value="openaire.exporter.enable.funders",
havingValue="true")
public class FunderService
extends Object
| Constructor and Description |
|---|
FunderService() |
| Modifier and Type | Method and Description |
|---|---|
FunderDbEntry |
getFunder(String id) |
List<FunderDbEntry> |
getFunders() |
boolean |
isValidFunder(String id) |
void |
updateFunder(String id,
FunderDbUpdate funderUpdate) |
public List<FunderDbEntry> getFunders()
public FunderDbEntry getFunder(String id) throws FundersApiException
FundersApiExceptionpublic boolean isValidFunder(String id)
public void updateFunder(String id, FunderDbUpdate funderUpdate)
Copyright © 2025. All rights reserved.