@Service(value="basicBiz") public class BasicBizImpl extends com.mingsoft.base.biz.impl.BaseBizImpl implements IBasicBiz
| 构造器和说明 |
|---|
BasicBizImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteBasic(int basicId)
级联删除
|
void |
deleteBasic(int[] basicIds)
批量级联删除
|
BasicEntity |
getBasic(int basicId)
获取基本信息实
|
protected com.mingsoft.base.dao.IBaseDao |
getDao()
获取基本信息持久化层
|
List<BasicEntity> |
query(int categoryId)
根据分类查询
|
List<BasicEntity> |
query(Integer appId,
Integer categoryId,
String keyWord,
com.mingsoft.util.PageUtil page,
Integer modelId,
Map where)
根据分类与关键子统计总数
|
int |
saveBasic(BasicEntity basic)
保存基本信息实体
|
void |
updateBasic(BasicEntity basic)
更新基本信息实体
|
void |
updateHit(int basicId,
Integer num)
根据点击次数
|
alterTable, alterTable, countBySQL, createTable, delete, deleteBySQL, deleteEntity, deleteEntity, dropTable, excuteSql, getEntity, getEntity, insertBySQL, query, queryAll, queryByPage, queryBySQL, queryBySQL, queryCount, queryForSearchMapping, saveBatch, saveEntity, updateBySQL, updateEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalterTable, alterTable, countBySQL, createTable, delete, deleteBySQL, deleteEntity, deleteEntity, dropTable, excuteSql, getEntity, getEntity, insertBySQL, query, queryAll, queryByPage, queryBySQL, queryBySQL, queryCount, queryForSearchMapping, saveBatch, saveEntity, updateBySQL, updateEntitypublic void deleteBasic(int basicId)
IBasicBizdeleteBasic 在接口中 IBasicBizbasicId - 信息编号public void deleteBasic(int[] basicIds)
IBasicBizdeleteBasic 在接口中 IBasicBizbasicIds - 基本信息实体basicIds集合public BasicEntity getBasic(int basicId)
IBasicBizprotected com.mingsoft.base.dao.IBaseDao getDao()
getDao 在类中 com.mingsoft.base.biz.impl.BaseBizImplpublic List<BasicEntity> query(int categoryId)
IBasicBizpublic List<BasicEntity> query(Integer appId, Integer categoryId, String keyWord, com.mingsoft.util.PageUtil page, Integer modelId, Map where)
IBasicBizpublic int saveBasic(BasicEntity basic)
IBasicBizpublic void updateBasic(BasicEntity basic)
IBasicBizupdateBasic 在接口中 IBasicBizbasic - basic实体Copyright © 2018. All rights reserved.