@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 SeedListService
public void delete(Long seedListId)
delete
in interface SeedListService
public List<SeedList> findAll()
findAll
in interface SeedListService
public SeedList getSeedList(Long seedListId)
getSeedList
in interface SeedListService
Copyright © 2021 The Apache Software Foundation