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 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 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) 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 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)