Uses of Class
com.bytedesk.core.calendar.CalendarEntity
Packages that use CalendarEntity
-
Uses of CalendarEntity in com.bytedesk.core.calendar
Methods in com.bytedesk.core.calendar that return CalendarEntityModifier and TypeMethodDescriptionprotected CalendarEntityCalendarRestService.doSave(CalendarEntity entity) CalendarRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CalendarEntity entity) Methods in com.bytedesk.core.calendar that return types with arguments of type CalendarEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<CalendarEntity>CalendarRestService.createSpecification(CalendarRequest request) protected org.springframework.data.domain.Page<CalendarEntity>CalendarRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CalendarEntity> spec, org.springframework.data.domain.Pageable pageable) CalendarRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) CalendarRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<CalendarEntity>CalendarRestService.queryByOrgEntity(CalendarRequest request) static org.springframework.data.jpa.domain.Specification<CalendarEntity>CalendarSpecification.search(CalendarRequest request, AuthService authService) Methods in com.bytedesk.core.calendar with parameters of type CalendarEntityModifier and TypeMethodDescriptionCalendarRestService.convertToExcel(CalendarEntity entity) CalendarRestService.convertToResponse(CalendarEntity entity) protected CalendarEntityCalendarRestService.doSave(CalendarEntity entity) CalendarRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, CalendarEntity entity) voidCalendarEntityListener.onPostPersist(CalendarEntity calendar) voidCalendarEntityListener.onPostUpdate(CalendarEntity calendar) Method parameters in com.bytedesk.core.calendar with type arguments of type CalendarEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<CalendarEntity>CalendarRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<CalendarEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of CalendarEntity in com.bytedesk.core.calendar.event
Fields in com.bytedesk.core.calendar.event declared as CalendarEntityMethods in com.bytedesk.core.calendar.event that return CalendarEntityModifier and TypeMethodDescriptionAbstractCalendarEvent.getCalendar()private CalendarEntityAbstractCalendarEvent.snapshot(CalendarEntity source) Methods in com.bytedesk.core.calendar.event with parameters of type CalendarEntityModifier and TypeMethodDescriptionprivate CalendarEntityAbstractCalendarEvent.snapshot(CalendarEntity source) Constructors in com.bytedesk.core.calendar.event with parameters of type CalendarEntityModifierConstructorDescriptionprotectedAbstractCalendarEvent(Object source, CalendarEntity calendar) CalendarCreateEvent(CalendarEntity calendar) CalendarDeleteEvent(CalendarEntity calendar) CalendarUpdateEvent(CalendarEntity calendar)