Uses of Class
com.bytedesk.service.form.FormEntity
Packages that use FormEntity
Package
Description
-
Uses of FormEntity in com.bytedesk.service.form
Methods in com.bytedesk.service.form that return FormEntityModifier and TypeMethodDescriptionprotected FormEntityFormRestService.doSave(FormEntity entity) FormRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, FormEntity entity) Methods in com.bytedesk.service.form that return types with arguments of type FormEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<FormEntity>FormRestService.createSpecification(FormRequest request) protected org.springframework.data.domain.Page<FormEntity>FormRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<FormEntity> spec, org.springframework.data.domain.Pageable pageable) FormRepository.findFirstByOrgUidAndTypeAndDeletedFalseOrderByCreatedAtAsc(String orgUid, String type) static org.springframework.data.jpa.domain.Specification<FormEntity>FormSpecification.search(FormRequest request, AuthService authService) Methods in com.bytedesk.service.form with parameters of type FormEntityModifier and TypeMethodDescriptionFormRestService.convertToResponse(FormEntity entity) protected FormEntityFormRestService.doSave(FormEntity entity) FormRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, FormEntity entity) voidFormEntityListener.onPostPersist(FormEntity tag) voidFormEntityListener.onPostUpdate(FormEntity tag) Method parameters in com.bytedesk.service.form with type arguments of type FormEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<FormEntity>FormRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<FormEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of FormEntity in com.bytedesk.service.form.event
Fields in com.bytedesk.service.form.event declared as FormEntityModifier and TypeFieldDescriptionprivate FormEntityFormCreateEvent.tagprivate FormEntityFormDeleteEvent.tagprivate FormEntityFormUpdateEvent.tagConstructors in com.bytedesk.service.form.event with parameters of type FormEntityModifierConstructorDescription -
Uses of FormEntity in com.bytedesk.ticket.ticket_settings
Fields in com.bytedesk.ticket.ticket_settings declared as FormEntityModifier and TypeFieldDescriptionprivate FormEntityTicketSettingsEntity.draftFormDraft form bindingprivate FormEntityTicketSettingsEntity.formPublished form bindingMethods in com.bytedesk.ticket.ticket_settings that return FormEntityModifier and TypeMethodDescriptionprivate FormEntityTicketSettingsRestService.resolveFormReference(String formUid, String orgUid) Methods in com.bytedesk.ticket.ticket_settings with parameters of type FormEntityModifier and TypeMethodDescriptionprivate FormResponseTicketSettingsRestService.mapForm(FormEntity entity)