public interface OccurrenceMappingService
OccurrenceMapping.| Modifier and Type | Method and Description |
|---|---|
int |
addOccurrenceMapping(@NotNull UUID targetEntityKey,
@NotNull @Valid OccurrenceMapping occurrenceMapping)
Add a new
OccurrenceMapping to a target entity. |
void |
deleteOccurrenceMapping(@NotNull UUID targetEntityKey,
int occurrenceMappingKey)
Delete an existing
OccurrenceMapping from a target entity by OccurrenceMapping key. |
List<OccurrenceMapping> |
listOccurrenceMappings(@NotNull UUID targetEntityKey)
List all
OccurrenceMapping of a target entity. |
int addOccurrenceMapping(@NotNull @NotNull UUID targetEntityKey, @NotNull @Valid @NotNull @Valid OccurrenceMapping occurrenceMapping)
OccurrenceMapping to a target entity.targetEntityKey - key of target entityoccurrenceMapping - OccurrenceMapping to addvoid deleteOccurrenceMapping(@NotNull @NotNull UUID targetEntityKey, int occurrenceMappingKey)
OccurrenceMapping from a target entity by OccurrenceMapping key.targetEntityKey - key of target entityoccurrenceMappingKey - OccurrenceMapping key to deleteList<OccurrenceMapping> listOccurrenceMappings(@NotNull @NotNull UUID targetEntityKey)
OccurrenceMapping of a target entity.targetEntityKey - key of target entityOccurrenceMapping that belong to the entityCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.