@Service(value="basicCategoryBizImpl") public class BasicCategoryBizImpl extends com.mingsoft.base.biz.impl.BaseBizImpl implements IBasicCategoryBiz
| 构造器和说明 |
|---|
BasicCategoryBizImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected com.mingsoft.base.dao.IBaseDao |
getDao()
获取分类关联持久化层
|
List<Integer> |
queryBasicIdsByCategoryId(int[] categoryIds)
根据分类id集合去查询符合条件的basicId集合
|
List<BasicCategoryEntity> |
queryByBasicId(int bcBasicId)
根据baiscId查询基础分类关联信息
|
void |
updateBatch(List<BasicCategoryEntity> basicCategoryList)
批量更新基础分类关联表
|
alterTable, alterTable, countBySQL, createTable, delete, deleteBySQL, deleteEntity, dropTable, excuteSql, getEntity, insertBySQL, queryAll, queryByPage, queryBySQL, queryBySQL, queryCount, saveBatch, saveEntity, updateBySQL, updateEntitypublic void updateBatch(List<BasicCategoryEntity> basicCategoryList)
IBasicCategoryBizupdateBatch 在接口中 IBasicCategoryBizbasicCategoryList - 基础分类列表实体protected com.mingsoft.base.dao.IBaseDao getDao()
getDao 在类中 com.mingsoft.base.biz.impl.BaseBizImplpublic List<BasicCategoryEntity> queryByBasicId(int bcBasicId)
IBasicCategoryBizqueryByBasicId 在接口中 IBasicCategoryBizbcBasicId - 基础basicIdpublic List<Integer> queryBasicIdsByCategoryId(int[] categoryIds)
IBasicCategoryBizqueryBasicIdsByCategoryId 在接口中 IBasicCategoryBizcategoryIds - 分类id集合Copyright © 2016. All rights reserved.