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