@Service(value="topicCategoryService") public class TopicCategoryServiceImpl extends Object implements TopicCategoryService
| Constructor and Description |
|---|
TopicCategoryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
delete(Integer id)
根据主键删除
|
int |
deleteBatch(Integer[] ids)
根据主键批量删除
|
List<TopicCategoryEntity> |
queryList(Map<String,Object> map)
分页查询
|
TopicCategoryEntity |
queryObject(Integer id)
根据主键查询实体
|
int |
queryTotal(Map<String,Object> map)
分页统计总数
|
int |
save(TopicCategoryEntity topicCategory)
保存实体
|
int |
update(TopicCategoryEntity topicCategory)
根据主键更新实体
|
public TopicCategoryEntity queryObject(Integer id)
TopicCategoryServicequeryObject in interface TopicCategoryServiceid - 主键public List<TopicCategoryEntity> queryList(Map<String,Object> map)
TopicCategoryServicequeryList in interface TopicCategoryServicemap - 参数public int queryTotal(Map<String,Object> map)
TopicCategoryServicequeryTotal in interface TopicCategoryServicemap - 参数public int save(TopicCategoryEntity topicCategory)
TopicCategoryServicesave in interface TopicCategoryServicetopicCategory - 实体public int update(TopicCategoryEntity topicCategory)
TopicCategoryServiceupdate in interface TopicCategoryServicetopicCategory - 实体public int delete(Integer id)
TopicCategoryServicedelete in interface TopicCategoryServicepublic int deleteBatch(Integer[] ids)
TopicCategoryServicedeleteBatch in interface TopicCategoryServiceCopyright © 2021. All rights reserved.