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 ModuleEntityModuleRestService.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 ModuleEntityModuleRestService.doSave(ModuleEntity entity) ModuleRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ModuleEntity entity) private voidModuleRestService.handleProjectAssociation(ModuleRequest request, ModuleEntity savedEntity) 处理与Project的关联关系voidModuleEntityListener.onPostPersist(ModuleEntity module) voidModuleEntityListener.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 ModuleEntityModuleCreateEvent.reportprivate ModuleEntityModuleDeleteEvent.reportprivate ModuleEntityModuleUpdateEvent.reportConstructors 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