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 NoticeEntity
NoticeRestService.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 TypeMethodDescriptionNoticeRepository.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) Methods in com.bytedesk.core.notice with parameters of type NoticeEntityModifier and TypeMethodDescriptionNoticeRestService.convertToResponse
(NoticeEntity entity) protected NoticeEntity
NoticeRestService.doSave
(NoticeEntity entity) NoticeRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, NoticeEntity entity) void
NoticeEntityListener.onPostPersist
(NoticeEntity noticeEntity) void
NoticeEntityListener.onPostUpdate
(NoticeEntity noticeEntity) NoticeRestService.save
(NoticeEntity entity) -
Uses of NoticeEntity in com.bytedesk.core.notice.event
Fields in com.bytedesk.core.notice.event declared as NoticeEntityModifier and TypeFieldDescriptionprivate final NoticeEntity
NoticeCreateEvent.notice
private final NoticeEntity
NoticeDeleteEvent.notice
private final NoticeEntity
NoticeUpdateEvent.notice
Constructors 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)