Uses of Class
com.bytedesk.kanban.module.ModuleEntity
Packages that use ModuleEntity
Package
Description
-
Uses of ModuleEntity in com.bytedesk.kanban.module
Methods in com.bytedesk.kanban.module that return ModuleEntityModifier and TypeMethodDescriptionprotected ModuleEntity
ModuleRestService.doSave
(ModuleEntity entity) ModuleRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ModuleEntity entity) Methods in com.bytedesk.kanban.module that return types with arguments of type ModuleEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ModuleEntity>
ModuleRestService.createSpecification
(ModuleRequest request) protected org.springframework.data.domain.Page<ModuleEntity>
ModuleRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<ModuleEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<ModuleEntity>
ModuleSpecification.search
(ModuleRequest request, AuthService authService) Methods in com.bytedesk.kanban.module with parameters of type ModuleEntityModifier and TypeMethodDescriptionModuleRestService.convertToResponse
(ModuleEntity entity) protected ModuleEntity
ModuleRestService.doSave
(ModuleEntity entity) ModuleRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ModuleEntity entity) private void
ModuleRestService.handleProjectAssociation
(ModuleRequest request, ModuleEntity savedEntity) 处理与Project的关联关系void
ModuleEntityListener.onPostPersist
(ModuleEntity module) void
ModuleEntityListener.onPostUpdate
(ModuleEntity module) Method parameters in com.bytedesk.kanban.module with type arguments of type ModuleEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ModuleEntity>
ModuleRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<ModuleEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ModuleEntity in com.bytedesk.kanban.module.event
Fields in com.bytedesk.kanban.module.event declared as ModuleEntityModifier and TypeFieldDescriptionprivate ModuleEntity
ModuleCreateEvent.report
private ModuleEntity
ModuleDeleteEvent.report
private ModuleEntity
ModuleUpdateEvent.report
Constructors in com.bytedesk.kanban.module.event with parameters of type ModuleEntityModifierConstructorDescriptionModuleCreateEvent
(ModuleEntity report) ModuleDeleteEvent
(ModuleEntity report) ModuleUpdateEvent
(ModuleEntity report) -
Uses of ModuleEntity in com.bytedesk.kanban.project
Fields in com.bytedesk.kanban.project with type parameters of type ModuleEntity