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