Uses of Class
com.bytedesk.core.group_notice.GroupNoticeEntity
Packages that use GroupNoticeEntity
-
Uses of GroupNoticeEntity in com.bytedesk.core.group_notice
Methods in com.bytedesk.core.group_notice that return GroupNoticeEntityModifier and TypeMethodDescriptionprotected GroupNoticeEntityGroupNoticeRestService.doSave(GroupNoticeEntity entity) GroupNoticeRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, GroupNoticeEntity entity) GroupNoticeRestService.save(GroupNoticeEntity entity) Methods in com.bytedesk.core.group_notice that return types with arguments of type GroupNoticeEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<GroupNoticeEntity>GroupNoticeRestService.createSpecification(GroupNoticeRequest request) protected org.springframework.data.domain.Page<GroupNoticeEntity>GroupNoticeRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<GroupNoticeEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<GroupNoticeEntity>GroupNoticeSpecification.search(GroupNoticeRequest request, AuthService authService) Methods in com.bytedesk.core.group_notice with parameters of type GroupNoticeEntityModifier and TypeMethodDescriptionGroupNoticeRestService.convertToResponse(GroupNoticeEntity entity) protected GroupNoticeEntityGroupNoticeRestService.doSave(GroupNoticeEntity entity) GroupNoticeRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, GroupNoticeEntity entity) voidGroupNoticeEntityListener.onPostPersist(GroupNoticeEntity group_notice) voidGroupNoticeEntityListener.onPostUpdate(GroupNoticeEntity group_notice) GroupNoticeRestService.save(GroupNoticeEntity entity) Method parameters in com.bytedesk.core.group_notice with type arguments of type GroupNoticeEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<GroupNoticeEntity>GroupNoticeRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<GroupNoticeEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of GroupNoticeEntity in com.bytedesk.core.group_notice.event
Fields in com.bytedesk.core.group_notice.event declared as GroupNoticeEntityModifier and TypeFieldDescriptionprivate GroupNoticeEntityGroupNoticeCreateEvent.group_noticeprivate GroupNoticeEntityGroupNoticeDeleteEvent.group_noticeprivate GroupNoticeEntityGroupNoticeUpdateEvent.group_noticeConstructors in com.bytedesk.core.group_notice.event with parameters of type GroupNoticeEntityModifierConstructorDescriptionGroupNoticeCreateEvent(GroupNoticeEntity group_notice) GroupNoticeDeleteEvent(GroupNoticeEntity group_notice) GroupNoticeUpdateEvent(GroupNoticeEntity group_notice)