Class DeptApiImpl
- java.lang.Object
-
- org.openea.eap.module.system.api.dept.DeptApiImpl
-
-
Constructor Summary
Constructors Constructor Description DeptApiImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openea.eap.framework.common.pojo.CommonResult<List<DeptRespDTO>>getChildDeptList(Long id)org.openea.eap.framework.common.pojo.CommonResult<DeptRespDTO>getDept(Long id)org.openea.eap.framework.common.pojo.CommonResult<List<DeptRespDTO>>getDeptList(Collection<Long> ids)org.openea.eap.framework.common.pojo.CommonResult<Boolean>validateDeptList(Collection<Long> ids)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openea.eap.module.system.api.dept.DeptApi
getDeptMap
-
-
-
-
Method Detail
-
getDept
public org.openea.eap.framework.common.pojo.CommonResult<DeptRespDTO> getDept(Long id)
-
getDeptList
public org.openea.eap.framework.common.pojo.CommonResult<List<DeptRespDTO>> getDeptList(Collection<Long> ids)
- Specified by:
getDeptListin interfaceDeptApi
-
validateDeptList
public org.openea.eap.framework.common.pojo.CommonResult<Boolean> validateDeptList(Collection<Long> ids)
- Specified by:
validateDeptListin interfaceDeptApi
-
getChildDeptList
public org.openea.eap.framework.common.pojo.CommonResult<List<DeptRespDTO>> getChildDeptList(Long id)
- Specified by:
getChildDeptListin interfaceDeptApi
-
-