Uses of Class
com.bytedesk.kbase.quick_button.QuickButtonEntity
Packages that use QuickButtonEntity
-
Uses of QuickButtonEntity in com.bytedesk.kbase.quick_button
Methods in com.bytedesk.kbase.quick_button that return QuickButtonEntityModifier and TypeMethodDescriptionprotected QuickButtonEntityQuickButtonRestService.doSave(QuickButtonEntity entity) QuickButtonRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, QuickButtonEntity entity) Methods in com.bytedesk.kbase.quick_button that return types with arguments of type QuickButtonEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<QuickButtonEntity>QuickButtonRestService.createSpecification(QuickButtonRequest request) protected org.springframework.data.domain.Page<QuickButtonEntity>QuickButtonRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<QuickButtonEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<QuickButtonEntity>QuickButtonSpecification.search(QuickButtonRequest request, AuthService authService) Methods in com.bytedesk.kbase.quick_button with parameters of type QuickButtonEntityModifier and TypeMethodDescriptionQuickButtonRestService.convertToResponse(QuickButtonEntity entity) protected QuickButtonEntityQuickButtonRestService.doSave(QuickButtonEntity entity) static QuickButtonResponseQuickButtonResponse.fromEntity(QuickButtonEntity entity) static QuickButtonResponseVisitorQuickButtonResponseVisitor.fromEntity(QuickButtonEntity entity) QuickButtonRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, QuickButtonEntity entity) Method parameters in com.bytedesk.kbase.quick_button with type arguments of type QuickButtonEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<QuickButtonEntity>QuickButtonRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<QuickButtonEntity> spec, org.springframework.data.domain.Pageable pageable) static List<QuickButtonResponse>QuickButtonResponse.fromEntities(List<QuickButtonEntity> entities) static List<QuickButtonResponseVisitor>QuickButtonResponseVisitor.fromEntities(List<QuickButtonEntity> entities) -
Uses of QuickButtonEntity in com.bytedesk.kbase.settings_service
Fields in com.bytedesk.kbase.settings_service with type parameters of type QuickButtonEntityModifier and TypeFieldDescriptionprivate List<QuickButtonEntity>ServiceSettingsEntity.quickButtonsMethods in com.bytedesk.kbase.settings_service that return types with arguments of type QuickButtonEntity