接口 DepartmentTypeApi
-
public interface DepartmentTypeApi部门类型服务接口- 作者:
- guer
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.util.List<net.guerlab.smart.user.core.domain.DepartmentTypeDTO>findAll(net.guerlab.smart.user.core.searchparams.DepartmentTypeSearchParams searchParams)根据搜索参数查询部门类型列表net.guerlab.web.result.ListObject<net.guerlab.smart.user.core.domain.DepartmentTypeDTO>findList(net.guerlab.smart.user.core.searchparams.DepartmentTypeSearchParams searchParams)根据搜索参数查询部门类型列表net.guerlab.smart.user.core.domain.DepartmentTypeDTOfindOne(java.lang.String departmentTypeKey)根据部门类型关键字查询部门类型
-
-
-
方法详细资料
-
findOne
net.guerlab.smart.user.core.domain.DepartmentTypeDTO findOne(java.lang.String departmentTypeKey)
根据部门类型关键字查询部门类型- 参数:
departmentTypeKey- 部门类型关键字- 返回:
- 部门类型
-
findList
net.guerlab.web.result.ListObject<net.guerlab.smart.user.core.domain.DepartmentTypeDTO> findList(net.guerlab.smart.user.core.searchparams.DepartmentTypeSearchParams searchParams)
根据搜索参数查询部门类型列表- 参数:
searchParams- 搜索参数- 返回:
- 部门类型列表
-
findAll
java.util.List<net.guerlab.smart.user.core.domain.DepartmentTypeDTO> findAll(net.guerlab.smart.user.core.searchparams.DepartmentTypeSearchParams searchParams)
根据搜索参数查询部门类型列表- 参数:
searchParams- 搜索参数- 返回:
- 部门类型列表
-
-