Uses of Class
com.bytedesk.service.worktime.settings.WorktimeSettingEntity
Packages that use WorktimeSettingEntity
Package
Description
工作时间设置
-
Uses of WorktimeSettingEntity in com.bytedesk.service.worktime.settings
Methods in com.bytedesk.service.worktime.settings that return WorktimeSettingEntityModifier and TypeMethodDescriptionprotected WorktimeSettingEntityWorktimeSettingRestService.doSave(WorktimeSettingEntity entity) WorktimeSettingRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WorktimeSettingEntity entity) Methods in com.bytedesk.service.worktime.settings that return types with arguments of type WorktimeSettingEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WorktimeSettingEntity>WorktimeSettingRestService.createSpecification(WorktimeSettingRequest request) protected org.springframework.data.domain.Page<WorktimeSettingEntity>WorktimeSettingRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<WorktimeSettingEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<WorktimeSettingEntity>WorktimeSettingSpecification.search(WorktimeSettingRequest request, AuthService authService) Methods in com.bytedesk.service.worktime.settings with parameters of type WorktimeSettingEntityModifier and TypeMethodDescriptionWorktimeSettingRestService.convertToExcel(WorktimeSettingEntity entity) WorktimeSettingRestService.convertToResponse(WorktimeSettingEntity entity) protected WorktimeSettingEntityWorktimeSettingRestService.doSave(WorktimeSettingEntity entity) WorktimeSettingRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WorktimeSettingEntity entity) voidWorktimeSettingEntityListener.onPostPersist(WorktimeSettingEntity tag) voidWorktimeSettingEntityListener.onPostUpdate(WorktimeSettingEntity tag) Method parameters in com.bytedesk.service.worktime.settings with type arguments of type WorktimeSettingEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WorktimeSettingEntity>WorktimeSettingRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<WorktimeSettingEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of WorktimeSettingEntity in com.bytedesk.service.worktime.settings.event
Fields in com.bytedesk.service.worktime.settings.event declared as WorktimeSettingEntityModifier and TypeFieldDescriptionprivate WorktimeSettingEntityWorktimeSettingCreateEvent.tagprivate WorktimeSettingEntityWorktimeSettingDeleteEvent.tagprivate WorktimeSettingEntityWorktimeSettingUpdateEvent.tagConstructors in com.bytedesk.service.worktime.settings.event with parameters of type WorktimeSettingEntityModifierConstructorDescription