Uses of Class
com.bytedesk.service.form_result.FormResultEntity
Packages that use FormResultEntity
-
Uses of FormResultEntity in com.bytedesk.service.form_result
Methods in com.bytedesk.service.form_result that return FormResultEntityModifier and TypeMethodDescriptionprotected FormResultEntityFormResultRestService.doSave(FormResultEntity entity) FormResultRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, FormResultEntity entity) Methods in com.bytedesk.service.form_result that return types with arguments of type FormResultEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<FormResultEntity>FormResultRestService.createSpecification(FormResultRequest request) protected org.springframework.data.domain.Page<FormResultEntity>FormResultRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<FormResultEntity> spec, org.springframework.data.domain.Pageable pageable) FormResultRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) FormResultRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<FormResultEntity>FormResultRestService.queryByOrgEntity(FormResultRequest request) static org.springframework.data.jpa.domain.Specification<FormResultEntity>FormResultSpecification.search(FormResultRequest request, AuthService authService) Methods in com.bytedesk.service.form_result with parameters of type FormResultEntityModifier and TypeMethodDescriptionFormResultRestService.convertToExcel(FormResultEntity entity) FormResultRestService.convertToResponse(FormResultEntity entity) protected FormResultEntityFormResultRestService.doSave(FormResultEntity entity) FormResultRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, FormResultEntity entity) voidFormResultEntityListener.onPostPersist(FormResultEntity tag) voidFormResultEntityListener.onPostUpdate(FormResultEntity tag) Method parameters in com.bytedesk.service.form_result with type arguments of type FormResultEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<FormResultEntity>FormResultRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<FormResultEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of FormResultEntity in com.bytedesk.service.form_result.event
Fields in com.bytedesk.service.form_result.event declared as FormResultEntityModifier and TypeFieldDescriptionprivate FormResultEntityFormResultCreateEvent.tagprivate FormResultEntityFormResultDeleteEvent.tagprivate FormResultEntityFormResultUpdateEvent.tagConstructors in com.bytedesk.service.form_result.event with parameters of type FormResultEntityModifierConstructorDescription