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