Uses of Class
com.bytedesk.kbase.llm_website.WebsiteEntity
Packages that use WebsiteEntity
-
Uses of WebsiteEntity in com.bytedesk.kbase.llm_website
Methods in com.bytedesk.kbase.llm_website that return WebsiteEntityModifier and TypeMethodDescriptionprotected WebsiteEntityWebsiteRestService.doSave(WebsiteEntity entity) WebsiteRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WebsiteEntity entity) Methods in com.bytedesk.kbase.llm_website that return types with arguments of type WebsiteEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WebsiteEntity>WebsiteRestService.createSpecification(WebsiteRequest request) protected org.springframework.data.domain.Page<WebsiteEntity>WebsiteRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<WebsiteEntity> spec, org.springframework.data.domain.Pageable pageable) WebsiteRepository.findByKbase_UidAndDeletedFalse(String kbUid) WebsiteRestService.findByKbUid(String kbUid) static org.springframework.data.jpa.domain.Specification<WebsiteEntity>WebsiteSpecification.search(WebsiteRequest request, AuthService authService) Methods in com.bytedesk.kbase.llm_website with parameters of type WebsiteEntityModifier and TypeMethodDescriptionWebsiteRestService.convertToExcel(WebsiteEntity website) WebsiteRestService.convertToResponse(WebsiteEntity entity) protected WebsiteEntityWebsiteRestService.doSave(WebsiteEntity entity) WebsiteRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WebsiteEntity entity) Method parameters in com.bytedesk.kbase.llm_website with type arguments of type WebsiteEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WebsiteEntity>WebsiteRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<WebsiteEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of WebsiteEntity in com.bytedesk.kbase.llm_website.event
Fields in com.bytedesk.kbase.llm_website.event declared as WebsiteEntityModifier and TypeFieldDescriptionprivate WebsiteEntityWebsiteCreateEvent.websiteprivate WebsiteEntityWebsiteDeleteEvent.websiteprivate WebsiteEntityWebsiteUpdateDocEvent.websiteprivate WebsiteEntityWebsiteUpdateEvent.websiteConstructors in com.bytedesk.kbase.llm_website.event with parameters of type WebsiteEntityModifierConstructorDescriptionWebsiteCreateEvent(WebsiteEntity website) WebsiteDeleteEvent(WebsiteEntity website) WebsiteUpdateDocEvent(WebsiteEntity website) WebsiteUpdateEvent(WebsiteEntity website)