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 DepartmentEntityMethods in com.bytedesk.team.department that return types with arguments of type DepartmentEntityModifier and TypeMethodDescriptionDepartmentRestService.findByNameAndOrgUid
(String name, String orgUid) DepartmentRepository.findByNameAndOrgUidAndDeleted
(String name, String orgUid, boolean deleted) static org.springframework.data.jpa.domain.Specification<DepartmentEntity>
DepartmentSpecification.search
(DepartmentRequest request) Methods in com.bytedesk.team.department with parameters of type DepartmentEntityModifier and TypeMethodDescriptionvoid
DepartmentEntity.addChild
(DepartmentEntity child) DepartmentRestService.convertToResponse
(DepartmentEntity department) void
DepartmentRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, DepartmentEntity entity) void
DepartmentEntity.removeChild
(DepartmentEntity child) DepartmentRestService.save
(DepartmentEntity department)