public List<Shops> shopsListByCoordinateAndCityCode( String center, String leftbttom, String righttop, Integer id) { // TODO Auto-generated method stub return shopsDao.shopsListByCoordinateAndCityCode(center, leftbttom, righttop, id); }
public Map<String, Object> shopsListBydistanceAndType(Jqpage jqpage, int type) { // TODO Auto-generated method stub return shopsDao.findBydistanceAndType(jqpage, type); }
public Map<String, Object> shopsListBydistanceAndCityCode( Jqpage jqpage, Integer id, String coordinate) { // TODO Auto-generated method stub return shopsDao.findBydistanceAndCityCode(jqpage, id, coordinate); }
@Deprecated public Map<String, Object> shopsListBydistanceAndCityCode(Jqpage jqpage, int cityCode) { // TODO Auto-generated method stub return shopsDao.findBydistanceAndCityCode(jqpage, cityCode); }
public List<Shops> shopsListBySearch(String keyWords) { // TODO Auto-generated method stub return shopsDao.shopsListBySearch(keyWords); }
public Shops getByUserId(int userId) { // TODO Auto-generated method stub return shopsDao.getByUserId(userId); }
public Map<String, Object> findByPageAndShoptype(Jqpage jqpage, int shoptype) { // TODO Auto-generated method stub return shopsDao.findByPageAndShoptype(jqpage, shoptype); }
public List<Shops> shopsListByCoordinate(String center, String leftbttom, String righttop) { // TODO Auto-generated method return shopsDao.shopsListByCoordinate(center, leftbttom, righttop); }