Uses of Class
com.bytedesk.core.schedule.ScheduleEntity
Packages that use ScheduleEntity
-
Uses of ScheduleEntity in com.bytedesk.core.schedule
Methods in com.bytedesk.core.schedule that return ScheduleEntityModifier and TypeMethodDescriptionprotected ScheduleEntityScheduleRestService.doSave(ScheduleEntity entity) ScheduleRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ScheduleEntity entity) Methods in com.bytedesk.core.schedule that return types with arguments of type ScheduleEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ScheduleEntity>ScheduleRestService.createSpecification(ScheduleRequest request) protected org.springframework.data.domain.Page<ScheduleEntity>ScheduleRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ScheduleEntity> spec, org.springframework.data.domain.Pageable pageable) ScheduleRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) ScheduleRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<ScheduleEntity>ScheduleRestService.queryByOrgEntity(ScheduleRequest request) static org.springframework.data.jpa.domain.Specification<ScheduleEntity>ScheduleSpecification.search(ScheduleRequest request, AuthService authService) Methods in com.bytedesk.core.schedule with parameters of type ScheduleEntityModifier and TypeMethodDescriptionScheduleRestService.convertToExcel(ScheduleEntity entity) ScheduleRestService.convertToResponse(ScheduleEntity entity) protected ScheduleEntityScheduleRestService.doSave(ScheduleEntity entity) ScheduleRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ScheduleEntity entity) voidScheduleEntityListener.onPostPersist(ScheduleEntity schedule) voidScheduleEntityListener.onPostUpdate(ScheduleEntity schedule) Method parameters in com.bytedesk.core.schedule with type arguments of type ScheduleEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ScheduleEntity>ScheduleRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ScheduleEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ScheduleEntity in com.bytedesk.core.schedule.event
Fields in com.bytedesk.core.schedule.event declared as ScheduleEntityMethods in com.bytedesk.core.schedule.event that return ScheduleEntityModifier and TypeMethodDescriptionAbstractScheduleEvent.getSchedule()private ScheduleEntityAbstractScheduleEvent.snapshot(ScheduleEntity source) Methods in com.bytedesk.core.schedule.event with parameters of type ScheduleEntityModifier and TypeMethodDescriptionprivate ScheduleEntityAbstractScheduleEvent.snapshot(ScheduleEntity source) Constructors in com.bytedesk.core.schedule.event with parameters of type ScheduleEntityModifierConstructorDescriptionprotectedAbstractScheduleEvent(Object source, ScheduleEntity schedule) ScheduleCreateEvent(ScheduleEntity schedule) ScheduleDeleteEvent(ScheduleEntity schedule) ScheduleUpdateEvent(ScheduleEntity schedule)