public interface ChangeSuggestionService<T extends CollectionEntity,R extends ChangeSuggestion<T>>
Modifier and Type | Method and Description |
---|---|
UUID |
applyChangeSuggestion(int key) |
int |
createChangeSuggestion(R changeSuggestion) |
void |
discardChangeSuggestion(int key) |
R |
getChangeSuggestion(int key) |
PagingResponse<R> |
list(Status status,
Type type,
String proposedBy,
UUID entityKey,
String ihIdentifier,
Pageable page) |
void |
updateChangeSuggestion(R changeSuggestion) |
int createChangeSuggestion(@Valid R changeSuggestion)
void updateChangeSuggestion(@Valid R changeSuggestion)
void discardChangeSuggestion(int key)
UUID applyChangeSuggestion(int key)
R getChangeSuggestion(int key)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.