public interface IBasicBiz
extends net.mingsoft.base.biz.IBaseBiz
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteBasic(int basicId)
级联删除
|
void |
deleteBasic(int[] basicIds)
批量级联删除
|
BasicEntity |
getBasic(int basicId)
获取基本信息实
|
List<BasicEntity> |
query(int categoryId)
根据分类查询
|
int |
saveBasic(BasicEntity basic)
保存基本信息实体
|
void |
update(int basicId,
Integer num,
String field)
更新basic收藏、评论、分享数
|
void |
updateBasic(BasicEntity basic)
更新基本信息实体
|
void |
updateHit(int basicId,
Integer num)
根据点击次数
|
void deleteBasic(int basicId)
basicId - 信息编号void deleteBasic(int[] basicIds)
basicIds - 基本信息实体basicIds集合BasicEntity getBasic(int basicId)
basicId - 信息编号List<BasicEntity> query(int categoryId)
categoryId - 分类编号int saveBasic(BasicEntity basic)
basic - basic实体void updateBasic(BasicEntity basic)
basic - basic实体void updateHit(int basicId,
Integer num)
basicId - 信息编号num - null:为递增Copyright © 2019. All rights reserved.