public List findAll()

in src/main/java/org/apache/nutch/webui/service/impl/SeedListServiceImpl.java [60:66]


  public List<SeedList> findAll() {
    try {
      return seedListDao.queryForAll();
    } catch (SQLException e) {
      throw new RuntimeException(e);
    }
  }