类 SysDepartmentService
java.lang.Object
cn.herodotus.stirrup.data.crud.service.AbstractJpaService<SysDepartment,String>
cn.herodotus.engine.supplier.upms.logic.service.hr.SysDepartmentService
- 所有已实现的接口:
cn.herodotus.stirrup.data.crud.service.JpaReadableService<SysDepartment,,String> cn.herodotus.stirrup.data.crud.service.JpaWriteableService<SysDepartment,String>
@Service
public class SysDepartmentService
extends cn.herodotus.stirrup.data.crud.service.AbstractJpaService<SysDepartment,String>
Description: 部门管理服务
- 作者:
- : gengwei.zheng
- Date:
- : 2020/1/20 11:50
-
构造器概要
构造器构造器说明SysDepartmentService(SysDepartmentRepository sysDepartmentRepository, SysOwnershipService sysOwnershipService) -
方法概要
修饰符和类型方法说明voiddeleteById(String departmentId) org.springframework.data.domain.Page<SysDepartment> findByCondition(int pageNumber, int pageSize, String organizationId) cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysDepartment, String> 从类继承的方法 cn.herodotus.stirrup.data.crud.service.AbstractJpaService
like从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
count, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage从接口继承的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
delete, deleteAll, deleteAll, deleteAllInBatch, flush, save, saveAll, saveAllAndFlush, saveAndFlush
-
构造器详细资料
-
SysDepartmentService
public SysDepartmentService(SysDepartmentRepository sysDepartmentRepository, SysOwnershipService sysOwnershipService)
-
-
方法详细资料
-
getRepository
public cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysDepartment,String> getRepository() -
findByCondition
public org.springframework.data.domain.Page<SysDepartment> findByCondition(int pageNumber, int pageSize, String organizationId) -
findAll
-
deleteById
-