Uses of Class
com.bytedesk.service.form.FormEntity
Packages that use FormEntity
-
Uses of FormEntity in com.bytedesk.service.form
Methods in com.bytedesk.service.form that return FormEntityModifier and TypeMethodDescriptionprotected FormEntity
FormRestService.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) 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 FormEntity
FormRestService.doSave
(FormEntity entity) FormRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, FormEntity entity) 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)