Package com.bytedesk.kbase.llm_faq
Class FaqSpecification
java.lang.Object
com.bytedesk.core.base.BaseSpecification<FaqEntity,FaqRequest>
com.bytedesk.kbase.llm_faq.FaqSpecification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<FaqEntity>
search
(FaqRequest request, AuthService authService) Methods inherited from class com.bytedesk.core.base.BaseSpecification
addOrgFilterIfNotSuperUser, getBasicPredicates, search, validateSuperUserPermission
-
Constructor Details
-
FaqSpecification
public FaqSpecification()
-
-
Method Details
-
search
public static org.springframework.data.jpa.domain.Specification<FaqEntity> search(FaqRequest request, AuthService authService)
-