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 GroupNoticeEntity
GroupNoticeRestService.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 GroupNoticeEntity
GroupNoticeRestService.doSave
(GroupNoticeEntity entity) GroupNoticeRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, GroupNoticeEntity entity) void
GroupNoticeEntityListener.onPostPersist
(GroupNoticeEntity group_notice) void
GroupNoticeEntityListener.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 GroupNoticeEntity
GroupNoticeCreateEvent.group_notice
private GroupNoticeEntity
GroupNoticeDeleteEvent.group_notice
private GroupNoticeEntity
GroupNoticeUpdateEvent.group_notice
Constructors in com.bytedesk.core.group_notice.event with parameters of type GroupNoticeEntityModifierConstructorDescriptionGroupNoticeCreateEvent
(GroupNoticeEntity group_notice) GroupNoticeDeleteEvent
(GroupNoticeEntity group_notice) GroupNoticeUpdateEvent
(GroupNoticeEntity group_notice)