Class SysDepartmentService
java.lang.Object
cn.herodotus.engine.data.core.jpa.service.AbstractJpaService<SysDepartment,String>
cn.herodotus.engine.logic.upms.service.hr.SysDepartmentService
- All Implemented Interfaces:
BaseJpaReadableService<SysDepartment,,String> BaseJpaWriteableService<SysDepartment,,String> cn.herodotus.engine.data.core.service.BasePageService<SysDepartment,,String> cn.herodotus.engine.data.core.service.BaseService<SysDepartment,String>
Description: 部门管理服务
- Author:
- : gengwei.zheng
- Date:
- : 2020/1/20 11:50
-
Constructor Summary
ConstructorsConstructorDescriptionSysDepartmentService(SysDepartmentRepository sysDepartmentRepository, SysOwnershipService sysOwnershipService) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteById(String departmentId) org.springframework.data.domain.Page<SysDepartment>findByCondition(int pageNumber, int pageSize, String organizationId) Methods inherited from class cn.herodotus.engine.data.core.jpa.service.AbstractJpaService
likeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.herodotus.engine.data.core.jpa.service.BaseJpaReadableService
count, count, exists, existsById, findAll, findAll, findAll, findAll, findAllById, findById, findByPage, findByPage, findByPage, findByPage, getReferenceByIdMethods inherited from interface cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService
delete, deleteAll, deleteAll, deleteAllById, deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, flush, save, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface cn.herodotus.engine.data.core.service.BasePageService
findByPage, findByPage, findByPage
-
Constructor Details
-
SysDepartmentService
public SysDepartmentService(SysDepartmentRepository sysDepartmentRepository, SysOwnershipService sysOwnershipService)
-
-
Method Details
-
getRepository
-
findByCondition
public org.springframework.data.domain.Page<SysDepartment> findByCondition(int pageNumber, int pageSize, String organizationId) -
findAll
-
deleteById
-