Uses of Class
com.bytedesk.core.department.DepartmentEntity
Packages that use DepartmentEntity
-
Uses of DepartmentEntity in com.bytedesk.core.department
Fields in com.bytedesk.core.department declared as DepartmentEntityModifier and TypeFieldDescriptionprivate DepartmentEntity
DepartmentEntity.parent
Parent department in the hierarchyFields in com.bytedesk.core.department with type parameters of type DepartmentEntityModifier and TypeFieldDescriptionprivate Set<DepartmentEntity>
DepartmentEntity.children
Child departments under this departmentMethods in com.bytedesk.core.department that return DepartmentEntityModifier and TypeMethodDescriptionprotected DepartmentEntity
DepartmentRestService.doSave
(DepartmentEntity entity) DepartmentRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, DepartmentEntity entity) Methods in com.bytedesk.core.department that return types with arguments of type DepartmentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<DepartmentEntity>
DepartmentRestService.createSpecification
(DepartmentRequest request) protected org.springframework.data.domain.Page<DepartmentEntity>
DepartmentRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<DepartmentEntity> spec, org.springframework.data.domain.Pageable pageable) DepartmentRestService.findByNameAndOrgUid
(String name, String orgUid) DepartmentRepository.findByNameAndOrgUidAndDeletedFalse
(String name, String orgUid) static org.springframework.data.jpa.domain.Specification<DepartmentEntity>
DepartmentSpecification.search
(DepartmentRequest request, AuthService authService) Methods in com.bytedesk.core.department with parameters of type DepartmentEntityModifier and TypeMethodDescriptionvoid
DepartmentEntity.addChild
(DepartmentEntity child) Add a child department to this departmentDepartmentRestService.convertToResponse
(DepartmentEntity department) protected DepartmentEntity
DepartmentRestService.doSave
(DepartmentEntity entity) DepartmentRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, DepartmentEntity entity) void
DepartmentEntity.removeChild
(DepartmentEntity child) Remove a child department from this departmentMethod parameters in com.bytedesk.core.department with type arguments of type DepartmentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<DepartmentEntity>
DepartmentRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<DepartmentEntity> spec, org.springframework.data.domain.Pageable pageable)