@Service public class SeedListServiceImpl extends Object implements SeedListService
| Constructor and Description |
|---|
SeedListServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Long seedListId) |
List<SeedList> |
findAll() |
SeedList |
getSeedList(Long seedListId) |
void |
save(SeedList seedList) |
public void save(SeedList seedList)
save in interface SeedListServicepublic void delete(Long seedListId)
delete in interface SeedListServicepublic List<SeedList> findAll()
findAll in interface SeedListServicepublic SeedList getSeedList(Long seedListId)
getSeedList in interface SeedListServiceCopyright © 2021 The Apache Software Foundation