类 IndexServiceImpl
java.lang.Object
com.walker.jdbc.service.BaseServiceImpl
com.ishop.mobile.service.IndexServiceImpl
- 所有已实现的接口:
com.walker.jdbc.BaseDao,com.walker.jdbc.service.BaseService
@Service
public class IndexServiceImpl
extends com.walker.jdbc.service.BaseServiceImpl
-
嵌套类概要
从接口继承的嵌套类/接口 com.walker.jdbc.BaseDao
com.walker.jdbc.BaseDao.RowExecution<T extends Object> -
字段概要
从类继承的字段 com.walker.jdbc.service.BaseServiceImpl
dao, log -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明List<com.ishop.model.po.EbMerchant>queryIndexMerchantList(int limit) 返回首页推荐的商家集合com.walker.db.page.GenericPager<com.ishop.model.po.EbProduct>queryIndexProductList(List<Integer> categoryIdList) 首页商品列表 // * @param cid 一级商品分类id,全部传0List<com.ishop.model.po.EbSeckillProduct>获取APP首页秒杀活动集合。从类继承的方法 com.walker.jdbc.service.BaseServiceImpl
delete, delete, delete, delete, execBatchUpdate, execCall, execCall, execute, execute, execute, execute, get, get, get, get, get, get, get, get, get, getDao, getMaxOrder, insert, insert, insertBatch, queryForInt, queryForInt, queryForObject, queryForObject, queryListObjectWhereIn, save, save, saveOrder, select, select, select, select, select, select, select, select, select, select, selectAll, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, setDao, sqlGeneralQueryPager, sqlGeneralQueryPager, sqlGeneralQueryPager, sqlListObjectWhereIn, sqlMathQuery, sqlQuery, sqlQuery, sqlQueryListMap, update, update, update, update, update, update, updateBatch
-
构造器详细资料
-
IndexServiceImpl
public IndexServiceImpl()
-
-
方法详细资料
-
queryIndexProductList
public com.walker.db.page.GenericPager<com.ishop.model.po.EbProduct> queryIndexProductList(List<Integer> categoryIdList) 首页商品列表 // * @param cid 一级商品分类id,全部传0- 参数:
categoryIdList- 第三级商品分类id集合- 返回:
-
queryIndexMerchantList
返回首页推荐的商家集合- 参数:
limit- 限制几条- 返回:
-
queryIndexSecKillList
获取APP首页秒杀活动集合。暂时没实现。- 返回:
-