Uses of Class
com.bytedesk.team.department.DepartmentEntity
Packages that use DepartmentEntity
- 
Uses of DepartmentEntity in com.bytedesk.team.department
Fields in com.bytedesk.team.department declared as DepartmentEntityFields in com.bytedesk.team.department with type parameters of type DepartmentEntityMethods in com.bytedesk.team.department that return DepartmentEntityModifier and TypeMethodDescriptionprotected DepartmentEntityDepartmentRestService.doSave(DepartmentEntity entity) DepartmentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, DepartmentEntity entity) Methods in com.bytedesk.team.department that return types with arguments of type DepartmentEntityModifier and TypeMethodDescriptionDepartmentRestService.findByNameAndOrgUid(String name, String orgUid) DepartmentRepository.findByNameAndOrgUidAndDeletedFalse(String name, String orgUid) static org.springframework.data.jpa.domain.Specification<DepartmentEntity>DepartmentSpecification.search(DepartmentRequest request) Methods in com.bytedesk.team.department with parameters of type DepartmentEntityModifier and TypeMethodDescriptionvoidDepartmentEntity.addChild(DepartmentEntity child) DepartmentRestService.convertToResponse(DepartmentEntity department) protected DepartmentEntityDepartmentRestService.doSave(DepartmentEntity entity) DepartmentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, DepartmentEntity entity) voidDepartmentEntity.removeChild(DepartmentEntity child)