Uses of Class
cn.herodotus.engine.logic.upms.entity.hr.SysEmployee
Packages that use SysEmployee
Package
Description
-
Uses of SysEmployee in cn.herodotus.engine.logic.upms.domain.deserializer
Methods in cn.herodotus.engine.logic.upms.domain.deserializer that return SysEmployeeModifier and TypeMethodDescriptionSysEmployeeEmptyToNull.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) -
Uses of SysEmployee in cn.herodotus.engine.logic.upms.entity.security
Methods in cn.herodotus.engine.logic.upms.entity.security that return SysEmployeeMethods in cn.herodotus.engine.logic.upms.entity.security with parameters of type SysEmployee -
Uses of SysEmployee in cn.herodotus.engine.logic.upms.repository.hr
Methods in cn.herodotus.engine.logic.upms.repository.hr that return SysEmployeeModifier and TypeMethodDescriptionSysEmployeeRepository.findByEmployeeName(String employeeName) 根据人员性名查找SysEmployeeMethods in cn.herodotus.engine.logic.upms.repository.hr that return types with arguments of type SysEmployeeModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SysEmployee>SysEmployeeRepository.findAll(org.springframework.data.domain.Pageable pageable) -
Uses of SysEmployee in cn.herodotus.engine.logic.upms.service.hr
Methods in cn.herodotus.engine.logic.upms.service.hr that return SysEmployeeMethods in cn.herodotus.engine.logic.upms.service.hr that return types with arguments of type SysEmployeeModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SysEmployee>SysEmployeeService.findAllocatable(int pageNumber, int pageSize, String organizationId, String departmentId, String employeeName, String mobilePhoneNumber, String email, Gender gender, Identity identity) 根据单位ID和部门ID,查找当前部门下未被设置人员归属的人员。org.springframework.data.domain.Page<SysEmployee>SysEmployeeService.findByCondition(int pageNumber, int pageSize, String employeeName, String mobilePhoneNumber, String officePhoneNumber, String email, String pkiEmail, Gender gender, Identity identity) 根据动态条件分页查询人员信息org.springframework.data.domain.Page<SysEmployee>SysEmployeeService.findByDepartmentId(int pageNumber, int pageSize, String departmentId) SysEmployeeService.getRepository()Method parameters in cn.herodotus.engine.logic.upms.service.hr with type arguments of type SysEmployeeModifier and TypeMethodDescriptionbooleanSysEmployeeService.deployAllocatable(List<SysEmployee> sysEmployees, List<SysOwnership> sysOwnerships)