public interface DepartmentService extends TreeService<DepartmentEntity,String>, CrudService<DepartmentEntity,String>
| 限定符和类型 | 方法和说明 |
|---|---|
DepartmentEntity |
selectByCode(String code) |
List<DepartmentEntity> |
selectByName(String name) |
List<DepartmentEntity> |
selectByOrgId(String orgId) |
List<DepartmentEntity> |
selectByOrgIds(List<String> orgId,
boolean children,
boolean parent) |
insertBatch, selectAllChildNode, selectChildNode, selectParentNode, updateBatchcount, select, selectPager, selectSinglesaveOrUpdate, updateByPk, updateByPkinsertdeleteByPkcreateEntity, getEntityInstanceTypecount, select, selectByPk, selectByPkList<DepartmentEntity> selectByOrgId(String orgId)
List<DepartmentEntity> selectByOrgIds(List<String> orgId, boolean children, boolean parent)
DepartmentEntity selectByCode(String code)
List<DepartmentEntity> selectByName(String name)
Copyright © 2016–2019. All rights reserved.