Class SysOwnershipService
java.lang.Object
cn.herodotus.engine.data.core.jpa.service.AbstractJpaService<SysOwnership,String>
cn.herodotus.engine.logic.upms.service.hr.SysOwnershipService
- All Implemented Interfaces:
BaseJpaReadableService<SysOwnership,,String> BaseJpaWriteableService<SysOwnership,,String> cn.herodotus.engine.data.core.service.BasePageService<SysOwnership,,String> cn.herodotus.engine.data.core.service.BaseService<SysOwnership,String>
Description: 人事归属服务
- Author:
- : gengwei.zheng
- Date:
- : 2021/7/15 16:30
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteByDepartmentId(String departmentId) voiddeleteByEmployeeId(String employeeId) voiddeleteByOrganizationId(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, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface cn.herodotus.engine.data.core.service.BasePageService
findByPage, findByPage, findByPage
-
Constructor Details
-
SysOwnershipService
-
-
Method Details
-
getRepository
-
deleteByOrganizationId
-
deleteByDepartmentId
-
deleteByEmployeeId
-
delete
-