Uses of Class
com.bytedesk.core.notice.NoticeEntity
Packages that use NoticeEntity
-
Uses of NoticeEntity in com.bytedesk.core.notice
Methods in com.bytedesk.core.notice that return NoticeEntityModifier and TypeMethodDescriptionprotected NoticeEntityNoticeRestService.doSave(NoticeEntity entity) NoticeRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, NoticeEntity entity) NoticeRestService.save(NoticeEntity entity) Methods in com.bytedesk.core.notice that return types with arguments of type NoticeEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<NoticeEntity>NoticeRestService.createSpecification(NoticeRequest request) protected org.springframework.data.domain.Page<NoticeEntity>NoticeRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<NoticeEntity> spec, org.springframework.data.domain.Pageable pageable) NoticeRepository.findByExtraContains(String messageUid) NoticeRestService.findByExtraContains(String messageUid) NoticeRepository.findByStatusAndExtraContains(String status, String messageUid) NoticeRestService.findByStatusAndExtraContains(String status, String messageUid) static org.springframework.data.jpa.domain.Specification<NoticeEntity>NoticeSpecification.search(NoticeRequest request, AuthService authService) Methods in com.bytedesk.core.notice with parameters of type NoticeEntityModifier and TypeMethodDescriptionNoticeRestService.convertToResponse(NoticeEntity entity) protected NoticeEntityNoticeRestService.doSave(NoticeEntity entity) NoticeRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, NoticeEntity entity) voidNoticeEntityListener.onPostPersist(NoticeEntity noticeEntity) voidNoticeEntityListener.onPostUpdate(NoticeEntity noticeEntity) NoticeRestService.save(NoticeEntity entity) Method parameters in com.bytedesk.core.notice with type arguments of type NoticeEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<NoticeEntity>NoticeRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<NoticeEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of NoticeEntity in com.bytedesk.core.notice.event
Fields in com.bytedesk.core.notice.event declared as NoticeEntityModifier and TypeFieldDescriptionprivate final NoticeEntityNoticeCreateEvent.noticeprivate final NoticeEntityNoticeDeleteEvent.noticeprivate final NoticeEntityNoticeUpdateEvent.noticeConstructors in com.bytedesk.core.notice.event with parameters of type NoticeEntityModifierConstructorDescriptionNoticeCreateEvent(Object source, NoticeEntity notice) NoticeDeleteEvent(Object source, NoticeEntity notice) NoticeUpdateEvent(Object source, NoticeEntity notice)