Uses of Class
com.bytedesk.core.announcement.AnnouncementEntity
Packages that use AnnouncementEntity
-
Uses of AnnouncementEntity in com.bytedesk.core.announcement
Methods in com.bytedesk.core.announcement that return AnnouncementEntityModifier and TypeMethodDescriptionprotected AnnouncementEntityAnnouncementRestService.doSave(AnnouncementEntity entity) AnnouncementRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, AnnouncementEntity entity) Methods in com.bytedesk.core.announcement that return types with arguments of type AnnouncementEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<AnnouncementEntity>AnnouncementRestService.createSpecification(AnnouncementRequest request) protected org.springframework.data.domain.Page<AnnouncementEntity>AnnouncementRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<AnnouncementEntity> spec, org.springframework.data.domain.Pageable pageable) AnnouncementRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) AnnouncementRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<AnnouncementEntity>AnnouncementSpecification.search(AnnouncementRequest request, AuthService authService) Methods in com.bytedesk.core.announcement with parameters of type AnnouncementEntityModifier and TypeMethodDescriptionAnnouncementRestService.convertToExcel(AnnouncementEntity entity) AnnouncementRestService.convertToResponse(AnnouncementEntity entity) protected AnnouncementEntityAnnouncementRestService.doSave(AnnouncementEntity entity) AnnouncementRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, AnnouncementEntity entity) voidAnnouncementEntityListener.onPostPersist(AnnouncementEntity announcement) voidAnnouncementEntityListener.onPostUpdate(AnnouncementEntity announcement) Method parameters in com.bytedesk.core.announcement with type arguments of type AnnouncementEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<AnnouncementEntity>AnnouncementRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<AnnouncementEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of AnnouncementEntity in com.bytedesk.core.announcement.event
Fields in com.bytedesk.core.announcement.event declared as AnnouncementEntityModifier and TypeFieldDescriptionprivate final AnnouncementEntityAbstractAnnouncementEvent.announcementMethods in com.bytedesk.core.announcement.event that return AnnouncementEntityModifier and TypeMethodDescriptionAbstractAnnouncementEvent.getAnnouncement()private AnnouncementEntityAbstractAnnouncementEvent.snapshot(AnnouncementEntity source) Methods in com.bytedesk.core.announcement.event with parameters of type AnnouncementEntityModifier and TypeMethodDescriptionprivate AnnouncementEntityAbstractAnnouncementEvent.snapshot(AnnouncementEntity source) Constructors in com.bytedesk.core.announcement.event with parameters of type AnnouncementEntityModifierConstructorDescriptionprotectedAbstractAnnouncementEvent(Object source, AnnouncementEntity announcement) AnnouncementCreateEvent(AnnouncementEntity announcement) AnnouncementDeleteEvent(AnnouncementEntity announcement) AnnouncementUpdateEvent(AnnouncementEntity announcement)