Uses of Class
com.bytedesk.core.moment.MomentEntity
Packages that use MomentEntity
-
Uses of MomentEntity in com.bytedesk.core.moment
Methods in com.bytedesk.core.moment that return MomentEntityModifier and TypeMethodDescriptionprotected MomentEntity
MomentRestService.doSave
(MomentEntity entity) MomentRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, MomentEntity entity) Methods in com.bytedesk.core.moment that return types with arguments of type MomentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<MomentEntity>
MomentRestService.createSpecification
(MomentRequest request) protected org.springframework.data.domain.Page<MomentEntity>
MomentRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<MomentEntity> spec, org.springframework.data.domain.Pageable pageable) MomentRestService.findByNameAndOrgUidAndType
(String name, String orgUid, String type) MomentRepository.findByNameAndOrgUidAndTypeAndDeletedFalse
(String name, String orgUid, String type) org.springframework.data.domain.Page<MomentEntity>
MomentRestService.queryByOrgEntity
(MomentRequest request) static org.springframework.data.jpa.domain.Specification<MomentEntity>
MomentSpecification.search
(MomentRequest request, AuthService authService) Methods in com.bytedesk.core.moment with parameters of type MomentEntityModifier and TypeMethodDescriptionMomentRestService.convertToExcel
(MomentEntity entity) MomentRestService.convertToResponse
(MomentEntity entity) protected MomentEntity
MomentRestService.doSave
(MomentEntity entity) MomentRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, MomentEntity entity) void
MomentEntityListener.onPostPersist
(MomentEntity moment) void
MomentEntityListener.onPostUpdate
(MomentEntity moment) Method parameters in com.bytedesk.core.moment with type arguments of type MomentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<MomentEntity>
MomentRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<MomentEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of MomentEntity in com.bytedesk.core.moment.event
Fields in com.bytedesk.core.moment.event declared as MomentEntityModifier and TypeFieldDescriptionprivate MomentEntity
MomentCreateEvent.moment
private MomentEntity
MomentDeleteEvent.moment
private MomentEntity
MomentUpdateEvent.moment
Constructors in com.bytedesk.core.moment.event with parameters of type MomentEntityModifierConstructorDescriptionMomentCreateEvent
(MomentEntity moment) MomentDeleteEvent
(MomentEntity moment) MomentUpdateEvent
(MomentEntity moment)