adding all of botlist, initial add
[botlist.git] / openbotlist / src / org / spirit / dao / BotListPostSectionsDAO.java
blob6b3e6fc1252a0c27151274b1b3202a97b6b12b18
1 /**
2 * Berlin Brown
3 * Nov 9, 2006
4 */
6 package org.spirit.dao;
8 import java.util.List;
10 import org.spirit.bean.impl.BotListCityListing;
13 /**
14 * This is class is used by botverse.
16 * @author Berlin Brown
20 public interface BotListPostSectionsDAO {
22 public List listSections(final String queryStr, final BotListCityListing city);