public interface SeedListService
Modifier and Type | Method and Description |
---|---|
void |
delete(Long seedListId) |
List<SeedList> |
findAll() |
SeedList |
getSeedList(Long seedListId) |
void |
save(SeedList seedList) |
Copyright © 2021 The Apache Software Foundation