public interface ICategoryDao
extends net.mingsoft.base.dao.IBaseDao
| 限定符和类型 | 方法和说明 |
|---|---|
int |
count(CategoryEntity category)
已过时。
|
List<CategoryEntity> |
queryBatchCategoryById(List<Integer> listId)
已过时。
|
List<CategoryEntity> |
queryByAppIdOrModelId(Integer appId,
Integer modelId)
已过时。
|
List |
queryByDictId(CategoryEntity category)
根据字典查询机构
|
List<CategoryEntity> |
queryChildren(CategoryEntity category)
查询当前分类下面的所有子分类
|
List<CategoryEntity> |
queryChilds(CategoryEntity category)
已过时。
|
@Deprecated List<CategoryEntity> queryChilds(@Param(value="category") CategoryEntity category)
category - 分类实体@Deprecated int count(@Param(value="category") CategoryEntity category)
category - 分类实体@Deprecated List<CategoryEntity> queryBatchCategoryById(@Param(value="listId") List<Integer> listId)
listId - ID集合@Deprecated List<CategoryEntity> queryByAppIdOrModelId(@Param(value="appId") Integer appId, @Param(value="modelId") Integer modelId)
appId - 应用编号modelId - 模块编号List<CategoryEntity> queryChildren(CategoryEntity category)
category - 必须存在categoryId categoryParentIdList queryByDictId(CategoryEntity category)
category - Copyright © 2019. All rights reserved.