public interface IBasicBiz
extends com.mingsoft.base.biz.IBaseBiz
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteBasic(int basicId)
级联删除
|
void |
deleteBasic(int[] basicIds)
批量级联删除
|
BasicEntity |
getBasic(int basicId)
获取基本信息实
|
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, updateEntityvoid deleteBasic(int basicId)
basicId - 信息编号void deleteBasic(int[] basicIds)
basicIds - 基本信息实体basicIds集合BasicEntity getBasic(int basicId)
basicId - 信息编号List<BasicEntity> query(int categoryId)
categoryId - 分类编号List<BasicEntity> query(Integer appId, Integer categoryId, String keyWord, com.mingsoft.util.PageUtil page, Integer modelId, Map where)
appId - 应用编号categoryId - 分类编号keyWord - 关键字page - 分页modelId - 模块编号where - 条件int saveBasic(BasicEntity basic)
basic - basic实体void updateBasic(BasicEntity basic)
basic - basic实体void updateHit(int basicId,
Integer num)
basicId - 信息编号num - null:为递增Copyright © 2018. All rights reserved.