public interface SeedListService
void
delete(Long seedListId)
List<SeedList>
findAll()
SeedList
getSeedList(Long seedListId)
save(SeedList seedList)
void save(SeedList seedList)
void delete(Long seedListId)
List<SeedList> findAll()
SeedList getSeedList(Long seedListId)
Copyright © 2015 The Apache Software Foundation